<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://dwarffortresswiki.org/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Quietust</id>
	<title>Dwarf Fortress Wiki - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://dwarffortresswiki.org/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Quietust"/>
	<link rel="alternate" type="text/html" href="https://dwarffortresswiki.org/index.php/Special:Contributions/Quietust"/>
	<updated>2026-07-21T19:32:54Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.35.11</generator>
	<entry>
		<id>https://dwarffortresswiki.org/index.php?title=Plant_token&amp;diff=318082</id>
		<title>Plant token</title>
		<link rel="alternate" type="text/html" href="https://dwarffortresswiki.org/index.php?title=Plant_token&amp;diff=318082"/>
		<updated>2026-07-21T14:31:26Z</updated>

		<summary type="html">&lt;p&gt;Quietust: /* Grass tokens */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Quality|Fine}}&lt;br /&gt;
{{av}}&lt;br /&gt;
{{Modding}}&lt;br /&gt;
The &amp;lt;code&amp;gt;[OBJECT:PLANT]&amp;lt;/code&amp;gt; [[token]] begins the definition of a [[plant]] [[raw file]].  Following this, each new plant definition begins with the &amp;lt;code&amp;gt;[PLANT:plant_ID]&amp;lt;/code&amp;gt; token, where plant_ID is a unique identifier for the plant, and that plant's properties are then defined using the tokens listed below.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
__TOC__&lt;br /&gt;
{{clear}}&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. Must be followed with [[material definition token]]s defining the material's properties. A maximum of 200 materials can be defined on any given plant.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|USE_MATERIAL}}&lt;br /&gt;
| &lt;br /&gt;
*material_name&lt;br /&gt;
*local_material&lt;br /&gt;
| Starts defining a new local plant material with the given name and using the properties of another local plant material. May be followed with material definition tokens to further define its properties or change the properties imported from the local plant material. A maximum of 200 materials can be defined on any given plant.&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 name ''material_name'' and using the properties of the specified MATERIAL_TEMPLATE with the name ''template_name''. May be followed with material definition tokens to further define its properties or change the properties imported from the template material. A maximum of 200 materials can be defined on any given plant.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
| {{text anchor|SELECT_MATERIAL}}{{version|50.13}}&lt;br /&gt;
| &lt;br /&gt;
*material_name&lt;br /&gt;
| Selects a previously defined local plant material for subsequent modification. Unlike with [[creature token]]s, &amp;quot;ALL&amp;quot; ''cannot'' be specified here.&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. This defines what is harvested when the plant itself, rather than a growth, is picked. 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. The only way to remove the plant's basic material entry (e.g. &amp;quot;soybean plant&amp;quot;) from every stockpile category is to remove this token, but this will cause problems with farming the plant in a farm plot and harvesting the whole wild plant if that's possible.&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 growing 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 the tile type (e.g. &amp;quot;River&amp;quot;, &amp;quot;River Source&amp;quot;, &amp;quot;Brook&amp;quot;, &amp;quot;Murky Pool&amp;quot;, and variants thereof). Combining this with [DRY] causes it to be ignored.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|DRY}}&lt;br /&gt;
| &lt;br /&gt;
| Restricts the plant to growing away from natural water features. Combining this with [WET] causes it to be ignored.&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.  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, taking the below tokens as arguments.  &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|SELECT_GROWTH}}{{version|50.13}}&lt;br /&gt;
| &lt;br /&gt;
*name&lt;br /&gt;
| Selects a previously-defined plant growth. Any tokens which follow this will further modify the selected growth.&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;
If multiple growths point to the same material with [STOCKPILE_PLANT_GROWTH] then only the first will appear correctly in the stockpile menu, with latter growths appearing as &amp;quot;Plant Growth (?)&amp;quot;&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;
*start percent (0-100+)&lt;br /&gt;
*end percent (0-100+)&lt;br /&gt;
| Controls the height on the trunk between which the growth begins to appear. The first value is the percent of the trunk height where the growth begins appearing: 0 will cause growths to appear starting above the first tile; 100 will cause growths to appear only at the topmost trunk tile. Can be larger than 100 for trees that have growths on branches extending higher than the trunk.&lt;br /&gt;
&lt;br /&gt;
A value of -1 for the second number appears to make the growths extend all the way to the top of the trunk.&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]] start:end (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;
*time (0-403200) start:end, 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;
Priority seems to control what to display when there would be multiple symbols on a tile in ASCII mode. A higher number takes priority over a lower number. Example: if a LEAVES growth has a priority of 1 and a FRUIT growth has a priority of 3, the fruit growth will be the symbol shown when it is present. &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;
In graphics mode, any growth being displayed will cause the SHRUB graphic to be used, and no growths available will display the SHRUB_PICKED graphic.&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.{{verify}}&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. &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. Values outside 0-3 can cause crashes. {{bug|10419}}&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. {{bug|7313}}&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;
Wild shrubs will die during transitions to seasons which are not specified, but new shrubs will still appear even if they are out of season.{{bug|12940}}&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 (but ''not'' farm plots). Defaults to 5. CLUSTERSIZE must be greater than or equal to 1+ the number of instances of [STOCKPILE_PLANT_GROWTH] in the plant's raws. For plants like vanilla cabbage, clustersize of 1, which is less than 1+[one instance]=2, will prevent citizens from gathering the plant. Best to set all cluster sizes to 2 or higher for safety.&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. This token makes the whole plant harvestable regardless of which material is designated for milling. For plants with millable ''growths'', use only MATERIAL_REACTION_PRODUCT or ITEM_REACTION_PRODUCT tokens to define the milling products.&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 [[Settings#Feature_toggles|settings]], these are ignored, always using &amp;quot;.&amp;quot;. 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>Quietust</name></author>
	</entry>
	<entry>
		<id>https://dwarffortresswiki.org/index.php?title=Plant_token&amp;diff=318081</id>
		<title>Plant token</title>
		<link rel="alternate" type="text/html" href="https://dwarffortresswiki.org/index.php?title=Plant_token&amp;diff=318081"/>
		<updated>2026-07-21T14:18:34Z</updated>

		<summary type="html">&lt;p&gt;Quietust: /* Shrub tokens */ this also affects surface shrubs, but you just don't notice because they all look the same&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Quality|Fine}}&lt;br /&gt;
{{av}}&lt;br /&gt;
{{Modding}}&lt;br /&gt;
The &amp;lt;code&amp;gt;[OBJECT:PLANT]&amp;lt;/code&amp;gt; [[token]] begins the definition of a [[plant]] [[raw file]].  Following this, each new plant definition begins with the &amp;lt;code&amp;gt;[PLANT:plant_ID]&amp;lt;/code&amp;gt; token, where plant_ID is a unique identifier for the plant, and that plant's properties are then defined using the tokens listed below.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
__TOC__&lt;br /&gt;
{{clear}}&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. Must be followed with [[material definition token]]s defining the material's properties. A maximum of 200 materials can be defined on any given plant.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|USE_MATERIAL}}&lt;br /&gt;
| &lt;br /&gt;
*material_name&lt;br /&gt;
*local_material&lt;br /&gt;
| Starts defining a new local plant material with the given name and using the properties of another local plant material. May be followed with material definition tokens to further define its properties or change the properties imported from the local plant material. A maximum of 200 materials can be defined on any given plant.&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 name ''material_name'' and using the properties of the specified MATERIAL_TEMPLATE with the name ''template_name''. May be followed with material definition tokens to further define its properties or change the properties imported from the template material. A maximum of 200 materials can be defined on any given plant.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
| {{text anchor|SELECT_MATERIAL}}{{version|50.13}}&lt;br /&gt;
| &lt;br /&gt;
*material_name&lt;br /&gt;
| Selects a previously defined local plant material for subsequent modification. Unlike with [[creature token]]s, &amp;quot;ALL&amp;quot; ''cannot'' be specified here.&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. This defines what is harvested when the plant itself, rather than a growth, is picked. 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. The only way to remove the plant's basic material entry (e.g. &amp;quot;soybean plant&amp;quot;) from every stockpile category is to remove this token, but this will cause problems with farming the plant in a farm plot and harvesting the whole wild plant if that's possible.&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 growing 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 the tile type (e.g. &amp;quot;River&amp;quot;, &amp;quot;River Source&amp;quot;, &amp;quot;Brook&amp;quot;, &amp;quot;Murky Pool&amp;quot;, and variants thereof). Combining this with [DRY] causes it to be ignored.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|DRY}}&lt;br /&gt;
| &lt;br /&gt;
| Restricts the plant to growing away from natural water features. Combining this with [WET] causes it to be ignored.&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.  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, taking the below tokens as arguments.  &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|SELECT_GROWTH}}{{version|50.13}}&lt;br /&gt;
| &lt;br /&gt;
*name&lt;br /&gt;
| Selects a previously-defined plant growth. Any tokens which follow this will further modify the selected growth.&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;
If multiple growths point to the same material with [STOCKPILE_PLANT_GROWTH] then only the first will appear correctly in the stockpile menu, with latter growths appearing as &amp;quot;Plant Growth (?)&amp;quot;&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;
*start percent (0-100+)&lt;br /&gt;
*end percent (0-100+)&lt;br /&gt;
| Controls the height on the trunk between which the growth begins to appear. The first value is the percent of the trunk height where the growth begins appearing: 0 will cause growths to appear starting above the first tile; 100 will cause growths to appear only at the topmost trunk tile. Can be larger than 100 for trees that have growths on branches extending higher than the trunk.&lt;br /&gt;
&lt;br /&gt;
A value of -1 for the second number appears to make the growths extend all the way to the top of the trunk.&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]] start:end (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;
*time (0-403200) start:end, 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;
Priority seems to control what to display when there would be multiple symbols on a tile in ASCII mode. A higher number takes priority over a lower number. Example: if a LEAVES growth has a priority of 1 and a FRUIT growth has a priority of 3, the fruit growth will be the symbol shown when it is present. &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;
In graphics mode, any growth being displayed will cause the SHRUB graphic to be used, and no growths available will display the SHRUB_PICKED graphic.&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.{{verify}}&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. &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. Values outside 0-3 can cause crashes. {{bug|10419}}&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. {{bug|7313}}&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;
Wild shrubs will die during transitions to seasons which are not specified, but new shrubs will still appear even if they are out of season.{{bug|12940}}&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 (but ''not'' farm plots). Defaults to 5. CLUSTERSIZE must be greater than or equal to 1+ the number of instances of [STOCKPILE_PLANT_GROWTH] in the plant's raws. For plants like vanilla cabbage, clustersize of 1, which is less than 1+[one instance]=2, will prevent citizens from gathering the plant. Best to set all cluster sizes to 2 or higher for safety.&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. This token makes the whole plant harvestable regardless of which material is designated for milling. For plants with millable ''growths'', use only MATERIAL_REACTION_PRODUCT or ITEM_REACTION_PRODUCT tokens to define the milling products.&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 [[Settings#Feature_toggles|settings]], these are 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>Quietust</name></author>
	</entry>
	<entry>
		<id>https://dwarffortresswiki.org/index.php?title=Therizinosaurus&amp;diff=318080</id>
		<title>Therizinosaurus</title>
		<link rel="alternate" type="text/html" href="https://dwarffortresswiki.org/index.php?title=Therizinosaurus&amp;diff=318080"/>
		<updated>2026-07-21T13:18:43Z</updated>

		<summary type="html">&lt;p&gt;Quietust: fix capitalization, and move punctuation outside of the link&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Quality|Tattered}}&lt;br /&gt;
{{Creaturelookup/0&lt;br /&gt;
|image=therizinosaurus_sprites.png&lt;br /&gt;
|portrait=therizinosaurus_portrait_anim.gif}}&lt;br /&gt;
{{av}}&lt;br /&gt;
{{creaturedesc}}&lt;br /&gt;
[[Therizinosaurus]] is a large, extinct herbivorous dinosaur from the [https://en.wikipedia.org/wiki/Cretaceous Cretaceous] period. It is characterized by [[feather|feathers]], a beaked mouth and three claws on each hand, which are mostly used for foraging but nevertheless can be used to skewer an unsuspecting dwarf. As with all real-world extinct creatures, they must be enabled during world creation to appear. A baby Therizinosaurus is called a hatchling.&lt;br /&gt;
&lt;br /&gt;
When captured and tamed, they can be a good option for your [[meat industry]] due to their large mass and clutch size. As an added (but not very impactful) bonus, butchering one will reward you with a [[gizzard stone]].&lt;br /&gt;
&lt;br /&gt;
Some dwarves [[Like|like]] Therizinosaurus for their ''giant claws'' and their ''feathers'' &lt;br /&gt;
&lt;br /&gt;
{{D for Dwarf}}&lt;br /&gt;
&amp;lt;!-- Reference: ARK: Survival Evolved --&amp;gt;&lt;br /&gt;
When tamed, its primary use is to tickle enemies. Tickling enemies immobilizes them for 20 seconds, then they are killed.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- Reference: Jurassic World Dominion --&amp;gt;&lt;br /&gt;
It's been rumoured that Therizinosaurus are (for whatever strange reason) innately hostile towards [[deer]] and will kill them on sight without provocation, but further observation is needed to confirm this.&lt;br /&gt;
&lt;br /&gt;
{{gamedata}}&lt;br /&gt;
{{Creatures}}&lt;/div&gt;</summary>
		<author><name>Quietust</name></author>
	</entry>
	<entry>
		<id>https://dwarffortresswiki.org/index.php?title=Talk:Clay&amp;diff=318050</id>
		<title>Talk:Clay</title>
		<link rel="alternate" type="text/html" href="https://dwarffortresswiki.org/index.php?title=Talk:Clay&amp;diff=318050"/>
		<updated>2026-07-19T22:07:30Z</updated>

		<summary type="html">&lt;p&gt;Quietust: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;May want confirmation that clay can no longer be used for the stone polishing job, whether by workshop, order, or linked stockpile in v50&lt;br /&gt;
&lt;br /&gt;
Collected clay can be used as floor, wall, and track (and likely other uses that I haven't tried / noticed), so the end of the article is incorrect regarding this (in v50).&lt;br /&gt;
:It looks like clay can only be used as a building material if it was naturally present at your embark region - if you use special methods (possibly involving DFHack) to ''give'' yourself clay boulders, then they will '''not''' be usable because they'll be considered &amp;quot;economic stone&amp;quot; and the Stone Restriction menu doesn't allow you to toggle that status for Clay types. --[[User:Quietust|Quietust]] ([[User talk:Quietust|talk]]) 22:07, 19 July 2026 (UTC)&lt;/div&gt;</summary>
		<author><name>Quietust</name></author>
	</entry>
	<entry>
		<id>https://dwarffortresswiki.org/index.php?title=Table&amp;diff=318013</id>
		<title>Table</title>
		<link rel="alternate" type="text/html" href="https://dwarffortresswiki.org/index.php?title=Table&amp;diff=318013"/>
		<updated>2026-07-18T11:58:56Z</updated>

		<summary type="html">&lt;p&gt;Quietust: There are FIVE different personality checks - low gregariousness checks DECORUM and BASHFUL to choose between feeling embarrassment or irritation, while high gregariousness checks CHEER_PROPENSITY and ORDERLINESS to choose between feeling irritation, amusement, or jolliness&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Quality|Superior}}&lt;br /&gt;
{{av}}&lt;br /&gt;
&lt;br /&gt;
{{V50_furniture&lt;br /&gt;
|graphic=[[File:Table_Premium.png]]&lt;br /&gt;
|name=Table&lt;br /&gt;
|tile=╤&lt;br /&gt;
|wood=y&lt;br /&gt;
|stonecarve=y&lt;br /&gt;
|metal=y&lt;br /&gt;
|bars=3&lt;br /&gt;
|glass=y&lt;br /&gt;
|rooms=&lt;br /&gt;
* [[dining room|Dining Room]]&lt;br /&gt;
* [[meeting hall|Meeting Hall]]&lt;br /&gt;
|value=10&lt;br /&gt;
|size=30,000&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
A '''table''' is a piece of [[furniture]] necessary for [[dwarf|dwarves]] to eat [[food]] in comfort. A table is also needed to define a [[dining room]] and serve as an operating surface in a [[hospital]]. Tables are also a component to build [[traction bench]]es. &lt;br /&gt;
&lt;br /&gt;
Tables can be created from one [[wood]] log at a [[Carpenter's workshop]], one [[stone]] at a [[Mason's workshop]], three metal [[bar]]s at a [[Metalsmith's forge]], or one bag of [[sand]] at a [[Glass furnace]].&lt;br /&gt;
&lt;br /&gt;
=== Dining ===&lt;br /&gt;
A table cannot be used without a chair, and a chair without a table is insufficient for avoiding a negative thought for &amp;quot;ate with no table&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
If more than one chair is placed around a single table, other dwarves ''will'' sit down to eat but will receive [[thought]]s for &amp;quot;eating at a crowded table&amp;quot;. Their reaction, positive or negative, depends on their [[Personality facet#GREGARIOUSNESS|gregariousness]], [[Personality facet#BASHFUL|bashfulness]], [[Personality facet#CHEER_PROPENSITY|cheerfulness]], [[Personality facet#ORDERLINESS|orderliness]], and [[Personality value#DECORUM|decorum]]. There is no corresponding thought for eating alone, so building tables with only one chair prevents potential [[stress]].&lt;br /&gt;
&lt;br /&gt;
Dwarves primarily use tables to eat [[food]], avoiding the negative [[thought]] for eating without a proper table. Since dwarves first try to sit down and only then check whether there's a table to put their food on, the proper placement of chairs is more important for proper dining. Tables without an adjacent chair will simply not be used for eating; if two tables are adjacent to a single chair, one will go unused. Chairs without adjacent tables, however, will cause unhappy thoughts whenever dwarves sit on them to eat, and a single table with multiple adjacent chairs can also lead to unhappy thoughts if two dwarves sit on the chairs: only one can put their food on the table, the other will have to eat from their lap and will complain about having no table.&lt;br /&gt;
&lt;br /&gt;
An unassigned [[dining room]] will be used by any dwarves without an assigned dining room, resulting in positive [[thought]]s scaled to the [[Zone#Quality_and_value|quality]] of the dining room. Creating a high-value dining room is one of the easiest ways to give your dwarves a happy thought. Note, however, that dwarves with a table (or chair) in their [[quarters]] may opt to eat there instead, so it is generally best to only to do so when [[Noble#Needs|required]] by [[noble]]s.&lt;br /&gt;
&lt;br /&gt;
=== Other uses ===&lt;br /&gt;
In a [[hospital]] zone, tables are used during [[surgery]] as an operating surface.  Multiple dwarves can be operated on at the same time on one table ''(this may be a bug).''&lt;br /&gt;
&lt;br /&gt;
Tables are also used as an input, along with [[mechanism]] and [[rope]]s, at the [[Mechanic's workshop]] to make a [[traction bench]].  The quality of each component is not reflected in the quality of the traction bench, and only the material of the table is used as the material for the bench.&lt;br /&gt;
&lt;br /&gt;
{{D for Dwarf}}&lt;br /&gt;
&amp;lt;!-- Reference: &amp;quot;Mirror in the Bathroom&amp;quot; by The Beat --&amp;gt;&lt;br /&gt;
A [[noble]] might [[demand]] a [[glass]] table, so they can watch themselves while they are [[eating]].&lt;br /&gt;
&lt;br /&gt;
{{Buildings}}&lt;br /&gt;
{{Category|Furniture}}&lt;/div&gt;</summary>
		<author><name>Quietust</name></author>
	</entry>
	<entry>
		<id>https://dwarffortresswiki.org/index.php?title=Velociraptor&amp;diff=318001</id>
		<title>Velociraptor</title>
		<link rel="alternate" type="text/html" href="https://dwarffortresswiki.org/index.php?title=Velociraptor&amp;diff=318001"/>
		<updated>2026-07-17T14:54:58Z</updated>

		<summary type="html">&lt;p&gt;Quietust: please tag your references - not everybody knows where they came from&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Quality|Tattered}}&lt;br /&gt;
{{Creaturelookup/0&lt;br /&gt;
|image=velociraptor_sprites.png&lt;br /&gt;
|portrait=velociraptor_portrait_anim.gif}}&lt;br /&gt;
{{av}}&lt;br /&gt;
{{creaturedesc}}&lt;br /&gt;
&lt;br /&gt;
The [[Velociraptor]] is a small, extinct carnivorous dinosaur from the [[wikipedia:Cretaceous|Cretaceous]] period. It is found in savage tropical shrublands, badlands and rocky wastelands.&lt;br /&gt;
As with all real-world extinct creatures, they must be endabled during world creation to spawn. Velociraptors, unlike what some humans might try to convince you, have feathers. Baby Velociraptors are known as ''hatchlings''.&lt;br /&gt;
&lt;br /&gt;
Velociraptors can do serious damage to dwarves, but are far from [[Giant kea|a fort-ending threat]]. Some might concider them as an alternative to chickens and turkeys due to their large clutch size, though they must beware of the [[catsplosion|dinosplosion]] that might ensue.&lt;br /&gt;
&lt;br /&gt;
Some [[Dwarf|dwarves]] [[Preferences|like]] velociraptors for their ''scything claws'', their ''speed'' and their ''feathers''.&lt;br /&gt;
&lt;br /&gt;
{{D for Dwarf}}&lt;br /&gt;
[[Cat]]s of royal lineage have been known to adopt these creatures as pets.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- Reference: &amp;quot;Jurassic Park&amp;quot; film and novel --&amp;gt;&lt;br /&gt;
[[Human]] legends mention them possessing the ability to open doors to catch hiding prey. However, this has never been observed by [[Dwarf|dwarven]] scholars, and remains nothing more than a [[rumor]]. Many believe they encountered a [[velociraptor man]], instead.&lt;br /&gt;
&lt;br /&gt;
{{gamedata}}&lt;br /&gt;
{{Creatures}}&lt;/div&gt;</summary>
		<author><name>Quietust</name></author>
	</entry>
	<entry>
		<id>https://dwarffortresswiki.org/index.php?title=Creature_token&amp;diff=317999</id>
		<title>Creature token</title>
		<link rel="alternate" type="text/html" href="https://dwarffortresswiki.org/index.php?title=Creature_token&amp;diff=317999"/>
		<updated>2026-07-17T11:47:47Z</updated>

		<summary type="html">&lt;p&gt;Quietust: checked disassembly, and it still has the same effect as [SKILL_LEARN_RATES:50] in addition to setting the &amp;quot;SLOW_LEARNER&amp;quot; flag (but *not* CAN_LEARN)&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Quality|Exceptional}}&lt;br /&gt;
{{av}}&lt;br /&gt;
{{Modding}}&lt;br /&gt;
&lt;br /&gt;
The &amp;lt;code&amp;gt;[OBJECT:CREATURE]&amp;lt;/code&amp;gt; [[token]] begins the definition of a ''Dwarf Fortress'' [[creature]] [[raw file]]. Each creature definition that follows begins with the {{token|creature|c|creature ID}} token, and the creature's exact properties and behavior are then specified by the use of further creature tokens.  All known creature tokens are listed below. &lt;br /&gt;
&lt;br /&gt;
Vanilla creature definitions can be found in &amp;lt;code&amp;gt;[[Game folder|&amp;lt;Dwarf Fortress&amp;gt;]]\data\vanilla\vanilla_creatures\&amp;lt;/code&amp;gt;. &lt;br /&gt;
Creature ID is also used with [[graphics token]]s to make customizable [[graphics set]]s.&lt;br /&gt;
&lt;br /&gt;
The [[caste]] tokens allow defining sub-species within the broader creature definition, including true biological castes and lesser variations, such as sexes. Creature tokens can either be 'Creature' or 'CASTE-only' type which can only be applied to creature or caste respectively, or 'CASTE' which can be applied to both. In the table bellow, creature type distinguishes tokens that can be applied to creature only, caste only, and both ('creature', 'CASTE-only', and 'CASTE' respectively)&lt;br /&gt;
&lt;br /&gt;
__NOTOC__ &lt;br /&gt;
{{clear}}&lt;br /&gt;
{{alphabetical TOC|style=margin: 1em auto;}}&lt;br /&gt;
&lt;br /&gt;
==A==&lt;br /&gt;
{| {{prettytable}}&lt;br /&gt;
|- bgcolor=&amp;quot;#ddd&amp;quot;&lt;br /&gt;
! width=&amp;quot;20%&amp;quot; | Token&lt;br /&gt;
! width=&amp;quot;10%&amp;quot; | Type&lt;br /&gt;
! width=&amp;quot;20%&amp;quot; | Arguments&lt;br /&gt;
! width=&amp;quot;50%&amp;quot; | Description&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|ADOPTS_OWNER}}&lt;br /&gt;
| Caste&lt;br /&gt;
|&lt;br /&gt;
| Prevents the tamed creature from being made available for adoption, instead allowing it to automatically adopt whoever it wants. The basic requirements for adoption are intact, and the creature will only adopt individuals who have a [[preference]] for their species. Used by [[cat]]s in the vanilla game. When {{k|v}}iewing a tame creature with this token, the message &amp;quot;This animal isn't interested in your wishes&amp;quot; will appear instead of &amp;quot;This [adorable] animal can't work&amp;quot; or &amp;quot;This animal is waiting to be trained&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|ALCOHOL_DEPENDENT}}&lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| Makes the creature need [[alcohol]] to get through the working day; it will choose to drink booze instead of [[water]] if possible. Going sober for too long reduces speed.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|ALL_ACTIVE}}&lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| When set, the creature will appear at any time of day. Overrides {{token|DIURNAL|c}}, {{token|NOCTURNAL|c}}, {{token|CREPUSCULAR|c}}, {{token|MATUTINAL|c}}, and {{token|VESPERTINE|c}}.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|ALTTILE}}&lt;br /&gt;
| Creature&lt;br /&gt;
| &lt;br /&gt;
*'character' or tile number&lt;br /&gt;
| If set, the creature will blink between its {{token|TILE|c}} and its ALTTILE. &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|AMBUSHPREDATOR}}&lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| Makes the creature start out hidden and remain near its original location until its prey draws near. When combined with {{token|WEBBER|c}}, causes them to lay gigantic webs near their spawn location, though only for creatures present during embark.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|AMPHIBIOUS}}&lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| Allows a creature to breathe both in and out of [[water]] (unlike {{token|AQUATIC|c}}) - does not prevent drowning in [[magma]].&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|APP_MOD_DESC_RANGE}}&lt;br /&gt;
| Appearance Modifier&lt;br /&gt;
|&lt;br /&gt;
*Range (6 values, low to high)&lt;br /&gt;
| Based on info from [http://www.bay12forums.com/smf/index.php?topic=113762.msg3473069#msg3473069 Wannabehero on the forums]: When used with an appearance modifier token (BP_APPEARANCE_MODIFIER or BODY_APPEARANCE_MODIFIER), tells the game what numeric ranges to map to which descriptors.&lt;br /&gt;
&lt;br /&gt;
The game uses 7 descriptor levels for each modifier, with the center one generally being to omit the thing from the creature description entirely. The six values in APP_MOD_DESC_RANGE define the boundaries between each described range. If this is not specified it uses the numbers 10:50:95:105:150:190.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|APP_MOD_GENETIC_MODEL}}&lt;br /&gt;
| Appearance Modifier&lt;br /&gt;
|&lt;br /&gt;
*Model (Accepts DOMINANT_MORE, DOMINANT_LESS, and MIX)&lt;br /&gt;
| Defines a genetic model for the relevant appearance modifier(s). May or may not do anything significant at present.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|APP_MOD_IMPORTANCE}}&lt;br /&gt;
| Appearance Modifier&lt;br /&gt;
|&lt;br /&gt;
*number&lt;br /&gt;
| Determines how important the appearance modifier is, for determining whether it shows up in the creature description.{{verify}}&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|APP_MOD_NOUN}}&lt;br /&gt;
| Appearance Modifier&lt;br /&gt;
| &lt;br /&gt;
*noun&lt;br /&gt;
*SINGULAR or PLURAL &lt;br /&gt;
| Creates a noun for the appearance, and whether it is singular or plural.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|APP_MOD_RATE}}&lt;br /&gt;
| Appearance Modifier&lt;br /&gt;
| &lt;br /&gt;
*Rate (integer)&lt;br /&gt;
*Scale (DAILY, YEARLY)&lt;br /&gt;
*min (growth)&lt;br /&gt;
*max (growth)&lt;br /&gt;
*start year&lt;br /&gt;
*start day&lt;br /&gt;
*end year&lt;br /&gt;
*end day &lt;br /&gt;
| Setting the growth rate of the modifier. The last two tokens can be replaced by NO_END to have growth continue indefinitely.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|APPLY_CREATURE_VARIATION}}&lt;br /&gt;
| Caste&lt;br /&gt;
| &lt;br /&gt;
*creature variation ID&lt;br /&gt;
*(optional) any amount of arbitrary arguments&lt;br /&gt;
| Applies the specified [[creature variation token|creature variation]]. See [[Creature_variation_token#Arguments_and_conditional_tokens]] for how the subsequent arguments may be used.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|APPLY_CURRENT_CREATURE_VARIATION}}&lt;br /&gt;
| Special&lt;br /&gt;
|  &lt;br /&gt;
| Applies the effects of all pending {{token|CV_ADD_TAG|c}} and {{token|CV_REMOVE_TAG|c}} tokens that have been defined in the current creature.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|AQUATIC}}&lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| Enables the creature to breathe in water, but causes it to air-drown on dry land. &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|ARENA_RESTRICTED}}&lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| Causes the creature to be excluded from the [[object testing arena]]'s creature spawning list.  Typically applied to spoileriffic creatures.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|ARTIFICIAL_HIVEABLE}}&lt;br /&gt;
| Creature&lt;br /&gt;
|&lt;br /&gt;
| Enables the creature to be kept in artificial [[hive]]s by [[beekeeper]]s.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|AT_PEACE_WITH_WILDLIFE}}&lt;br /&gt;
| Caste&lt;br /&gt;
|&lt;br /&gt;
| Prevents the creature from attacking or frightening creatures with the {{Token|NATURAL|c}} tag.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|ATTACK}}&lt;br /&gt;
| Caste&lt;br /&gt;
| &lt;br /&gt;
*token&lt;br /&gt;
*selection criteria (it's complicated)&lt;br /&gt;
| Defines the attack name, and the body part used. See [[#Attack Tokens|below]] for valid subtokens&lt;br /&gt;
'''Example:'''&amp;lt;br /&amp;gt;&lt;br /&gt;
&amp;lt;code&amp;gt;[ATTACK:GORE:BODYPART:BY_CATEGORY:HORN]&amp;lt;/code&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
''GORE'' = name of the attack&amp;lt;br /&amp;gt;&lt;br /&gt;
''BODYPART:BY_CATEGORY:HORN'' = the horn is used to attack (presuming the creature has one)&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|ATTACK_TRIGGER}}&lt;br /&gt;
| Caste&lt;br /&gt;
| &lt;br /&gt;
*population&lt;br /&gt;
*exported wealth&lt;br /&gt;
*created wealth&lt;br /&gt;
| Specifies when a [[megabeast]] or [[semi-megabeast]] will attack the fortress. The attacks will start occurring when all of the requirements are met. Setting a value to 0 disables the trigger.&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{{alphabetical TOC|style=margin: 1em auto;}}&lt;br /&gt;
&lt;br /&gt;
==B==&lt;br /&gt;
{| {{prettytable}}&lt;br /&gt;
|- bgcolor=&amp;quot;#ddd&amp;quot;&lt;br /&gt;
! width=&amp;quot;20%&amp;quot; | Token&lt;br /&gt;
! width=&amp;quot;10%&amp;quot; | Type&lt;br /&gt;
! width=&amp;quot;20%&amp;quot; | Arguments&lt;br /&gt;
! width=&amp;quot;50%&amp;quot; | Description&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|BABY}}&lt;br /&gt;
| Caste&lt;br /&gt;
| &lt;br /&gt;
*integer &lt;br /&gt;
| Age at which creature is considered a child, the default is zero. One can think of this as the duration of the baby stage.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|BABYNAME}}&lt;br /&gt;
| Caste&lt;br /&gt;
| &lt;br /&gt;
*singular&lt;br /&gt;
*plural &lt;br /&gt;
| Defines a new name for a creature in baby state at the caste level. For non-caste-specific baby names, see {{token|GENERAL_BABY_NAME|c}}.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|BEACH_FREQUENCY}}&lt;br /&gt;
| Caste&lt;br /&gt;
| &lt;br /&gt;
*integer&lt;br /&gt;
| Creature may be subject to [[beaching]], becoming stranded on [[Beach|shores]], where they will eventually air-drown. The number indicates the frequency of the occurrence. Presumably requires the creature to be {{token|AQUATIC|c}}. Used by [[orca]]s, [[sperm whale]]s and [[sea nettle jellyfish]] in the vanilla game.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|BENIGN}}&lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| The creature is non-aggressive by default, and will never automatically be engaged by companions or soldiers, running away from any creatures that are not friendly to it, and will only defend itself if it becomes enraged. Can be thought of as the counterpoint of the {{token|LARGE_PREDATOR|c}} tag. When tamed, animals with this tag will be useless for fortress defense.&lt;br /&gt;
&lt;br /&gt;
This and {{token|TRADE_CAPACITY|c}} are required for {{token|PACK_ANIMAL|c}} to function properly, if an animal contains the aforementioned requirements without this tag: items loaded by the merchants will be dropped upon departure.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|BIOME}}&lt;br /&gt;
| Creature&lt;br /&gt;
| &lt;br /&gt;
* [[biome token]]&lt;br /&gt;
| Select a [[biome]] the creature may appear in.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|BLOOD}}&lt;br /&gt;
| Caste&lt;br /&gt;
| &lt;br /&gt;
* &amp;lt;[[material token]]&amp;gt;&lt;br /&gt;
* &amp;lt;[[Material_definition_token#Material_States|material state]]&amp;gt;&lt;br /&gt;
| Specifies what the creature's blood is made of.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|BLOODSUCKER}}&lt;br /&gt;
| Caste&lt;br /&gt;
| &lt;br /&gt;
| Causes [[vampire]]-like behaviour; the creature will suck the [[Creature_token#BLOOD|blood]] of unconscious victims when its [[Syndrome#TIME_SINCE_SUCKED_BLOOD|thirst for blood]] grows sufficiently large. When controlling the creature in adventure mode, this can be done at will. Seems to be required to make the creature denouncable (in-world) as a creature of the night.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|BODY}}&lt;br /&gt;
| Caste&lt;br /&gt;
| &lt;br /&gt;
*body parts &lt;br /&gt;
| Draws body parts from OBJECT:BODY files (such as body_default.txt)&lt;br /&gt;
'''Example:'''&amp;lt;br /&amp;gt;&lt;br /&gt;
[BODY:BODY_WITH_HEAD_FLAG:HEART:GUTS:BRAIN:MOUTH] &amp;lt;br /&amp;gt;&lt;br /&gt;
This is the body from a [[purring maggot]]. It creates a body with head, a heart, some guts, a brain, and a mouth. That's all a maggot needs.&lt;br /&gt;
&lt;br /&gt;
The body parts need to be listed in an order such that any parent part appears before its connected children. For example [BODY:HEART:BODY_WITH_HEAD_FLAG] produces a &amp;quot;Body Token Recognized But Could Not Connect: HEART&amp;quot; error because HEART can't find any UPPERBODY(s) to connect to. Switching the order to [BODY:BODY_WITH_HEAD_FLAG:HEART] fixes the problem because now the UPPERBODY is created before the HEART tries to connect to it.&lt;br /&gt;
&lt;br /&gt;
'''If the body is left undefined, the creature (or caste) will be tagged as [DOES_NOT_EXIST].''' {{verify}}&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|BODY_APPEARANCE_MODIFIER}}&lt;br /&gt;
| Caste&lt;br /&gt;
| &lt;br /&gt;
*ATTRIBUTE&lt;br /&gt;
*lowest&lt;br /&gt;
*lower&lt;br /&gt;
*low&lt;br /&gt;
*median&lt;br /&gt;
*high&lt;br /&gt;
*higher&lt;br /&gt;
*highest &lt;br /&gt;
| These body modifiers give individual creatures different characteristics. In the case of HEIGHT, BROADNESS and LENGTH, the modifier is also a percentage change to the BODY_SIZE of the individual creature. The seven numbers afterward give a distribution of ranges. Each interval has an equal chance of occurring.&lt;br /&gt;
'''Example:'''&amp;lt;br /&amp;gt;&lt;br /&gt;
[BODY_APPEARANCE_MODIFIER:HEIGHT:90:95:98:100:102:105:110] &amp;lt;br /&amp;gt;&lt;br /&gt;
''HEIGHT'' : marks the height to be changed &amp;lt;br /&amp;gt;&lt;br /&gt;
''90:95:98:100:102:105:110'' : sets the range from the shortest (90% of the average height) to the tallest (110% of the average height) creature variation.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|BODY_DETAIL_PLAN}}&lt;br /&gt;
| Caste&lt;br /&gt;
| &lt;br /&gt;
*PlanName&lt;br /&gt;
*Arguments &lt;br /&gt;
| Loads a plan from listed OBJECT:BODY_DETAIL_PLAN files, such as b_detail_plan_default.txt. Mass applies USE_MATERIAL_TEMPLATE, mass alters RELSIZE, alters body part positions, and will allow tissue layers to be defined. Tissue layers are defined in order of skin to bone here.&lt;br /&gt;
'''Example:'''&amp;lt;br /&amp;gt;&lt;br /&gt;
[BODY_DETAIL_PLAN:VERTEBRATE_TISSUE_LAYERS:SKIN:FAT:MUSCLE:BONE:CARTILAGE] &amp;lt;br /&amp;gt;&lt;br /&gt;
This creates the detailed body of a [[fox]], the skin, fat, muscle, bones and cartilage out of the vertebrate tissues.&amp;lt;br /&amp;gt;&lt;br /&gt;
A [[Purring maggot|maggot]] would only need:&amp;lt;br /&amp;gt;&lt;br /&gt;
''[BODY_DETAIL_PLAN:EXOSKELETON_TISSUE_LAYERS:SKIN:FAT:MUSCLE]'' &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|BODY_SIZE}}&lt;br /&gt;
| Caste&lt;br /&gt;
| &lt;br /&gt;
*years&lt;br /&gt;
*days&lt;br /&gt;
*size &lt;br /&gt;
| Sets size at a given age. Size is in cubic centimeters, and for normal body materials, is roughly equal to the creature's average weight in grams.&lt;br /&gt;
'''Example:'''&amp;lt;br /&amp;gt;&lt;br /&gt;
[BODY_SIZE:0:0:10000]&amp;lt;br /&amp;gt;&lt;br /&gt;
[BODY_SIZE:1:168:50000]&amp;lt;br /&amp;gt;&lt;br /&gt;
[BODY_SIZE:12:0:220000]&amp;lt;br /&amp;gt;&lt;br /&gt;
This describes the size of a [[minotaur]]. Its birth size would be 10,000 cm&amp;lt;sup&amp;gt;3&amp;lt;/sup&amp;gt; (~10 kg). At 1 year and 168 days old it would be 50,000 cm&amp;lt;sup&amp;gt;3&amp;lt;/sup&amp;gt; (~50 kg). And as an adult (at 12 years old) it would be 220,000 cm&amp;lt;sup&amp;gt;3&amp;lt;/sup&amp;gt; and weigh roughly 220 kg.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|BODYGLOSS}}&lt;br /&gt;
| Caste&lt;br /&gt;
| &lt;br /&gt;
*gloss &lt;br /&gt;
| Substitutes body part text with replacement text. Draws gloss information from OBJECT:BODY files (such as body_default.txt)&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|BONECARN}}&lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| Creature eats bones. Implies {{token|CARNIVORE|c}}.  Currently does not work due to a bug ({{Bug|11069}}).&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|BP_ADD_TYPE}}&lt;br /&gt;
| Caste&lt;br /&gt;
| &lt;br /&gt;
| Adds a type to a body part - used with {{token|SET_BP_GROUP|c}}. In vanilla DF, this is used for adding the type '[[Body token#GELDABLE|GELDABLE]]' to the lower body of certain [[cat|creatures]]. &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|BP_APPEARANCE_MODIFIER}}&lt;br /&gt;
| Caste&lt;br /&gt;
| &lt;br /&gt;
*QUALITY&lt;br /&gt;
*lowest&lt;br /&gt;
*lower&lt;br /&gt;
*low&lt;br /&gt;
*median&lt;br /&gt;
*high&lt;br /&gt;
*higher&lt;br /&gt;
*highest &lt;br /&gt;
| Sets up the breadth of possibilities for appearance qualities for a selected BP group. EG. Eyes (CLOSE_SET, DEEP_SET, ROUND_VS_NARROW, LARGE_IRIS),Lips (THICKNESS), Nose (BROADNESS, LENGTH, UPTURNED, CONVEX), Ear (SPLAYED_OUT, HANGING_LOBES, BROADNESS, HEIGHT), Tooth (GAPS), Skull (HIGH_CHEEKBONES, BROAD_CHIN, JUTTING CHIN, SQUARE_CHIN), Neck (DEEP_VOICE, RASPY_VOICE), Head (BROADNESS, HEIGHT)&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|BP_REMOVE_TYPE}}&lt;br /&gt;
| Caste&lt;br /&gt;
| &lt;br /&gt;
| Removes a type from a body part. Used with {{token|SET_BP_GROUP|c}}. &lt;br /&gt;
 &lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|BUILDINGDESTROYER}}&lt;br /&gt;
| Caste&lt;br /&gt;
| &lt;br /&gt;
*1 or 2 &lt;br /&gt;
| Allows a creature to destroy furniture and buildings. Value [1] targets mostly doors, hatches, furniture and the like. Value [2] targets anything not made with the {{k|b}} + {{k|C}} commands. &lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{{alphabetical TOC|style=margin: 1em auto;}}&lt;br /&gt;
&lt;br /&gt;
==C==&lt;br /&gt;
{| {{prettytable}}&lt;br /&gt;
|- bgcolor=&amp;quot;#ddd&amp;quot;&lt;br /&gt;
! width=&amp;quot;20%&amp;quot; | Token&lt;br /&gt;
! width=&amp;quot;10%&amp;quot; | Type&lt;br /&gt;
! width=&amp;quot;20%&amp;quot; | Arguments&lt;br /&gt;
! width=&amp;quot;50%&amp;quot; | Description&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|CAN_DO_INTERACTION}}&lt;br /&gt;
| Caste&lt;br /&gt;
| &lt;br /&gt;
*interaction token&lt;br /&gt;
| The creature can perform an interaction. See [[interaction token]].&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|CAN_LEARN}}&lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| The creature gains [[skill]]s and can have [[labor|professions]]. If a member of a civilization (even a pet) has this token, it'll need to eat, drink and sleep. Note that this token makes the creature unable to be eaten by an adventurer, so it is not recommended for uncivilized monsters. Adventurers lacking this token can allocate but not increase attributes and skills. Skills allocated will disappear on start. A creature with at least this token or the {{token|CAN_SPEAK|c}} token will be able to have [[Personality value|values]] and [[Personality goal|goals]].&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|CAN_SPEAK}}&lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| Can [[talking|talk]]. Note that this is not necessary for a creature to gain social skills but to make friends in fortress mode. A creature with at least this token or the {{token|CAN_LEARN|c}} token will be able to have [[Personality value|values]] and [[Personality goal|goals]].&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|CANNOT_CLIMB}}&lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| Creature cannot [[climber|climb]], even if it has free grasp parts.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|CANNOT_JUMP}}&lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| Creature cannot [[jump]].&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|CANNOT_UNDEAD}}&lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| Acts like {{token|NOT_LIVING|c}}, except that {{token|OPPOSED_TO_LIFE|c}} creatures will attack them.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|CANOPENDOORS}}&lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| Defunct, as doors cannot be set as tightly closed anymore.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|CARNIVORE}}&lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| Creature ''only'' eats [[meat]]. If the creature goes on rampages in worldgen, it will often devour the people/animals it kills.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|CASTE}}&lt;br /&gt;
| Creature&lt;br /&gt;
| &lt;br /&gt;
*name &lt;br /&gt;
| Defines a [[caste]].&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|CASTE_ALTTILE}}&lt;br /&gt;
| Caste&lt;br /&gt;
|&lt;br /&gt;
*tile number or &amp;quot;letter&amp;quot;&lt;br /&gt;
| Caste-specific {{token|ALTTILE|c}}. Requires {{token|CASTE_TILE|c}}.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|CASTE_COLOR}}&lt;br /&gt;
| Caste&lt;br /&gt;
|&lt;br /&gt;
*fg&lt;br /&gt;
*bg&lt;br /&gt;
*brightness&lt;br /&gt;
| Caste-specific {{token|COLOR|c}}.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|CASTE_GLOWCOLOR}}&lt;br /&gt;
| Caste&lt;br /&gt;
|&lt;br /&gt;
*fg&lt;br /&gt;
*bg&lt;br /&gt;
*brightness&lt;br /&gt;
| Caste-specific {{token|GLOWCOLOR|c}}.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|CASTE_GLOWTILE}}&lt;br /&gt;
| Caste&lt;br /&gt;
|&lt;br /&gt;
*tile value or &amp;quot;letter&amp;quot;&lt;br /&gt;
| Caste-specific {{token|GLOWTILE|c}}.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|CASTE_NAME}}&lt;br /&gt;
| Caste&lt;br /&gt;
| &lt;br /&gt;
*singular&lt;br /&gt;
*plural&lt;br /&gt;
*adjective &lt;br /&gt;
| While {{token|NAME|c}} describes the name of the species, {{token|CASTE_NAME|c}} names individuals of the species. Unlike other caste-specific descriptions, this token is required, even for creatures without separate castes. If left undefined, the creature will not show up in the [[arena]] and members of the species will be labeled as &amp;quot;nothing&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|CASTE_PROFESSION_NAME}}&lt;br /&gt;
| Caste&lt;br /&gt;
| &lt;br /&gt;
*[[Unit type token]] (Profession)&lt;br /&gt;
*singular&lt;br /&gt;
*plural &lt;br /&gt;
| Caste-specific {{token|PROFESSION_NAME|c}}.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|CASTE_SOLDIER_ALTTILE}}&lt;br /&gt;
| Caste&lt;br /&gt;
| &lt;br /&gt;
*'character' or tile number&lt;br /&gt;
| Caste-specific {{token|SOLDIER_ALTTILE|c}}. Requires {{token|CASTE_SOLDIER_TILE|c}}.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|CASTE_SOLDIER_TILE}}&lt;br /&gt;
| Caste&lt;br /&gt;
| &lt;br /&gt;
*'character' or tile number&lt;br /&gt;
| Caste-specific {{token|CREATURE_SOLDIER_TILE|c}}.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|CASTE_TILE}}&lt;br /&gt;
| Caste&lt;br /&gt;
|&lt;br /&gt;
* tile number or &amp;quot;letter&amp;quot;&lt;br /&gt;
| Caste-specific {{token|CREATURE_TILE|c}}.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|CAVE_ADAPT}}&lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| Causes the creature to develop [[cave adaptation]].&lt;br /&gt;
&lt;br /&gt;
Allows for creature's race to be involved in jokes that end in &amp;quot;And the [race] saw the sun and vomited on the spot!&amp;quot; &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|CDI}}&lt;br /&gt;
| Caste&lt;br /&gt;
| &lt;br /&gt;
*Varies&lt;br /&gt;
| Specifies interaction details following a {{token|CAN_DO_INTERACTION|c}} token. See [[interaction token]].&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|CHANGE_BODY_SIZE_PERC}}&lt;br /&gt;
| Caste&lt;br /&gt;
| &lt;br /&gt;
*integer&lt;br /&gt;
| Multiplies body size by a factor of (integer)%. 50 halves size, 200 doubles.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|CHANGE_FREQUENCY_PERC}}&lt;br /&gt;
| Creature&lt;br /&gt;
| &lt;br /&gt;
*integer&lt;br /&gt;
| Multiplies frequency by a factor of (integer)%.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|CHILD}}&lt;br /&gt;
| Caste&lt;br /&gt;
| &lt;br /&gt;
*integer &lt;br /&gt;
| Age at which creature is considered an adult - one can think of this as the duration of the [[children|child]] stage. Allows the creature's offspring to be rendered fully tame if [[animal trainer|trained]] during their childhood. &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|CHILDNAME}}&lt;br /&gt;
| Caste&lt;br /&gt;
| &lt;br /&gt;
*singular&lt;br /&gt;
*plural &lt;br /&gt;
| Defines a new name for a creature in the child state at the caste level. For non-caste-specific child names, see {{token|GENERAL_CHILD_NAME|c}}.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|CLUSTER_NUMBER}}&lt;br /&gt;
| Creature&lt;br /&gt;
|&lt;br /&gt;
*min&lt;br /&gt;
*max&lt;br /&gt;
| The minimum/maximum numbers of how many creatures per spawned cluster. Vermin fish with this token in combination with temperate ocean and river biome tokens [http://www.bay12forums.com/smf/index.php?topic=51864.msg1122319#msg1122319 will perform seasonal migrations]. Defaults to 1:1 if not specified.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|CLUTCH_SIZE}}&lt;br /&gt;
| Caste&lt;br /&gt;
|&lt;br /&gt;
*min&lt;br /&gt;
*max&lt;br /&gt;
|Number of [[egg]]s laid in one sitting.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|COLONY_EXTERNAL}}&lt;br /&gt;
| Caste&lt;br /&gt;
|&lt;br /&gt;
| Caste hovers around colony.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|COLOR}}&lt;br /&gt;
| Creature&lt;br /&gt;
| &lt;br /&gt;
*foreground&lt;br /&gt;
*background&lt;br /&gt;
*brightness &lt;br /&gt;
| Color of the creature's tile. (See [[Color]] for usage.)&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|COMMON_DOMESTIC}}&lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| When combined with any of {{token|PET|c}}, {{token|PACK_ANIMAL|c}}, {{token|WAGON_PULLER|c}} and/or {{token|MOUNT|c}}, the creature is guaranteed to be domesticated by any [[civilization]] with {{token|COMMON_DOMESTIC_PET|e}}, {{token|COMMON_DOMESTIC_PACK|e}},  {{token|COMMON_DOMESTIC_PULL|e}} and/or {{token|COMMON_DOMESTIC_MOUNT|e}} respectively. Such civilizations will always have access to the creature, even in the absence of wild populations. This token is invalid on {{token|FANCIFUL|c}} creatures.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|CONVERTED_SPOUSE}}&lt;br /&gt;
| Caste&lt;br /&gt;
|&lt;br /&gt;
| Creatures of this caste's species with the {{token|SPOUSE_CONVERTER|c}} and {{token|NIGHT_CREATURE_HUNTER|c}} tokens will kidnap {{token|SPOUSE_CONVERSION_TARGET|c}}s of an appropriate sex and convert them into castes with CONVERTED_SPOUSE.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|COOKABLE_LIVE}}&lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| Set this on a vermin creature to allow it to be cooked in meals while it is still alive, as well as when it's dead but not yet [[fishery|cleaned]]. Used by some water-dwelling vermin such as [[mussel]]s, [[oyster]]s, and [[cave lobster]]s. Currently does not work correctly when applied to non-{{token|FISHITEM|c}} vermin.{{bug|13200}}&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|CRAZED}}&lt;br /&gt;
| Caste&lt;br /&gt;
| &lt;br /&gt;
| Creature is '[[insanity|berserk]]' and will attack all other creatures, except members of its own species that '''also''' have the CRAZED tag. It will show {{DFtext|Berserk|4:1}} in the [[unit list]]. Berserk creatures go on rampages during [[world generation|worldgen]] much more frequently than non-berserk ones.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|COPY_TAGS_FROM}}&lt;br /&gt;
| Special&lt;br /&gt;
| &lt;br /&gt;
*creature ID&lt;br /&gt;
| Copies another specified creature. This will override any definitions made before it; essentially, it makes this creature identical to the other one, which can then be modified. Often used in combination with {{token|APPLY_CREATURE_VARIATION|c}} to import standard variations from a file. The vanilla [[giant animal]]s and [[animal person|animal people]]s are examples of this token combination.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|CREATURE}}&lt;br /&gt;
| Creature&lt;br /&gt;
|&lt;br /&gt;
*creature ID&lt;br /&gt;
| A unique, arbitrary identifier that begins the definition of each new creature, and is used to reference the creature in other tokens and raws.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|CREATURE_CLASS}}&lt;br /&gt;
| Caste&lt;br /&gt;
|&lt;br /&gt;
*classname&lt;br /&gt;
| An arbitrary creature classification. Can be set to anything, but the only vanilla uses are GENERAL_POISON (used in syndromes), EDIBLE_GROUND_BUG (used as targets for {{token|GOBBLE_VERMIN_CLASS|c}}), MAMMAL, and POISONOUS (both used for kobold pet eligibility). If a creature has the REAL_WORLD_EXTINCT class, they can be customized in how they appear during world generation, and will also have another class creature class to denote what prehistoric period they existed in. A single creature can have multiple classes.&lt;br /&gt;
&lt;br /&gt;
The full list of tokens that use creature classes is: &lt;br /&gt;
&lt;br /&gt;
* Creature tokens: {{token|GOBBLE_VERMIN_CLASS|c}}, {{token|GOBBLE_VERMIN_CLASS|c}}&lt;br /&gt;
* Interaction tokens: {{token|IT_AFFECTED_CLASS|in}}, {{token|IT_IMMUNE_CLASS|in}}&lt;br /&gt;
* Animal definition (Entity) tokens: {{token|ANIMAL_CLASS|e}}, {{token|ANIMAL_FORBIDDEN_CLASS|e}}&lt;br /&gt;
* Position (Entity) token: {{token|ALLOWED_CLASS|po}}&lt;br /&gt;
* Syndrome tokens: {{token|SYN_AFFECTED_CLASS|sy}}, {{token|SYN_IMMUNE_CLASS|sy}}, {{token|CE_SENSE_CREATURE_CLASS|sy}}&lt;br /&gt;
* Extinction tokens: CAMBRIAN, CARBONIFEROUS, CENOZOIC, CRETACEOUS, DEVONIAN, JURASSIC, ORDOVICIAN, PERMIAN, SILURIAN, TRIASSIC &amp;lt;sup&amp;gt;[Todo: add token links]&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|CREATURE_SOLDIER_TILE}}&lt;br /&gt;
| Creature&lt;br /&gt;
| &lt;br /&gt;
*'character' or tile number&lt;br /&gt;
| Creatures active in their civilization's [[military]] will use this tile instead.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|CREATURE_TILE}}&lt;br /&gt;
| Creature&lt;br /&gt;
| &lt;br /&gt;
*'character' or tile number &lt;br /&gt;
| The symbol of the creature in ASCII mode.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|CREPUSCULAR}}&lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| When set, the creature will appear at dawn (between 4:30 AM and 6:00 AM) and in the evening (between 8:00 PM and 10:05 PM) in [[Adventurer mode]].&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|CURIOUSBEAST_EATER}}&lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| Allows a creature to [[Steals food|steal and eat edible items]] from a site. It will attempt to grab a food item and immediately make its way to the map's edge, where it will disappear with it. If the creature goes on rampages during worldgen, it will often steal food instead of attacking. Trained and tame instances of the creature will no longer display this behavior.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|CURIOUSBEAST_GUZZLER}}&lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| Allows a creature to (very quickly) [[Steals drink|drink your alcohol]]. Or spill the barrel to the ground. Also affects undead versions of the creature. Unlike food or item thieves, drink thieves will consume your alcohol on the spot rather than run away with one piece of it. Trained and tame instances of the creature will no longer display this behavior.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|CURIOUSBEAST_ITEM}}&lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| Allows a creature to [[Steals items|steal things]] (apparently, of the highest value it can find). It will attempt to grab an item of value and immediately make its way to the map's edge, where it will disappear with it. If a creature with any of the CURIOUSBEAST tokens carries anything off the map, even if it is a caravan's pack animal, it will be reported as stealing everything it carries. If the creature goes on rampages in worldgen, it will often steal items instead of attacking - [[kea]] birds are infamous for this. Trained and tame instances of the creature will no longer display this behavior. Also, makes the creature unable to drop hauled items until it enters combat.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|CV_ADD_TAG}}&lt;br /&gt;
| Special&lt;br /&gt;
| &lt;br /&gt;
*TAG NAME &lt;br /&gt;
| Adds a tag. Used in conjunction with creature variation templates.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|CV_REMOVE_TAG}}&lt;br /&gt;
| Special&lt;br /&gt;
| &lt;br /&gt;
*TAG NAME &lt;br /&gt;
| Removes a tag. Used in conjunction with creature variation templates. &lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{{alphabetical TOC|style=margin: 1em auto;}}&lt;br /&gt;
&lt;br /&gt;
==D==&lt;br /&gt;
{| {{prettytable}}&lt;br /&gt;
|- bgcolor=&amp;quot;#ddd&amp;quot;&lt;br /&gt;
! width=&amp;quot;20%&amp;quot; | Token&lt;br /&gt;
! width=&amp;quot;10%&amp;quot; | Type&lt;br /&gt;
! width=&amp;quot;20%&amp;quot; | Arguments&lt;br /&gt;
! width=&amp;quot;50%&amp;quot; | Description&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|DEMON}}&lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| Found on generated [[demon]]s.&lt;br /&gt;
&lt;br /&gt;
At least 1 demon generated, or custom must have the {{token|FLIER|c}} token in order for the [[Underworld|horrifying screams]] event to trigger.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|DESCRIPTION}}&lt;br /&gt;
| Caste&lt;br /&gt;
| &lt;br /&gt;
*text &lt;br /&gt;
| A brief description of the creature type, as displayed when viewing the creature's description/[[Thoughts and preferences|thoughts &amp;amp; preferences]] screen.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|DIE_WHEN_VERMIN_BITE}}&lt;br /&gt;
| Caste&lt;br /&gt;
|&lt;br /&gt;
| Causes the creature to die upon attacking. Used by [[honey bee]]s to simulate them dying after using their stingers.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|DIFFICULTY}}&lt;br /&gt;
| Caste&lt;br /&gt;
| &lt;br /&gt;
*integer &lt;br /&gt;
| Increases experience gain during adventure mode. Creatures with a difficulty of 11 or higher are not assigned for quests in adventure mode. Vanilla [[semimegabeast]]s have a difficulty of 5 and [[megabeast]]s have a difficulty of 10.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|DIURNAL}}&lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| When set, the creature will only appear during the day (between 6:00 AM and 8:00 PM) in [[Adventurer mode]].&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|DIVE_HUNTS_VERMIN}}&lt;br /&gt;
| Caste&lt;br /&gt;
| &lt;br /&gt;
| The creature hunts vermin by diving from the air. On tame creatures, it has the same effect as {{token|HUNTS_VERMIN|c}}.&amp;lt;br&amp;gt;Found on [[peregrine falcon]]s.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|DOES_NOT_EXIST}}&lt;br /&gt;
| Creature&lt;br /&gt;
|  &lt;br /&gt;
| Adding this token to a creature prevents it from appearing in generated worlds (unless it's marked as [[Entity_token#ANIMAL_ALWAYS_PRESENT|always present]] for a particular civilisation). For example, adding it to [[dog]]s will lead to worlds being generated without dogs in them. Also removes the creature from the [[object testing arena]]'s spawn list. If combined with {{token|FANCIFUL|c}}, artistic depictions of the creature will occur regardless. Used by [[centaur]]s, [[chimera]]s and [[griffon]]s in the vanilla game. &lt;br /&gt;
&lt;br /&gt;
Note: a creature tagged as DOES_NOT_EXIST can still be [[Interaction_token#I_EFFECT|summoned]] successfully, as long as it has a body defined in its raws [http://www.bay12forums.com/smf/index.php?topic=165213.msg8086938#msg8086938], or, another creature can [[Syndrome#CE_BODY_TRANSFORMATION|transform]] into it.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{{alphabetical TOC|style=margin: 1em auto;}}&lt;br /&gt;
&lt;br /&gt;
==E==&lt;br /&gt;
{| {{prettytable}}&lt;br /&gt;
|- bgcolor=&amp;quot;#ddd&amp;quot;&lt;br /&gt;
! width=&amp;quot;20%&amp;quot; | Token&lt;br /&gt;
! width=&amp;quot;10%&amp;quot; | Type&lt;br /&gt;
! width=&amp;quot;20%&amp;quot; | Arguments&lt;br /&gt;
! width=&amp;quot;50%&amp;quot; | Description&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|EBO_ITEM}}&lt;br /&gt;
| Caste&lt;br /&gt;
| &lt;br /&gt;
*[[item token]]&lt;br /&gt;
*[[material token]] (ANY_HARD_STONE can be used for the material)&lt;br /&gt;
| Defines the item that the creature drops upon being [[butcher|butchered]]. Used with {{token|EXTRA_BUTCHER_OBJECT|c}}.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|EBO_SHAPE}}&lt;br /&gt;
| Caste&lt;br /&gt;
| &lt;br /&gt;
*gem shape&lt;br /&gt;
| The shape of the creature's extra [[butcher|butchering]] drop. Used with {{token|EXTRA_BUTCHER_OBJECT|c}}.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|EGG_MATERIAL}}&lt;br /&gt;
| Caste&lt;br /&gt;
|&lt;br /&gt;
* &amp;lt;[[material token]]&amp;gt;&lt;br /&gt;
* &amp;lt;[[Material_definition_token#Material_States|material state]]&amp;gt;&lt;br /&gt;
| Defines the material composition of [[egg]]s laid by the creature. [[creature_token#LAYS_EGGS|Egg-laying]] creatures in the default game define this 3 times, using LOCAL_CREATURE_MAT:EGGSHELL, LOCAL_CREATURE_MAT:EGG_WHITE, and then LOCAL_CREATURE_MAT:EGG_YOLK. Eggs will be made out of eggshell. Edibility is determined by tags on whites or yolk, but they otherwise do not exist.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|EGG_SIZE}}&lt;br /&gt;
| Caste&lt;br /&gt;
|&lt;br /&gt;
*size&lt;br /&gt;
| Determines the size of laid [[egg]]s. Doesn't affect hatching or cooking, but bigger eggs will be heavier, and may take longer to be hauled depending on the hauler's strength.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|EQUIPMENT_WAGON}}&lt;br /&gt;
| Creature&lt;br /&gt;
|  &lt;br /&gt;
| Makes the creature appear as a large 3×3 [[wagon]] responsible for carrying trade goods, pulled by two {{token|WAGON_PULLER|c}} creatures and driven by a merchant.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|EQUIPS}}&lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| Allows the creature to wear or wield items.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|EVIL}}&lt;br /&gt;
| Creature&lt;br /&gt;
|  &lt;br /&gt;
| The creature is considered evil and will only show up in evil biomes. Civilizations with {{token|USE_EVIL_ANIMALS|e}} can domesticate them regardless of exotic status. Has no effect on cavern creatures except to restrict taming. A civilization with evil creatures can colonize evil areas. &lt;br /&gt;
&lt;br /&gt;
Civilizations which list evil creatures as one of their main population options will potentially emerge following an underworld mining disaster, with the added caveat that a demon will be in charge of the civ. The rules which govern which noble position the demon in charge adopts however, are unclear. It either picks one of the predefined positions, or simply makes its own. &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|EXTRA_BUTCHER_OBJECT}}&lt;br /&gt;
| Caste&lt;br /&gt;
| &lt;br /&gt;
* [[Body token#CATEGORY|BY_CATEGORY]] or [[Body token#CONTYPE|BY_TYPE]] or [[Body token#BP|BY_TOKEN]]&lt;br /&gt;
* TYPE, CATEGORY, or TOKEN&lt;br /&gt;
| The creature drops an additional object when [[butcher|butchered]], as defined by {{token|EBO_ITEM|c}} and {{token|EBO_SHAPE|c}}. Used for [[gizzard stone]]s in default creatures. For some materials, needs to be defined after caste definitions with SELECT_CASTE:ALL{{Bug|6355}}&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|EXTRACT}}&lt;br /&gt;
| Caste&lt;br /&gt;
|&lt;br /&gt;
* [[material token]]&lt;br /&gt;
| Defines a creature extract which can be obtained via [[small animal dissection]].&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|EXTRAVISION}}&lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| The creature can see regardless of whether it has working eyes and has full 360 degree vision, making it impossible to strike the creature from a blind spot in combat. Invisible creatures will also be seen, namely [[intelligent undead]] using a &amp;quot;vanish&amp;quot; power.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{{alphabetical TOC|style=margin: 1em auto;}}&lt;br /&gt;
&lt;br /&gt;
==F==&lt;br /&gt;
{| {{prettytable}}&lt;br /&gt;
|- bgcolor=&amp;quot;#ddd&amp;quot;&lt;br /&gt;
! width=&amp;quot;20%&amp;quot; | Token&lt;br /&gt;
! width=&amp;quot;10%&amp;quot; | Type&lt;br /&gt;
! width=&amp;quot;20%&amp;quot; | Arguments&lt;br /&gt;
! width=&amp;quot;50%&amp;quot; | Description&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|FANCIFUL}}&lt;br /&gt;
| Creature&lt;br /&gt;
|  &lt;br /&gt;
| The creature is a thing of legend and known to all civilizations. Its materials cannot be requested or preferred. The tag also adds some art value modifiers. Used by a [[Fanciful|number of creatures]]. Conflicts with {{token|COMMON_DOMESTIC|c}}.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|FEATURE_ATTACK_GROUP}}&lt;br /&gt;
| Caste&lt;br /&gt;
|&lt;br /&gt;
| Found on [[Animal people#Subterranean animal people|subterranean animal-man]] tribals. Currently defunct. In previous versions{{verify}}, it caused these creatures to crawl out of chasms and underground rivers.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|FEATURE_BEAST}}&lt;br /&gt;
| Caste&lt;br /&gt;
|&lt;br /&gt;
| Found on [[forgotten beast]]s. Presumably makes it act as such, initiating underground attacks on fortresses, or leads to the pop-up message upon encountering one{{verify}}. Displays the creature's {{token|DESCRIPTION|c}} in its [[legends mode]] entry and hides the creature from displaying in a world_sites_and_pops file. Does not create historical figures like generated forgotten beasts do.&lt;br /&gt;
&lt;br /&gt;
Requires specifying a {{token|BIOME|c}} in which the creature will live, and both surface and subterranean biomes are allowed. Does not stack with {{token|LARGE_ROAMING|c}} and if both are used the creature will not spawn. Appears to be incompatible with {{token|DEMON|c}} even if used in separate castes.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|FEMALE}}&lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| Makes the creature biologically female, enabling her to [[Breeding|bear young]]. Usually specified inside a caste.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|FIREIMMUNE}}&lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| Makes the creature immune to [[Interaction_token#FIREBALL|FIREBALL]] and [[Interaction_token#FIREJET|FIREJET]] attacks, and allows it to path through high temperature zones, like lava or fires, but does not, by itself, make the creature immune to the damaging effects of burning in [[fire]], and does not prevent general heat damage or melting on its own (this would require adjustments to be made to the creature's body [[Material_definition_token|materials]] - see the [[Dragon/raw|dragon raws]] for an example).&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|FIREIMMUNE_SUPER}}&lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| Like {{token|FIREIMMUNE|c}}, but also renders the creature immune to [[Interaction_token#DRAGONFIRE|DRAGONFIRE]] attacks. &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|FISHITEM}}&lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| The creature's corpse is a single [[Item_token#FISH_RAW|FISH_RAW]] food item that needs to be cleaned (into a [[Item_token#FISH|FISH]] item) at a [[fishery]] to become edible. Before being cleaned the item is referred to as &amp;quot;raw&amp;quot;. The food item is categorized under &amp;quot;fish&amp;quot; on the food and stocks screens, and when uncleaned it is sorted under &amp;quot;raw fish&amp;quot; in the stocks (but does not show up on the food screen). &lt;br /&gt;
Without this or {{token|COOKABLE_LIVE|c}}, [[fishing|fished]] vermin will turn into food the same way as non-vermin creatures, resulting in multiple units of food (meat, brain, lungs, eyes, spleen etc.) from a single fished vermin. These units of food are categorized as meat by the game.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|FIXED_TEMP}}&lt;br /&gt;
| Caste&lt;br /&gt;
| &lt;br /&gt;
*temperature &lt;br /&gt;
| The creature's body is constantly at this temperature, heating up or cooling the surrounding area. Alters the temperature of the creature's inventory and all adjacent tiles, [[Temperature|with all the effects that this implies]] - may trigger wildfires at high enough values. Also makes the creature immune to extreme heat or cold, as long as the temperature set is not harmful to the materials that the creature is made from. Corpses and body parts of creatures with a fixed temperature maintain their temperature even after death.&lt;br /&gt;
&lt;br /&gt;
Note that temperatures of 12000 and higher may cause [[path|pathfinding]] issues in fortress mode.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|FLEEQUICK}}&lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| If engaged in combat, the creature will flee at the first sign of resistance. Used by [[kobold]]s in the vanilla game.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|FLIER}}&lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| Allows a creature to fly, independent of it having wings or not. Fortress Mode pathfinding only partially incorporates flying - flying creatures need a land path to exist between them and an area in order to access it, but as long as one such path exists, they do not need to use it, instead being able to fly over intervening obstacles. Winged creatures with this token can lose their ability to fly if their wings are crippled or severed. Winged creatures without this token will be unable to fly. (A 'wing' in this context refers to any body part with its own [[Body_token#FLIER|FLIER]] token).&lt;br /&gt;
&lt;br /&gt;
At least 1 [[Demon]] must have the flier token in order for the [[Underworld|horrifying screams]] event to trigger.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|FREQUENCY}}&lt;br /&gt;
| Creature&lt;br /&gt;
|&lt;br /&gt;
*number, max 100&lt;br /&gt;
| The {{token|FREQUENCY|c}} value plays two separate roles. The first is in determining the initial distribution of creatures across the world map. Each creature is randomly assigned a single x, y co-ordinate on the world map, which act as the epicenter for that creature's distribution. A square is drawn around that x, y co-ordinate with a Manhattan radius equal to the {{token|FREQUENCY|c}} value divided by 100 times the world map size. For example, in a 256 by 256 size world map, the [[lion]] might be assigned 14, 112. The [[lion]] has {{token|FREQUENCY:5|c}}, and so a square is drawn by moving 13 tiles in each direction from the [[lion]]'s x, y co-ordinate. This is the [[lion]]'s &amp;quot;territory&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
Each sub-region in the world will attempt to fill lists of wildlife. There are five lists - {{token|VERMIN_GROUNDER|c}}, {{token|VERMIN_SOIL|c}}, {{token|VERMIN_SOIL_COLONY|c}}, {{token|LARGE_ROAMING|c}}, and {{token|LARGE_PREDATOR|c}}, corresponding with the relevant tokens. The game will attempt to place seven creatures in each list for each sub-region. The game will select the seven nearest valid creatures. Creatures are valid for sub-region's list if they have the requisite token for that list, if they have the valid token for that sub-region's biome (for example, the [lion] can only be selected for {{token|BIOME:SAVANNA_TROPICAL|c}}, {{token|BIOME:GRASSLAND_TROPICAL|c}}, and {{token|BIOME:SHRUBLAND_TROPICAL|c}}, and if their &amp;quot;territory&amp;quot; as defined by their random epicenter and {{token|FREQUENCY|c}} radius overlaps with that sub-region. These lists then determine the creatures that can actually appear within that sub-region during gameplay.&lt;br /&gt;
&lt;br /&gt;
There are some exceptions to the above. If the game was not capable of filling all seven entries in a list, it will drop the overlapping territory requirement, and simply pull the nearest creature which has the correct token and biome availability. Conversely, if a creature has an epicenter but has not appeared on any of the list for any of the world map's sub-regions, the creature will be assigned to the relevant list for the nearest appropriate sub-region - meaning it is occasionally possible to have lists of eight creatures or more. This is more common in smaller worlds where there are less possible sub-regions to be assigned towards. Creatures with the {{token|GOOD|c}} and {{token|EVIL|c}} tokens ignore the epicenter distribution system altogether. They are always capable of appearing in appropriate biomes which are {{token|GOOD|b}} or {{token|EVIL|b}} respectively. This is not true for {{token|SAVAGE|c}}, which acts more like the biome tokens. Creatures with {{token|UBIQUITOUS|c}} have a &amp;quot;territory&amp;quot; which covers the entire map, regardless of their epicenter (although they can still fail to be chosen if there are 7 creatures which are eligible and have nearer epicenters to the sub-region in question).&lt;br /&gt;
&lt;br /&gt;
The second use for {{token|FREQUENCY|c}} is to determine how often a creature actually appears on map. In Fortress Mode, the game will try and spawn large wildlife (creatures with {{token|LARGE_ROAMING|c}} or {{token|LARGE_PREDATOR|c}} in fairly regular waves. These waves include {{token|LARGE_ROAMING|c}}, {{token|LARGE_ROAMING|c}} combined with {{token|FLIER|c}}, {{token|LARGE_PREDATOR|c}}, and {{token|CURIOUS_BEAST|c}} - so a [[lion]] does not compete for selection with a [[gazelle]]. When the game decides it needs to spawn in a fresh wave of e.g. {{token|LARGE_ROAMING|c}} creatures, it will select one of the creatures available to it from the lists for that sub-region at random, with all creatures weighted equally. Once it has selected a creature, it then effectively rolls a d100 against the relevant creature's {{token|FREQUENCY|c}}. If the d100 is equal to the creature's {{token|FREQUENCY|c}} or less, that creature is then spawned in. If the d100 is above the creature's {{token|FREQUENCY|c}}, the game returns to the relevant list and selects again. {{token|UBIQUITOUS|c}} acts as {{token|FREQUENCY:100|c}} for these purposes - in other words, the creature cannot fail the d100 check and will always be spawned in if it is selected from the list.&lt;br /&gt;
&lt;br /&gt;
Defaults to 50.&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{{alphabetical TOC|style=margin: 1em auto;}}&lt;br /&gt;
&lt;br /&gt;
==G==&lt;br /&gt;
{| {{prettytable}}&lt;br /&gt;
|- bgcolor=&amp;quot;#ddd&amp;quot;&lt;br /&gt;
! width=&amp;quot;20%&amp;quot; | Token&lt;br /&gt;
! width=&amp;quot;10%&amp;quot; | Type&lt;br /&gt;
! width=&amp;quot;20%&amp;quot; | Arguments&lt;br /&gt;
! width=&amp;quot;50%&amp;quot; | Description&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|GAIT}}&lt;br /&gt;
| Caste&lt;br /&gt;
| &lt;br /&gt;
* &amp;lt;gait type&amp;gt;&lt;br /&gt;
* &amp;lt;gait name&amp;gt;&lt;br /&gt;
* &amp;lt;max [[Gait#Speed|speed]]&amp;gt;&lt;br /&gt;
* &amp;lt;build up time&amp;gt;&lt;br /&gt;
* &amp;lt;max turning [[Gait#Speed|speed]]&amp;gt;&lt;br /&gt;
* &amp;lt;start [[Gait#Speed|speed]]&amp;gt;&lt;br /&gt;
* &amp;lt;energy expenditure&amp;gt;&lt;br /&gt;
* &amp;lt;gait flag(s)&amp;gt;&lt;br /&gt;
| Defines a gait by which the creature can move. See [[Gait]] for more information. Specifically, you likely want to use one of the existing STANDARD_X_GAITS creature variations, as described in [[Gait#Gaits_and_Modding|this subsection]].&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;max speed&amp;gt; indicates the maximum [[Gait#Speed|speed]] achievable by a creature using this gait&lt;br /&gt;
* &amp;lt;start speed&amp;gt; indicates the creature's speed when it starts moving using this gait&lt;br /&gt;
* &amp;lt;build up time&amp;gt; indicates how long it will take for a creature using this gait to go from &amp;lt;start speed&amp;gt; to &amp;lt;max speed&amp;gt;. For example, a value of 10 means that it should be able to reach the maximum speed by moving 10 [[tile]]s in a straight line over even terrain.&lt;br /&gt;
* &amp;lt;max turning speed&amp;gt; indicates the maximum speed permissible when the creature suddenly changes its direction of motion. The creature's speed will be reduced to &amp;lt;max turning speed&amp;gt; if travelling at a higher speed than this before turning.&lt;br /&gt;
* &amp;lt;energy expenditure&amp;gt; indicates how energy-consuming the gait is. Higher values cause the creature to tire out faster. Persistent usage of a high-intensity gait will eventually lead to exhaustion and [[Status_icon#Non-flashing|collapse]].&lt;br /&gt;
&lt;br /&gt;
'''NO_BUILD_UP''' can be specified instead of a &amp;lt;start speed&amp;gt; value to make the &amp;lt;max speed&amp;gt; instantly achievable upon initiating movement (this is equivalent to a &amp;lt;build up time&amp;gt; of 0). Note that &amp;lt;build up time&amp;gt; and &amp;lt;max turning speed&amp;gt; are both ignored if specified alongside this (as NO_BUILD_UP trumps &amp;lt;build up time&amp;gt; and preserves &amp;lt;max speed&amp;gt; whilst turning, and &amp;lt;max turning speed&amp;gt; cannot exceed &amp;lt;max speed&amp;gt;) so it is permissible to omit them so long as they are '''both''' omitted together.&lt;br /&gt;
&lt;br /&gt;
It's possible to specify a &amp;lt;start speed&amp;gt; greater than the &amp;lt;max speed&amp;gt;; the moving creature will decelerate towards its &amp;lt;max speed&amp;gt; in this case.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''valid gait types:'''&lt;br /&gt;
*'''WALK'''&amp;lt;br&amp;gt;&lt;br /&gt;
Used for moving normally over ground tiles.&lt;br /&gt;
&lt;br /&gt;
*'''CRAWL'''&amp;lt;br&amp;gt;&lt;br /&gt;
Used for moving over ground tiles whilst [[Status_icon#Non-flashing|prone]].&lt;br /&gt;
&lt;br /&gt;
*'''SWIM'''&amp;lt;br&amp;gt;&lt;br /&gt;
Used for moving through tiles containing [[water]] or [[magma]] at a [[Water#Depth|depth]] of at least 4/7. &lt;br /&gt;
&lt;br /&gt;
*'''FLY'''&amp;lt;br&amp;gt;&lt;br /&gt;
Used for moving through [[open space]].&lt;br /&gt;
&lt;br /&gt;
*'''CLIMB'''&amp;lt;br&amp;gt;&lt;br /&gt;
Used for moving whilst [[Climber|climbing]].&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''valid gait flags:'''&lt;br /&gt;
* '''AGILITY'''&amp;lt;br&amp;gt;&lt;br /&gt;
Speeds/slows movement depending on the creature's [[Attribute#Agility|Agility]] stat.&lt;br /&gt;
&lt;br /&gt;
* '''STRENGTH'''&amp;lt;br&amp;gt;&lt;br /&gt;
Speeds/slows movement depending on the creature's [[Attribute#Strength|Strength]] stat.&lt;br /&gt;
&lt;br /&gt;
* '''LAYERS_SLOW'''&amp;lt;br&amp;gt;&lt;br /&gt;
Makes [[Tissue_definition_token#THICKENS_ON_ENERGY_STORAGE|THICKENS_ON_ENERGY_STORAGE]] and [[Tissue_definition_token#THICKENS_ON_STRENGTH|THICKENS_ON_STRENGTH]] tissue layers slow movement depending on how thick they are. Adding the STRENGTH gait flag counteracts the impact of the latter layer.&lt;br /&gt;
&lt;br /&gt;
* '''STEALTH_SLOWS:'''&amp;lt;percentage&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
Slows movement by the specified percentage when the creature is [[Ambusher|sneaking]].&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|GENERAL_BABY_NAME}}&lt;br /&gt;
| Creature&lt;br /&gt;
| &lt;br /&gt;
*singular&lt;br /&gt;
*plural &lt;br /&gt;
| Like {{token|BABYNAME|c}}, but applied regardless of caste.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|GENERAL_CHILD_NAME}}&lt;br /&gt;
| Creature&lt;br /&gt;
| &lt;br /&gt;
*singular&lt;br /&gt;
*plural &lt;br /&gt;
| Like {{token|CHILDNAME|c}}, but applied regardless of caste.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|GENERAL_MATERIAL_FORCE_MULTIPLIER}}&lt;br /&gt;
| Caste&lt;br /&gt;
| &lt;br /&gt;
*value A&lt;br /&gt;
*value B&lt;br /&gt;
| Has the same function as {{token|MATERIAL_FORCE_MULTIPLIER|c}}, but applies to all attacks instead of just those involving a specific material. Appears to be overridden by MATERIAL_FORCE_MULTIPLIER ([[werebeast]]s, for example, use both tokens to provide resistance to all materials, with one exception to which they are especially vulnerable).&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|GENERATED}}&lt;br /&gt;
| Creature&lt;br /&gt;
|  &lt;br /&gt;
| Found on procedurally generated creatures like [[forgotten beast]]s, [[titan]]s, [[demon]]s, [[angel]]s, and [[night creature]]s. Cannot be specified in user-defined raws.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|GETS_INFECTIONS_FROM_ROT}}&lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| Makes the creature get [[Health_care#Infection|infections]] from necrotic tissue.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|GETS_WOUND_INFECTIONS}}&lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| Makes the creature's wounds become [[Health_care#Infection|infected]] if left untreated for too long.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|GLOWCOLOR}}&lt;br /&gt;
| Creature&lt;br /&gt;
| &lt;br /&gt;
*foreground&lt;br /&gt;
*background&lt;br /&gt;
*brightness &lt;br /&gt;
| The colour of the creature's {{token|GLOWTILE|c}}.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|GLOWTILE}}&lt;br /&gt;
| Creature&lt;br /&gt;
| &lt;br /&gt;
*ascii character &lt;br /&gt;
| If present, the being glows in the dark (generally used for Adventurer Mode). The tile is what replaces the being's current tile when it is obscured from your sight by darkness. The default setting for kobolds (a yellow quotation mark) provides a nice &amp;quot;glowing eyes&amp;quot; effect. The game is also hardcoded to automatically convert quotation mark GLOWTILES into apostrophes if the creature has lost one eye. This works at the generic creature level - for caste-specific glow tiles, use {{token|CASTE_GLOWTILE|c}} instead.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|GNAWER}}&lt;br /&gt;
| Caste&lt;br /&gt;
| &lt;br /&gt;
*verb&lt;br /&gt;
| The creature can and will gnaw its way out of [[animal trap]]s and [[cage]]s using the specified verb, depending on the material from which it is made (normally wood).&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|GOBBLE_VERMIN_CLASS}}&lt;br /&gt;
| Caste&lt;br /&gt;
| &lt;br /&gt;
*class&lt;br /&gt;
| The creature eats vermin of the specified class.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|GOBBLE_VERMIN_CREATURE}}&lt;br /&gt;
| Caste&lt;br /&gt;
| &lt;br /&gt;
*creature&lt;br /&gt;
*caste&lt;br /&gt;
| The creature eats a specified [[vermin]].&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|GO_TO_END}}&lt;br /&gt;
| Special&lt;br /&gt;
|  &lt;br /&gt;
| When using tags from an existing creature, inserts new tags at the end of the creature.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|GO_TO_START}}&lt;br /&gt;
| Special&lt;br /&gt;
|  &lt;br /&gt;
| When using tags from an existing creature, inserts new tags at the beginning of the creature.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|GO_TO_TAG}}&lt;br /&gt;
| Special&lt;br /&gt;
|  &lt;br /&gt;
| When using tags from an existing creature, inserts new tags ''before'' the specified tag.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|GOOD}}&lt;br /&gt;
| Creature&lt;br /&gt;
|  &lt;br /&gt;
| Creature is considered good and will only show up in good biomes - [[unicorn]]s, for example. Civilizations with {{token|USE_GOOD_ANIMALS|e}} can domesticate them regardless of exotic status. Has no effect on cavern creatures except to restrict taming. A civilization that has good creatures can colonise good areas in world-gen.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|GRASSTRAMPLE}}&lt;br /&gt;
| Caste&lt;br /&gt;
| &lt;br /&gt;
*value &lt;br /&gt;
| The value determines how rapidly [[grass]] is trampled when a creature steps on it - a value of 0 causes the creature to never damage grass, while a value of 100 causes grass to be trampled as rapidly as possible. Defaults to 5.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|GRAVITATE_BODY_SIZE}}&lt;br /&gt;
| Caste&lt;br /&gt;
| &lt;br /&gt;
*target value&lt;br /&gt;
| Used in Creature Variants. This token changes the adult body size to the average of the old adult body size and the target value and scales all intermediate growth stages by the same factor.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|GRAZER}}&lt;br /&gt;
| Caste&lt;br /&gt;
|&lt;br /&gt;
*number&lt;br /&gt;
| The creature is a grazer - if tamed in fortress mode, it needs a pasture to survive. The higher the number, the less frequently it needs to eat in order to live. Not used since 0.40.12, replaced by {{token|STANDARD_GRAZER|c}} to fix {{bugl|4113}}.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{{alphabetical TOC|style=margin: 1em auto;}}&lt;br /&gt;
&lt;br /&gt;
==H==&lt;br /&gt;
{| {{prettytable}}&lt;br /&gt;
|- bgcolor=&amp;quot;#ddd&amp;quot;&lt;br /&gt;
! width=&amp;quot;20%&amp;quot; | Token&lt;br /&gt;
! width=&amp;quot;10%&amp;quot; | Type&lt;br /&gt;
! width=&amp;quot;20%&amp;quot; | Arguments&lt;br /&gt;
! width=&amp;quot;50%&amp;quot; | Description&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|HABIT}}&lt;br /&gt;
| Caste&lt;br /&gt;
| &lt;br /&gt;
*type&lt;br /&gt;
*probability&lt;br /&gt;
| Defines certain behaviors for the creature. The habit types are:&lt;br /&gt;
*COLLECT_TROPHIES&lt;br /&gt;
*COOK_PEOPLE&lt;br /&gt;
*COOK_VERMIN&lt;br /&gt;
*GRIND_VERMIN&lt;br /&gt;
*COOK_BLOOD&lt;br /&gt;
*GRIND_BONE_MEAL&lt;br /&gt;
*EAT_BONE_PORRIDGE&lt;br /&gt;
*USE_ANY_MELEE_WEAPON&lt;br /&gt;
*GIANT_NEST&lt;br /&gt;
*COLLECT_WEALTH.&lt;br /&gt;
These require the creature to have a {{token|LAIR|c}} to work properly, and also don't seem to work on creatures who are not a {{token|SEMIMEGABEAST|c}}, {{token|MEGABEAST|c}}, or{{token|NIGHT_CREATURE_HUNTER|c}}.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|HABIT_NUM}}&lt;br /&gt;
| Caste&lt;br /&gt;
| &lt;br /&gt;
*number or TEST_ALL&lt;br /&gt;
| &amp;quot;If you set HABIT_NUM to a number, it should give you that exact number of habits according to the weights.&amp;quot;.{{cite forum|60554/1719248}} All lists of HABITs are preceded by [HABIT_NUM:TEST_ALL]&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|HAS_NERVES}}&lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| The creature has nerves in its muscles. Cutting the muscle tissue can sever motor and sensory nerves, disabling the limb.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|HASSHELL}}&lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| The creature has a shell. Seemingly no longer used - holdover from previous versions.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|HIVE_PRODUCT}}&lt;br /&gt;
| Creature&lt;br /&gt;
|&lt;br /&gt;
*number&lt;br /&gt;
*[[time]]&lt;br /&gt;
*[[item token]]s&lt;br /&gt;
| What product is harvested from [[Beekeeping industry|beekeeping]].&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|HOMEOTHERM}}&lt;br /&gt;
| Caste&lt;br /&gt;
| &lt;br /&gt;
*number or NONE&lt;br /&gt;
| Default 'NONE'. The creature's normal body [[temperature]]. Creature ceases maintaining temperature on death unlike fixed material temperatures. Provides minor protection from environmental temperature to the creature.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|HUNTS_VERMIN}}&lt;br /&gt;
| Caste&lt;br /&gt;
|&lt;br /&gt;
| Creature hunts and kills nearby [[vermin]], randomly walking between places with food laying on the ground or in stockpiles, to check for possible [VERMIN_EATER] vermin, but they'll kill any other vermin too. Do not include this creature token on an intelligent entity that you intend to play as in fortress mode because it will prevent them from feeding themselves.&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{{alphabetical TOC|style=margin: 1em auto;}}&lt;br /&gt;
&lt;br /&gt;
==I==&lt;br /&gt;
{| {{prettytable}}&lt;br /&gt;
|- bgcolor=&amp;quot;#ddd&amp;quot;&lt;br /&gt;
! width=&amp;quot;20%&amp;quot; | Token&lt;br /&gt;
! width=&amp;quot;10%&amp;quot; | Type&lt;br /&gt;
! width=&amp;quot;20%&amp;quot; | Arguments&lt;br /&gt;
! width=&amp;quot;50%&amp;quot; | Description&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|IMMOBILE}}&lt;br /&gt;
| Caste&lt;br /&gt;
| &lt;br /&gt;
| The creature cannot move. Found on [[sponge]]s. Will also stop a creature from breeding in fortress mode (MALE and FEMALE are affected, if one is IMMOBILE; no breeding will happen).&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|IMMOBILE_LAND}}&lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| The creature is immobile while on land. Only works on {{token|AQUATIC|c}} creatures which can't breathe on land.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|IMMOLATE}}&lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| The creature radiates [[fire]]. It will ignite, and potentially completely destroy, items the creature is standing on. Also gives the vermin a high chance of escaping from [[animal trap]]s and [[cage]]s made of any flammable materials (specifically ones that could be ignited by magma).&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|INTELLIGENT}}&lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| Alias for {{token|CAN_SPEAK|c}} + {{token|CAN_LEARN|c}}.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|ITEMCORPSE}}&lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
* [[item token]]&lt;br /&gt;
* [[material token]]&lt;br /&gt;
| Determines if the creature leaves behind a non-standard corpse (i.e. wood, statue, bars, stone, pool of liquid, etc.). [[Ethics]] may prevent actually using the item in jobs or reactions.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|ITEMCORPSE_QUALITY}}&lt;br /&gt;
| Caste&lt;br /&gt;
| &lt;br /&gt;
* number&lt;br /&gt;
| The [[quality]] of an item-type corpse left behind. Valid values are: 0 for ordinary, 1 for well-crafted, 2 for finely-crafted, 3 for superior, 4 for exceptional, 5 for masterpiece.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{{alphabetical TOC|style=margin: 1em auto;}}&lt;br /&gt;
&lt;br /&gt;
==L==&lt;br /&gt;
{| {{prettytable}}&lt;br /&gt;
|- bgcolor=&amp;quot;#ddd&amp;quot;&lt;br /&gt;
! width=&amp;quot;20%&amp;quot; | Token&lt;br /&gt;
! width=&amp;quot;10%&amp;quot; | Type&lt;br /&gt;
! width=&amp;quot;20%&amp;quot; | Arguments&lt;br /&gt;
! width=&amp;quot;50%&amp;quot; | Description&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|LAIR}}&lt;br /&gt;
| Caste&lt;br /&gt;
| &lt;br /&gt;
*type&lt;br /&gt;
*probability&lt;br /&gt;
| Found on megabeasts, semimegabeasts, and night creatures. The creature will seek out sites of this type and take them as lairs. The lair types are:&lt;br /&gt;
*SIMPLE_BURROW&lt;br /&gt;
*SIMPLE_MOUND&lt;br /&gt;
*WILDERNESS_LOCATION&lt;br /&gt;
*SHRINE&lt;br /&gt;
*LABYRINTH&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|LAIR_CHARACTERISTIC}}&lt;br /&gt;
| Caste&lt;br /&gt;
| &lt;br /&gt;
*characteristic&lt;br /&gt;
*probability&lt;br /&gt;
| Defines certain features of the creature's lair. The only valid characteristic is HAS_DOORS.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|LAIR_HUNTER}}&lt;br /&gt;
| Caste&lt;br /&gt;
|&lt;br /&gt;
| This creature will actively hunt adventurers in its lair.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|LAIR_HUNTER_SPEECH}}&lt;br /&gt;
| Caste&lt;br /&gt;
| &lt;br /&gt;
*speech file&lt;br /&gt;
| What this creature says while hunting adventurers in its lair.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|LARGE_PREDATOR}}&lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| Will attack other creatures that are smaller than it. Tamed large predators will still attack wildlife. In [[fortress mode]], only one group of &amp;quot;large predators&amp;quot; (possibly two groups on &amp;quot;savage&amp;quot; maps) will appear on any given map. In [[adventurer mode]], large predators will try to ambush and attack you (and your party will attack them back). When tamed, large predators tend to be much more aggressive to enemies than non-large predators, making them a good choice for an animal army. They may go on rampages in worldgen, and adventurers may receive quests to kill them. Also, they can be mentioned in the intro paragraph when starting a fortress e.g. &amp;quot;ere the wolves get hungry.&amp;quot;&lt;br /&gt;
A single biome supports 7 large predator species, picking randomly and rolling a d100 under its {{token|FREQUENCY|c}} to add it until all 7 slots are filled.&lt;br /&gt;
&lt;br /&gt;
Incompatible with {{token|PACK_ANIMAL|c}} on a technicality, if included: hauled items are likely to be dropped upon entering the map (even if {{token|TRADE_CAPACITY|c}} is present) in contrast to when the merchants depart.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|LARGE_ROAMING}}&lt;br /&gt;
| Creature&lt;br /&gt;
|  &lt;br /&gt;
| This is the core requisite tag allowing the creature to spawn as a wild animal in the appropriate biomes. Requires specifying a {{token|BIOME|c}} in which the creature will spawn. Does not require specifying a frequency, population number, or cluster number.&lt;br /&gt;
&lt;br /&gt;
This tag stacks with {{token|MEGABEAST|c}}, {{token|SEMIMEGABEAST|c}}, or {{token|NIGHT_CREATURE_HUNTER|c}}; if used with one of these tags, the creature will spawn as both a boss and as a wild animal. This tag does not stack with {{token|FEATURE_BEAST|c}} and if both are used the creature will not spawn. This tag is unaffected by {{token|DEMON|c}}.&lt;br /&gt;
Large roamers are not able to spawn in Pool biomes as they do not connect to the edge of the map and are too small, Lake biomes are a suitable alternative.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|LAYS_EGGS}}&lt;br /&gt;
| Caste&lt;br /&gt;
|&lt;br /&gt;
| Creature lays [[egg]]s instead of giving birth to live young.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|LAYS_UNUSUAL_EGGS}}&lt;br /&gt;
| Caste&lt;br /&gt;
|&lt;br /&gt;
* [[item token]]&lt;br /&gt;
* [[material token]]&lt;br /&gt;
| Creature lays the specified item instead of regular eggs.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|LIGAMENTS}}&lt;br /&gt;
| Caste&lt;br /&gt;
| &lt;br /&gt;
* [[material token]]&lt;br /&gt;
*healing rate &lt;br /&gt;
| The creature has ligaments in its {{token|CONNECTIVE_TISSUE_ANCHOR|td}} tissues (bone or chitin by default). Cutting the bone/chitin tissue severs the ligaments, disabling motor function if the target is a limb.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|LIGHT_GEN}}&lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| A vermin featuring this tag will remain visible to an adventurer even at night. &lt;br /&gt;
&lt;br /&gt;
Subterranean vermin which feature this token will flicker in unexposed and unrevealed cavern layers while playing in Fortress Mode.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|LISP}}&lt;br /&gt;
| Caste&lt;br /&gt;
| &lt;br /&gt;
| Creature uses &amp;quot;sssssnake talk&amp;quot; (multiplies 'S' when talking - &amp;quot;My name isss Recisssiz.&amp;quot;). Used by [[Serpent man|serpent men]] and [[Reptile man|reptile men]] in the vanilla game. C's with the same pronunciation (depending on the word) are not affected by this token.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|LITTERSIZE}}&lt;br /&gt;
| Caste&lt;br /&gt;
| &lt;br /&gt;
* minimum&lt;br /&gt;
* maximum&lt;br /&gt;
| Determines the number of offspring per one birth; default 1-3, not used in vanilla raws. See also {{token|MULTIPLE_LITTER_RARE|c}}.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|LOCAL_POPS_CONTROLLABLE}}&lt;br /&gt;
| Creature&lt;br /&gt;
|&lt;br /&gt;
| Allows you to play as a wild animal of this species in adventurer mode. Prevents trading of (tame) instances of this creature in caravans.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|LOCAL_POPS_PRODUCE_HEROES}}&lt;br /&gt;
| Creature&lt;br /&gt;
|&lt;br /&gt;
| Wild animals of this species may occasionally join a civilization. Prevents trading of (tame) instances of this creature in caravans.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|LOCKPICKER}}&lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| Lets a creature open [[door]]s that are set to forbidden in fortress mode.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|LOOSE_CLUSTERS}}&lt;br /&gt;
| Creature&lt;br /&gt;
|  &lt;br /&gt;
| The creatures will scatter if they have this tag, or form tight packs if they don't. &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|LOW_LIGHT_VISION}}&lt;br /&gt;
| Caste&lt;br /&gt;
| &lt;br /&gt;
*number&lt;br /&gt;
| Determines how well a creature can see in the dark - higher is better. Dwarves have 10000, which amounts to perfect nightvision.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{{alphabetical TOC|style=margin: 1em auto;}}&lt;br /&gt;
&lt;br /&gt;
==M==&lt;br /&gt;
{| {{prettytable}}&lt;br /&gt;
|- bgcolor=&amp;quot;#ddd&amp;quot;&lt;br /&gt;
! width=&amp;quot;20%&amp;quot; | Token&lt;br /&gt;
! width=&amp;quot;10%&amp;quot; | Type&lt;br /&gt;
! width=&amp;quot;20%&amp;quot; | Arguments&lt;br /&gt;
! width=&amp;quot;50%&amp;quot; | Description&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|MAGICAL}}&lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| According to Toady One, this is completely interchangeable with {{token|AT_PEACE_WITH_WILDLIFE|c}} and might have been used in very early versions of the game by wandering wizards, or the ent-type tree creatures that used to be animated by elves. [http://www.bay12forums.com/smf/index.php?topic=169696.msg8316954#msg8316954]&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|MAGMA_VISION}}&lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| The creature is able to see while submerged in [[magma]]. &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|MALE}}&lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| Makes the creature biologically male; usually declared inside a caste.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| {{text anchor|MANNERISM|MANNERISM_*}}&lt;br /&gt;
| Caste&lt;br /&gt;
| &lt;br /&gt;
*occasionally body part &lt;br /&gt;
| Adds a possible mannerism to the creature's profile.  See [[creature mannerism token]] for further info.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|MATERIAL}}&lt;br /&gt;
| Creature&lt;br /&gt;
|&lt;br /&gt;
*material id&lt;br /&gt;
| Begins defining a new local material. Follow this with standard material definition tokens to define the material. A maximum of 200 materials can be defined on any given creature.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|MATERIAL_FORCE_MULTIPLIER}}&lt;br /&gt;
| Caste&lt;br /&gt;
| &lt;br /&gt;
*[[Material token]]&lt;br /&gt;
*value A&lt;br /&gt;
*value B&lt;br /&gt;
| When struck with a weapon made of the specified material, the force exerted will be multiplied by A/B, thus making the creature more or less susceptible to this material. For example, if A is 2 and B is 1, the force exerted by the defined material will be doubled. If A is 1 and B is 2, it will be halved instead. See also  {{token|GENERAL_MATERIAL_FORCE_MULTIPLIER|c}}, which can be used to make this sort of effect applicable to all materials.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|MATUTINAL}}&lt;br /&gt;
| Caste&lt;br /&gt;
| &lt;br /&gt;
| When set, the creature will only appear at dawn (between 4:30 AM and 6:00 AM) in [[Adventurer mode]].&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|MAXAGE}}&lt;br /&gt;
| Caste&lt;br /&gt;
| &lt;br /&gt;
*min&lt;br /&gt;
*max &lt;br /&gt;
| Determines the creature's natural lifespan, using the specified minimum and maximum age values (in years). Each individual creature with this token is generated with a predetermined date (calculated down to the exact [[time|tick]]!) between these values, at which it is destined to die of old age, should it live long enough. Note that the probability of death at any given age does not increase as the creature gets older [http://i.imgur.com/A1A4aA9.png]. &lt;br /&gt;
Creatures which lack this token are naturally immortal. The [[Syndrome#CE_ADD_TAG|NO_AGING]] syndrome tag will prevent death by old age from occurring. Also note that, among civilized creatures, castes which lack this token will refuse to marry others with it, and vice versa.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|MEANDERER}}&lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| Makes the creature slowly stroll around, unless it's in combat or performing a job. If combined with {{token|CAN_LEARN|c}}, will severely impact their [[pathfinding]] and lead the creature to move extremely slowly when not performing any task. &amp;lt;s&amp;gt;Problematically applies to animal people based on the animal, and war trained animals{{bug|9588}}&amp;lt;/s&amp;gt; As of version 52.05, meandering behavior no longer applies to animal people and to animals that are trained for war or hunting..&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|MEGABEAST}}&lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| A 'boss' creature; a small number of those are created during worldgen, their histories and descendants (if any) will be tracked in worldgen (as opposed to simply 'spawning'), and they will occasionally go on rampages, potentially leading to worship if they attack the same place multiple times. Their presence and number will also influence world age names. When appearing in fortress mode, they will have a pop-up message announcing their arrival. They will remain hostile to the fortress military even after being tamed.{{bug|10731}} See [[megabeast]] page for more details. &lt;br /&gt;
&lt;br /&gt;
Requires specifying a {{token|BIOME|c}} in which the creature will live. Subterranean biomes appear to not be allowed. Does stack with {{token|LARGE_ROAMING|c}} and if both are used the creature will spawn as both historical bosses and as wild animals.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|MENT_ATT_CAP_PERC}}&lt;br /&gt;
| Caste&lt;br /&gt;
|&lt;br /&gt;
*[[Attribute|ATTRIBUTE]] Token&lt;br /&gt;
*Cap %&lt;br /&gt;
|Default is 200.  This means you can increase your attribute to 200% of its starting value (or the average value + your starting value if that is higher).&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|MENT_ATT_RANGE}}&lt;br /&gt;
| Caste&lt;br /&gt;
|&lt;br /&gt;
*[[Attribute|ATTRIBUTE]]&lt;br /&gt;
*lowest&lt;br /&gt;
*lower&lt;br /&gt;
*low&lt;br /&gt;
*median&lt;br /&gt;
*high&lt;br /&gt;
*higher&lt;br /&gt;
*highest &lt;br /&gt;
| Sets up a [[Attribute#Soul_attributes|mental attribute]]'s range of values (0-5000). All mental attribute ranges default to 200:800:900:1000:1100:1300:2000.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|MENT_ATT_RATES}}&lt;br /&gt;
| Caste&lt;br /&gt;
| &lt;br /&gt;
*[[Attribute|ATTRIBUTE]] Token&lt;br /&gt;
*cost to improve&lt;br /&gt;
*unused counter rate&lt;br /&gt;
*rust counter rate&lt;br /&gt;
*demotion counter rate&lt;br /&gt;
| [[Attribute#Soul_attributes|Mental attribute]] gain/decay rates. Lower numbers in the last three slots make decay occur faster. Defaults are 500:4:5:4.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|MILKABLE}}&lt;br /&gt;
| Caste&lt;br /&gt;
| &lt;br /&gt;
* [[material token]]&lt;br /&gt;
* frequency&lt;br /&gt;
| Allows the creature to be [[milk]]ed in the [[farmer's workshop]]. The frequency is the amount of [[time|ticks]] the creature needs to &amp;quot;recharge&amp;quot; (i.e. how much time needs to pass before it can be milked again). Does not work on [[#CAN_LEARN|sentient]] creatures, regardless of [[ethics]].&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|MISCHIEVIOUS}}&lt;br /&gt;
| Caste&lt;br /&gt;
|&lt;br /&gt;
| Alias for {{token|MISCHIEVOUS|c}}.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|MISCHIEVOUS}}&lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| The creature spawns [[stealth]]ed and will attempt to path into the fortress, pulling any [[lever]]s it comes across. It will be invisible on the map and [[unit list]] until spotted by a citizen, at which point the game will pause and recenter on the creature. Used by [[gremlin]]s in the vanilla game. &amp;quot;They go on little missions to mess with various fortress buildings, not just levers.&amp;quot; &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|MODVALUE}}&lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| Seemingly no longer used.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|MOUNT}}&lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| Creature may be used as a [[mount]]. No use for the player in fortress mode, but enemy sieging forces may arrive with cavalry. Mounts are usable in adventure mode.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|MOUNT_EXOTIC}}&lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| Creature may be used as a [[mount]], but civilizations cannot domesticate it in worldgen without certain exceptions.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|MULTIPART_FULL_VISION}}&lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| Allows the creature to have all-around vision, as long as it has multiple heads that can see.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|MULTIPLE_LITTER_RARE}}&lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| Makes the species usually produce a single offspring per birth, with a 1/500 chance of using the {{token|LITTERSIZE|c}} as usual.  Requires {{token|FEMALE|c}}.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|MUNDANE}}&lt;br /&gt;
| Creature&lt;br /&gt;
|  &lt;br /&gt;
| Marks if the creature is an actual real-life creature. Only used for age-names at present.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{{alphabetical TOC|style=margin: 1em auto;}}&lt;br /&gt;
&lt;br /&gt;
==N==&lt;br /&gt;
{| {{prettytable}}&lt;br /&gt;
|- bgcolor=&amp;quot;#ddd&amp;quot;&lt;br /&gt;
! width=&amp;quot;20%&amp;quot; | Token&lt;br /&gt;
! width=&amp;quot;10%&amp;quot; | Type&lt;br /&gt;
! width=&amp;quot;20%&amp;quot; | Arguments&lt;br /&gt;
! width=&amp;quot;50%&amp;quot; | Description&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|NAME}}&lt;br /&gt;
| Creature&lt;br /&gt;
| &lt;br /&gt;
*singular&lt;br /&gt;
*plural&lt;br /&gt;
*adjective &lt;br /&gt;
| The generic name for any creature of this type - will be used for referring to the species in the abstract, such as the default material prefix. For labeling individual creatures, {{token|CASTE_NAME|c}} is necessary. If left undefined, the creature will be labeled as &amp;quot;nothing&amp;quot; by the game.&lt;br /&gt;
&lt;br /&gt;
Some examples of adjective use:&lt;br /&gt;
* &amp;quot;super''dwarven'' strength&amp;quot;&lt;br /&gt;
* &amp;quot;the ''dwarven'' hillocks of X&amp;quot;&lt;br /&gt;
* Deity species as in &amp;quot;''feline'' deity&amp;quot;&lt;br /&gt;
* Megabeast attacks in worldgen. One with multiple dragons being a &amp;quot;''draconic'' rampage&amp;quot;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|NATURAL}}&lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| Animal is considered to be natural. NATURAL animals will not engage creatures tagged with {{token|AT_PEACE_WITH_WILDLIFE|c}} in combat unless they are members of a hostile entity and vice-versa.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|NATURAL_ANIMAL}}&lt;br /&gt;
| Caste&lt;br /&gt;
| &lt;br /&gt;
| Alias of {{token|NATURAL|c}}.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|NATURAL_SKILL}}&lt;br /&gt;
| Caste&lt;br /&gt;
| &lt;br /&gt;
*[[Skill_token|Skill token]]&lt;br /&gt;
*value&lt;br /&gt;
| The creature possesses the specified [[skill]] at this level inherently - that is, it begins with the skill at this level, and the skill may never rust below that. A value of 15 is legendary.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|NIGHT_CREATURE}}&lt;br /&gt;
| Caste&lt;br /&gt;
|&lt;br /&gt;
| Creatures with this token can appear as [[experiment|experiments]]. Causes the creature to count as {{token|NOT_LIVING|c}}. &lt;br /&gt;
&lt;br /&gt;
Killing a creature featuring this token provides one point of &amp;quot;hero&amp;quot; reputation. Adds the creature's description as part of the initial summary of their historical figure in legends mode. People will react to creatures with this token as a night creature (natch). In adventure mode, ambushes involving these units will say &amp;quot;Night creature!&amp;quot; instead of &amp;quot;Ambush!&amp;quot; &lt;br /&gt;
&lt;br /&gt;
Prevents creature behavior enabled by {{token|LARGE_PREDATOR|c}}.&lt;br /&gt;
&lt;br /&gt;
Removes the high nature value check imposed by {{token|LOCAL_POPS_PRODUCE_HEROES|c}}.&lt;br /&gt;
&lt;br /&gt;
Prevents the AI from using ANIMATE interactions, unless the newly-animated{{token|OPPOSED_TO_LIFE|c}}undead will not attack them. The check for this is specifically whether the unit is: &lt;br /&gt;
*a ghost&lt;br /&gt;
*an animated unit &lt;br /&gt;
*a unit with the {{token|NO_AGING|c}} token added via {{token|CE_ADD_TAG|c}}. (This allows for the default exclusion of elves and goblins, unless raised as intelligent undead.)&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|NIGHT_CREATURE_BOGEYMAN}}&lt;br /&gt;
| Caste&lt;br /&gt;
|&lt;br /&gt;
| Creatures with this token can appear in [[bogeyman|bogeyman ambushes]] in [[adventure mode]], where they adopt classical bogeyman traits such as stalking the adventurer and vaporising when dawn breaks. Such traits do not manifest if the creature is encountered outside of a bogeyman ambush (for instance, as a megabeast or a civilised being). In addition, their corpses and severed body parts turn into [[smoke]] after a short while. Note that setting the &amp;quot;Number of Bogeyman Types&amp;quot; in [[advanced world generation]] to 0 will only remove randomly-generated bogeymen.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|NIGHT_CREATURE_EXPERIMENTER}}&lt;br /&gt;
| Caste&lt;br /&gt;
|&lt;br /&gt;
| Found on some [[necromancer]]s. Creatures with this tag may periodically &amp;quot;perform horrible experiments&amp;quot; offscreen, during which they can use creature-targeting interactions with an &amp;lt;code&amp;gt;[[Interaction_token#I_SOURCE|[I_SOURCE:EXPERIMENT]]]&amp;lt;/code&amp;gt; tag on living creatures in their area. Worlds are generated with a list of procedurally-generated experiments, allowing necromancers to turn living people and animals into [[Infected_ghoul|ghouls]] and [[Experiment|other experimental creatures]], and these will automatically be available to all experimenters; it does not appear possible to prevent this. You can mod in your own custom experiment interactions, but these are used very infrequently due to the large number of generated experiments.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|NIGHT_CREATURE_HUNTER}}&lt;br /&gt;
| Caste&lt;br /&gt;
|&lt;br /&gt;
| Found on [[night troll]]s and [[werebeast]]s. Implies that the creature is a [[night creature]], and shows its description in [[legends mode]] entry. The creature is always hostile and will start [[no quarter]] combat with any nearby creatures, except for members of its own race. Note that this tag does not override the creature's normal behavior in [[fortress mode]] except for the aforementioned aggression, and doesn't prevent the creature from fleeing the battles it started. It also removes the creature's materials from stockpile settings list, making them be stored there regardless of settings.&lt;br /&gt;
&lt;br /&gt;
Does stack with {{token|LARGE_ROAMING|c}} and if both are used the creature will spawn as both historical hunters and as wild animals; this requires specifying a {{token|BIOME|c}} in which the creature will live, and subterranean biomes are allowed.&lt;br /&gt;
&lt;br /&gt;
This tag causes the usual behaviour of werebeasts in worldgen, that is, fleeing towns upon being cursed and conducting raids from a lair. If this tag is absent from a deity curse, the accursed will simply be driven out of towns in a similar manner to [[vampire]]s. When paired with SPOUSE_CONVERTER, a very small population of the creature will be created during worldgen (sometimes only a single individual will be created), and their histories will be tracked (that is, they will not spawn spontaneously later, they must either have children or convert other creatures to increase their numbers). The creature will settle in a lair and go on rampages during worldgen. It will actively attempt to seek out potential conversion targets to abduct, convert, and have children with (if possible).&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|NIGHT_CREATURE_NIGHTMARE}}&lt;br /&gt;
| Caste&lt;br /&gt;
|&lt;br /&gt;
| Found on [[nightmare]]s. Corpses and severed body parts derived from creatures with this token turn into [[smoke]] after a short while.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|NO_AUTUMN}}&lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| The creature caste does not appear in [[Calendar|autumn]].&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|NO_CONNECTIONS_FOR_MOVEMENT}}&lt;br /&gt;
| Caste&lt;br /&gt;
| &lt;br /&gt;
| Creature doesn't require connected body parts to move{{verify}}; generally used on undead creatures with connections that have rotted away.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|NO_DIZZINESS}}&lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| Creature cannot become [[Symptom#Dizziness|dizzy]].&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|NO_DRINK}}&lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| Creature does not need to drink. &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|NO_EAT}}&lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| Creature does not need to [[food|eat]].&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|NO_FEVERS}}&lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| Creature cannot suffer [[Symptom#Fever|fevers]].&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|NO_GENDER}}&lt;br /&gt;
| Caste&lt;br /&gt;
|&lt;br /&gt;
| The creature is biologically sexless, making it unable to [[breeding|breed]].&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|NO_PHYS_ATT_GAIN}}&lt;br /&gt;
| Caste&lt;br /&gt;
|&lt;br /&gt;
| The creature cannot raise any [[Attribute#Body_attributes|physical attributes]].&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|NO_PHYS_ATT_RUST}}&lt;br /&gt;
| Caste&lt;br /&gt;
| &lt;br /&gt;
| The creature cannot lose any [[Attribute#Body_attributes|physical attributes]].&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|NO_SLEEP}}&lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| Creature does not need to sleep, but can still be rendered unconscious by other means.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|NO_SPRING}}&lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| The creature caste does not appear in [[Calendar|spring]].&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|NO_SUMMER}}&lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| The creature caste does not appear in [[Calendar|summer]].&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|NO_THOUGHT_CENTER_FOR_MOVEMENT}}&lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| The bodyparts of this creature don't need to be connected to an organ with the {{token|THOUGHT|body}} tag in order to have motor function. Generally used on creatures that don't have brains. If a creature doesn't have a thought part and doesn't have this token, it will be unable to grasp or stand. Nautilus men experience this issue in vanilla.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|NO_UNIT_TYPE_COLOR}}&lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| Prevents creature from selecting its color based on its profession (e.g. Miner, Hunter, Wrestler).&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|NO_VEGETATION_PERTURB}}&lt;br /&gt;
| Caste{{Verify}}&lt;br /&gt;
|  &lt;br /&gt;
| Likely prevents the creature from leaving broken vegetation tracks.{{Verify}}&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|NO_WINTER}}&lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| The creature caste does not appear in [[Calendar|winter]].&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|NOBONES}}&lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| Creature cannot be picked up for worldgen fell moods and cannot be made a skeleton deity.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|NOBREATHE}}&lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| Creature doesn't need to breathe or have {{token|BREATHE|body}}parts in its body, nor can it drown or be strangled. Creatures living in magma must have this tag, otherwise they will drown.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|NOCTURNAL}}&lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| When set, the creature will only appear at night (after 10:05 PM and before 4:30 AM) in [[Adventurer mode]].&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|NOEMOTION}}&lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| Creature has no emotions, thus; it is immune to the effects of [[stress]] and unable to rage, and its [[need]]s cannot be fulfilled in any way. Used on [[undead]] in the vanilla game.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|NOEXERT}}&lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| Creature can't become tired or over-exerted from taking too many combat actions, or moving at full speed for extended periods of time. &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|NOFEAR}}&lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| Creature doesn't feel fear and will never flee from battle, and will be immune to [[ghost]]s' attempts to 'scare it to death'. Additionally, it causes [[bogeyman|bogeymen]] and [[nightmare]]s to become friendly towards the creature.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|NOMEAT}}&lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| Creature will not be hunted or fed to wild beasts.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|NONAUSEA}}&lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| Creature isn't nauseated by gut hits and cannot vomit.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|NOPAIN}}&lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| Creature doesn't feel pain. &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|NOSKIN}}&lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| Creature will not drop a hide when [[butcher|butchered]]. &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|NOSKULL}}&lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| Creature will not drop a skull on butchering, rot, or decay of severed head.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|NOSMELLYROT}}&lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| Does not produce [[miasma]] when rotting.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|NOSTUCKINS}}&lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| Weapons can't get stuck in the creature. &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|NOSTUN}}&lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| Creature can't be stunned and knocked unconscious by pain or head injuries. Creatures with this tag never wake up from sleep in Fortress Mode. If this creature needs to sleep while playing, it &amp;lt;b&amp;gt;will&amp;lt;/b&amp;gt; die.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|NOT_BUTCHERABLE}}&lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| Corpses from this creature cannot be [[butcher|butchered]]. Does not prevent the creature from being slaughtered while alive, however.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|NOT_LIVING}}&lt;br /&gt;
| Caste&lt;br /&gt;
| &lt;br /&gt;
| Cannot be raised from the dead by necromancers or evil clouds. Implies the creature is not a normal living being. Used by [[vampire]]s, [[Mummy|mummies]] and inorganic creatures like the [[amethyst man]] and [[bronze colossus]]. Creatures who are {{token|OPPOSED_TO_LIFE|c}} (undead) will be docile towards creatures with this token.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|NOTHOUGHT}}&lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| Creature doesn't require a {{token|THOUGHT|body}} body part to survive. Has the added effect of preventing speech, though directly controlling creatures that would otherwise be capable of speaking allows them to engage in conversation.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{{alphabetical TOC|style=margin: 1em auto;}}&lt;br /&gt;
&lt;br /&gt;
==O==&lt;br /&gt;
{| {{prettytable}}&lt;br /&gt;
|- bgcolor=&amp;quot;#ddd&amp;quot;&lt;br /&gt;
! width=&amp;quot;20%&amp;quot; | Token&lt;br /&gt;
! width=&amp;quot;10%&amp;quot; | Type&lt;br /&gt;
! width=&amp;quot;20%&amp;quot; | Arguments&lt;br /&gt;
! width=&amp;quot;50%&amp;quot; | Description&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|ODOR_LEVEL}}&lt;br /&gt;
| Caste&lt;br /&gt;
| &lt;br /&gt;
*number&lt;br /&gt;
| How easy the creature is to [[smell]]. The higher the number, the easier the creature is to sniff out. Defaults to 50. Vanilla creatures have values from 0 (undetectable) to 90 (noticeable by humans and dwarves).&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|ODOR_STRING}}&lt;br /&gt;
| Caste&lt;br /&gt;
| &lt;br /&gt;
*string&lt;br /&gt;
| What the creature [[smell]]s like. If no odor string is defined, the creature name (not the caste name) is used.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|OPPOSED_TO_LIFE}}&lt;br /&gt;
| Caste&lt;br /&gt;
| &lt;br /&gt;
| Is hostile to all creatures except undead and other non-living ones and will show {{DFtext|Opposed to life|0:1}} in the [[unit list]]. Used by [[undead]] in the vanilla game. Functions without the {{token|NOT_LIVING|c}} token, and seems to imply said token as well. Undead will not be hostile to otherwise-living creatures given this token. Living creatures given this token will attack living creatures that lack it, while ignoring other living creatures that also have this token.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|ORIENTATION}}&lt;br /&gt;
| Caste&lt;br /&gt;
| &lt;br /&gt;
*MALE/FEMALE&lt;br /&gt;
*disinterested chance&lt;br /&gt;
*casual chance&lt;br /&gt;
*strong chance&lt;br /&gt;
| Determines caste's likelihood of having sexual attraction to certain sexes. Values default to 75:20:5 for the same sex and 5:20:75 for the opposite sex. The first value indicates how likely to be entirely uninterested in the sex, the second decides if the creature will be able to become lovers with that sex, the third decides whether they will be able to marry in worldgen and post-worldgen world activities (which implies being able to become lovers). Marriage seems to be able to happen in fort mode play regardless, as long as they are lovers first.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|OUTSIDER_CONTROLLABLE}}&lt;br /&gt;
| Caste&lt;br /&gt;
|&lt;br /&gt;
| Lets you play as an [[Adventurer_mode_character_creation#Outsider|outsider]] of this species in adventure mode.&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{{alphabetical TOC|style=margin: 1em auto;}}&lt;br /&gt;
&lt;br /&gt;
==P==&lt;br /&gt;
{| {{prettytable}}&lt;br /&gt;
|- bgcolor=&amp;quot;#ddd&amp;quot;&lt;br /&gt;
! width=&amp;quot;20%&amp;quot; | Token&lt;br /&gt;
! width=&amp;quot;10%&amp;quot; | Type&lt;br /&gt;
! width=&amp;quot;20%&amp;quot; | Arguments&lt;br /&gt;
! width=&amp;quot;50%&amp;quot; | Description&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|PACK_ANIMAL}}&lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| Allows the creature to be used as a pack animal. Used by [[trading|merchants]] without wagons and adventurers. Also prevents creature from dropping hauled items on its own -- do ''not'' use for player-controllable creatures! May lead to the creature being domesticated during worldgen, even if it doesn't have {{token|COMMON_DOMESTIC|c}}.&lt;br /&gt;
&lt;br /&gt;
Creatures with this tag but without {{token|BENIGN|c}}, and/or with {{token|LARGE_PREDATOR|c}} leads to hauled items being dropped.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|PARALYZEIMMUNE}}&lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| The creature is immune to all [[Syndrome#CE_PARALYSIS|paralyzing]] special attacks.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|PATTERNFLIER}}&lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| Used to control the bat riders with paralyze-dart blowguns that flew through the 2D chasm. Doesn't do anything now.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|PCG_LAYERING}}&lt;br /&gt;
| Creature&lt;br /&gt;
|&lt;br /&gt;
*[[Procedural graphics layer|Layering type]]&lt;br /&gt;
| Adds a layer to the current {{token|PROCEDURAL_CREATURE_GRAPHICS|c}} definition. &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|PEARL}}&lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| Does nothing.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|PENETRATEPOWER}}&lt;br /&gt;
| Caste&lt;br /&gt;
| &lt;br /&gt;
*value &lt;br /&gt;
| Controls the ability of [[vermin]] to find a way into containers when they are eating food from your stockpiles.&lt;br /&gt;
&lt;br /&gt;
Objects made of most materials (e.g. metal) roll a number from 0-100, and if the resulting number is greater than the penetrate power, their contents escape for the time being. Objects made of [[wood]], [[leather]], [[amber]], or [[coral]] roll 0-95, and items made of [[cloth]] roll 0-90.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|PERSONALITY}}&lt;br /&gt;
| Caste&lt;br /&gt;
| &lt;br /&gt;
*ATTRIBUTE&lt;br /&gt;
*lowest&lt;br /&gt;
*median&lt;br /&gt;
*highest &lt;br /&gt;
| Determines the range and chance of personality facets. Standard is 0:50:100. See [[personality facet]] for more info.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|PET}}&lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| Allows the creature to be [[Animal_trainer|tamed]] in Fortress mode. Prerequisite for all other working animal roles. Civilizations that encounter it in worldgen will tame and domesticate it for their own use. Adding this to civilization members will classify them as pets instead of citizens, with all the [[Fun|problems]] that entails. However, you can solve these problems using the popular plugin [https://dffd.bay12games.com/file.php?id=13095| Dwarf Therapist], which is completely unaffected by the tag.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|PET_EXOTIC}}&lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| Allows the creature to be [[Animal_trainer|tamed]] in Fortress mode. Prequisite for all other working animal roles. Civilizations cannot domesticate it in worldgen, with certain exceptions. More difficult to tame?{{verify}} Adding this to civilization members will classify them as pets instead of citizens, with all the [[Fun|problems]] that entails. ([[Gremlin|Example]]).&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|PETVALUE}}&lt;br /&gt;
| Caste&lt;br /&gt;
| &lt;br /&gt;
*value &lt;br /&gt;
| How valuable a tamed animal is. Actual cost in points in the embarking screen is 1+(PETVALUE/2) for an untrained animal, 1+PETVALUE for a war/hunting one. &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|PETVALUE_DIVISOR}}&lt;br /&gt;
| Caste&lt;br /&gt;
| &lt;br /&gt;
*value&lt;br /&gt;
| Divides the creature's {{token|PETVALUE|c}} by the specified number. Used by [[honey bee]]s to prevent a single hive from being worth a fortune.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|PHYS_ATT_CAP_PERC}}&lt;br /&gt;
| Caste&lt;br /&gt;
|&lt;br /&gt;
*[[Attribute|ATTRIBUTE]] Token&lt;br /&gt;
*Cap %&lt;br /&gt;
|Default is 200. This means you can increase your attribute to 200% of its starting value (or the average value + your starting value if that is higher).&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|PHYS_ATT_RANGE}}&lt;br /&gt;
| Caste&lt;br /&gt;
| &lt;br /&gt;
*[[Attribute|ATTRIBUTE]]&lt;br /&gt;
*lowest&lt;br /&gt;
*lower&lt;br /&gt;
*low&lt;br /&gt;
*median&lt;br /&gt;
*high&lt;br /&gt;
*higher&lt;br /&gt;
*highest &lt;br /&gt;
| Sets up a [[Attribute#Body_attributes|physical attribute]]'s range of values (0-5000). All physical attribute ranges default to 200:700:900:1000:1100:1300:2000.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|PHYS_ATT_RATES}}&lt;br /&gt;
| Caste&lt;br /&gt;
| &lt;br /&gt;
*[[Attribute|ATTRIBUTE]] Token&lt;br /&gt;
*cost to improve&lt;br /&gt;
*unused counter rate&lt;br /&gt;
*rust counter rate&lt;br /&gt;
*demotion counter rate&lt;br /&gt;
| [[Attribute#Body_attributes|Physical attribute]] gain/decay rates. Lower numbers in the last three slots make decay occur faster. Defaults for STRENGTH, AGILITY, TOUGHNESS, and ENDURANCE are 500:3:4:3, while RECUPERATION and DISEASE_RESISTANCE default to 500:NONE:NONE:NONE.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|PLUS_BP_GROUP}}&lt;br /&gt;
| Caste&lt;br /&gt;
|&lt;br /&gt;
*BY_TYPE, BY_CATEGORY, or BY_TOKEN&lt;br /&gt;
*body type, category, or token&lt;br /&gt;
| Adds a body part group to selected body part group. Presumably used immediately after {{token|SET_BP_GROUP|c}}.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|PLUS_MATERIAL}}&lt;br /&gt;
| Creature&lt;br /&gt;
| &lt;br /&gt;
*material&lt;br /&gt;
| Adds a material to selected materials. Used immediately after {{token|SELECT_MATERIAL|c}}.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|POP_RATIO}}&lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
*number (max 100000)&lt;br /&gt;
| Weighted population of caste; Lower is rarer. Not to be confused with {{token|FREQUENCY|c}}. A weight of 0 will{{version|51.06 experimental}} prevent a caste from spawning naturally. Regardless of pop ratio, [[Position token|Position]]s that only allow a certain caste can force it to spawn.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|POPULATION_NUMBER}}&lt;br /&gt;
| Creature&lt;br /&gt;
| &lt;br /&gt;
*min&lt;br /&gt;
*max &lt;br /&gt;
| The minimum/maximum numbers of how many of these creatures are present in each world map tile of the appropriate region. Defaults to 1:1 if not specified. If the creature's chosen {{token|CLUSTER_NUMBER|c}} happens to be larger, it will be used instead.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|POWER}}&lt;br /&gt;
| Caste&lt;br /&gt;
|&lt;br /&gt;
| Allows the being to represent itself as a deity, allowing it to become the leader of a civilized group. Not used by any creatures in the vanilla game. Requires {{token|CAN_SPEAK|c}} to actually do anything more than settle at a location (e.g. write books, lead armies, profane temples). Doesn't appear to do anything for creatures that are already civilized. Once the creature ascends to a position of leadership, it will proceed to act as a standard ruler for their entity and fulfill the same functions (hold tournaments, tame creatures, etc.).&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|PREFSTRING}}&lt;br /&gt;
| Creature&lt;br /&gt;
| &lt;br /&gt;
*string&lt;br /&gt;
| Sets what other creatures [[Preferences|prefer]] about this creature. &amp;quot;Urist likes dwarves for their beards.&amp;quot; Multiple entries will be chosen from at random. Creatures lacking a PREFSTRING token will never appear under another's preferences.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|PROCEDURAL_CREATURE_GRAPHICS}}&lt;br /&gt;
| Creature&lt;br /&gt;
| &lt;br /&gt;
* [[Graphics_token#Basic_creature_sprite_types|Sprite type]] or Caste then sprite type&lt;br /&gt;
| Makes the creature have procedural graphics built for it, like forgotten beasts/demons/titans/experiments. Must be associated with PCG_LAYERING tokens.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|PROFESSION_NAME}}&lt;br /&gt;
| Creature&lt;br /&gt;
| &lt;br /&gt;
*[[Unit type token]] (Profession)&lt;br /&gt;
*singular&lt;br /&gt;
*plural &lt;br /&gt;
| The generic name for members of this profession, at the creature level. In order to give members of specific castes different names for professions, use {{token|CASTE_PROFESSION_NAME|c}} instead.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|PRONE_TO_RAGE}}&lt;br /&gt;
| Caste&lt;br /&gt;
| &lt;br /&gt;
*Chance&lt;br /&gt;
| Creature has a percentage chance to flip out at visible non-friendly creatures. Enraged creatures attack anything regardless of timidity and get a strength bonus to their hits. This is what makes [[badger]]s so hardcore.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|PUS}}&lt;br /&gt;
| Caste&lt;br /&gt;
| &lt;br /&gt;
* &amp;lt;[[material token]]&amp;gt;&lt;br /&gt;
* &amp;lt;[[Material_definition_token#Material_States|material state]]&amp;gt;&lt;br /&gt;
| The creature has pus. Specifies the stuff secreted by [[Health_care#Infection|infected wounds]].&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{{alphabetical TOC|style=margin: 1em auto;}}&lt;br /&gt;
&lt;br /&gt;
==R==&lt;br /&gt;
{| {{prettytable}}&lt;br /&gt;
|- bgcolor=&amp;quot;#ddd&amp;quot;&lt;br /&gt;
! width=&amp;quot;20%&amp;quot; | Token&lt;br /&gt;
! width=&amp;quot;10%&amp;quot; | Type&lt;br /&gt;
! width=&amp;quot;20%&amp;quot; | Arguments&lt;br /&gt;
! width=&amp;quot;50%&amp;quot; | Description&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|RELSIZE}}&lt;br /&gt;
| Caste&lt;br /&gt;
| &lt;br /&gt;
*BY_CATEGORY, BY_TYPE, BY_TOKEN&lt;br /&gt;
*body category, type, or token&lt;br /&gt;
*Relsize &lt;br /&gt;
| Specifies a new relative size for a part than what is stated in the body plan. For example, dwarves have larger livers.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|REMAINS}}&lt;br /&gt;
| Caste&lt;br /&gt;
| &lt;br /&gt;
*singular&lt;br /&gt;
*plural&lt;br /&gt;
| What the creature's [[remains]] are called.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|REMAINS_COLOR}}&lt;br /&gt;
| Caste&lt;br /&gt;
|&lt;br /&gt;
| What color the creature's [[remains]] are.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|REMAINS_ON_VERMIN_BITE_DEATH}}&lt;br /&gt;
| Caste&lt;br /&gt;
|&lt;br /&gt;
| Goes with {{token|VERMIN_BITE|c}} and {{token|DIE_WHEN_VERMIN_BITE|c}}, the vermin creature will leave remains on death when biting. Leaving this tag out will cause the creature to disappear entirely after it bites.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|REMAINS_UNDETERMINED}}&lt;br /&gt;
| Caste&lt;br /&gt;
|&lt;br /&gt;
| Nothing.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|REMOVE_MATERIAL}}&lt;br /&gt;
| Creature&lt;br /&gt;
| &lt;br /&gt;
*material token &lt;br /&gt;
| Removes a material from the creature.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|REMOVE_TISSUE}}&lt;br /&gt;
| Creature&lt;br /&gt;
|&lt;br /&gt;
*tissue token&lt;br /&gt;
| Removes a tissue from the creature.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|RETRACT_INTO_BP}}&lt;br /&gt;
| Caste&lt;br /&gt;
|&lt;br /&gt;
*BY_TYPE, BY_CATEGORY or BY_TOKEN&lt;br /&gt;
*body type, [[Body_token#CATEGORY|category]], or [[Body_token#BP|token]]&lt;br /&gt;
*Second person (&amp;quot;You&amp;quot;) retract verb text&lt;br /&gt;
*Third person (&amp;quot;The giant snail&amp;quot;) retract verb text&lt;br /&gt;
*Second person cancel retract text&lt;br /&gt;
*Third person cancel retract text&lt;br /&gt;
| The creature will retract into the specified body part(s) when threatened. It will be unable to move or attack, but enemies will only be able to attack the specified body part(s). When one of the specified body part is severed off, the creature automatically unretracts and cannot retract anymore. More than one body part can be selected by using BY_TYPE or BY_CATEGORY.&lt;br /&gt;
&lt;br /&gt;
Second-person descriptions are used for adventurer mode natural ability. &amp;quot;&amp;lt;pro_pos&amp;gt;&amp;quot; can be used in the descriptions, being replaced with the proper pronoun (or lack thereof) in-game.&lt;br /&gt;
&lt;br /&gt;
Undead curled up creatures are buggy, specifically those that retract into their upper bodies: [[echidna]]s, [[hedgehog]]s and [[pangolin]]s.{{bug|11463}}{{bug|10519}} The upper body is prevented from collapsing by a separate body part (the middle spine), which cannot be attacked when the creature is retracted. See {{token|PREVENTS_PARENT_COLLAPSE|bo}}. Living creatures eventually succumb to blood loss, but undead creatures do not. Giant creatures also take a very long time to bleed out.&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|RETURNS_VERMIN_KILLS_TO_OWNER}}&lt;br /&gt;
| Creature&lt;br /&gt;
|&lt;br /&gt;
| Cat behavior. If it kills a vermin creature and has an owner, it carries the remains in its mouth and drops them at their feet. Requires {{token|HUNTS_VERMIN|c}}.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|ROOT_AROUND}}&lt;br /&gt;
| Caste&lt;br /&gt;
| &lt;br /&gt;
*BY_TYPE, BY_CATEGORY or BY_TOKEN&lt;br /&gt;
*body type, [[Body_token#CATEGORY|category]], or [[Body_token#BP|token]]&lt;br /&gt;
*Second person (&amp;quot;You&amp;quot;) verb text&lt;br /&gt;
*Third person (&amp;quot;The hen&amp;quot;) verb text&lt;br /&gt;
| Creature will occasionally root around in the grass, looking for insects.  Used for flavor in Adventurer Mode, spawns vermin edible for this creature in Fortress Mode. Creatures missing the specified body part will be unable to perform this action. The action produces a message (visible in adventure mode) in the form:&lt;br /&gt;
&lt;br /&gt;
{{DFtext|[creature] [verb text] the [description of creature's location].|6:0}}&lt;br /&gt;
&lt;br /&gt;
In adventure mode, the &amp;quot;rooting around&amp;quot; ability will be included in the &amp;quot;natural abilities&amp;quot; menu, represented by its second person verb text.&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{{alphabetical TOC|style=margin: 1em auto;}}&lt;br /&gt;
&lt;br /&gt;
==S==&lt;br /&gt;
{| {{prettytable}}&lt;br /&gt;
|- bgcolor=&amp;quot;#ddd&amp;quot;&lt;br /&gt;
! width=&amp;quot;20%&amp;quot; | Token&lt;br /&gt;
! width=&amp;quot;10%&amp;quot; | Type&lt;br /&gt;
! width=&amp;quot;20%&amp;quot; | Arguments&lt;br /&gt;
! width=&amp;quot;50%&amp;quot; | Description&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|SAVAGE}}&lt;br /&gt;
| Creature&lt;br /&gt;
|  &lt;br /&gt;
| The creature will only show up in &amp;quot;savage&amp;quot; biomes. Has no effect on cavern creatures. Cannot be combined with {{token|GOOD|c}} or {{token|EVIL|c}}.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|SECRETION}}&lt;br /&gt;
| Caste&lt;br /&gt;
| &lt;br /&gt;
*&amp;lt;[[material token]]&amp;gt;&lt;br /&gt;
*&amp;lt;[[Material_definition_token#Material_States|material state]]&amp;gt;&lt;br /&gt;
*BY_TOKEN / BY_CATEGORY / BY_TYPE&lt;br /&gt;
*&amp;lt;[[Body_token#BP|body part ID]]&amp;gt; / &amp;lt;[[Body_token#CATEGORY|category]]&amp;gt; or ALL / &amp;lt;type (e.g. [[Body_token#GRASP|GRASP]])&amp;gt;&lt;br /&gt;
*&amp;lt;[[Body_detail_plan_token#BP_LAYERS|tissue layer]]&amp;gt; or ALL&lt;br /&gt;
*&amp;lt;trigger&amp;gt;&lt;br /&gt;
| Causes the specified tissue layer(s) of the indicated body part(s) to secrete the designated material. A size 100 ('covering') [[contaminant]] is created over the affected body part(s) in its specified material state (and at the temperature appropriate to this state) when the trigger condition is met, as long as one of the secretory tissue layers is still intact. Valid triggers are:&lt;br /&gt;
*'''CONTINUOUS'''&lt;br /&gt;
Secretion occurs once every 40 [[time|ticks]] in [[fortress mode]], and every tick in [[adventurer mode]].&lt;br /&gt;
*'''EXERTION'''&lt;br /&gt;
Secretion occurs continuously (at the rate described above) whilst the creature is at minimum &amp;lt;span style=&amp;quot;font-size:75%&amp;quot;&amp;gt;{{Tile|Tired|6:1}}&amp;lt;/span&amp;gt; following physical exertion. Note that this cannot occur if the creature has {{token|NOEXERT|c}}.&lt;br /&gt;
*'''EXTREME_EMOTION'''&lt;br /&gt;
Secretion occurs continuously (as above) whilst the creature is distressed. Cannot occur in creatures with {{token|NOEMOTION|c}}.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|SELECT_ADDITIONAL_CASTE}}&lt;br /&gt;
| Creature&lt;br /&gt;
| &lt;br /&gt;
*&amp;lt;caste&amp;gt;&lt;br /&gt;
| Adds an additional previously defined caste to the selection. Used after {{token|SELECT_CASTE|c}}.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|SELECT_CASTE}}&lt;br /&gt;
| Creature&lt;br /&gt;
| &lt;br /&gt;
*&amp;lt;caste&amp;gt; or ALL &lt;br /&gt;
| Selects a previously defined caste&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|SELECT_MATERIAL}}&lt;br /&gt;
| Creature&lt;br /&gt;
| &lt;br /&gt;
*&amp;lt;[[material token]]&amp;gt;&lt;br /&gt;
| Selects a locally defined material. Can be ALL.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|SELECT_TISSUE}}&lt;br /&gt;
| Creature&lt;br /&gt;
|&lt;br /&gt;
*tissue token&lt;br /&gt;
| Selects a tissue for editing.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|SEMIMEGABEAST}}&lt;br /&gt;
| Caste&lt;br /&gt;
| &lt;br /&gt;
| Essentially the same as {{token|MEGABEAST|c}}, but more of them are created during worldgen. See the [[semi-megabeast]] page for details.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|SENSE_CREATURE_CLASS}}&lt;br /&gt;
| Caste&lt;br /&gt;
| &lt;br /&gt;
* &amp;lt;[[Creature_token#CREATURE_CLASS|creature class]]&amp;gt;&lt;br /&gt;
* [[Tilesets|&amp;lt;tile value or character&amp;gt;]]&lt;br /&gt;
* [[Color#Color_values|&amp;lt;foreground color&amp;gt;:&amp;lt;background color&amp;gt;:&amp;lt;foreground brightness&amp;gt;]]&lt;br /&gt;
| Gives the creature the ability to sense creatures belonging to the specified [[Creature_token#CREATURE_CLASS|creature class]] even when they lie far beyond line of sight, including through walls and floors. It also appears to reduce or negate the combat penalty of [[Wound#Blindness|blind]] units when fighting creatures they can sense. In [[adventure mode]], the specified tile will be used to represent sensed creatures when they cannot be seen directly.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|SET_BP_GROUP}}&lt;br /&gt;
| Caste&lt;br /&gt;
| &lt;br /&gt;
*selection criteria BY_TYPE, BY_CATEGORY, BY_TOKEN&lt;br /&gt;
*category, type, or token &lt;br /&gt;
| Begins a selection of body parts.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|SKILL_LEARN_RATE}}&lt;br /&gt;
| Caste&lt;br /&gt;
| &lt;br /&gt;
*&amp;lt;[[skill_token]]&amp;gt;&lt;br /&gt;
*&amp;lt;percentage&amp;gt;&lt;br /&gt;
| The rate at which this creature learns this skill. Requires {{token|CAN_LEARN|c}} or {{token|INTELLIGENT|c}} to function.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|SKILL_LEARN_RATES}}&lt;br /&gt;
| Caste&lt;br /&gt;
| &lt;br /&gt;
*&amp;lt;percentage&amp;gt;&lt;br /&gt;
| The rate at which this creature learns all skills. Requires {{token|CAN_LEARN|c}} or {{token|INTELLIGENT|c}} to function.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|SKILL_RATE}}&lt;br /&gt;
| Caste&lt;br /&gt;
| &lt;br /&gt;
*[[skill_token]]&lt;br /&gt;
*&amp;lt;% of improvement points gained&amp;gt;&lt;br /&gt;
*&amp;lt;unused counter rate&amp;gt;&lt;br /&gt;
*&amp;lt;rust counter rate&amp;gt;&lt;br /&gt;
*&amp;lt;demotion counter rate&amp;gt;&lt;br /&gt;
| Like {{token|SKILL_RATES|c}}, but applies to individual skills instead. Requires {{token|CAN_LEARN|c}} or {{token|INTELLIGENT|c}} to function.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|SKILL_RATES}}&lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
*&amp;lt;% of improvement points gained&amp;gt;&lt;br /&gt;
*&amp;lt;unused counter rate&amp;gt;&lt;br /&gt;
*&amp;lt;rust counter rate&amp;gt;&lt;br /&gt;
*&amp;lt;demotion counter rate&amp;gt;&lt;br /&gt;
| Affects skill gain and decay. Lower numbers in the last three slots make decay occur faster ([SKILL_RATES:100:1:1:1] would cause rapid decay). The counter rates may also be replaced with NONE.&lt;br /&gt;
Default is [SKILL_RATES:100:8:16:16]. Requires {{token|CAN_LEARN|c}} or {{token|INTELLIGENT|c}} to function.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|SKILL_RUST_RATE}}&lt;br /&gt;
| Caste&lt;br /&gt;
| &lt;br /&gt;
*[[skill_token]]&lt;br /&gt;
*value&lt;br /&gt;
*value&lt;br /&gt;
*value&lt;br /&gt;
| The rate at which this skill decays. Lower values cause the skill to decay faster. Requires {{token|CAN_LEARN|c}} or {{token|INTELLIGENT|c}} to function.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|SKILL_RUST_RATES}}&lt;br /&gt;
| Caste&lt;br /&gt;
| &lt;br /&gt;
*value&lt;br /&gt;
*value&lt;br /&gt;
*value&lt;br /&gt;
| The rate at which all skills decay. Lower values cause the skills to decay faster. Requires {{token|CAN_LEARN|c}} or {{token|INTELLIGENT|c}} to function.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|SLAIN_CASTE_SPEECH}}&lt;br /&gt;
| Caste&lt;br /&gt;
| &lt;br /&gt;
*[[Speech file|text set]]&lt;br /&gt;
| Caste-specific {{token|SLAIN_SPEECH|c}}.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|SLAIN_SPEECH}}&lt;br /&gt;
| Creature&lt;br /&gt;
| &lt;br /&gt;
*[[Speech file|text set]]&lt;br /&gt;
| Boasting speeches relating to killing this creature. Examples include [[text_dwarf.txt/raw|text_dwarf.txt]] (&amp;lt;code&amp;gt;[SLAIN_SPEECH:SLAIN_DWARF]&amp;lt;/code&amp;gt;) and text_elf.txt (&amp;lt;code&amp;gt;[SLAIN_SPEECH:SLAIN_ELF]&amp;lt;/code&amp;gt;) in data\vanilla\vanilla_creatures\objects.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|SLOW_LEARNER}}&lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| Allows the creature to learn skills without making the creature be considered sapient, though only at half of the normal rate (equivalent to {{token|SKILL_LEARN_RATES|c|50}}). All creatures that use this token in vanilla use it alongside {{token|CAN_LEARN|c}}, so it is not well known what it does by itself. Used by a number of 'primitive' creatures (like [[ogre]]s, [[giant]]s and [[troglodyte]]s) in the vanilla game. Prevents a player from recruiting nobility, even basic ones. (clarify?) Creatures with this token combined with {{token|EVIL|c}} can become domesticated by civilizations with {{token|USE_EVIL_ANIMALS|e}}, as seen commonly with goblin civilizations domesticating [[troll]s.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|SMALL_REMAINS}}&lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| Creature leaves &amp;quot;[[item token#REMAINS|remains]]&amp;quot; instead of a corpse. Used by [[vermin]].&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|SMELL_TRIGGER}}&lt;br /&gt;
| Caste&lt;br /&gt;
| &lt;br /&gt;
*value&lt;br /&gt;
| Determines how keen a creature's sense of smell is - lower is better. At 10000, a creature cannot smell at all.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|SOLDIER_ALTTILE}}&lt;br /&gt;
| Creature&lt;br /&gt;
| &lt;br /&gt;
*'character' or tile number&lt;br /&gt;
| If this creature is active in its civilization's military, it will blink between its default tile and this one.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|SOUND}}&lt;br /&gt;
| Caste&lt;br /&gt;
|&lt;br /&gt;
* Sound application (currently accepts ALERT or PEACEFUL_INTERMITTENT)&lt;br /&gt;
* Sound range (in tiles)&lt;br /&gt;
* Sound delay (lower values = sound is produced more often)&lt;br /&gt;
* VOCALIZATION or NONE (determines whether the sound requires breathing or not)&lt;br /&gt;
* First-person description&lt;br /&gt;
* Third-person description&lt;br /&gt;
* Description when out of sight&lt;br /&gt;
| Creature makes sounds periodically, which can be heard in Adventure mode.&lt;br /&gt;
* First-person reads &amp;quot;You '''bark'''&amp;quot;&lt;br /&gt;
* Third-person reads &amp;quot;The [[capybara]] '''barks'''&amp;quot;&lt;br /&gt;
* Out of sight reads &amp;quot;You hear '''a loud bark'''&amp;quot;&lt;br /&gt;
with the text in bold being the description arguments of the token.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|SOURCE_HFID}}&lt;br /&gt;
| Creature&lt;br /&gt;
| &lt;br /&gt;
*Integer&lt;br /&gt;
| Found on generated [[angel]]s. This is the historical figure ID of the deity with which the angel is associated. Since HFIDs are not predictable before worldgen, this isn't terribly usable in non-lua mods.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|SPECIFIC_FOOD}}&lt;br /&gt;
| Caste&lt;br /&gt;
|&lt;br /&gt;
* PLANT or CREATURE&lt;br /&gt;
* Plant/creature ID&lt;br /&gt;
| Creature will only appear in biomes with this plant or creature available. Grazers given a specific type of grass (such as [[panda]]s and [[bamboo]]) will only eat that grass and nothing else, risking starvation if there's none available. &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|SPHERE}}&lt;br /&gt;
| Creature&lt;br /&gt;
| &lt;br /&gt;
* [[Sphere#Available_spheres|sphere]]&lt;br /&gt;
| Sets what religious spheres the creature is aligned to, for purposes of being worshipped via the {{token|POWER|c}} token. Affects the creature's name.  Creatures with spheres opposed to Death (ie: HEALING, LONGEVITY, YOUTH) will be much less likely to pursue the secrets of life and death.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|SPOUSE_CONVERSION_TARGET}}&lt;br /&gt;
| Caste&lt;br /&gt;
|&lt;br /&gt;
| This creature can be converted by a night creature with {{token|SPOUSE_CONVERTER|c}}.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|SPOUSE_CONVERTER}}&lt;br /&gt;
| Caste&lt;br /&gt;
|&lt;br /&gt;
| If the creature has the {{token|NIGHT_CREATURE_HUNTER|c}} tag, it will kidnap {{token|SPOUSE_CONVERSION_TARGET|c}}s and transform them into the caste of its species with the {{token|CONVERTED_SPOUSE|c}} tag during worldgen. It may also start families this way.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|SPREAD_EVIL_SPHERES_IF_RULER}}&lt;br /&gt;
| Caste&lt;br /&gt;
|&lt;br /&gt;
| If the creature rules over a [[site]], it will cause the local landscape to be corrupted into [[Surroundings#Evil|evil surroundings]] associated with the creature's [[Creature_token#SPHERE|sphere]]s. The creature must have at least one of the following [[sphere]]s for this to take effect: BLIGHT, DEATH, DISEASE, DEFORMITY, NIGHTMARES. The first three kill vegetation, while the others sometimes do.  The last two get [[Plant_token#EVIL|evil plants]] and [[Creature_token#EVIL|evil animals]] sometimes. NIGHTMARES gets [[bogeyman|bogeymen]]. [http://www.bay12forums.com/smf/index.php?topic=169696.msg8162224#msg8162224] Used by [[demon]]s in the vanilla game.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|STANCE_CLIMBER}}&lt;br /&gt;
| Caste&lt;br /&gt;
|&lt;br /&gt;
| Caste does not require &amp;lt;code&amp;gt;[[Body_token#GRASP|[GRASP]]]&amp;lt;/code&amp;gt; body parts to climb -- it can climb with &amp;lt;code&amp;gt;[[Body_token#STANCE|[STANCE]]]&amp;lt;/code&amp;gt; parts instead.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|STANDARD_GRAZER}}&lt;br /&gt;
| Caste&lt;br /&gt;
|&lt;br /&gt;
| Acts as {{token|GRAZER|c}} but set to 20000*G*(max size)^(-3/4), where G defaults to 100 but can be set in d_init, and the whole thing is trapped between 150 and 3 million. Used for all grazers in the default creature raws.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|STRANGE_MOODS}}&lt;br /&gt;
| Caste&lt;br /&gt;
|&lt;br /&gt;
| The creature will get [[strange mood]]s in fortress mode and can produce artifacts.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|SUPERNATURAL}}&lt;br /&gt;
| Caste&lt;br /&gt;
| &lt;br /&gt;
| Gives the creature knowledge of any secrets with &amp;lt;code&amp;gt;[[Interaction_token#IS_SECRET|[SUPERNATURAL_LEARNING_POSSIBLE]]]&amp;lt;/code&amp;gt; that match its [[Creature_token#SPHERE|spheres]] and also prevents it from becoming a [[vampire]] or [[werebeast]]. Other effects are unknown.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|SWIMS_INNATE}}&lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| The creature naturally knows how to swim perfectly and does not use the [[swimmer]] skill, as opposed to {{token|SWIMS_LEARNED|c}} below. However, Fortress mode AI never paths into water anyway, so it's less useful there. &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|SWIMS_LEARNED}}&lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| The creature swims only as well as their present [[Swimmer|swimming skill]] allows them to.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|SYNDROME_DILUTION_FACTOR}}&lt;br /&gt;
| Caste&lt;br /&gt;
| &amp;lt;[[Syndrome#SYN_IDENTIFIER|syndrome identifier]]&amp;gt;:&amp;lt;percentage&amp;gt;&lt;br /&gt;
| Dilutes the effects of syndromes which have the specified identifier. A percentage of 100 is equal to the regular syndrome effect severity, higher percentages reduce severity.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{{alphabetical TOC|style=margin: 1em auto;}}&lt;br /&gt;
&lt;br /&gt;
==T==&lt;br /&gt;
{| {{prettytable}}&lt;br /&gt;
|- bgcolor=&amp;quot;#ddd&amp;quot;&lt;br /&gt;
! width=&amp;quot;20%&amp;quot; | Token&lt;br /&gt;
! width=&amp;quot;10%&amp;quot; | Type&lt;br /&gt;
! width=&amp;quot;20%&amp;quot; | Arguments&lt;br /&gt;
! width=&amp;quot;50%&amp;quot; | Description&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|TENDONS}}&lt;br /&gt;
| Caste&lt;br /&gt;
| &lt;br /&gt;
* [[material token]]&lt;br /&gt;
*healing rate &lt;br /&gt;
| The creature has tendons in its {{token|CONNECTIVE_TISSUE_ANCHOR|td}} tissues (bone or chitin by default). Cutting the bone/chitin tissue severs the tendons, disabling motor function if the target is a limb.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|THICKWEB}}&lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| The creature's [[web]]s can catch larger creatures.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|TISSUE}}&lt;br /&gt;
| Creature&lt;br /&gt;
| &lt;br /&gt;
*name &lt;br /&gt;
| Begins defining a tissue in the creature file. Follow this with standard tissue definition tokens to define the tissue properties.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|TISSUE_LAYER}}&lt;br /&gt;
| Caste&lt;br /&gt;
| &lt;br /&gt;
*BY_TYPE, BY_CATEGORY, BY_TOKEN&lt;br /&gt;
*TYPE,CATEGORY, or TOKEN&lt;br /&gt;
*TISSUE&lt;br /&gt;
*LOCATION &lt;br /&gt;
| Adds the tissue layer to wherever it is required.&lt;br /&gt;
Non-argument Locations can be FRONT, RIGHT, LEFT, TOP, BOTTOM. Argument locations are AROUND and CLEANS, requiring a further body part and a % of coverage/cleansing&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|TISSUE_LAYER_OVER}}&lt;br /&gt;
| Caste&lt;br /&gt;
|&lt;br /&gt;
*BY_TYPE, BY_CATEGORY, BY_TOKEN&lt;br /&gt;
*TYPE,CATEGORY, or TOKEN&lt;br /&gt;
*TISSUE&lt;br /&gt;
*LOCATION &lt;br /&gt;
| Alias for TISSUE_LAYER&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|TISSUE_LAYER_UNDER}}&lt;br /&gt;
| Caste&lt;br /&gt;
| &lt;br /&gt;
*BY_TYPE, BY_CATEGORY, BY_TOKEN&lt;br /&gt;
*TYPE,CATEGORY, or TOKEN&lt;br /&gt;
*TISSUE&lt;br /&gt;
| Adds the tissue layer under a given part.&lt;br /&gt;
For example, an [[iron man]] has a gaseous poison within, and this tissue (GAS is its name) has the token [TISSUE_LEAKS] and its state is GAS, so when you puncture the iron outside and damage this tissue it leaks gas (can have a syndrome by using a previous one in the creature sample.) [TISSUE_LAYER_UNDER:BY_CATEGORY:ALL:{tissue}] {tissue} is what will be under the TISSUE_LAYER; here is an example Tissue from the Iron Man:&amp;lt;br&amp;gt; &lt;br /&gt;
[TISSUE:GAS] [TISSUE_NAME:gas:NP] [TISSUE_MATERIAL:LOCAL_CREATURE_MAT:GAS] [TISSUE_MAT_STATE:GAS] [RELATIVE_THICKNESS:50] [TISSUE_LEAKS] [TISSUE_SHAPE:LAYER] &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|TITAN}}&lt;br /&gt;
| Caste&lt;br /&gt;
|&lt;br /&gt;
| Found on [[titan]]s. Cannot be specified in user-defined raws.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|TRADE_CAPACITY}}&lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
*number&lt;br /&gt;
| How much the creature can carry when used by merchants. 1000 by default. Completely ignored if the animal does not also have PACK_ANIMAL or WAGON, instead using BODY_SIZE^(2/3)/20, even if they're a pack animal due to ANIMAL_ALWAYS_PACK_ANIMAL.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|TRAINABLE}}&lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| Shortcut for {{token|TRAINABLE_HUNTING|c}} + {{token|TRAINABLE_WAR|c}}.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|TRAINABLE_HUNTING}}&lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| Can be [[Animal trainer|trained]] as a hunting beast, increasing speed.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|TRAINABLE_WAR}}&lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| Can be [[Animal trainer|trained]] as a war beast, increasing strength and endurance.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|TRANCES}}&lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| Allows the creature to go into [[martial trance]]s. Used by dwarves in the vanilla game.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|TRAPAVOID}}&lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| The creature will never trigger [[trap]]s it steps on. Used by a [[Trapavoid|number of creatures]]. Doesn't make the creature immune to remotely activated traps (like retractable spikes being triggered while the creature is standing over them). TRAPAVOID creatures lose this power if they're immobilized while standing in a trap, be it by stepping on thick web, being paralyzed or being knocked unconscious.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|TRIGGERABLE_GROUP}}&lt;br /&gt;
| Creature&lt;br /&gt;
| &lt;br /&gt;
*min&lt;br /&gt;
*max &lt;br /&gt;
| A large swarm of vermin can be disturbed, usually in adventurer mode.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|TSU_NOUN}}&lt;br /&gt;
| Caste&lt;br /&gt;
| &lt;br /&gt;
*noun&lt;br /&gt;
*SINGULAR or PLURAL &lt;br /&gt;
| Noun for the {{token|TISSUE_STYLE_UNIT|c}}, used in the description of the tissue layer's style.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{{alphabetical TOC|style=margin: 1em auto;}}&lt;br /&gt;
&lt;br /&gt;
==U==&lt;br /&gt;
{| {{prettytable}}&lt;br /&gt;
|- bgcolor=&amp;quot;#ddd&amp;quot;&lt;br /&gt;
! width=&amp;quot;20%&amp;quot; | Token&lt;br /&gt;
! width=&amp;quot;10%&amp;quot; | Type&lt;br /&gt;
! width=&amp;quot;20%&amp;quot; | Arguments&lt;br /&gt;
! width=&amp;quot;50%&amp;quot; | Description&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|UBIQUITOUS}}&lt;br /&gt;
| Creature&lt;br /&gt;
|&lt;br /&gt;
| Creature will occur in every region with the correct biome. Does not apply to {{token|EVIL|c}}/{{token|GOOD|c}} tags. Supersedes {{token|FREQUENCY|c}} for the purposes of distributing populations through the map, they are present in every part of the valid biome. Respects {{token|FREQUENCY|c}} for the frequency of unit [[Creature token#CLUSTER_NUMBER|cluster]] spawns being of this species.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|UNDERGROUND_DEPTH}}&lt;br /&gt;
| Creature&lt;br /&gt;
|&lt;br /&gt;
*mindepth&lt;br /&gt;
*maxdepth &lt;br /&gt;
| Depth that the creature appears underground. Numbers can be from 0 to 5. 0 is actually 'above ground' and can be used if the creature is to appear both above and below ground. Values from 1-3 are the respective [[cavern]] levels, 4 is the [[magma sea]] and 5 is the [[HFS]]. A single argument may be used instead of min and max. [[Demon]]s use only 5:5; user-defined creatures with both this depth and {{token|FLIER}} will take part in the initial wave from the HFS alongside generated demons, but without {{token|FLIER}} they will only spawn from the map edges. Civilizations that can use underground plants or animals will only export (via the embark screen or caravans) things that are available at depth 1.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|UNDERSWIM}}&lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| The creature is displayed as blue when in [[Water#Depth|7/7 water]]. Used on fish and amphibious creatures which swim under the water.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|UNIQUE_DEMON}}&lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| Found on generated [[demon]]s; causes the game to create a single named instance of the demon, per caste, which will emerge from the underworld and take over civilizations during worldgen.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|USE_CASTE}}&lt;br /&gt;
| Creature&lt;br /&gt;
|&lt;br /&gt;
*new caste token&lt;br /&gt;
*old caste token&lt;br /&gt;
| Defines a new caste derived directly from a previous caste. The new caste inherits all properties of the old one. The effect of this tag is automatic if one has not yet defined any castes: &amp;quot;Any caste-level tag that occurs before castes are explicitly declared is saved up and placed on any caste that is declared later, unless the caste is explicitly derived from another caste.&amp;quot;&lt;br /&gt;
Roostre: &amp;quot;When DF detects duplicate tokens in the raws of the same object, a failsafe seems to kick in; it takes the bottom-most of the duplicates, and disregards the others. In the case of tokens added by a mod, it prioritizes the duplicate in the mod.&amp;quot; This means that if a tag is defined in the base-caste and redefined in the derived caste, the derived tag overwrites the base tag. &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|USE_MATERIAL}}&lt;br /&gt;
| Creature&lt;br /&gt;
|&lt;br /&gt;
*new material ID&lt;br /&gt;
*old material ID&lt;br /&gt;
| Defines a new local creature material and populates it with all properties defined in the specified local creature material. A maximum of 200 materials can be defined on any given creature.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|USE_MATERIAL_TEMPLATE}}&lt;br /&gt;
| Creature&lt;br /&gt;
|&lt;br /&gt;
*new material token&lt;br /&gt;
*material template &lt;br /&gt;
| Defines a new local creature material and populates it with all properties defined in the specified template. A maximum of 200 materials can be defined on any given creature.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|USE_TISSUE}}&lt;br /&gt;
| Creature&lt;br /&gt;
|&lt;br /&gt;
*new tissue token&lt;br /&gt;
*old tissue id&lt;br /&gt;
| Defines a new local creature tissue and populates it with all properties defined in the local tissue specified in the second argument.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|USE_TISSUE_TEMPLATE}}&lt;br /&gt;
| Creature&lt;br /&gt;
|&lt;br /&gt;
*new tissue token&lt;br /&gt;
*tissue template&lt;br /&gt;
| Loads a tissue template listed in OBJECT:TISSUE_TEMPLATE files, such as tissue_template_default.txt. &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|UTTERANCES}}&lt;br /&gt;
| Creature&lt;br /&gt;
|  &lt;br /&gt;
| Changes the language of the creature into unintelligible 'kobold-speak', which creatures of other species will be unable to understand. If a civilized creature has this and is not part of a {{token|SKULKING|e}} civ, it will tend to start wars with all nearby civilizations and will be unable to make peace treaties due to 'inability to communicate'.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{{alphabetical TOC|style=margin: 1em auto;}}&lt;br /&gt;
&lt;br /&gt;
==V==&lt;br /&gt;
{| {{prettytable}}&lt;br /&gt;
|- bgcolor=&amp;quot;#ddd&amp;quot;&lt;br /&gt;
! width=&amp;quot;20%&amp;quot; | Token&lt;br /&gt;
! width=&amp;quot;10%&amp;quot; | Type&lt;br /&gt;
! width=&amp;quot;20%&amp;quot; | Arguments&lt;br /&gt;
! width=&amp;quot;50%&amp;quot; | Description&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|VEGETATION}}&lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| Like {{token|AT_PEACE_WITH_WILDLIFE}}, but also makes the creature more valued in artwork by civilisations with the PLANT [[sphere]]. [http://www.bay12forums.com/smf/index.php?topic=169696.msg8316954#msg8316954] Used by [[grimeling]]s in the vanilla game.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|VERMIN_BITE}}&lt;br /&gt;
| Caste&lt;br /&gt;
| &lt;br /&gt;
*chance of occurrence{{verify}}&lt;br /&gt;
*verb (bitten, stung, etc.)&lt;br /&gt;
* [[material token]]&lt;br /&gt;
* [[Material_definition_token#Material_States|material state]]&lt;br /&gt;
| Enables vermin to bite other creatures, injecting the specified material. See {{token|SPECIALATTACK_INJECT_EXTRACT|c}} for details about injection - this token presumably works in a similar manner.{{verify}}&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|VERMIN_EATER}}&lt;br /&gt;
| Creature&lt;br /&gt;
|&lt;br /&gt;
| The vermin creature will attempt to eat exposed food. See {{token|PENETRATEPOWER|c}}. Distinct from {{token|VERMIN_ROTTER|c}}.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|VERMIN_FISH}}&lt;br /&gt;
| Creature&lt;br /&gt;
|  &lt;br /&gt;
| The vermin appears in [[water]] and will attempt to swim around. Required to catch the vermin with [[fishing]] or [[Fishery|capturing a live fish]].&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|VERMIN_GROUNDER}}&lt;br /&gt;
| Creature&lt;br /&gt;
|  &lt;br /&gt;
| The creature appears in &amp;quot;general&amp;quot; surface ground locations. Note that this doesn't stop the creature from flying if it can (most vermin birds have this tag).&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|VERMIN_HATEABLE}}&lt;br /&gt;
| Caste&lt;br /&gt;
|&lt;br /&gt;
| Some dwarves will [[Preferences|hate]] the creature and get unhappy thoughts when around it. See the [[Hateable|list of hateable vermin]] for details.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|VERMIN_MICRO}}&lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| This makes the creature move in a swarm of creatures of the same race as it (e.g. swarm of flies, swarm of ants).&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|VERMIN_NOFISH}}&lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| The creature cannot be caught by [[fishing]]. &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|VERMIN_NOROAM}}&lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| The creature will not be observed randomly roaming about the map. &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|VERMIN_NOTRAP}}&lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| The creature cannot be caught in baited [[animal trap]]s; however, a &amp;quot;[[Trapper|catch live land animal]]&amp;quot; task may still be able to capture one if a dwarf finds one roaming around.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|VERMIN_ROTTER}}&lt;br /&gt;
| Creature&lt;br /&gt;
|  &lt;br /&gt;
| The vermin are attracted to rotting stuff and loose food left in the open and cause unhappy thoughts to dwarves who encounter them. Present on flies, knuckle worms, acorn flies, and blood gnats.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|VERMIN_SOIL}}&lt;br /&gt;
| Creature&lt;br /&gt;
|  &lt;br /&gt;
| The creature randomly appears near dirt or mud, and may be uncovered by creatures that have the {{token|ROOT_AROUND|c}} interaction such as [[goose|geese]] and [[chicken]]s. Dwarves will ignore the creature when given the &amp;quot;Capture live land animal&amp;quot; task.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|VERMIN_SOIL_COLONY}}&lt;br /&gt;
| Creature&lt;br /&gt;
|  &lt;br /&gt;
| The vermin will appear in a single tile cluster of many vermin, such as a colony of ants.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|VERMINHUNTER}}&lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| Old shorthand for &amp;quot;does cat stuff&amp;quot;. Contains {{token|AT_PEACE_WITH_WILDLIFE|c}} + {{token|RETURNS_VERMIN_KILLS_TO_OWNER|c}} + {{token|HUNTS_VERMIN|c}} + {{token|ADOPTS_OWNER|c}}.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|VESPERTINE}}&lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| When set, the creature will only appear in the evening (between 8:00 PM and 10:05 PM) in [[Adventurer mode]].&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|VIEWRANGE}}&lt;br /&gt;
| Caste&lt;br /&gt;
| &lt;br /&gt;
*value&lt;br /&gt;
| Value should determine how close you have to get to a critter before it attacks (or prevents adv mode travel etc.) Default is 20.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|VISION_ARC}}&lt;br /&gt;
| Caste&lt;br /&gt;
| &lt;br /&gt;
*binocular vision arc&lt;br /&gt;
*non-binocular vision arc&lt;br /&gt;
| The width of the creature's vision arcs, in degrees (i.e. 0 to 360). The first number is binocular vision, the second is non-binocular vision.  Binocular vision has a minimum of about 10 degrees, monocular, a maximum of about 350 degrees. Values past these limits will be accepted, but will default to ~10 degrees and ~350 degrees respectively. Defaults are 60:120.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{{alphabetical TOC|style=margin: 1em auto;}}&lt;br /&gt;
&lt;br /&gt;
==W==&lt;br /&gt;
{| {{prettytable}}&lt;br /&gt;
|- bgcolor=&amp;quot;#ddd&amp;quot;&lt;br /&gt;
! width=&amp;quot;20%&amp;quot; | Token&lt;br /&gt;
! width=&amp;quot;10%&amp;quot; | Type&lt;br /&gt;
! width=&amp;quot;20%&amp;quot; | Arguments&lt;br /&gt;
! width=&amp;quot;50%&amp;quot; | Description&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|WAGON_PULLER}}&lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| Allows the creature to pull caravan wagons. If a civilization doesn't have access to any, it is restricted to trading with pack animals.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|WEBBER}}&lt;br /&gt;
| Caste&lt;br /&gt;
| &lt;br /&gt;
* [[material token]]&lt;br /&gt;
| Allows the creature to create [[web]]s, and defines what the webs are made of.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|WEBIMMUNE}}&lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| The creature will not get caught in thick [[web]]s. Used by creatures who can shoot thick webs (such as [[giant cave spider]]s) in order to make them immune to their own attacks.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Attack Tokens==&lt;br /&gt;
&lt;br /&gt;
Attacks can use four different part selection criteria. Except for TISSUE_LAYER, the base game makes use of all of these in its attacks.&lt;br /&gt;
&lt;br /&gt;
{| {{prettytable}}&lt;br /&gt;
|- bgcolor=&amp;quot;#ddd&amp;quot;&lt;br /&gt;
! width=&amp;quot;20%&amp;quot; | Part type token&lt;br /&gt;
! width=&amp;quot;30%&amp;quot; | Arguments&lt;br /&gt;
! width=&amp;quot;60%&amp;quot; | Description&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|BODYPART}}&lt;br /&gt;
| &lt;br /&gt;
* BY_TYPE/BY_TOKEN/BY_CATEGORY&lt;br /&gt;
* type/token/category&lt;br /&gt;
| This attack uses a particular body part; for example, ATTACK:PUNCH:BODYPART:BY_TYPE:GRASP will make it use any part that can hold onto an object.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|TISSUE_LAYER}}&lt;br /&gt;
|&lt;br /&gt;
* BY_TYPE/BY_TOKEN/BY_CATEGORY&lt;br /&gt;
* type/token/category&lt;br /&gt;
* tissue layer&lt;br /&gt;
| This attack uses a specific tissue layer on a specific body part; ATTACK:SCRATCH:TISSUE_LAYER:BY_TYPE:GRASP:BONE will make it use the bone of the hands.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|CHILD_BODYPART_GROUP}}&lt;br /&gt;
|&lt;br /&gt;
* BY_TYPE/BY_TOKEN/BY_CATEGORY&lt;br /&gt;
* type/token/category&lt;br /&gt;
* BY_TYPE/BY_TOKEN/BY_CATEGORY&lt;br /&gt;
* type/token/category&lt;br /&gt;
| Uses a body part that is subordinate to another; ATTACK:SLAP:CHILD_BODYPART_GROUP:BY_CATEGORY:ARM_LOWER:BY_TYPE:GRASP will make it use every hand attached to each lower arm (so it will generate one attack per lower arm, each of which will use every hand on that arm, assuming there are multiple hands per arm).&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|CHILD_TISSUE_LAYER_GROUP}}&lt;br /&gt;
| &lt;br /&gt;
* BY_TYPE/BY_TOKEN/BY_CATEGORY&lt;br /&gt;
* type/token/category&lt;br /&gt;
* BY_TYPE/BY_TOKEN/BY_CATEGORY&lt;br /&gt;
* type/token/category&lt;br /&gt;
* tissue layer&lt;br /&gt;
| As CHILD_BODYPART_GROUP, but specifying a tissue, too; ATTACK:BITE:CHILD_BODYPART_GROUP:BY_CATEGORY:HEAD:BY_CATEGORY:TOOTH&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{| {{prettytable}}&lt;br /&gt;
|- bgcolor=&amp;quot;#ddd&amp;quot;&lt;br /&gt;
! width=&amp;quot;20%&amp;quot; | Token&lt;br /&gt;
! width=&amp;quot;10%&amp;quot; | Type&lt;br /&gt;
! width=&amp;quot;20%&amp;quot; | Arguments&lt;br /&gt;
! width=&amp;quot;50%&amp;quot; | Description&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|ATTACK_SKILL}}&lt;br /&gt;
| Caste&lt;br /&gt;
| &lt;br /&gt;
*[[Skill token]]&lt;br /&gt;
| Defines the skill used by the attack.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|ATTACK_VERB}}&lt;br /&gt;
| Caste&lt;br /&gt;
| &lt;br /&gt;
*2nd person&lt;br /&gt;
*3rd person &lt;br /&gt;
| Descriptive text for the attack.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|ATTACK_CONTACT_PERC}}&lt;br /&gt;
| Caste&lt;br /&gt;
| &lt;br /&gt;
*% value &lt;br /&gt;
| The contact area of the attack, measured in % of the body part's volume. Note that all attack percentages can be more than 100%.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|ATTACK_PENETRATION_PERC}}&lt;br /&gt;
| Caste&lt;br /&gt;
| &lt;br /&gt;
*% value &lt;br /&gt;
| The penetration value of the attack, measured in % of the body part's volume. Requires ATTACK_FLAG_EDGE. Maximum value: 15000.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|ATTACK_PRIORITY}}&lt;br /&gt;
| Caste&lt;br /&gt;
| &lt;br /&gt;
*MAIN or SECOND &lt;br /&gt;
| Usage frequency. MAIN attacks are 100 times more frequently chosen than SECOND. Opportunity attacks ignore this preference.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|ATTACK_VELOCITY_MODIFIER}}&lt;br /&gt;
| Caste&lt;br /&gt;
| &lt;br /&gt;
*number&lt;br /&gt;
| The velocity multiplier of the attack, multiplied by 1000.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|ATTACK_FLAG_CANLATCH}}&lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| Attacks that damage tissue have the chance to latch on in a wrestling hold. The grabbing bodypart can then use the &amp;quot;shake around&amp;quot; wrestling move, causing severe, armor-bypassing tensile damage according to the attacker's body volume.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|ATTACK_FLAG_WITH}}&lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| Displays the name of the body part used to perform an attack while announcing it, e.g. &amp;quot;The weaver punches the bugbat with his right hand&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|ATTACK_FLAG_EDGE}}&lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| The attack is edged, with all the effects on physical resistance and contact area that it entails.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|ATTACK_PREPARE_AND_RECOVER}}&lt;br /&gt;
| Caste&lt;br /&gt;
| &lt;br /&gt;
* Preparation time&lt;br /&gt;
* Recovery time&lt;br /&gt;
| Determines the length of time to prepare this attack and until one can perform this attack again. Values appear to be calculated in adventure mode ticks.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|ATTACK_FLAG_BAD_MULTIATTACK}}&lt;br /&gt;
| Caste&lt;br /&gt;
| &lt;br /&gt;
| Multiple strikes with this attack cannot be performed effectively.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|ATTACK_FLAG_INDEPENDENT_MULTIATTACK}}&lt;br /&gt;
| Caste&lt;br /&gt;
| &lt;br /&gt;
| Multiple strikes with this attack can be performed with no penalty. The creature will use all attacks with this token at once.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|SPECIALATTACK_INJECT_EXTRACT}}&lt;br /&gt;
| Caste&lt;br /&gt;
| &lt;br /&gt;
*&amp;lt;[[material token]]&amp;gt;&lt;br /&gt;
*&amp;lt;[[Material_definition_token#Material_States|material state]]&amp;gt;&lt;br /&gt;
*&amp;lt;min quantity&amp;gt;&lt;br /&gt;
*&amp;lt;max quantity&amp;gt;&lt;br /&gt;
| When added to an attack, causes the attack to inject the specified material into the victim's bloodstream. Once injected, the material will participate in [[temperature|thermal]] exchange within the creature - injecting something like molten [[iron]] (INORGANIC:IRON:LIQUID) would cause most unmodded creatures to melt (note that some of the injected material also [[contaminant|splatters]] over the bodypart used to carry out the attack, so it should be protected appropriately). If the injected material has an associated [[syndrome]] with the [[Syndrome#SYN_INJECTED|[SYN_INJECTED]]] token, it will be transmitted to the victim. If the attack is blunt, the injected material lacks the [[Material definition token#ENTERS_BLOOD|[ENTERS_BLOOD]]] token, the attacked bodypart has no [[Tissue_definition_token#VASCULAR|[VASCULAR]]] tissues, or the victim is bloodless, the material will splatter over the attacked body part instead. &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|SPECIALATTACK_INTERACTION}}&lt;br /&gt;
| Caste&lt;br /&gt;
| &lt;br /&gt;
*interaction&lt;br /&gt;
| When this attack lands successfully, a specified interaction will take effect on the target creature. The attack must break the target creature's skin in order to work. This will take effect in worldgen as well. If the attack would break skin, the interaction will occur '''before the attack actually lands'''.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|SPECIALATTACK_SUCK_BLOOD}}&lt;br /&gt;
| Caste&lt;br /&gt;
| &lt;br /&gt;
*min&lt;br /&gt;
*max&lt;br /&gt;
| Successful attack draws out an amount of blood randomized between the min and max value. Beware that this '''will''' trigger any ingestion syndromes attached to the target creature's blood - for example, using this attack on a vampire will turn you into one too.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Tissue Layer Tokens==&lt;br /&gt;
Tissue layers are added to a creature's body parts by the creature tokens [[#TISSUE_LAYER|TISSUE_LAYER]], [[#TISSUE_LAYER_OVER|TISSUE_LAYER_OVER]], [[#TISSUE_LAYER_UNDER|TISSUE_LAYER_UNDER]], and the body detail plan token [[#TL_LAYERS|TL_LAYERS]].&lt;br /&gt;
&lt;br /&gt;
These tissue layers are not the same thing as tissues, which are defined at creature level, but rather applications of the tissues. If the SKIN tissue of a creature is the more general and abstract notion of what skin is for that creature, then a tissue layer may be the &amp;quot;actual&amp;quot; skin on the creature's nose, head, or second toe. As most creatures have more than one body part, tissue layers are normally selected en masse.&lt;br /&gt;
&lt;br /&gt;
Some tissue layer tokens are analogous to tissue definition tokens, e.g. [[#TL_CONNECTS|TL_CONNECTS]] to [[tissue_definition_token#CONNECTS|CONNECTS]].&lt;br /&gt;
&lt;br /&gt;
{| {{prettytable}}&lt;br /&gt;
|- bgcolor=&amp;quot;#ddd&amp;quot;&lt;br /&gt;
! width=&amp;quot;20%&amp;quot; | Token&lt;br /&gt;
! width=&amp;quot;10%&amp;quot; | Type&lt;br /&gt;
! width=&amp;quot;20%&amp;quot; | Arguments&lt;br /&gt;
! width=&amp;quot;50%&amp;quot; | Description&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|SELECT_TISSUE_LAYER}}&lt;br /&gt;
| Caste&lt;br /&gt;
| &lt;br /&gt;
*TISSUE&lt;br /&gt;
*BY_CATEGORY, BY_TYPE, BY_TOKEN&lt;br /&gt;
*Location - category, type, or token | Selects a tissue at a location&lt;br /&gt;
* (optional) FRONT, BACK, LEFT, RIGHT, TOP, BOTTOM, AROUND.&lt;br /&gt;
| Begins a selection of tissue layers. &lt;br /&gt;
[SELECT_TISSUE_LAYER:HEART:BY_TYPE:HEART]&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|PLUS_TISSUE_LAYER}}&lt;br /&gt;
| Caste&lt;br /&gt;
| &lt;br /&gt;
*TISSUE&lt;br /&gt;
*BY_CATEGORY, BY_TYPE, BY_TOKEN&lt;br /&gt;
*Location - category, type, or token &lt;br /&gt;
| Adds tissue layers to those selected.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|SET_TL_GROUP}}&lt;br /&gt;
| Caste&lt;br /&gt;
| &lt;br /&gt;
*TISSUE&lt;br /&gt;
*BY_CATEGORY, BY_TYPE, BY_TOKEN&lt;br /&gt;
*Location - category, type, or token&lt;br /&gt;
*tissue &lt;br /&gt;
| Begins a selection of tissue layers. Only usable for descriptor and cosmetic purposes. &lt;br /&gt;
&lt;br /&gt;
Research has implied it may be redundant with SELECT_TISSUE_LAYER, as the latter allows for cosmetics as well as &amp;quot;functional&amp;quot; tokens such as TL_MAJOR_ARTERIES. Vanilla raws still use SET_TL_GROUP though, for all cosmetic purposes. More research is needed on this subject.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|PLUS_TL_GROUP}}&lt;br /&gt;
| Caste&lt;br /&gt;
| &lt;br /&gt;
*BY_CATEGORY, BY_TYPE, BY_TOKEN&lt;br /&gt;
*Location - category, type, or token&lt;br /&gt;
*tissue &lt;br /&gt;
| Adds tissue layers to those selected. Like SET_TL_GROUP, it may be redundant even if used in the vanilla raws.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|SET_LAYER_TISSUE}}&lt;br /&gt;
| Caste&lt;br /&gt;
|&lt;br /&gt;
*TISSUE&lt;br /&gt;
| Sets a selected tissue layer to be made of a different tissue.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|SHEARABLE_TISSUE_LAYER}}&lt;br /&gt;
| Caste&lt;br /&gt;
|&lt;br /&gt;
* tissue modifier&lt;br /&gt;
* required value&lt;br /&gt;
| Tissue layer can be sheared for its component material. The specified modifier must be at least of the desired value for shearing to be possible (for example, a [[llama]]'s wool must have a LENGTH of 300 before it is shearable).&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|TISSUE_LAYER_APPEARANCE_MODIFIER}}&lt;br /&gt;
| Caste&lt;br /&gt;
| &lt;br /&gt;
*QUALITY&lt;br /&gt;
*lowest&lt;br /&gt;
*lower&lt;br /&gt;
*low&lt;br /&gt;
*median&lt;br /&gt;
*high&lt;br /&gt;
*higher&lt;br /&gt;
*highest &lt;br /&gt;
| Sets the range of qualities, including LENGTH, DENSE, HIGH_POSITION, CURLY, GREASY, WRINKLY&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|TISSUE_STYLE_UNIT}}&lt;br /&gt;
| Caste&lt;br /&gt;
| &lt;br /&gt;
*tissue style unit ID&lt;br /&gt;
*shaping&lt;br /&gt;
| Sets tissue layer to be the target of TISSUE_STYLE token specified for an entity, works only on entity members. Mostly used with tissues HAIR, BEARD, MOUSTACHE, SIDEBURNS.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|TL_COLOR_MODIFIER}}&lt;br /&gt;
| Caste&lt;br /&gt;
| &lt;br /&gt;
*COLOR&lt;br /&gt;
*freq&lt;br /&gt;
*COLOR&lt;br /&gt;
*freq etc. &lt;br /&gt;
| Creates a list of colors/color patterns, giving each a relative frequency. If the given color or pattern does not exist, the tissue is described as being &amp;quot;transparent&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|TLCM_GENETIC_MODEL}}&lt;br /&gt;
| Caste&lt;br /&gt;
|&lt;br /&gt;
| The way the color modifier is passed on to offspring. May or may not work right now.{{verify}}&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|TLCM_IMPORTANCE}}&lt;br /&gt;
| Caste&lt;br /&gt;
|&lt;br /&gt;
*number&lt;br /&gt;
| Presumably modifies the importance of the tissue layer color modifier, for description purposes.&lt;br /&gt;
HOWEVER using this appears to remove all mention of colour from creature descriptions. It does not appear in any default creatures.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|TLCM_NOUN}}&lt;br /&gt;
| Caste&lt;br /&gt;
| &lt;br /&gt;
*name&lt;br /&gt;
*SINGULAR or PLURAL&lt;br /&gt;
| Names the tissue layer color modifier, and determines the noun. Also used by [[Utility:Stonesense|Stonesense]] for colouring body parts. &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|TLCM_TIMING}}&lt;br /&gt;
| Caste&lt;br /&gt;
| &lt;br /&gt;
*ROOT&lt;br /&gt;
*start change window years&lt;br /&gt;
*days&lt;br /&gt;
*end change window years&lt;br /&gt;
*days&lt;br /&gt;
| Determines the point in the creature's life when the color change begins and ends.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|TL_CONNECTS}}&lt;br /&gt;
| Caste&lt;br /&gt;
|&lt;br /&gt;
| Gives the CONNECTS attribute to selected layers.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|TL_HEALING_RATE}}&lt;br /&gt;
| Caste&lt;br /&gt;
| &lt;br /&gt;
*value&lt;br /&gt;
| Changes the HEALING_RATE of the selected tissue layers.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|TL_MAJOR_ARTERIES}}&lt;br /&gt;
| Caste&lt;br /&gt;
|&lt;br /&gt;
| Gives the &amp;quot;major arteries&amp;quot; attribute to selected layers. Used to add massive bleeding properties to the throat, made from skin.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|TL_PAIN_RECEPTORS}}&lt;br /&gt;
| Caste&lt;br /&gt;
| &lt;br /&gt;
*value&lt;br /&gt;
| Changes the number of pain receptors for selected tissue layers.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|TL_RELATIVE_THICKNESS}}&lt;br /&gt;
| Caste&lt;br /&gt;
| &lt;br /&gt;
*value&lt;br /&gt;
| Changes the relative thickness for selected tissue layers.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|TL_VASCULAR}}&lt;br /&gt;
| Caste&lt;br /&gt;
| &lt;br /&gt;
*value&lt;br /&gt;
| Sets a new VASCULAR value (which modulates bleeding) for selected tissue layers.&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==See Also==&lt;br /&gt;
*[[Body detail plan token]]&lt;br /&gt;
*[[Body token]]&lt;br /&gt;
*[[Material definition token]]&lt;br /&gt;
*[[Syndrome]]&lt;br /&gt;
*[[Tissue definition token]]&lt;br /&gt;
*[[Creature examples]]&lt;br /&gt;
&lt;br /&gt;
{{Category|Modding}}&lt;br /&gt;
{{Category|Tokens}}&lt;br /&gt;
[[ru:Creature token]]&lt;/div&gt;</summary>
		<author><name>Quietust</name></author>
	</entry>
	<entry>
		<id>https://dwarffortresswiki.org/index.php?title=Swimmer&amp;diff=317979</id>
		<title>Swimmer</title>
		<link rel="alternate" type="text/html" href="https://dwarffortresswiki.org/index.php?title=Swimmer&amp;diff=317979"/>
		<updated>2026-07-16T13:40:03Z</updated>

		<summary type="html">&lt;p&gt;Quietust: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Quality|Exceptional}}&lt;br /&gt;
{{av}}&lt;br /&gt;
{{Skill&lt;br /&gt;
| color      = 3:0&lt;br /&gt;
| skill      = Swimmer&lt;br /&gt;
| specialty  = Peasant&lt;br /&gt;
| profession = None&lt;br /&gt;
| job name   = None&lt;br /&gt;
| tasks      =&lt;br /&gt;
* Getting in and out of water&lt;br /&gt;
* Staying calm underwater&lt;br /&gt;
| attributes =&lt;br /&gt;
* Strength&lt;br /&gt;
* Agility&lt;br /&gt;
* Endurance&lt;br /&gt;
* Willpower&lt;br /&gt;
* Spatial Sense&lt;br /&gt;
* Kinesthetic Sense}}&lt;br /&gt;
'''Swimmer''' is a [[skill]] used by [[creature]]s to move through [[tile]]s containing [[depth|deep]] liquid (primarily [[water]]), and generally avoid drowning. Creatures may have a {{token|GAIT|c}} [[creature token]] that defines their movement [[gait|speed]] while swimming. However, a creature's effective swimming speed can be modified by its Swimmer skill level, up to its maximum gait limit at Legendary skill.&lt;br /&gt;
&lt;br /&gt;
== Drowning ==&lt;br /&gt;
[[File:octopus_drowning.gif|thumb|284px|right|Octopus man drowning in air.]]&lt;br /&gt;
[[Dwarves]] with Dabbling (level 0) or no [[experience]] as Swimmers will start drowning immediately upon contact with deep surface [[water]] (i.e. surface water of 7/7 depth). Those of Novice (level 1) experience or greater can be in deep surface water without drowning. Any dwarf will start drowning in 7/7 water if there is more water on levels above them (e.g. at the bottom of a two-level-deep cistern, or the bottom of the ocean). A [[bridge]] (or, presumably, any other building that prevents access to the air above the water) will also cause non-aquatic/amphibious creatures to begin drowning in 7/7 water--this can be useful for disposing of trolls in a [[drowning chamber|drowning]] [[pit trap|pit]].&lt;br /&gt;
 &lt;br /&gt;
A way to delay the drowning of a dwarf (allowing them to survive long enough to become a Novice swimmer) is to drain a tiny amount of water, so that some tiles in the body of water are 6/7. If one of these 6/7 tiles strays over the dwarf, their drowning timer will be reset.&lt;br /&gt;
&lt;br /&gt;
Any conscious, uninjured, non-stunned dwarf finding themselves in water of depth 4/7 or greater will try to leave, if they can find a path out of around 20 tiles in length or less.[http://www.bay12forums.com/smf/index.php?topic=116764.0]  If they can't find an exit within that distance, they won't move.  This even goes for babies and/or dwarves that cannot walk and are laying prone - they are able to breathe regardless until they learn enough swimming to crawl out.&lt;br /&gt;
&lt;br /&gt;
Dabbling swimmers require a [[ramp]] or [[stairs|stairway]] within 20 tiles to have any chance of getting out of deep water.  Fortunately, every natural shallow body of water has ramps.&lt;br /&gt;
&lt;br /&gt;
Novice swimmers are able to get out of deep water safely without needing a ramp or stairway, but they will start drowning if [[Status_icons|stunned]]. Once that happens, it can be difficult to get them out, as they lose the ability to exit anywhere and behave just like an untrained or dabbling swimmer. Everyone is stunned by falling into water, rather than entering it calmly, which is what normally happens when they aren't entering it of their [[Carp|own free will]].  Adequate (level 2) swimmers do not panic and start drowning in that situation, even when attacked, so training to this level is highly recommended - higher levels only increase speed while swimming.  Note that you can drown in [[magma]] as well, but most creatures tend to melt first.&lt;br /&gt;
&lt;br /&gt;
== Teaching swimming ==&lt;br /&gt;
[[File:swimming_preview.png|thumb|230px|right|Water's level: 7&amp;lt;br&amp;gt;Swimming skill: Novice]]&lt;br /&gt;
It can be useful to teach swimming to your dwarves, especially your [[military]], to help them survive avoidable death (such as [[dodging]] into a [[murky pool]] or a [[river]]). Dwarves will normally refuse to enter tiles with more than 3/7 water, and a depth of 4/7 (but less than 7/7, lest they drown) is necessary to train the skill, but with a specially designed [[swimming pool]] it can easily be done.&lt;br /&gt;
&lt;br /&gt;
[[Animal person|Animal people]] can't learn swimming due to a bug.{{Bug|9853}} Creatures who are innate swimmers (for example, fish like [[carp]]) do not build up Swimmer skill, as they have no use for it.&lt;br /&gt;
&lt;br /&gt;
== Other Activities ==&lt;br /&gt;
Dwarves cannot fight while swimming - adults won't initiate most activities, but they may continue what they were doing before being submerged - even sleeping underwater, and gaining swimming experience for it!&lt;br /&gt;
&lt;br /&gt;
Dwarves trapped in a swimming pool will often try to [[climb]] up a wall to escape the water, which is relatively safe for the climbing dwarf, as the water will cushion their fall - maybe not so for any dwarves that they [[Gravity|land]] on.&lt;br /&gt;
&lt;br /&gt;
== Adventure Mode ==&lt;br /&gt;
In [[adventurer mode]], as a novice swimmer or better, by standing next to a body of water and moving carefully ({{k|alt}}+direction) in the direction of the water (falling 1 or 2 z-levels is not an issue), you can swim about and train your skill. To get out, {{k|alt}}-move against a shoreline and select the option to move above it, or simply move toward the shore if it has ramps. You can also {{k|h}}old onto a (non-smooth) rock wall or tree above the water's edge in order to climb out, even without any skill in [[Climber|climbing]]. It is advisable to train your skill in swimming above novice because getting stunned, winded, or tired will make you flounder and, most likely, die, even if you're just one or two tiles from a ramp. While floundering, there is a small chance to successfully move, so you might get lucky enough to make it out of the water, but don't count on it.&lt;br /&gt;
&lt;br /&gt;
Swimmers can also dive and rise through the [[z-axis]] by pressing {{k|&amp;gt;}} and {{k|&amp;lt;}} respectively. Note that air-breathers will be unable to breathe without air in the tile above them, and without returning to the surface will eventually drown. (Sadly, there's no oxygen meter as of yet (Unless you're using DFhack!), so you'll never know when they're about to expire. Don't linger too long.)&lt;br /&gt;
&lt;br /&gt;
In adventure mode, water preference can be switched between &amp;quot;when possible&amp;quot; and &amp;quot;necessary&amp;quot;  by pressing {{k|m}}.&lt;br /&gt;
&lt;br /&gt;
=== How long can you hold your breath? ===&lt;br /&gt;
The time before you drown is based on the following formula:&lt;br /&gt;
&lt;br /&gt;
 ticks = ((ES+TS) / 4) + 200&lt;br /&gt;
&lt;br /&gt;
Where:&lt;br /&gt;
* ES = Endurance score&lt;br /&gt;
* TS = Toughness score&lt;br /&gt;
* ticks = ticks before you drown&lt;br /&gt;
&lt;br /&gt;
The scores are based on the following table, using the dwarven average:&lt;br /&gt;
{| class=wikitable style=&amp;quot;width:600px;&amp;quot;&lt;br /&gt;
! Endurance&lt;br /&gt;
! Toughness&lt;br /&gt;
! Drowning Ticks&lt;br /&gt;
|-&lt;br /&gt;
| absolutely inexhaustible || basically unbreakable || 1262-2700&lt;br /&gt;
|-&lt;br /&gt;
| indefatigable || incredibly tough || 1137-1262&lt;br /&gt;
|-&lt;br /&gt;
| very slow to tire || quite durable || 1012-1137&lt;br /&gt;
|-&lt;br /&gt;
| slow to tire || tough || 887-1012&lt;br /&gt;
|-&lt;br /&gt;
| (no description) || (no description) || 638-887&lt;br /&gt;
|-&lt;br /&gt;
| quick to tire || flimsy || 513-637&lt;br /&gt;
|-&lt;br /&gt;
| very quick to tire || very flimsy || 388-512&lt;br /&gt;
|-&lt;br /&gt;
| extremely quick to tire || remarkably flimsy || 263-387&lt;br /&gt;
|-&lt;br /&gt;
| truly quick to tire || shockingly fragile || 200-262&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
Example: a dwarf with an average score of endurance and toughness will have 762 ticks to get out of the water, or drown.&lt;br /&gt;
&lt;br /&gt;
However, keep in mind that drowning '''rapidly''' trains Endurance and Toughness, so by the time your dwarf drowns they might've trained both attributes slightly, giving you a few more ticks of leeway.&lt;br /&gt;
&lt;br /&gt;
===Training your party===&lt;br /&gt;
To teach companions to swim, some patience is necessary. Enter a body of water until they follow you inside, then immediately get out. They will flounder around and attempt to get out before they drown, but as long as they make it back on land, they will gain swimming experience - repeat until they manage to swim without drowning. Drowning itself can also be beneficial, as certain attributes (notably toughness and endurance), greatly benefit from the strain caused by the experience. Provided that this experience does not reach its fatal conclusion, the toughness of your band should reach a point where it can only be exceeded by the larger or more powerful supernatural entities.&lt;br /&gt;
&lt;br /&gt;
If the temperature (press {{k|P}}) is &amp;quot;cold&amp;quot; or &amp;quot;freezing&amp;quot; and it's close to sundown, get out of the water as quickly as you can - if you don't, the water may '''freeze''' while you are swimming, instantly killing you and leaving your frozen corpse encased in [[ice]] - a valuable find for archaeologists.&lt;br /&gt;
&lt;br /&gt;
{{Skills}}&lt;/div&gt;</summary>
		<author><name>Quietust</name></author>
	</entry>
	<entry>
		<id>https://dwarffortresswiki.org/index.php?title=Swimmer&amp;diff=317978</id>
		<title>Swimmer</title>
		<link rel="alternate" type="text/html" href="https://dwarffortresswiki.org/index.php?title=Swimmer&amp;diff=317978"/>
		<updated>2026-07-16T13:39:50Z</updated>

		<summary type="html">&lt;p&gt;Quietust: /* Training your party */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Quality|Exceptional}}&lt;br /&gt;
{{av}}&lt;br /&gt;
{{Skill&lt;br /&gt;
| color      = 3:0&lt;br /&gt;
| skill      = Swimmer&lt;br /&gt;
| specialty  = Peasant&lt;br /&gt;
| profession = None&lt;br /&gt;
| job name   = None&lt;br /&gt;
| tasks      =&lt;br /&gt;
* Getting in and out of water&lt;br /&gt;
* Staying calm underwater&lt;br /&gt;
| attributes =&lt;br /&gt;
* Strength&lt;br /&gt;
* Agility&lt;br /&gt;
* Endurance&lt;br /&gt;
* Willpower&lt;br /&gt;
* Spatial Sense&lt;br /&gt;
* Kinesthetic Sense}}&lt;br /&gt;
'''Swimmer''' is a [[skill]] used by [[creature]]s to move through [[tile]]s containing [[depth|deep]] liquid (primarily [[water]]), and generally avoid drowning. Creatures may have a {{token|GAIT|c}} [[creature token]] that defines their movement [[gait|speed]] while swimming. However, a creature's effective swimming speed can be modified by its Swimmer skill level, up to its maximum gait limit at Legendary skill.&lt;br /&gt;
&lt;br /&gt;
== Drowning ==&lt;br /&gt;
[[File:octopus_drowning.gif|thumb|284px|right|Octopus man drowning in air.]]&lt;br /&gt;
[[Dwarves]] with Dabbling (level 0) or no [[experience]] as Swimmers will start drowning immediately upon contact with deep surface [[water]] (i.e. surface water of 7/7 depth). Those of Novice (level 1) experience or greater can be in deep surface water without drowning. Any dwarf will start drowning in 7/7 water if there is more water on levels above them (e.g. at the bottom of a two-level-deep cistern, or the bottom of the ocean). A [[bridge]] (or, presumably, any other building that prevents access to the air above the water) will also cause non-aquatic/amphibious creatures to begin drowning in 7/7 water--this can be useful for disposing of trolls in a [[drowning chamber|drowning]] [[pit trap|pit]].&lt;br /&gt;
 &lt;br /&gt;
A way to delay the drowning of a dwarf (allowing them to survive long enough to become a Novice swimmer) is to drain a tiny amount of water, so that some tiles in the body of water are 6/7. If one of these 6/7 tiles strays over the dwarf, their drowning timer will be reset.&lt;br /&gt;
&lt;br /&gt;
Any conscious, uninjured, non-stunned dwarf finding themselves in water of depth 4/7 or greater will try to leave, if they can find a path out of around 20 tiles in length or less.[http://www.bay12forums.com/smf/index.php?topic=116764.0]  If they can't find an exit within that distance, they won't move.  This even goes for babies and/or dwarves that cannot walk and are laying prone - they are able to breathe regardless until they learn enough swimming to crawl out.&lt;br /&gt;
&lt;br /&gt;
Dabbling swimmers require a [[ramp]] or [[stairs|stairway]] within 20 tiles to have any chance of getting out of deep water.  Fortunately, every natural shallow body of water has ramps.&lt;br /&gt;
&lt;br /&gt;
Novice swimmers are able to get out of deep water safely without needing a ramp or stairway, but they will start drowning if [[Status_icons|stunned]]. Once that happens, it can be difficult to get them out, as they lose the ability to exit anywhere and behave just like an untrained or dabbling swimmer. Everyone is stunned by falling into water, rather than entering it calmly, which is what normally happens when they aren't entering it of their [[Carp|own free will]].  Adequate (level 2) swimmers do not panic and start drowning in that situation, even when attacked, so training to this level is highly recommended - higher levels only increase speed while swimming.  Note that you can drown in [[magma]] as well, but most creatures tend to melt first.&lt;br /&gt;
&lt;br /&gt;
== Teaching swimming ==&lt;br /&gt;
[[File:swimming_preview.png|thumb|230px|right|Water's level: 7&amp;lt;br&amp;gt;Swimming skill: Novice]]&lt;br /&gt;
It can be useful to teach swimming to your dwarves, especially your [[military]], to help them survive avoidable death (such as [[dodging]] into a [[murky pool]] or a [[river]]). Dwarves will normally refuse to enter tiles with more than 3/7 water, and a depth of 4/7 (but less than 7/7, lest they drown) is necessary to train the skill, but with a specially designed [[swimming pool]] it can easily be done.&lt;br /&gt;
&lt;br /&gt;
[[Animal person|Animal people]] can't learn swimming due to a bug.{{Bug|9853}} Creatures who are innate swimmers (for example, fish like [[carp]]) do not build up Swimmer skill, as they have no use for it.&lt;br /&gt;
&lt;br /&gt;
== Other Activities ==&lt;br /&gt;
Dwarves cannot fight while swimming - adults won't initiate most activities, but they may continue what they were doing before being submerged - even sleeping underwater, and gaining swimming experience for it!&lt;br /&gt;
&lt;br /&gt;
Dwarves trapped in a swimming pool will often try to [[climb]] up a wall to escape the water, which is relatively safe for the climbing dwarf, as the water will cushion their fall - maybe not so for any dwarves that they [[Gravity|land]] on.&lt;br /&gt;
&lt;br /&gt;
== Adventure Mode ==&lt;br /&gt;
In [[adventurer mode]], as a novice swimmer or better, by standing next to a body of water and moving carefully ({{k|alt}}+direction) in the direction of the water (falling 1 or 2 z-levels is not an issue), you can swim about and train your skill. To get out, {{k|alt}}-move against a shoreline and select the option to move above it, or simply move toward the shore if it has ramps. You can also {{k|h}}old onto a (non-smooth) rock wall or tree above the water's edge in order to climb out, even without any skill in [[Climber|climbing]]. It is advisable to train your skill in swimming above novice because getting stunned, winded, or tired will make you flounder and, most likely, die, even if you're just one or two tiles from a ramp. While floundering, there is a small chance to successfully move, so you might get lucky enough to make it out of the water, but don't count on it.&lt;br /&gt;
&lt;br /&gt;
Swimmers can also dive and rise through the [[z-axis]] by pressing {{k|&amp;gt;}} and {{k|&amp;lt;}} respectively. Note that air-breathers will be unable to breathe without air in the tile above them, and without returning to the surface will eventually drown. (Sadly, there's no oxygen meter as of yet (Unless you're using DFhack!), so you'll never know when they're about to expire. Don't linger too long.)&lt;br /&gt;
&lt;br /&gt;
In adventure mode, water preference can be switched between &amp;quot;when possible&amp;quot; and &amp;quot;necessary&amp;quot;  by pressing {{k|m}}.&lt;br /&gt;
&lt;br /&gt;
=== How long can you hold your breath? ===&lt;br /&gt;
The time before you drown is based on the following formula:&lt;br /&gt;
&lt;br /&gt;
 ticks = ((ES+TS) / 4) + 200&lt;br /&gt;
&lt;br /&gt;
Where:&lt;br /&gt;
* ES = Endurance score&lt;br /&gt;
* TS = Toughness score&lt;br /&gt;
* ticks = ticks before you drown&lt;br /&gt;
&lt;br /&gt;
The scores are based on the following table, using the dwarven average:&lt;br /&gt;
{| class=wikitable style=&amp;quot;width:600px;&amp;quot;&lt;br /&gt;
! Endurance&lt;br /&gt;
! Toughness&lt;br /&gt;
! Drowning Ticks&lt;br /&gt;
|-&lt;br /&gt;
| absolutely inexhaustible || basically unbreakable || 1262-2700&lt;br /&gt;
|-&lt;br /&gt;
| indefatigable || incredibly tough || 1137-1262&lt;br /&gt;
|-&lt;br /&gt;
| very slow to tire || quite durable || 1012-1137&lt;br /&gt;
|-&lt;br /&gt;
| slow to tire || tough || 887-1012&lt;br /&gt;
|-&lt;br /&gt;
| (no description) || (no description) || 638-887&lt;br /&gt;
|-&lt;br /&gt;
| quick to tire || flimsy || 513-637&lt;br /&gt;
|-&lt;br /&gt;
| very quick to tire || very flimsy || 388-512&lt;br /&gt;
|-&lt;br /&gt;
| extremely quick to tire || remarkably flimsy || 263-387&lt;br /&gt;
|-&lt;br /&gt;
| truly quick to tire || shockingly fragile || 200-262&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
Example: a dwarf with an average score of endurance and toughness will have 762 ticks to get out of the water, or drown.&lt;br /&gt;
&lt;br /&gt;
However, keep in mind that drowning '''rapidly''' trains Endurance and Toughness, so by the time your dwarf drowns they might've trained both attributes slightly, giving you a few more ticks of leeway.&lt;br /&gt;
&lt;br /&gt;
===Training your party===&lt;br /&gt;
To teach companions to swim, some patience is necessary. Enter a body of water until they follow you inside, then immediately get out. They will flounder around and attempt to get out before they drown, but as long as they make it back on land, they will gain swimming experience - repeat until they manage to swim without drowning. Drowning itself can also be beneficial, as certain attributes (notably toughness and endurance), greatly benefit from the strain caused by the experience. Provided that this experience does not reach its fatal conclusion, the toughness of your band should reach a point where it can only be exceeded by the larger or more powerful supernatural entities.&lt;br /&gt;
&lt;br /&gt;
If the temperature (press {{k|P}}) is &amp;quot;cold&amp;quot; or &amp;quot;freezing&amp;quot; and it's close to sundown, get out of the water as quickly as you can - if you don't, the water may '''freeze'' while you are swimming, instantly killing you and leaving your frozen corpse encased in [[ice]] - a valuable find for archaeologists.&lt;br /&gt;
&lt;br /&gt;
{{Skills}}&lt;/div&gt;</summary>
		<author><name>Quietust</name></author>
	</entry>
	<entry>
		<id>https://dwarffortresswiki.org/index.php?title=Afrovenator&amp;diff=317965</id>
		<title>Afrovenator</title>
		<link rel="alternate" type="text/html" href="https://dwarffortresswiki.org/index.php?title=Afrovenator&amp;diff=317965"/>
		<updated>2026-07-15T13:48:32Z</updated>

		<summary type="html">&lt;p&gt;Quietust: where on earth did that nonsense grammar come from?&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Quality|Fine}}&lt;br /&gt;
{{Creaturelookup/0&lt;br /&gt;
|image=afrovenator_sprites.png&lt;br /&gt;
|portrait=afrovenator_portrait_anim.gif}}&lt;br /&gt;
{{av}}&lt;br /&gt;
{{creaturedesc}}&lt;br /&gt;
'''Afrovenators''' are [[extinct]] megalosaurid theropod dinosaur [[creature]]s from the [[wikipedia:Jurassic|Jurassic]] era, that can be found in [[savage]] versions of [[tropical]] [[shrubland]]s, tropical [[savanna]]s and [[badlands]]. They are horrendously large, intimidating and deadly dinosaurs with a vicious bite attack, as well as the ability to whip their tails. Their size is slightly less than double that of a bull [[moose]]. A young afrovenator is called an ''afrovenator hatchling''.&lt;br /&gt;
&lt;br /&gt;
If captured, they can be trained for both hunting and combat, and they are also an [[exotic mount]]. Being reptiles, they are a decent source of eggs.&lt;br /&gt;
&lt;br /&gt;
Some [[Dwarf|dwarves]] like afrovenators for their ''graceful movement''.&lt;br /&gt;
&lt;br /&gt;
[[File:Afrovenator Abakensis by PaleoGeek.jpg|thumb|500px|center|Artist rendition of the creature.]]&lt;br /&gt;
{{gamedata}}&lt;br /&gt;
{{Creatures}}&lt;/div&gt;</summary>
		<author><name>Quietust</name></author>
	</entry>
	<entry>
		<id>https://dwarffortresswiki.org/index.php?title=File:Scorpion-panel2-col.png&amp;diff=317949</id>
		<title>File:Scorpion-panel2-col.png</title>
		<link rel="alternate" type="text/html" href="https://dwarffortresswiki.org/index.php?title=File:Scorpion-panel2-col.png&amp;diff=317949"/>
		<updated>2026-07-14T12:59:43Z</updated>

		<summary type="html">&lt;p&gt;Quietust: link to original source for this image (if I did it wrong, please update it)&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Giant desert scorpion versus its natural enemy.&lt;br /&gt;
&lt;br /&gt;
From the saga of [https://lparchive.org/Dwarf-Fortress-Headshoots/Update%2014/ Headshoots]&lt;/div&gt;</summary>
		<author><name>Quietust</name></author>
	</entry>
	<entry>
		<id>https://dwarffortresswiki.org/index.php?title=Jaekelopterus&amp;diff=317946</id>
		<title>Jaekelopterus</title>
		<link rel="alternate" type="text/html" href="https://dwarffortresswiki.org/index.php?title=Jaekelopterus&amp;diff=317946"/>
		<updated>2026-07-13T13:23:06Z</updated>

		<summary type="html">&lt;p&gt;Quietust: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Quality|Tattered}}&lt;br /&gt;
{{Creaturelookup/0&lt;br /&gt;
|image=jaekelopterus_sprites.png&lt;br /&gt;
|portrait=jaekelopterus_portrait_anim.gif&lt;br /&gt;
|wiki=Jaekelopterus rhenaniae}}&lt;br /&gt;
{{av}}&lt;br /&gt;
{{creaturedesc}}&lt;br /&gt;
'''Jaekelopterus''' is an [[extinct]] [[aquatic]] arthropod from the [[wikipedia:Silurian|Silurian]] era, found in [[temperate]] freshwater or brackish [[lake]]s and [[river]]s. Despite their size, they are not butcherable or fishable, although they have the {{token|COOKABLE_LIVE|creature}} token (which serves no purpose, as they are not classified as vermin).&lt;br /&gt;
&lt;br /&gt;
Some dwarves [[Preferences|like]] jaekelopterus for their ''beauty''.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{{D for Dwarf}}&lt;br /&gt;
Scientists say that it might have a taste for human flesh. Its preferences for dwarven flesh, or lack there of, are unknown as of now.&lt;br /&gt;
&lt;br /&gt;
{{gamedata}}&lt;br /&gt;
{{Creatures}}&lt;/div&gt;</summary>
		<author><name>Quietust</name></author>
	</entry>
	<entry>
		<id>https://dwarffortresswiki.org/index.php?title=Spinosaurus&amp;diff=317945</id>
		<title>Spinosaurus</title>
		<link rel="alternate" type="text/html" href="https://dwarffortresswiki.org/index.php?title=Spinosaurus&amp;diff=317945"/>
		<updated>2026-07-13T13:21:26Z</updated>

		<summary type="html">&lt;p&gt;Quietust: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{av}}&lt;br /&gt;
'''Spinosaurus''' is a large, semi-aquatic extinct carnivorous dinosaur from the Cretaceous period. There are two species of Spinosaurus in Dwarf Fortress:&lt;br /&gt;
&lt;br /&gt;
*[[Spinosaurus aegyptiacus]]&lt;br /&gt;
*[[Spinosaurus mirabilis]]&lt;br /&gt;
&lt;br /&gt;
{{disambig}}&lt;/div&gt;</summary>
		<author><name>Quietust</name></author>
	</entry>
	<entry>
		<id>https://dwarffortresswiki.org/index.php?title=Wiwaxia&amp;diff=317918</id>
		<title>Wiwaxia</title>
		<link rel="alternate" type="text/html" href="https://dwarffortresswiki.org/index.php?title=Wiwaxia&amp;diff=317918"/>
		<updated>2026-07-11T02:45:11Z</updated>

		<summary type="html">&lt;p&gt;Quietust: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Quality|Tattered}}&lt;br /&gt;
{{verminlookup/0&lt;br /&gt;
|image=wiwaxia_sprites.png&lt;br /&gt;
|portrait=wiwaxia_portrait_anim.gif&lt;br /&gt;
|wiki=Wiwaxia corrugata}}&lt;br /&gt;
{{av}}&lt;br /&gt;
{{creaturedesc}}&lt;br /&gt;
'''Wiwaxia''' is an [[extinct]] [[aquatic]] [[vermin]] from the [[wikipedia:Cambrian|Cambrian]] era, found in [[tropical]] oceans or saltwater [[pool]]s. They are not butcherable or fishable, although they have the {{token|COOKABLE_LIVE|creature}} token.&lt;br /&gt;
&lt;br /&gt;
Some dwarves [[Preferences|like]] wiwaxia for their ''spines''.&lt;br /&gt;
{{gamedata}}&lt;br /&gt;
{{Vermin}}&lt;/div&gt;</summary>
		<author><name>Quietust</name></author>
	</entry>
	<entry>
		<id>https://dwarffortresswiki.org/index.php?title=Tullimonstrum&amp;diff=317917</id>
		<title>Tullimonstrum</title>
		<link rel="alternate" type="text/html" href="https://dwarffortresswiki.org/index.php?title=Tullimonstrum&amp;diff=317917"/>
		<updated>2026-07-11T02:45:09Z</updated>

		<summary type="html">&lt;p&gt;Quietust: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Quality|Tattered}}&lt;br /&gt;
{{verminlookup/0&lt;br /&gt;
|image=tullimonstrum_sprites.png&lt;br /&gt;
|portrait=tullimonstrum_portrait_anim.gif}}&lt;br /&gt;
{{av}}&lt;br /&gt;
{{creaturedesc}}&lt;br /&gt;
&lt;br /&gt;
{{gamedata}}&lt;br /&gt;
{{Vermin}}&lt;/div&gt;</summary>
		<author><name>Quietust</name></author>
	</entry>
	<entry>
		<id>https://dwarffortresswiki.org/index.php?title=Sharovipteryx&amp;diff=317916</id>
		<title>Sharovipteryx</title>
		<link rel="alternate" type="text/html" href="https://dwarffortresswiki.org/index.php?title=Sharovipteryx&amp;diff=317916"/>
		<updated>2026-07-11T02:45:07Z</updated>

		<summary type="html">&lt;p&gt;Quietust: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Quality|Tattered}}&lt;br /&gt;
{{verminlookup/0&lt;br /&gt;
|image=sharovipteryx_sprites.png&lt;br /&gt;
|portrait=sharovipteryx_portrait_anim.gif}}&lt;br /&gt;
{{av}}&lt;br /&gt;
{{creaturedesc}}&lt;br /&gt;
&lt;br /&gt;
{{gamedata}}&lt;br /&gt;
{{Vermin}}&lt;/div&gt;</summary>
		<author><name>Quietust</name></author>
	</entry>
	<entry>
		<id>https://dwarffortresswiki.org/index.php?title=Pterodactylus&amp;diff=317915</id>
		<title>Pterodactylus</title>
		<link rel="alternate" type="text/html" href="https://dwarffortresswiki.org/index.php?title=Pterodactylus&amp;diff=317915"/>
		<updated>2026-07-11T02:45:05Z</updated>

		<summary type="html">&lt;p&gt;Quietust: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Quality|Tattered}}&lt;br /&gt;
{{verminlookup/0&lt;br /&gt;
|image=pterodactylus_sprites.png&lt;br /&gt;
|portrait=pterodactylus_portrait_anim.gif}}&lt;br /&gt;
{{av}}&lt;br /&gt;
{{creaturedesc}}&lt;br /&gt;
&lt;br /&gt;
{{gamedata}}&lt;br /&gt;
{{Vermin}}&lt;/div&gt;</summary>
		<author><name>Quietust</name></author>
	</entry>
	<entry>
		<id>https://dwarffortresswiki.org/index.php?title=Procompsognathus&amp;diff=317914</id>
		<title>Procompsognathus</title>
		<link rel="alternate" type="text/html" href="https://dwarffortresswiki.org/index.php?title=Procompsognathus&amp;diff=317914"/>
		<updated>2026-07-11T02:45:03Z</updated>

		<summary type="html">&lt;p&gt;Quietust: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Quality|Tattered}}&lt;br /&gt;
{{verminlookup/0&lt;br /&gt;
|image=procompsognathus_sprites.png&lt;br /&gt;
|portrait=procompsognathus_portrait_anim.gif}}&lt;br /&gt;
{{av}}&lt;br /&gt;
{{creaturedesc}}&lt;br /&gt;
&lt;br /&gt;
{{gamedata}}&lt;br /&gt;
{{Vermin}}&lt;/div&gt;</summary>
		<author><name>Quietust</name></author>
	</entry>
	<entry>
		<id>https://dwarffortresswiki.org/index.php?title=Ostenocaris&amp;diff=317913</id>
		<title>Ostenocaris</title>
		<link rel="alternate" type="text/html" href="https://dwarffortresswiki.org/index.php?title=Ostenocaris&amp;diff=317913"/>
		<updated>2026-07-11T02:45:01Z</updated>

		<summary type="html">&lt;p&gt;Quietust: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Quality|Tattered}}&lt;br /&gt;
{{verminlookup/0&lt;br /&gt;
|image=ostenocaris_sprites.png&lt;br /&gt;
|portrait=ostenocaris_portrait_anim.gif}}&lt;br /&gt;
{{av}}&lt;br /&gt;
{{creaturedesc}}&lt;br /&gt;
&lt;br /&gt;
{{gamedata}}&lt;br /&gt;
{{Vermin}}&lt;/div&gt;</summary>
		<author><name>Quietust</name></author>
	</entry>
	<entry>
		<id>https://dwarffortresswiki.org/index.php?title=Opabinia&amp;diff=317912</id>
		<title>Opabinia</title>
		<link rel="alternate" type="text/html" href="https://dwarffortresswiki.org/index.php?title=Opabinia&amp;diff=317912"/>
		<updated>2026-07-11T02:44:59Z</updated>

		<summary type="html">&lt;p&gt;Quietust: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Quality|Tattered}}&lt;br /&gt;
{{verminlookup/0&lt;br /&gt;
|image=opabinia_sprites.png&lt;br /&gt;
|portrait=opabinia_portrait_anim.gif&lt;br /&gt;
|wiki=Opabinia regalis}}&lt;br /&gt;
{{av}}&lt;br /&gt;
{{creaturedesc}}&lt;br /&gt;
'''Opabinia''' is an [[extinct]] [[aquatic]] [[vermin]] from the [[wikipedia:Cambrian|Cambrian]] era, found in [[tropical]] oceans or saltwater [[pool]]s. They are not butcherable or fishable, although they have the {{token|COOKABLE_LIVE|creature}} token.&lt;br /&gt;
&lt;br /&gt;
Some dwarves [[Preferences|like]] opabinia for their ''eyes'' and ''grasping proboscis''.&lt;br /&gt;
{{gamedata}}&lt;br /&gt;
{{Vermin}}&lt;/div&gt;</summary>
		<author><name>Quietust</name></author>
	</entry>
	<entry>
		<id>https://dwarffortresswiki.org/index.php?title=Oestocephalus&amp;diff=317911</id>
		<title>Oestocephalus</title>
		<link rel="alternate" type="text/html" href="https://dwarffortresswiki.org/index.php?title=Oestocephalus&amp;diff=317911"/>
		<updated>2026-07-11T02:44:56Z</updated>

		<summary type="html">&lt;p&gt;Quietust: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Quality|Tattered}}&lt;br /&gt;
{{verminlookup/0&lt;br /&gt;
|image=oestocephalus_sprites.png&lt;br /&gt;
|portrait=oestocephalus_portrait_anim.gif}}&lt;br /&gt;
{{av}}&lt;br /&gt;
{{creaturedesc}}&lt;br /&gt;
&lt;br /&gt;
{{gamedata}}&lt;br /&gt;
{{Vermin}}&lt;/div&gt;</summary>
		<author><name>Quietust</name></author>
	</entry>
	<entry>
		<id>https://dwarffortresswiki.org/index.php?title=Mimetaster&amp;diff=317910</id>
		<title>Mimetaster</title>
		<link rel="alternate" type="text/html" href="https://dwarffortresswiki.org/index.php?title=Mimetaster&amp;diff=317910"/>
		<updated>2026-07-11T02:44:54Z</updated>

		<summary type="html">&lt;p&gt;Quietust: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Quality|Tattered}}&lt;br /&gt;
{{verminlookup/0&lt;br /&gt;
|image=mimetaster_sprites.png&lt;br /&gt;
|portrait=mimetaster_portrait_anim.gif&lt;br /&gt;
|wiki=Mimetaster}} &amp;lt;!-- no wp redirect for &amp;quot;Mimetaster hexagonalis&amp;quot; --&amp;gt;&lt;br /&gt;
{{av}}&lt;br /&gt;
{{creaturedesc}}&lt;br /&gt;
'''Mimetaster''' is an [[extinct]] [[aquatic]] [[vermin]] from the [[wikipedia:Devonian|Devonian]] era, found in [[temperate]] [[ocean]]s and saltwater [[pool]]s. They might be{{verify|they might not be big enough}} usable for the [[fishing industry]], but only by [[Fishery|capturing a live fish]], rather than normal fishing, and also [[Kitchen|cookable]] without cleaning.&lt;br /&gt;
&lt;br /&gt;
Some dwarves [[Preferences|like]] mimetaster for their ''tilted walk''.&lt;br /&gt;
{{gamedata}}&lt;br /&gt;
{{Vermin}}&lt;/div&gt;</summary>
		<author><name>Quietust</name></author>
	</entry>
	<entry>
		<id>https://dwarffortresswiki.org/index.php?title=Meganeura&amp;diff=317909</id>
		<title>Meganeura</title>
		<link rel="alternate" type="text/html" href="https://dwarffortresswiki.org/index.php?title=Meganeura&amp;diff=317909"/>
		<updated>2026-07-11T02:44:52Z</updated>

		<summary type="html">&lt;p&gt;Quietust: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Quality|Tattered}}&lt;br /&gt;
{{verminlookup/0&lt;br /&gt;
|image=meganeura_sprites.png&lt;br /&gt;
|portrait=meganeura_portrait_anim.gif}}&lt;br /&gt;
{{av}}&lt;br /&gt;
{{creaturedesc}}&lt;br /&gt;
&lt;br /&gt;
{{gamedata}}&lt;br /&gt;
{{Vermin}}&lt;/div&gt;</summary>
		<author><name>Quietust</name></author>
	</entry>
	<entry>
		<id>https://dwarffortresswiki.org/index.php?title=Linhenykus&amp;diff=317908</id>
		<title>Linhenykus</title>
		<link rel="alternate" type="text/html" href="https://dwarffortresswiki.org/index.php?title=Linhenykus&amp;diff=317908"/>
		<updated>2026-07-11T02:44:48Z</updated>

		<summary type="html">&lt;p&gt;Quietust: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Quality|Tattered}}&lt;br /&gt;
{{verminlookup/0&lt;br /&gt;
|image=linhenykus_sprites.png&lt;br /&gt;
|portrait=linhenykus_portrait_anim.gif}}&lt;br /&gt;
{{av}}&lt;br /&gt;
{{creaturedesc}}&lt;br /&gt;
&lt;br /&gt;
{{gamedata}}&lt;br /&gt;
{{Vermin}}&lt;/div&gt;</summary>
		<author><name>Quietust</name></author>
	</entry>
	<entry>
		<id>https://dwarffortresswiki.org/index.php?title=Jeholopterus&amp;diff=317907</id>
		<title>Jeholopterus</title>
		<link rel="alternate" type="text/html" href="https://dwarffortresswiki.org/index.php?title=Jeholopterus&amp;diff=317907"/>
		<updated>2026-07-11T02:44:37Z</updated>

		<summary type="html">&lt;p&gt;Quietust: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Quality|Tattered}}&lt;br /&gt;
{{verminlookup/0&lt;br /&gt;
|image=jeholopterus_sprites.png&lt;br /&gt;
|portrait=jeholopterus_portrait_anim.gif}}&lt;br /&gt;
{{av}}&lt;br /&gt;
{{creaturedesc}}&lt;br /&gt;
&lt;br /&gt;
{{gamedata}}&lt;br /&gt;
{{Vermin}}&lt;/div&gt;</summary>
		<author><name>Quietust</name></author>
	</entry>
	<entry>
		<id>https://dwarffortresswiki.org/index.php?title=Hallucigenia&amp;diff=317906</id>
		<title>Hallucigenia</title>
		<link rel="alternate" type="text/html" href="https://dwarffortresswiki.org/index.php?title=Hallucigenia&amp;diff=317906"/>
		<updated>2026-07-11T02:44:31Z</updated>

		<summary type="html">&lt;p&gt;Quietust: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Quality|Tattered}}&lt;br /&gt;
{{verminlookup/0&lt;br /&gt;
|image=hallucigenia_sprites.png&lt;br /&gt;
|portrait=hallucigenia_portrait_anim.gif&lt;br /&gt;
|wiki=Hallucigenia sparsa}}&lt;br /&gt;
{{av}}&lt;br /&gt;
{{creaturedesc}}&lt;br /&gt;
'''Hallucigenia''' is an [[extinct]] [[aquatic]] [[vermin]] from the [[wikipedia:Cambrian|Cambrian]] era, found in [[tropical]] oceans or saltwater [[pool]]s. They are not butcherable or fishable, although they have the {{token|COOKABLE_LIVE|creature}} token.&lt;br /&gt;
&lt;br /&gt;
Some dwarves [[Preferences|like]] hallucigenia for their ''spines'' and ''lobopods''.&lt;br /&gt;
&lt;br /&gt;
{{D for Dwarf}}&lt;br /&gt;
&amp;lt;!-- Reference: &amp;quot;Hallucigenia&amp;quot; as it appears in the Manga and Anime &amp;quot;Attack On Titan&amp;quot;/&amp;quot;Shingeki No Kyojin&amp;quot; --&amp;gt;&lt;br /&gt;
In addition to its regular Biomes, Hallucigenia can also be found beneath The Tree. Dedicate your heart.&lt;br /&gt;
&lt;br /&gt;
{{gamedata}}&lt;br /&gt;
{{Vermin}}&lt;/div&gt;</summary>
		<author><name>Quietust</name></author>
	</entry>
	<entry>
		<id>https://dwarffortresswiki.org/index.php?title=Haikouichthys&amp;diff=317905</id>
		<title>Haikouichthys</title>
		<link rel="alternate" type="text/html" href="https://dwarffortresswiki.org/index.php?title=Haikouichthys&amp;diff=317905"/>
		<updated>2026-07-11T02:44:22Z</updated>

		<summary type="html">&lt;p&gt;Quietust: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Quality|Tattered}}&lt;br /&gt;
{{verminlookup/0&lt;br /&gt;
|image=haikouichthys_sprites.png&lt;br /&gt;
|portrait=haikouichthys_portrait_anim.gif&lt;br /&gt;
|wiki=haikouichthys ercaicunensis}}&lt;br /&gt;
{{av}}&lt;br /&gt;
{{creaturedesc}}&lt;br /&gt;
'''Haikouichthys''' is an [[extinct]] [[aquatic]] [[vermin]] from the [[wikipedia:Cambrian|Cambrian]] era, found in [[tropical]] oceans or saltwater [[pool]]s. They are not fishable, and too small to butcher.&lt;br /&gt;
&lt;br /&gt;
Some dwarves [[Preferences|like]] haikouichthys for their ''extra eyes'' and ''fins''.&lt;br /&gt;
{{gamedata}}&lt;br /&gt;
{{Vermin}}&lt;/div&gt;</summary>
		<author><name>Quietust</name></author>
	</entry>
	<entry>
		<id>https://dwarffortresswiki.org/index.php?title=Drepanopterus&amp;diff=317904</id>
		<title>Drepanopterus</title>
		<link rel="alternate" type="text/html" href="https://dwarffortresswiki.org/index.php?title=Drepanopterus&amp;diff=317904"/>
		<updated>2026-07-11T02:44:11Z</updated>

		<summary type="html">&lt;p&gt;Quietust: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Quality|Tattered}}&lt;br /&gt;
{{verminlookup/0&lt;br /&gt;
|image=drepanopterus_sprites.png&lt;br /&gt;
|portrait=drepanopterus_portrait_anim.gif&lt;br /&gt;
|wiki=Drepanopterus}} &amp;lt;!-- no wp redirect for &amp;quot;drepanopterus pentlandicus&amp;quot; --&amp;gt;&lt;br /&gt;
{{av}}&lt;br /&gt;
{{creaturedesc}}&lt;br /&gt;
'''Drepanopterus''' is an [[extinct]] [[aquatic]] [[vermin]] from the [[wikipedia:Devonian|Devonian]] era, found in [[temperate]] freshwater or brackish [[lake]]s and [[river]]s. They are usable for the [[fishing industry]], but only by [[Fishery|capturing a live fish]], rather than normal fishing, and also [[Kitchen|cookable]] with out cleaning.&lt;br /&gt;
&lt;br /&gt;
Some dwarves [[Preferences|like]] drepanopterus for their ''broad heads''.&lt;br /&gt;
{{gamedata}}&lt;br /&gt;
{{Vermin}}&lt;/div&gt;</summary>
		<author><name>Quietust</name></author>
	</entry>
	<entry>
		<id>https://dwarffortresswiki.org/index.php?title=Archaeopteryx&amp;diff=317903</id>
		<title>Archaeopteryx</title>
		<link rel="alternate" type="text/html" href="https://dwarffortresswiki.org/index.php?title=Archaeopteryx&amp;diff=317903"/>
		<updated>2026-07-11T02:44:03Z</updated>

		<summary type="html">&lt;p&gt;Quietust: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Quality|Tattered}}&lt;br /&gt;
{{verminlookup/0&lt;br /&gt;
|image=archaeopteryx_sprites.png&lt;br /&gt;
|portrait=archaeopteryx_portrait_anim.gif}}&lt;br /&gt;
{{av}}&lt;br /&gt;
{{creaturedesc}}&lt;br /&gt;
&lt;br /&gt;
{{gamedata}}&lt;br /&gt;
{{Vermin}}&lt;/div&gt;</summary>
		<author><name>Quietust</name></author>
	</entry>
	<entry>
		<id>https://dwarffortresswiki.org/index.php?title=Anomalocaris&amp;diff=317902</id>
		<title>Anomalocaris</title>
		<link rel="alternate" type="text/html" href="https://dwarffortresswiki.org/index.php?title=Anomalocaris&amp;diff=317902"/>
		<updated>2026-07-11T02:43:38Z</updated>

		<summary type="html">&lt;p&gt;Quietust: Now that I think about it, these should be using {{verminlookup/0}} as well&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Quality|Tattered}}&lt;br /&gt;
{{verminlookup/0&lt;br /&gt;
|image=anomalocaris_sprites.png&lt;br /&gt;
|portrait=anomalocaris_portrait_anim.gif&lt;br /&gt;
|wiki=Anomalocaris canadensis}}&lt;br /&gt;
{{av}}&lt;br /&gt;
{{creaturedesc}}&lt;br /&gt;
'''Anomalocaris''' is an [[extinct]] [[aquatic]] [[vermin]] from the [[wikipedia:Cambrian|Cambrian]] era, found in [[tropical]] oceans or saltwater [[pool]]s. They are not butcherable or fishable, although they have the {{token|COOKABLE_LIVE|creature}} token.&lt;br /&gt;
&lt;br /&gt;
Some dwarves [[Preferences|like]] anomalocaris for their ''frontal appendages''.&lt;br /&gt;
{{gamedata}}&lt;br /&gt;
{{Vermin}}&lt;/div&gt;</summary>
		<author><name>Quietust</name></author>
	</entry>
	<entry>
		<id>https://dwarffortresswiki.org/index.php?title=Save_version&amp;diff=317875</id>
		<title>Save version</title>
		<link rel="alternate" type="text/html" href="https://dwarffortresswiki.org/index.php?title=Save_version&amp;diff=317875"/>
		<updated>2026-07-10T16:36:24Z</updated>

		<summary type="html">&lt;p&gt;Quietust: add save versions for 53.13 + 53.14 + 53.15 - notably, 53.14 did NOT change the save version&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Every world in ''Dwarf Fortress'' contains an internal '''save version''' ID number to denote the version in which it was last saved, as well as the version in which it was originally generated. When a world is loaded, the game uses this value to determine how to process all of the data it reads - data which didn't exist at the time is generated from scratch (e.g. [[v0.34:minecart|hauling routes]], added in version 0.34.08), and data which is no longer used (e.g. [[DF2014:thought|basic thoughts]], replaced with emotions in version 0.42.01) gets skipped.&lt;br /&gt;
&lt;br /&gt;
Not all ''Dwarf Fortress'' releases actually incremented the save version number (especially those which only fixed bugs), and some releases incremented it multiple times (once for each piece of new data stored).&lt;br /&gt;
&lt;br /&gt;
This number normally isn't visible during gameplay, but various tools (such as [[DFHack]]) can be used to query it.&lt;br /&gt;
&lt;br /&gt;
{| class=wikitable&lt;br /&gt;
!Version number&lt;br /&gt;
!Save version code&lt;br /&gt;
|-&lt;br /&gt;
| [[Release information/53.15|53.15]]&lt;br /&gt;
| 3600&lt;br /&gt;
|-&lt;br /&gt;
| [[Release information/53.14|53.14]]&lt;br /&gt;
| 3547&lt;br /&gt;
|-&lt;br /&gt;
| [[Release information/53.13|53.13]]&lt;br /&gt;
| 3547&lt;br /&gt;
|-&lt;br /&gt;
| [[Release information/53.12|53.12]]&lt;br /&gt;
| 3544&lt;br /&gt;
|-&lt;br /&gt;
| [[Release information/53.11|53.11]]&lt;br /&gt;
| 3543&lt;br /&gt;
|-&lt;br /&gt;
| [[Release information/53.10|53.10]]&lt;br /&gt;
| 3543&lt;br /&gt;
|-&lt;br /&gt;
| [[Release information/53.09|53.09]]&lt;br /&gt;
| 3543&lt;br /&gt;
|-&lt;br /&gt;
| [[Release information/53.08|53.08]]&lt;br /&gt;
| 3543&lt;br /&gt;
|-&lt;br /&gt;
| [[Release information/53.07|53.07]]&lt;br /&gt;
| 3543&lt;br /&gt;
|-&lt;br /&gt;
| [[Release information/53.06|53.06]]&lt;br /&gt;
| 3537&lt;br /&gt;
|-&lt;br /&gt;
| [[Release information/53.05|53.05]]&lt;br /&gt;
| 3535&lt;br /&gt;
|-&lt;br /&gt;
| [[Release information/53.04|53.04]]&lt;br /&gt;
| 3535&lt;br /&gt;
|-&lt;br /&gt;
| [[Release information/53.03|53.03]]&lt;br /&gt;
| 3535&lt;br /&gt;
|-&lt;br /&gt;
| [[Release information/53.02|53.02]]&lt;br /&gt;
| 3534&lt;br /&gt;
|-&lt;br /&gt;
| [[Release information/53.01|53.01]]&lt;br /&gt;
| 3534&lt;br /&gt;
|-&lt;br /&gt;
| [[Release information/52.05|52.05]]&lt;br /&gt;
| 3021&lt;br /&gt;
|-&lt;br /&gt;
| [[Release information/52.04|52.04]]&lt;br /&gt;
| 3021&lt;br /&gt;
|-&lt;br /&gt;
| [[Release information/52.03|52.03]]&lt;br /&gt;
| 3021&lt;br /&gt;
|-&lt;br /&gt;
| [[Release information/52.02|52.02]]&lt;br /&gt;
| 3015&lt;br /&gt;
|-&lt;br /&gt;
| [[Release information/52.01|52.01]]&lt;br /&gt;
| 3015&lt;br /&gt;
|-&lt;br /&gt;
| [[Release information/51.13|51.13]]&lt;br /&gt;
| 3015&lt;br /&gt;
|-&lt;br /&gt;
| [[Release information/51.12|51.12]]&lt;br /&gt;
| 3015&lt;br /&gt;
|-&lt;br /&gt;
| [[Release information/51.11|51.11]]&lt;br /&gt;
| 3014&lt;br /&gt;
|-&lt;br /&gt;
| [[Release information/51.10|51.10]]&lt;br /&gt;
| 3013&lt;br /&gt;
|-&lt;br /&gt;
| [[Release information/51.09|51.09]]&lt;br /&gt;
| 3013&lt;br /&gt;
|-&lt;br /&gt;
| [[Release information/51.08|51.08]]&lt;br /&gt;
| 3013&lt;br /&gt;
|-&lt;br /&gt;
| [[Release information/51.07|51.07]]&lt;br /&gt;
| 3013&lt;br /&gt;
|-&lt;br /&gt;
| [[Release information/51.06|51.06]]&lt;br /&gt;
| 3013&lt;br /&gt;
|-&lt;br /&gt;
| [[Release information/51.05|51.05]]&lt;br /&gt;
| 3013&lt;br /&gt;
|-&lt;br /&gt;
| [[Release information/51.04|51.04]]&lt;br /&gt;
| 3013&lt;br /&gt;
|-&lt;br /&gt;
| [[Release information/51.03|51.03]]&lt;br /&gt;
| 3013&lt;br /&gt;
|-&lt;br /&gt;
| [[Release information/51.02|51.02]]&lt;br /&gt;
| 3013&lt;br /&gt;
|-&lt;br /&gt;
| [[Release information/51.01|51.01]]&lt;br /&gt;
| Various (beta)&lt;br /&gt;
|-&lt;br /&gt;
| [[Release information/50.15|50.15]]&lt;br /&gt;
| 2082&lt;br /&gt;
|-&lt;br /&gt;
| [[Release information/50.14|50.14]]&lt;br /&gt;
| 2082&lt;br /&gt;
|-&lt;br /&gt;
| [[Release information/50.13|50.13]]&lt;br /&gt;
| 2082&lt;br /&gt;
|-&lt;br /&gt;
| [[Release information/50.12|50.12]]&lt;br /&gt;
| 2081&lt;br /&gt;
|-&lt;br /&gt;
| [[Release information/50.11|50.11]]&lt;br /&gt;
| 2081&lt;br /&gt;
|-&lt;br /&gt;
| [[Release information/50.10|50.10]]&lt;br /&gt;
| 2081&lt;br /&gt;
|-&lt;br /&gt;
| [[Release information/50.09|50.09]]&lt;br /&gt;
| 2081&lt;br /&gt;
|-&lt;br /&gt;
| [[Release information/50.08|50.08]]&lt;br /&gt;
| 2081&lt;br /&gt;
|-&lt;br /&gt;
| [[Release information/50.07|50.07]]&lt;br /&gt;
| 2081&lt;br /&gt;
|-&lt;br /&gt;
| [[Release information/50.06|50.06]]&lt;br /&gt;
| 2081&lt;br /&gt;
|-&lt;br /&gt;
| [[Release information/50.05|50.05]]&lt;br /&gt;
| 2081&lt;br /&gt;
|-&lt;br /&gt;
| [[Release information/50.04|50.04]]&lt;br /&gt;
| 2080&lt;br /&gt;
|-&lt;br /&gt;
| [[Release information/50.03|50.03]]&lt;br /&gt;
| 2080&lt;br /&gt;
|-&lt;br /&gt;
| [[Release information/50.02|50.02]]&lt;br /&gt;
| 2079&lt;br /&gt;
|-&lt;br /&gt;
| [[Release information/50.01|50.01]]&lt;br /&gt;
| 2078&lt;br /&gt;
|-&lt;br /&gt;
| [[DF2014:Release information/0.47.05|0.47.05]]&lt;br /&gt;
| 1716&lt;br /&gt;
|-&lt;br /&gt;
| [[DF2014:Release information/0.47.04|0.47.04]]&lt;br /&gt;
| 1715&lt;br /&gt;
|-&lt;br /&gt;
| [[DF2014:Release information/0.47.03|0.47.03]]&lt;br /&gt;
| 1712&lt;br /&gt;
|-&lt;br /&gt;
| [[DF2014:Release information/0.47.02|0.47.02]]&lt;br /&gt;
| 1711&lt;br /&gt;
|-&lt;br /&gt;
| [[DF2014:Release information/0.47.01|0.47.01]]&lt;br /&gt;
| 1710&lt;br /&gt;
|-&lt;br /&gt;
| [[DF2014:Release information/0.44.12|0.44.12]]&lt;br /&gt;
| 1625&lt;br /&gt;
|-&lt;br /&gt;
| [[DF2014:Release information/0.44.11|0.44.11]]&lt;br /&gt;
| 1623&lt;br /&gt;
|-&lt;br /&gt;
| [[DF2014:Release information/0.44.10|0.44.10]]&lt;br /&gt;
| 1620&lt;br /&gt;
|-&lt;br /&gt;
| [[DF2014:Release information/0.44.09|0.44.09]]&lt;br /&gt;
| 1614&lt;br /&gt;
|-&lt;br /&gt;
| [[DF2014:Release information/0.44.08|0.44.08]]&lt;br /&gt;
| 1613&lt;br /&gt;
|-&lt;br /&gt;
| [[DF2014:Release information/0.44.07|0.44.07]]&lt;br /&gt;
| 1612&lt;br /&gt;
|-&lt;br /&gt;
| [[DF2014:Release information/0.44.06|0.44.06]]&lt;br /&gt;
| 1611&lt;br /&gt;
|-&lt;br /&gt;
| [[DF2014:Release information/0.44.05|0.44.05]]&lt;br /&gt;
| 1604&lt;br /&gt;
|-&lt;br /&gt;
| [[DF2014:Release information/0.44.04|0.44.04]]&lt;br /&gt;
| 1603&lt;br /&gt;
|-&lt;br /&gt;
| [[DF2014:Release information/0.44.03|0.44.03]]&lt;br /&gt;
| 1600&lt;br /&gt;
|-&lt;br /&gt;
| [[DF2014:Release information/0.44.02|0.44.02]]&lt;br /&gt;
| 1597&lt;br /&gt;
|-&lt;br /&gt;
| [[DF2014:Release information/0.44.01|0.44.01]]&lt;br /&gt;
| 1596&lt;br /&gt;
|-&lt;br /&gt;
| [[DF2014:Release information/0.43.05|0.43.05]]&lt;br /&gt;
| 1556&lt;br /&gt;
|-&lt;br /&gt;
| [[DF2014:Release information/0.43.04|0.43.04]]&lt;br /&gt;
| 1555&lt;br /&gt;
|-&lt;br /&gt;
| [[DF2014:Release information/0.43.03|0.43.03]]&lt;br /&gt;
| 1553&lt;br /&gt;
|-&lt;br /&gt;
| [[DF2014:Release information/0.43.02|0.43.02]]&lt;br /&gt;
| 1552&lt;br /&gt;
|-&lt;br /&gt;
| [[DF2014:Release information/0.43.01|0.43.01]]&lt;br /&gt;
| 1551&lt;br /&gt;
|-&lt;br /&gt;
| [[DF2014:Release information/0.42.06|0.42.06]]&lt;br /&gt;
| 1542&lt;br /&gt;
|-&lt;br /&gt;
| [[DF2014:Release information/0.42.05|0.42.05]]&lt;br /&gt;
| 1537&lt;br /&gt;
|-&lt;br /&gt;
| [[DF2014:Release information/0.42.04|0.42.04]]&lt;br /&gt;
| 1534&lt;br /&gt;
|-&lt;br /&gt;
| [[DF2014:Release information/0.42.03|0.42.03]]&lt;br /&gt;
| 1533&lt;br /&gt;
|-&lt;br /&gt;
| [[DF2014:Release information/0.42.02|0.42.02]]&lt;br /&gt;
| 1532&lt;br /&gt;
|-&lt;br /&gt;
| [[DF2014:Release information/0.42.01|0.42.01]]&lt;br /&gt;
| 1531&lt;br /&gt;
|-&lt;br /&gt;
| [[DF2014:Release information/0.40.24|0.40.24]]&lt;br /&gt;
| 1481&lt;br /&gt;
|-&lt;br /&gt;
| [[DF2014:Release information/0.40.23|0.40.23]]&lt;br /&gt;
| 1480&lt;br /&gt;
|-&lt;br /&gt;
| [[DF2014:Release information/0.40.22|0.40.22]]&lt;br /&gt;
| 1479&lt;br /&gt;
|-&lt;br /&gt;
| [[DF2014:Release information/0.40.21|0.40.21]]&lt;br /&gt;
| 1478&lt;br /&gt;
|-&lt;br /&gt;
| [[DF2014:Release information/0.40.20|0.40.20]]&lt;br /&gt;
| 1477&lt;br /&gt;
|-&lt;br /&gt;
| [[DF2014:Release information/0.40.19|0.40.19]]&lt;br /&gt;
| 1474&lt;br /&gt;
|-&lt;br /&gt;
| [[DF2014:Release information/0.40.18|0.40.18]]&lt;br /&gt;
| 1473&lt;br /&gt;
|-&lt;br /&gt;
| [[DF2014:Release information/0.40.17|0.40.17]]&lt;br /&gt;
| 1472&lt;br /&gt;
|-&lt;br /&gt;
| [[DF2014:Release information/0.40.16|0.40.16]]&lt;br /&gt;
| 1471&lt;br /&gt;
|-&lt;br /&gt;
| [[DF2014:Release information/0.40.15|0.40.15]]&lt;br /&gt;
| 1470&lt;br /&gt;
|-&lt;br /&gt;
| [[DF2014:Release information/0.40.14|0.40.14]]&lt;br /&gt;
| 1469&lt;br /&gt;
|-&lt;br /&gt;
| [[DF2014:Release information/0.40.13|0.40.13]]&lt;br /&gt;
| 1462&lt;br /&gt;
|-&lt;br /&gt;
| [[DF2014:Release information/0.40.12|0.40.12]]&lt;br /&gt;
| 1459&lt;br /&gt;
|-&lt;br /&gt;
| [[DF2014:Release information/0.40.11|0.40.11]]&lt;br /&gt;
| 1456&lt;br /&gt;
|-&lt;br /&gt;
| [[DF2014:Release information/0.40.10|0.40.10]]&lt;br /&gt;
| 1452&lt;br /&gt;
|-&lt;br /&gt;
| [[DF2014:Release information/0.40.09|0.40.09]]&lt;br /&gt;
| 1451&lt;br /&gt;
|-&lt;br /&gt;
| [[DF2014:Release information/0.40.08|0.40.08]]&lt;br /&gt;
| 1449&lt;br /&gt;
|-&lt;br /&gt;
| [[DF2014:Release information/0.40.07|0.40.07]]&lt;br /&gt;
| 1448&lt;br /&gt;
|-&lt;br /&gt;
| [[DF2014:Release information/0.40.06|0.40.06]]&lt;br /&gt;
| 1446&lt;br /&gt;
|-&lt;br /&gt;
| [[DF2014:Release information/0.40.05|0.40.05]]&lt;br /&gt;
| 1445&lt;br /&gt;
|-&lt;br /&gt;
| [[DF2014:Release information/0.40.04|0.40.04]]&lt;br /&gt;
| 1444&lt;br /&gt;
|-&lt;br /&gt;
| [[DF2014:Release information/0.40.03|0.40.03]]&lt;br /&gt;
| 1443&lt;br /&gt;
|-&lt;br /&gt;
| [[DF2014:Release information/0.40.02|0.40.02]]&lt;br /&gt;
| 1442&lt;br /&gt;
|-&lt;br /&gt;
| [[DF2014:Release information/0.40.01|0.40.01]]&lt;br /&gt;
| 1441&lt;br /&gt;
|-&lt;br /&gt;
| [[v0.34:Release information/0.34.11|0.34.11]]&lt;br /&gt;
| 1404&lt;br /&gt;
|-&lt;br /&gt;
| [[v0.34:Release information/0.34.10|0.34.10]]&lt;br /&gt;
| 1403&lt;br /&gt;
|-&lt;br /&gt;
| [[v0.34:Release information/0.34.09|0.34.09]]&lt;br /&gt;
| 1402&lt;br /&gt;
|-&lt;br /&gt;
| [[v0.34:Release information/0.34.08|0.34.08]]&lt;br /&gt;
| 1400&lt;br /&gt;
|-&lt;br /&gt;
| [[v0.34:Release information/0.34.07|0.34.07]]&lt;br /&gt;
| 1383&lt;br /&gt;
|-&lt;br /&gt;
| [[v0.34:Release information/0.34.06|0.34.06]]&lt;br /&gt;
| 1382&lt;br /&gt;
|-&lt;br /&gt;
| [[v0.34:Release information/0.34.05|0.34.05]]&lt;br /&gt;
| 1378&lt;br /&gt;
|-&lt;br /&gt;
| [[v0.34:Release information/0.34.04|0.34.04]]&lt;br /&gt;
| 1377&lt;br /&gt;
|-&lt;br /&gt;
| [[v0.34:Release information/0.34.03|0.34.03]]&lt;br /&gt;
| 1376&lt;br /&gt;
|-&lt;br /&gt;
| [[v0.34:Release information/0.34.02|0.34.02]]&lt;br /&gt;
| 1374&lt;br /&gt;
|-&lt;br /&gt;
| [[v0.34:Release information/0.34.01|0.34.01]]&lt;br /&gt;
| 1372&lt;br /&gt;
|-&lt;br /&gt;
| [[v0.31:Release information/0.31.25|0.31.25]]&lt;br /&gt;
| 1362&lt;br /&gt;
|-&lt;br /&gt;
| [[v0.31:Release information/0.31.24|0.31.24]]&lt;br /&gt;
| 1361&lt;br /&gt;
|-&lt;br /&gt;
| [[v0.31:Release information/0.31.23|0.31.23]]&lt;br /&gt;
| 1360&lt;br /&gt;
|-&lt;br /&gt;
| [[v0.31:Release information/0.31.22|0.31.22]]&lt;br /&gt;
| 1359&lt;br /&gt;
|-&lt;br /&gt;
| [[v0.31:Release information/0.31.21|0.31.21]]&lt;br /&gt;
| 1354&lt;br /&gt;
|-&lt;br /&gt;
| [[v0.31:Release information/0.31.20|0.31.20]]&lt;br /&gt;
| 1353&lt;br /&gt;
|-&lt;br /&gt;
| [[v0.31:Release information/0.31.19|0.31.19]]&lt;br /&gt;
| 1351&lt;br /&gt;
|-&lt;br /&gt;
| [[v0.31:Release information/0.31.18|0.31.18]]&lt;br /&gt;
| 1341&lt;br /&gt;
|-&lt;br /&gt;
| [[v0.31:Release information/0.31.17|0.31.17]]&lt;br /&gt;
| 1340&lt;br /&gt;
|-&lt;br /&gt;
| [[v0.31:Release information/0.31.16|0.31.16]]&lt;br /&gt;
| 1327&lt;br /&gt;
|-&lt;br /&gt;
| [[v0.31:Release information/0.31.15|0.31.15]]&lt;br /&gt;
| 1326&lt;br /&gt;
|-&lt;br /&gt;
| [[v0.31:Release information/0.31.14|0.31.14]]&lt;br /&gt;
| 1325&lt;br /&gt;
|-&lt;br /&gt;
| [[v0.31:Release information/0.31.13|0.31.13]]&lt;br /&gt;
| 1323&lt;br /&gt;
|-&lt;br /&gt;
| [[v0.31:Release information/0.31.12|0.31.12]]&lt;br /&gt;
| 1311&lt;br /&gt;
|-&lt;br /&gt;
| [[v0.31:Release information/0.31.11|0.31.11]]&lt;br /&gt;
| 1310&lt;br /&gt;
|-&lt;br /&gt;
| [[v0.31:Release information/0.31.10|0.31.10]]&lt;br /&gt;
| 1305&lt;br /&gt;
|-&lt;br /&gt;
| [[v0.31:Release information/0.31.09|0.31.09]]&lt;br /&gt;
| 1304&lt;br /&gt;
|-&lt;br /&gt;
| [[v0.31:Release information/0.31.08|0.31.08]]&lt;br /&gt;
| 1300&lt;br /&gt;
|-&lt;br /&gt;
| [[v0.31:Release information/0.31.07|0.31.07]]&lt;br /&gt;
| Unknown&lt;br /&gt;
|-&lt;br /&gt;
| [[v0.31:Release information/0.31.06|0.31.06]]&lt;br /&gt;
| 1297&lt;br /&gt;
|-&lt;br /&gt;
| [[v0.31:Release information/0.31.05|0.31.05]]&lt;br /&gt;
| 1295&lt;br /&gt;
|-&lt;br /&gt;
| [[v0.31:Release information/0.31.04|0.31.04]]&lt;br /&gt;
| 1292&lt;br /&gt;
|-&lt;br /&gt;
| [[v0.31:Release information/0.31.03|0.31.03]]&lt;br /&gt;
| 1289&lt;br /&gt;
|-&lt;br /&gt;
| [[v0.31:Release information/0.31.02|0.31.02]]&lt;br /&gt;
| 1288&lt;br /&gt;
|-&lt;br /&gt;
| [[v0.31:Release information/0.31.01|0.31.01]]&lt;br /&gt;
| 1287&lt;br /&gt;
|-&lt;br /&gt;
| [[40d:Release information/0.28.181.40d|0.28.181.40d]]&lt;br /&gt;
| 1268&lt;br /&gt;
|-&lt;br /&gt;
| [[40d:Release information/0.28.181.40c|0.28.181.40c]]&lt;br /&gt;
| 1267&lt;br /&gt;
|-&lt;br /&gt;
| [[40d:Release information/0.28.181.40b|0.28.181.40b]]&lt;br /&gt;
| 1266&lt;br /&gt;
|-&lt;br /&gt;
| [[40d:Release information/0.28.181.40a|0.28.181.40a]]&lt;br /&gt;
| 1265&lt;br /&gt;
|-&lt;br /&gt;
| [[40d:Release information/0.28.181.39f|0.28.181.39f]]&lt;br /&gt;
| 1261&lt;br /&gt;
|-&lt;br /&gt;
| [[40d:Release information/0.28.181.39e|0.28.181.39e]]&lt;br /&gt;
| 1260&lt;br /&gt;
|-&lt;br /&gt;
| [[40d:Release information/0.28.181.39d|0.28.181.39d]]&lt;br /&gt;
| 1259&lt;br /&gt;
|-&lt;br /&gt;
| [[40d:Release information/0.28.181.39c|0.28.181.39c]]&lt;br /&gt;
| 1256&lt;br /&gt;
|-&lt;br /&gt;
| [[40d:Release information/0.28.181.39b|0.28.181.39b]]&lt;br /&gt;
| 1255&lt;br /&gt;
|-&lt;br /&gt;
| [[40d:Release information/0.28.181.39a|0.28.181.39a]]&lt;br /&gt;
| 1254&lt;br /&gt;
|-&lt;br /&gt;
| [[40d:Release information/0.27.176.38c|0.27.176.38c]]&lt;br /&gt;
| 1235&lt;br /&gt;
|-&lt;br /&gt;
| [[40d:Release information/0.27.176.38b|0.27.176.38b]]&lt;br /&gt;
| 1234&lt;br /&gt;
|-&lt;br /&gt;
| [[40d:Release information/0.27.176.38a|0.27.176.38a]]&lt;br /&gt;
| 1231&lt;br /&gt;
|-&lt;br /&gt;
| [[40d:Release information/0.27.173.38a|0.27.173.38a]]&lt;br /&gt;
| 1223&lt;br /&gt;
|-&lt;br /&gt;
| [[40d:Release information/0.27.169.33g|0.27.169.33g]]&lt;br /&gt;
| 1216&lt;br /&gt;
|-&lt;br /&gt;
| [[40d:Release information/0.27.169.33f|0.27.169.33f]]&lt;br /&gt;
| 1215&lt;br /&gt;
|-&lt;br /&gt;
| [[40d:Release information/0.27.169.33e|0.27.169.33e]]&lt;br /&gt;
| 1213&lt;br /&gt;
|-&lt;br /&gt;
| [[40d:Release information/0.27.169.33d|0.27.169.33d]]&lt;br /&gt;
| 1212&lt;br /&gt;
|-&lt;br /&gt;
| [[40d:Release information/0.27.169.33c|0.27.169.33c]]&lt;br /&gt;
| 1211&lt;br /&gt;
|-&lt;br /&gt;
| [[40d:Release information/0.27.169.33b|0.27.169.33b]]&lt;br /&gt;
| 1209&lt;br /&gt;
|-&lt;br /&gt;
| [[40d:Release information/0.27.169.33a|0.27.169.33a]]&lt;br /&gt;
| 1206&lt;br /&gt;
|-&lt;br /&gt;
| [[40d:Release information/0.27.169.32a|0.27.169.32a]]&lt;br /&gt;
| 1205&lt;br /&gt;
|-&lt;br /&gt;
| [[23a:Release information/0.23.130.23a|0.23.130.23a]]&lt;br /&gt;
| 1169&lt;br /&gt;
|-&lt;br /&gt;
| [[23a:Release information/0.23.125.23b|0.23.125.23b]]&lt;br /&gt;
| 1168&lt;br /&gt;
|-&lt;br /&gt;
| [[23a:Release information/0.23.125.23a|0.23.125.23a]]&lt;br /&gt;
| 1167&lt;br /&gt;
|-&lt;br /&gt;
| [[23a:Release information/0.22.123.23a|0.22.123.23a]]&lt;br /&gt;
| 1165&lt;br /&gt;
|-&lt;br /&gt;
| [[23a:Release information/0.22.121.23b|0.22.121.23b]]&lt;br /&gt;
| 1161&lt;br /&gt;
|-&lt;br /&gt;
| [[23a:Release information/0.22.121.23a|0.22.121.23a]]&lt;br /&gt;
| 1160&lt;br /&gt;
|-&lt;br /&gt;
| [[23a:Release information/0.22.120.23b|0.22.120.23b]]&lt;br /&gt;
| 1159&lt;br /&gt;
|-&lt;br /&gt;
| [[23a:Release information/0.22.120.23a|0.22.120.23a]]&lt;br /&gt;
| 1151&lt;br /&gt;
|-&lt;br /&gt;
| [[23a:Release information/0.22.110.23c|0.22.110.23c]]&lt;br /&gt;
| 1148&lt;br /&gt;
|-&lt;br /&gt;
| [[23a:Release information/0.22.110.23b|0.22.110.23b]]&lt;br /&gt;
| 1148&lt;br /&gt;
|-&lt;br /&gt;
| [[23a:Release information/0.22.110.23a|0.22.110.23a]]&lt;br /&gt;
| 1148&lt;br /&gt;
|-&lt;br /&gt;
| [[23a:Release information/0.22.110.22f|0.22.110.22f]]&lt;br /&gt;
| 1137&lt;br /&gt;
|-&lt;br /&gt;
| [[23a:Release information/0.22.110.22e|0.22.110.22e]]&lt;br /&gt;
| 1134&lt;br /&gt;
|-&lt;br /&gt;
| [[23a:Release information/0.22.110.22d|0.22.110.22d]]&lt;br /&gt;
| 1133&lt;br /&gt;
|-&lt;br /&gt;
| [[23a:Release information/0.22.110.22c|0.22.110.22c]]&lt;br /&gt;
| 1133&lt;br /&gt;
|-&lt;br /&gt;
| [[23a:Release information/0.22.110.22b|0.22.110.22b]]&lt;br /&gt;
| 1131&lt;br /&gt;
|-&lt;br /&gt;
| [[23a:Release information/0.22.110.22a|0.22.110.22a]]&lt;br /&gt;
| 1131&lt;br /&gt;
|-&lt;br /&gt;
| [[23a:Release information/0.22.107.21a|0.22.107.21a]]&lt;br /&gt;
| 1128&lt;br /&gt;
|-&lt;br /&gt;
| [[23a:Release information/0.21.105.21a|0.21.105.21a]]&lt;br /&gt;
| 1128&lt;br /&gt;
|-&lt;br /&gt;
| [[23a:Release information/0.21.104.21c|0.21.104.21c]]&lt;br /&gt;
| 1128&lt;br /&gt;
|-&lt;br /&gt;
| [[23a:Release information/0.21.104.21b|0.21.104.21b]]&lt;br /&gt;
| 1125&lt;br /&gt;
|-&lt;br /&gt;
| [[23a:Release information/0.21.104.21a|0.21.104.21a]]&lt;br /&gt;
| 1123&lt;br /&gt;
|-&lt;br /&gt;
| [[23a:Release information/0.21.104.19d|0.21.104.19d]]&lt;br /&gt;
| 1121&lt;br /&gt;
|-&lt;br /&gt;
| [[23a:Release information/0.21.104.19c|0.21.104.19c]]&lt;br /&gt;
| 1121&lt;br /&gt;
|-&lt;br /&gt;
| [[23a:Release information/0.21.104.19b|0.21.104.19b]]&lt;br /&gt;
| 1119&lt;br /&gt;
|-&lt;br /&gt;
| [[23a:Release information/0.21.104.19a|0.21.104.19a]]&lt;br /&gt;
| 1119&lt;br /&gt;
|-&lt;br /&gt;
| [[23a:Release information/0.21.102.19a|0.21.102.19a]]&lt;br /&gt;
| 1117&lt;br /&gt;
|-&lt;br /&gt;
| [[23a:Release information/0.21.101.19d|0.21.101.19d]]&lt;br /&gt;
| 1114&lt;br /&gt;
|-&lt;br /&gt;
| [[23a:Release information/0.21.101.19c|0.21.101.19c]]&lt;br /&gt;
| 1114&lt;br /&gt;
|-&lt;br /&gt;
| [[23a:Release information/0.21.101.19b|0.21.101.19b]]&lt;br /&gt;
| 1114&lt;br /&gt;
|-&lt;br /&gt;
| [[23a:Release information/0.21.101.19a|0.21.101.19a]]&lt;br /&gt;
| 1113&lt;br /&gt;
|-&lt;br /&gt;
| [[23a:Release information/0.21.100.19a|0.21.100.19a]]&lt;br /&gt;
| 1110&lt;br /&gt;
|-&lt;br /&gt;
| [[23a:Release information/0.21.95.19c|0.21.95.19c]]&lt;br /&gt;
| 1110&lt;br /&gt;
|-&lt;br /&gt;
| [[23a:Release information/0.21.95.19b|0.21.95.19b]]&lt;br /&gt;
| 1108&lt;br /&gt;
|-&lt;br /&gt;
| [[23a:Release information/0.21.95.19a|0.21.95.19a]]&lt;br /&gt;
| 1108&lt;br /&gt;
|-&lt;br /&gt;
| [[23a:Release information/0.21.93.19c|0.21.93.19c]]&lt;br /&gt;
| 1108&lt;br /&gt;
|-&lt;br /&gt;
| [[23a:Release information/0.21.93.19b|0.21.93.19b]]&lt;br /&gt;
| 1108&lt;br /&gt;
|-&lt;br /&gt;
| [[23a:Release information/0.21.93.19a|0.21.93.19a]]&lt;br /&gt;
| 1107&lt;br /&gt;
|}&lt;br /&gt;
[[Category:Game development]]&lt;br /&gt;
[[Category:Release information]]&lt;/div&gt;</summary>
		<author><name>Quietust</name></author>
	</entry>
	<entry>
		<id>https://dwarffortresswiki.org/index.php?title=Dodo&amp;diff=317836</id>
		<title>Dodo</title>
		<link rel="alternate" type="text/html" href="https://dwarffortresswiki.org/index.php?title=Dodo&amp;diff=317836"/>
		<updated>2026-07-07T17:35:04Z</updated>

		<summary type="html">&lt;p&gt;Quietust: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Quality|Tattered}}&lt;br /&gt;
{{Creaturelookup/0&lt;br /&gt;
|image=dodo_sprites.png&lt;br /&gt;
|portrait=dodo_portrait_anim.gif&lt;br /&gt;
|wiki=Dodo}}&lt;br /&gt;
{{av}}&lt;br /&gt;
{{creaturedesc}}&lt;br /&gt;
&lt;br /&gt;
{{D for dwarf}}&lt;br /&gt;
&amp;lt;!-- Reference: 'Under A Rock' game, by Nordic Trolls --&amp;gt;&lt;br /&gt;
Small groups of dodos can be found on [[island]] [[beach]]es, where they were domesticated first by a lost population of terribly malformed [[troglodyte|humans]]. [[Animal trainer]]s traditionally first knock the dodo unconscious, then feed it purple berries or tiny [[Cook#Prepared Meal|biscuits]] to earn its trust.&lt;br /&gt;
&lt;br /&gt;
{{gamedata}}&lt;br /&gt;
{{Creatures}}&lt;/div&gt;</summary>
		<author><name>Quietust</name></author>
	</entry>
	<entry>
		<id>https://dwarffortresswiki.org/index.php?title=Talk:Strange_mood&amp;diff=317835</id>
		<title>Talk:Strange mood</title>
		<link rel="alternate" type="text/html" href="https://dwarffortresswiki.org/index.php?title=Talk:Strange_mood&amp;diff=317835"/>
		<updated>2026-07-07T17:15:42Z</updated>

		<summary type="html">&lt;p&gt;Quietust: /* Metalworker bar requirement */ another possibility&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Stonecutting ==&lt;br /&gt;
&lt;br /&gt;
Stonecutting appears to be a moodable skill that will produce a stone craft. This does not appear in the current page.&lt;br /&gt;
&lt;br /&gt;
Actually, I did some testing on Moodable Skills using DFHack, and found that Stonecutting is NOT a moodable skill (anymore).&lt;br /&gt;
A dwarf with Novice Stonecutter as his only skill will sometimes produce a stone craft, since the game still chooses Stone Crafter as one of the random crafting skills when the dwarf has no moodable skill. It's definitely selecting Stone Crafter, however, since a Fey Mood will give the dwarf Legendary Stone Crafter as a result, NOT Legendary Stonecutter.&lt;br /&gt;
[[User:Drake1500|Drake1500]] ([[User talk:Drake1500|talk]]) 01:18, 18 February 2024 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Bone requirement ==&lt;br /&gt;
&lt;br /&gt;
At least in my testing, when the dwarf asks for bones, it won't just take random bone (stacks) from rotted parts from battle or random wild animals(for example).&lt;br /&gt;
&lt;br /&gt;
I had to build a butcher's workshop and butcher an animal for the bone stack to count, so I think it's worth clarifying in case other people run into it, or I'm just completely misunderstanding how bone stacks work (in which case, again, I think it's worth explaining on this wiki page how to deal with this.&lt;br /&gt;
&lt;br /&gt;
== Metalworker bar requirement ==&lt;br /&gt;
&lt;br /&gt;
The wiki currently states a metalworker may demand a bar of a preferred metal IF you've smelted it already. However, it seems like they can also demand them if you have ore available (or, they might just demand whatever their preference is and me having ore on hand was just coincidence). I have exactly one copper toy so it's possible I either previously smelted a bar of copper or imported one, which if there is a restriction on what they can demand might be how the dwarf &amp;quot;knows&amp;quot; I can in theory provide copper. I also have steel, billum, and iron bars available, so it's not a lack of metal bars generally. It seems like the restriction listed here about what bars metalworkers demand is either wrong, or has some weird corner case.&lt;br /&gt;
[[Special:Contributions/24.56.251.207|24.56.251.207]] 08:37, 26 January 2023 (UTC)&lt;br /&gt;
&lt;br /&gt;
Following up on this, I've got a dwarf with a secretive mood who according to DFHack (perhaps its installation plays a role in this bug? I don't know what changes it makes to Strange Mood Logic if any) is looking for 2 Nickel bars. At the point that the Strange Mood was instantiated I had only smelted Iron Bars, and currently have not managed to find a layer of Gabbro, let alone actually smelted any Nickel. I did just uncover my first cavern layer that included a number of pathways down to the next layer, so perhaps there is Garnierite technically available to a dwarf to walk to, but if that's the case that's deeply unfair.&lt;br /&gt;
&lt;br /&gt;
--[[Special:Contributions/31.52.237.218|31.52.237.218]] 21:52, 6 July 2026 (UTC)&lt;br /&gt;
:Strange moods were never intended to be &amp;quot;fair&amp;quot; - you're '''supposed''' to have dwarves go insane and die when they demand items you can't obtain. That said, it's possible your game experienced memory corruption which resulted in the numbers corresponding to ``BAR:NONE:INORGANIC:NICKEL`` being added to the &amp;quot;itemmade&amp;quot; vectors (which is the same thing that caused some people to get strange moods demanding bars of '''ores''' instead of metals) - if you upload your savegame to the DF File Depot (or somewhere else), someone might be able to analyze it and see if that's what happened. Alternatively, it's possible you purchased a boulder of Garnierite from a Dwarven caravan, smelted it, used up the nickel bars, then forgot about it. --[[User:Quietust|Quietust]] ([[User talk:Quietust|talk]]) 16:50, 7 July 2026 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Kiln-related Strange mood never exist? ==&lt;br /&gt;
&lt;br /&gt;
I just found that Kiln-related mood labor such as Glazer and Potter has never been said on this page, that's quite odd. Is Kiln-related Strange mood never implemented in Dwarf Fortress? I mean It does produce ceramic goods, does earthenware not an intriguing product at all?&lt;br /&gt;
&lt;br /&gt;
Strange moods are based on the hardcoded production jobs, while pottery is done entirely by raw-based [[reaction]]s. That probably would explain why the strange mood code was left alone when pottery was implemented.&lt;br /&gt;
&lt;br /&gt;
[[User:DPhKraken|DPhKraken]] ([[User talk:DPhKraken|talk]]) 04:04, 16 April 2024 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Fell moods - Require Updating ==&lt;br /&gt;
&lt;br /&gt;
Toady answered a question on future of the fortress that revealed some information on fell moods. &lt;br /&gt;
http://www.bay12forums.com/smf/index.php?topic=169696.msg8481803#msg8481803&lt;br /&gt;
&lt;br /&gt;
If a fell mood dwarf grabs an intelligent HFS person that uses a material considered &amp;quot;other&amp;quot;, then the dwarf will use its material for constructing (shell) SCALED items. No matter what &amp;quot;other&amp;quot; materials the creature is made out of.  &lt;br /&gt;
&lt;br /&gt;
The only materials I've found on intelligent HFS creatures in the base game which haven't satisfied a fell mood dwarf thus far have been fluids. However, snow, which is a form of water, as a contaminant, can be a found as the primary material of HFS creatures, and this can be used. The resultant artifact produced from a snow creature will be listed as being made of ice. &lt;br /&gt;
&lt;br /&gt;
Interestingly, ice artifacts produced from snow will not possess a fixed mat temperature unlike with artifacts produced from creature_mat fire materials, and will consequently physically melt / be destroyed if they are worn, or if the environment has a temperature above freezing.&lt;br /&gt;
 &lt;br /&gt;
Oddly though, a dwarf will not become a legendary bonecarver or leatherworker when producing an artifact from &amp;quot;other&amp;quot; materials, but will instead become a legendary woodcrafter. This may be due to a bug, or a possible oversight. &lt;br /&gt;
&lt;br /&gt;
Also, fell mood dwarves can absolutely grab intelligent non-citizens for their artifact, based on lots of testing. So this also needs to be updated. &lt;br /&gt;
&lt;br /&gt;
Although, I'm not certain about the range of creatures that can be grabbed during a fell mood. As its been suggested that [INTELLIGENT] isn't necessarily required, only some combination of [CAN_SPEAK] and [CAN_LEARN]. I'm unaware of the specifics though.&lt;br /&gt;
&lt;br /&gt;
== Stonecutter / Stone Carver no longer moodable ==&lt;br /&gt;
&lt;br /&gt;
I did a bunch of testing through DFHack to check if the moodable skills are still accurate, here was my process and results:&lt;br /&gt;
&lt;br /&gt;
1) select a dwarf that hadn't gotten a mood before&lt;br /&gt;
2) Use DFHack assign-skills --reset to clear their skills&lt;br /&gt;
3) Use DFHack assign-skills to modify his skills such that no skill he had was the same rank as any other&lt;br /&gt;
4) Force a mood with strangemood --unit --force --type fey (so that it's the one dwarf I selected, and it would be a fey mood so I could see the XP gain)&lt;br /&gt;
5) Check which skill became Legendary&lt;br /&gt;
6) rinse, repeat&lt;br /&gt;
&lt;br /&gt;
I checked every skill in the following Professions:&lt;br /&gt;
-Miner&lt;br /&gt;
-Woodworker&lt;br /&gt;
-Stoneworker&lt;br /&gt;
-Ranger&lt;br /&gt;
-Farmer&lt;br /&gt;
-Fishery Worker&lt;br /&gt;
-Metalsmith&lt;br /&gt;
-Jeweler&lt;br /&gt;
-Craftsdwarf&lt;br /&gt;
-Engineer&lt;br /&gt;
&lt;br /&gt;
For skills that I suspected weren't Moodable, I intentionally gave them a higher rank than the skill I was expecting to have a Mood for (nothing higher than rank 10, Accomplished). I did this for every skill that wasn't previously Moodable.&lt;br /&gt;
In order to verify that my results weren't being skewed by the dwarf's previous profession (since the profession name didn't update immediately), I checked with a known Moodable skill on a dwarf with another Profession.&lt;br /&gt;
End result was that the current list was accurate, EXCEPT that Stonecutter and Stone Carver did NOT get a Mood.&lt;br /&gt;
In order to verify that the DFHack utility wasn't interfering with the skill selected for the Mood, I reset to my start point and modified EVERY Dwarf's skills so that they were ALL Master Stone Carvers and then let the game run until I got my next Mood. Result: unfortunately, a dwarf got Possessed, so no XP gain, but they did claim a Stoneworker's Workshop and craft an artifact Scepter, so it looks like Stone Crafting was used.&lt;br /&gt;
&lt;br /&gt;
Therefore, I'm editing the main page to reflect my results. If anyone disagrees with my methodology, please feel free to correct me. I'm posting this here as evidence for why I'm making this change.&lt;br /&gt;
[[User:Drake1500|Drake1500]] ([[User talk:Drake1500|talk]]) 01:48, 18 February 2024 (UTC)&lt;br /&gt;
: The DFHack &amp;quot;strangemood&amp;quot; command is based on '''reverse-engineered''' logic from the game itself, and it has ''not'' been updated to match the behavior in the current version, so further research might be necessary. At the very least, I'll be taking a closer look at the current version and seeing what needs to be updated in the plugin. --[[User:Quietust|Quietust]] ([[User talk:Quietust|talk]]) 14:39, 18 February 2024 (UTC)&lt;br /&gt;
:: After taking a closer look, I can confirm that CUT_STONE and CARVE_STONE '''are''' moodable skills, and dwarves having them will be assigned the same &amp;quot;Strange Mood&amp;quot; job as Miners and Masons (which is what decides the type of workshop they claim), thus I have reverted your changes to the article. The flaw in your methodology lies in the fact that the DFHack &amp;quot;strangemood&amp;quot; command actually decides which skill is going to be boosted at the end of the mood, and because the plugin wasn't recognizing those skills as moodable, your test units never gained experience in them. Furthermore, both of those skills are '''new''' to version 50.xx, so it would be quite strange for them to have been removed already. --[[User:Quietust|Quietust]] ([[User talk:Quietust|talk]]) 18:12, 18 February 2024 (UTC)&lt;br /&gt;
::: Thanks for looking into this, I hadn't expected Stone Carving to operate like Mining. As stated, I did try to account for that by allowing a &amp;quot;natural&amp;quot; mood after modifying skills, but since it was a possession, I couldn't see which skill was actually used. Thanks again for the correction! [[User:Drake1500|Drake1500]] ([[User talk:Drake1500|talk]]) 22:05, 19 February 2024 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Contradiction on skill gained ==&lt;br /&gt;
&lt;br /&gt;
In the &amp;quot;Skills and workshops&amp;quot; section it says that &amp;quot;completion of the artifact grants roughly 10,000 experience in that skill. This will transform a previously unskilled dwarf to one of Accomplished-level (on average).&amp;quot; However, later on it says that &amp;quot;the mood will raise the dwarf to Legendary in the chosen skill&amp;quot;. Which is correct?&lt;br /&gt;
--[[User:Zzedar|Zzedar]] ([[User talk:Zzedar|talk]]) 18:49, 30 December 2025 (UTC)&lt;br /&gt;
:The first one is (supposedly) correct - the second one '''used''' to be correct back in version 0.47.05 and earlier (when strange moods granted 20,000 points of experience). --[[User:Quietust|Quietust]] ([[User talk:Quietust|talk]]) 22:16, 30 December 2025 (UTC)&lt;br /&gt;
::Actually a two-year old dwarven child (with a fey mood) did just get 20,000 exp in mining for the completion of an artifact. Boosting her skill level from adequate (with 16 exp on that level and some rust) to &amp;quot;legendary1&amp;quot; and 1116 exp. [[Special:Contributions/87.143.77.206|87.143.77.206]] 03:33, 14 January 2026 (UTC)&lt;br /&gt;
:::So, this is interesting - I just took at look at version 53.08, and that version grants the same 20,000 experience points as the game always has. So now I'm rather confused - why are people reporting that they give less experience now? --[[User:Quietust|Quietust]] ([[User talk:Quietust|talk]]) 03:54, 14 January 2026 (UTC)&lt;br /&gt;
::::I've come to the conclusion that the [https://dwarffortresswiki.org/index.php?title=Strange_mood&amp;amp;diff=295681&amp;amp;oldid=294708 original edit] in which the experience gain was dropped to 10,000 was '''erroneous''', possibly resulting from somebody using a game mod that they didn't understand. The related changes have been reverted. --[[User:Quietust|Quietust]] ([[User talk:Quietust|talk]]) 12:41, 14 January 2026 (UTC)&lt;br /&gt;
:: Playing vanilla, just had a moody dabbling weaponsmith jump from skill 0 to Lvl 16(+), which [[Experience#Reported_Experience|exactly fits with 20,000 xp]], in support of that figure. --[[User:Albedo|Albedo]] ([[User talk:Albedo|talk]]) 06:29, 17 January 2026 (UTC)&lt;/div&gt;</summary>
		<author><name>Quietust</name></author>
	</entry>
	<entry>
		<id>https://dwarffortresswiki.org/index.php?title=Talk:Strange_mood&amp;diff=317834</id>
		<title>Talk:Strange mood</title>
		<link rel="alternate" type="text/html" href="https://dwarffortresswiki.org/index.php?title=Talk:Strange_mood&amp;diff=317834"/>
		<updated>2026-07-07T16:50:47Z</updated>

		<summary type="html">&lt;p&gt;Quietust: /* Metalworker bar requirement */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Stonecutting ==&lt;br /&gt;
&lt;br /&gt;
Stonecutting appears to be a moodable skill that will produce a stone craft. This does not appear in the current page.&lt;br /&gt;
&lt;br /&gt;
Actually, I did some testing on Moodable Skills using DFHack, and found that Stonecutting is NOT a moodable skill (anymore).&lt;br /&gt;
A dwarf with Novice Stonecutter as his only skill will sometimes produce a stone craft, since the game still chooses Stone Crafter as one of the random crafting skills when the dwarf has no moodable skill. It's definitely selecting Stone Crafter, however, since a Fey Mood will give the dwarf Legendary Stone Crafter as a result, NOT Legendary Stonecutter.&lt;br /&gt;
[[User:Drake1500|Drake1500]] ([[User talk:Drake1500|talk]]) 01:18, 18 February 2024 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Bone requirement ==&lt;br /&gt;
&lt;br /&gt;
At least in my testing, when the dwarf asks for bones, it won't just take random bone (stacks) from rotted parts from battle or random wild animals(for example).&lt;br /&gt;
&lt;br /&gt;
I had to build a butcher's workshop and butcher an animal for the bone stack to count, so I think it's worth clarifying in case other people run into it, or I'm just completely misunderstanding how bone stacks work (in which case, again, I think it's worth explaining on this wiki page how to deal with this.&lt;br /&gt;
&lt;br /&gt;
== Metalworker bar requirement ==&lt;br /&gt;
&lt;br /&gt;
The wiki currently states a metalworker may demand a bar of a preferred metal IF you've smelted it already. However, it seems like they can also demand them if you have ore available (or, they might just demand whatever their preference is and me having ore on hand was just coincidence). I have exactly one copper toy so it's possible I either previously smelted a bar of copper or imported one, which if there is a restriction on what they can demand might be how the dwarf &amp;quot;knows&amp;quot; I can in theory provide copper. I also have steel, billum, and iron bars available, so it's not a lack of metal bars generally. It seems like the restriction listed here about what bars metalworkers demand is either wrong, or has some weird corner case.&lt;br /&gt;
[[Special:Contributions/24.56.251.207|24.56.251.207]] 08:37, 26 January 2023 (UTC)&lt;br /&gt;
&lt;br /&gt;
Following up on this, I've got a dwarf with a secretive mood who according to DFHack (perhaps its installation plays a role in this bug? I don't know what changes it makes to Strange Mood Logic if any) is looking for 2 Nickel bars. At the point that the Strange Mood was instantiated I had only smelted Iron Bars, and currently have not managed to find a layer of Gabbro, let alone actually smelted any Nickel. I did just uncover my first cavern layer that included a number of pathways down to the next layer, so perhaps there is Garnierite technically available to a dwarf to walk to, but if that's the case that's deeply unfair.&lt;br /&gt;
&lt;br /&gt;
--[[Special:Contributions/31.52.237.218|31.52.237.218]] 21:52, 6 July 2026 (UTC)&lt;br /&gt;
:Strange moods were never intended to be &amp;quot;fair&amp;quot; - you're '''supposed''' to have dwarves go insane and die when they demand items you can't obtain. That said, it's possible your game experienced memory corruption which resulted in the numbers corresponding to ``BAR:NONE:INORGANIC:NICKEL`` being added to the &amp;quot;itemmade&amp;quot; vectors (which is the same thing that caused some people to get strange moods demanding bars of '''ores''' instead of metals) - if you upload your savegame to the DF File Depot (or somewhere else), someone might be able to analyze it and see if that's what happened. --[[User:Quietust|Quietust]] ([[User talk:Quietust|talk]]) 16:50, 7 July 2026 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Kiln-related Strange mood never exist? ==&lt;br /&gt;
&lt;br /&gt;
I just found that Kiln-related mood labor such as Glazer and Potter has never been said on this page, that's quite odd. Is Kiln-related Strange mood never implemented in Dwarf Fortress? I mean It does produce ceramic goods, does earthenware not an intriguing product at all?&lt;br /&gt;
&lt;br /&gt;
Strange moods are based on the hardcoded production jobs, while pottery is done entirely by raw-based [[reaction]]s. That probably would explain why the strange mood code was left alone when pottery was implemented.&lt;br /&gt;
&lt;br /&gt;
[[User:DPhKraken|DPhKraken]] ([[User talk:DPhKraken|talk]]) 04:04, 16 April 2024 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Fell moods - Require Updating ==&lt;br /&gt;
&lt;br /&gt;
Toady answered a question on future of the fortress that revealed some information on fell moods. &lt;br /&gt;
http://www.bay12forums.com/smf/index.php?topic=169696.msg8481803#msg8481803&lt;br /&gt;
&lt;br /&gt;
If a fell mood dwarf grabs an intelligent HFS person that uses a material considered &amp;quot;other&amp;quot;, then the dwarf will use its material for constructing (shell) SCALED items. No matter what &amp;quot;other&amp;quot; materials the creature is made out of.  &lt;br /&gt;
&lt;br /&gt;
The only materials I've found on intelligent HFS creatures in the base game which haven't satisfied a fell mood dwarf thus far have been fluids. However, snow, which is a form of water, as a contaminant, can be a found as the primary material of HFS creatures, and this can be used. The resultant artifact produced from a snow creature will be listed as being made of ice. &lt;br /&gt;
&lt;br /&gt;
Interestingly, ice artifacts produced from snow will not possess a fixed mat temperature unlike with artifacts produced from creature_mat fire materials, and will consequently physically melt / be destroyed if they are worn, or if the environment has a temperature above freezing.&lt;br /&gt;
 &lt;br /&gt;
Oddly though, a dwarf will not become a legendary bonecarver or leatherworker when producing an artifact from &amp;quot;other&amp;quot; materials, but will instead become a legendary woodcrafter. This may be due to a bug, or a possible oversight. &lt;br /&gt;
&lt;br /&gt;
Also, fell mood dwarves can absolutely grab intelligent non-citizens for their artifact, based on lots of testing. So this also needs to be updated. &lt;br /&gt;
&lt;br /&gt;
Although, I'm not certain about the range of creatures that can be grabbed during a fell mood. As its been suggested that [INTELLIGENT] isn't necessarily required, only some combination of [CAN_SPEAK] and [CAN_LEARN]. I'm unaware of the specifics though.&lt;br /&gt;
&lt;br /&gt;
== Stonecutter / Stone Carver no longer moodable ==&lt;br /&gt;
&lt;br /&gt;
I did a bunch of testing through DFHack to check if the moodable skills are still accurate, here was my process and results:&lt;br /&gt;
&lt;br /&gt;
1) select a dwarf that hadn't gotten a mood before&lt;br /&gt;
2) Use DFHack assign-skills --reset to clear their skills&lt;br /&gt;
3) Use DFHack assign-skills to modify his skills such that no skill he had was the same rank as any other&lt;br /&gt;
4) Force a mood with strangemood --unit --force --type fey (so that it's the one dwarf I selected, and it would be a fey mood so I could see the XP gain)&lt;br /&gt;
5) Check which skill became Legendary&lt;br /&gt;
6) rinse, repeat&lt;br /&gt;
&lt;br /&gt;
I checked every skill in the following Professions:&lt;br /&gt;
-Miner&lt;br /&gt;
-Woodworker&lt;br /&gt;
-Stoneworker&lt;br /&gt;
-Ranger&lt;br /&gt;
-Farmer&lt;br /&gt;
-Fishery Worker&lt;br /&gt;
-Metalsmith&lt;br /&gt;
-Jeweler&lt;br /&gt;
-Craftsdwarf&lt;br /&gt;
-Engineer&lt;br /&gt;
&lt;br /&gt;
For skills that I suspected weren't Moodable, I intentionally gave them a higher rank than the skill I was expecting to have a Mood for (nothing higher than rank 10, Accomplished). I did this for every skill that wasn't previously Moodable.&lt;br /&gt;
In order to verify that my results weren't being skewed by the dwarf's previous profession (since the profession name didn't update immediately), I checked with a known Moodable skill on a dwarf with another Profession.&lt;br /&gt;
End result was that the current list was accurate, EXCEPT that Stonecutter and Stone Carver did NOT get a Mood.&lt;br /&gt;
In order to verify that the DFHack utility wasn't interfering with the skill selected for the Mood, I reset to my start point and modified EVERY Dwarf's skills so that they were ALL Master Stone Carvers and then let the game run until I got my next Mood. Result: unfortunately, a dwarf got Possessed, so no XP gain, but they did claim a Stoneworker's Workshop and craft an artifact Scepter, so it looks like Stone Crafting was used.&lt;br /&gt;
&lt;br /&gt;
Therefore, I'm editing the main page to reflect my results. If anyone disagrees with my methodology, please feel free to correct me. I'm posting this here as evidence for why I'm making this change.&lt;br /&gt;
[[User:Drake1500|Drake1500]] ([[User talk:Drake1500|talk]]) 01:48, 18 February 2024 (UTC)&lt;br /&gt;
: The DFHack &amp;quot;strangemood&amp;quot; command is based on '''reverse-engineered''' logic from the game itself, and it has ''not'' been updated to match the behavior in the current version, so further research might be necessary. At the very least, I'll be taking a closer look at the current version and seeing what needs to be updated in the plugin. --[[User:Quietust|Quietust]] ([[User talk:Quietust|talk]]) 14:39, 18 February 2024 (UTC)&lt;br /&gt;
:: After taking a closer look, I can confirm that CUT_STONE and CARVE_STONE '''are''' moodable skills, and dwarves having them will be assigned the same &amp;quot;Strange Mood&amp;quot; job as Miners and Masons (which is what decides the type of workshop they claim), thus I have reverted your changes to the article. The flaw in your methodology lies in the fact that the DFHack &amp;quot;strangemood&amp;quot; command actually decides which skill is going to be boosted at the end of the mood, and because the plugin wasn't recognizing those skills as moodable, your test units never gained experience in them. Furthermore, both of those skills are '''new''' to version 50.xx, so it would be quite strange for them to have been removed already. --[[User:Quietust|Quietust]] ([[User talk:Quietust|talk]]) 18:12, 18 February 2024 (UTC)&lt;br /&gt;
::: Thanks for looking into this, I hadn't expected Stone Carving to operate like Mining. As stated, I did try to account for that by allowing a &amp;quot;natural&amp;quot; mood after modifying skills, but since it was a possession, I couldn't see which skill was actually used. Thanks again for the correction! [[User:Drake1500|Drake1500]] ([[User talk:Drake1500|talk]]) 22:05, 19 February 2024 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Contradiction on skill gained ==&lt;br /&gt;
&lt;br /&gt;
In the &amp;quot;Skills and workshops&amp;quot; section it says that &amp;quot;completion of the artifact grants roughly 10,000 experience in that skill. This will transform a previously unskilled dwarf to one of Accomplished-level (on average).&amp;quot; However, later on it says that &amp;quot;the mood will raise the dwarf to Legendary in the chosen skill&amp;quot;. Which is correct?&lt;br /&gt;
--[[User:Zzedar|Zzedar]] ([[User talk:Zzedar|talk]]) 18:49, 30 December 2025 (UTC)&lt;br /&gt;
:The first one is (supposedly) correct - the second one '''used''' to be correct back in version 0.47.05 and earlier (when strange moods granted 20,000 points of experience). --[[User:Quietust|Quietust]] ([[User talk:Quietust|talk]]) 22:16, 30 December 2025 (UTC)&lt;br /&gt;
::Actually a two-year old dwarven child (with a fey mood) did just get 20,000 exp in mining for the completion of an artifact. Boosting her skill level from adequate (with 16 exp on that level and some rust) to &amp;quot;legendary1&amp;quot; and 1116 exp. [[Special:Contributions/87.143.77.206|87.143.77.206]] 03:33, 14 January 2026 (UTC)&lt;br /&gt;
:::So, this is interesting - I just took at look at version 53.08, and that version grants the same 20,000 experience points as the game always has. So now I'm rather confused - why are people reporting that they give less experience now? --[[User:Quietust|Quietust]] ([[User talk:Quietust|talk]]) 03:54, 14 January 2026 (UTC)&lt;br /&gt;
::::I've come to the conclusion that the [https://dwarffortresswiki.org/index.php?title=Strange_mood&amp;amp;diff=295681&amp;amp;oldid=294708 original edit] in which the experience gain was dropped to 10,000 was '''erroneous''', possibly resulting from somebody using a game mod that they didn't understand. The related changes have been reverted. --[[User:Quietust|Quietust]] ([[User talk:Quietust|talk]]) 12:41, 14 January 2026 (UTC)&lt;br /&gt;
:: Playing vanilla, just had a moody dabbling weaponsmith jump from skill 0 to Lvl 16(+), which [[Experience#Reported_Experience|exactly fits with 20,000 xp]], in support of that figure. --[[User:Albedo|Albedo]] ([[User talk:Albedo|talk]]) 06:29, 17 January 2026 (UTC)&lt;/div&gt;</summary>
		<author><name>Quietust</name></author>
	</entry>
	<entry>
		<id>https://dwarffortresswiki.org/index.php?title=Buitreraptor&amp;diff=317256</id>
		<title>Buitreraptor</title>
		<link rel="alternate" type="text/html" href="https://dwarffortresswiki.org/index.php?title=Buitreraptor&amp;diff=317256"/>
		<updated>2026-07-01T20:29:49Z</updated>

		<summary type="html">&lt;p&gt;Quietust: Undo revision 317255 by Panchill (talk) - the [SAVAGE] tag explicitly restricts the creature to regions with high savagery, completely independent of whatever methods are being used to select extinct creatures for inclusion in a world&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Quality|Tattered}}&lt;br /&gt;
{{Creaturelookup/0}}&lt;br /&gt;
{{av}}&lt;br /&gt;
{{creaturedesc}}&lt;br /&gt;
'''Buitreraptor''' are small bipedal [[creature]]s found in [[Surroundings#Savage|savage]] [[Desert#Badlands|badlands]] and [[shrubland]]s, appearing in packs of 3-5. They are benign and will flee if approached. While [[Extinction#Extinct creatures|extinct]] in real life, their appearance is dependent on the settings chosen when [[World generation#Real world extinct creatures|creating a world]]. A young buitreraptor is called a ''buitreraptor hatchling''.&lt;br /&gt;
&lt;br /&gt;
Buitreraptor can be captured in [[cage]] [[trap]]s and [[Animal trainer|trained]] into exotic [[pet]]s. They can be further trained into hunting beasts, but as they are less than half the size of a [[bobcat]], they are far better suited for [[egg production]]. A large [[egg]] size and high yield of 10-30 eggs per clutch put them on equal footing with [[alligator]]s in terms of volume, though they lack the boosted [[Item value|product value]], [[butcher]]ing returns, and defensive capabilities of their larger cousins.&lt;br /&gt;
&lt;br /&gt;
Some dwarves [[Preferences|like]] Buitreraptors for their ''scything claws'' and ''feathers''.&lt;br /&gt;
&lt;br /&gt;
{{gamedata}}&lt;br /&gt;
{{Creatures}}&lt;/div&gt;</summary>
		<author><name>Quietust</name></author>
	</entry>
	<entry>
		<id>https://dwarffortresswiki.org/index.php?title=Creature_token&amp;diff=317047</id>
		<title>Creature token</title>
		<link rel="alternate" type="text/html" href="https://dwarffortresswiki.org/index.php?title=Creature_token&amp;diff=317047"/>
		<updated>2026-07-01T00:51:19Z</updated>

		<summary type="html">&lt;p&gt;Quietust: /* C */ clarify that COOKABLE_LIVE only works on vermin, and use the 3 original live-cookable creatures as examples&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Quality|Exceptional}}&lt;br /&gt;
{{av}}&lt;br /&gt;
{{Modding}}&lt;br /&gt;
&lt;br /&gt;
The &amp;lt;code&amp;gt;[OBJECT:CREATURE]&amp;lt;/code&amp;gt; [[token]] begins the definition of a ''Dwarf Fortress'' [[creature]] [[raw file]]. Each creature definition that follows begins with the {{token|creature|c|creature ID}} token, and the creature's exact properties and behavior are then specified by the use of further creature tokens.  All known creature tokens are listed below. &lt;br /&gt;
&lt;br /&gt;
Vanilla creature definitions can be found in &amp;lt;code&amp;gt;[[Game folder|&amp;lt;Dwarf Fortress&amp;gt;]]\data\vanilla\vanilla_creatures\&amp;lt;/code&amp;gt;. &lt;br /&gt;
Creature ID is also used with [[graphics token]]s to make customizable [[graphics set]]s.&lt;br /&gt;
&lt;br /&gt;
The [[caste]] tokens allow defining sub-species within the broader creature definition, including true biological castes and lesser variations, such as sexes. Creature tokens can either be 'Creature' or 'CASTE-only' type which can only be applied to creature or caste respectively, or 'CASTE' which can be applied to both. In the table bellow, creature type distinguishes tokens that can be applied to creature only, caste only, and both ('creature', 'CASTE-only', and 'CASTE' respectively)&lt;br /&gt;
&lt;br /&gt;
__NOTOC__ &lt;br /&gt;
{{clear}}&lt;br /&gt;
{{alphabetical TOC|style=margin: 1em auto;}}&lt;br /&gt;
&lt;br /&gt;
==A==&lt;br /&gt;
{| {{prettytable}}&lt;br /&gt;
|- bgcolor=&amp;quot;#ddd&amp;quot;&lt;br /&gt;
! width=&amp;quot;20%&amp;quot; | Token&lt;br /&gt;
! width=&amp;quot;10%&amp;quot; | Type&lt;br /&gt;
! width=&amp;quot;20%&amp;quot; | Arguments&lt;br /&gt;
! width=&amp;quot;50%&amp;quot; | Description&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|ADOPTS_OWNER}}&lt;br /&gt;
| Caste&lt;br /&gt;
|&lt;br /&gt;
| Prevents the tamed creature from being made available for adoption, instead allowing it to automatically adopt whoever it wants. The basic requirements for adoption are intact, and the creature will only adopt individuals who have a [[preference]] for their species. Used by [[cat]]s in the vanilla game. When {{k|v}}iewing a tame creature with this token, the message &amp;quot;This animal isn't interested in your wishes&amp;quot; will appear instead of &amp;quot;This [adorable] animal can't work&amp;quot; or &amp;quot;This animal is waiting to be trained&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|ALCOHOL_DEPENDENT}}&lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| Makes the creature need [[alcohol]] to get through the working day; it will choose to drink booze instead of [[water]] if possible. Going sober for too long reduces speed.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|ALL_ACTIVE}}&lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| When set, the creature will appear at any time of day. Overrides {{token|DIURNAL|c}}, {{token|NOCTURNAL|c}}, {{token|CREPUSCULAR|c}}, {{token|MATUTINAL|c}}, and {{token|VESPERTINE|c}}.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|ALTTILE}}&lt;br /&gt;
| Creature&lt;br /&gt;
| &lt;br /&gt;
*'character' or tile number&lt;br /&gt;
| If set, the creature will blink between its {{token|TILE|c}} and its ALTTILE. &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|AMBUSHPREDATOR}}&lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| Makes the creature start out hidden and remain near its original location until its prey draws near. When combined with {{token|WEBBER|c}}, causes them to lay gigantic webs near their spawn location, though only for creatures present during embark.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|AMPHIBIOUS}}&lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| Allows a creature to breathe both in and out of [[water]] (unlike {{token|AQUATIC|c}}) - does not prevent drowning in [[magma]].&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|APP_MOD_DESC_RANGE}}&lt;br /&gt;
| Appearance Modifier&lt;br /&gt;
|&lt;br /&gt;
*Range (6 values, low to high)&lt;br /&gt;
| Based on info from [http://www.bay12forums.com/smf/index.php?topic=113762.msg3473069#msg3473069 Wannabehero on the forums]: When used with an appearance modifier token (BP_APPEARANCE_MODIFIER or BODY_APPEARANCE_MODIFIER), tells the game what numeric ranges to map to which descriptors.&lt;br /&gt;
&lt;br /&gt;
The game uses 7 descriptor levels for each modifier, with the center one generally being to omit the thing from the creature description entirely. The six values in APP_MOD_DESC_RANGE define the boundaries between each described range. If this is not specified it uses the numbers 10:50:95:105:150:190.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|APP_MOD_GENETIC_MODEL}}&lt;br /&gt;
| Appearance Modifier&lt;br /&gt;
|&lt;br /&gt;
*Model (Accepts DOMINANT_MORE, DOMINANT_LESS, and MIX)&lt;br /&gt;
| Defines a genetic model for the relevant appearance modifier(s). May or may not do anything significant at present.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|APP_MOD_IMPORTANCE}}&lt;br /&gt;
| Appearance Modifier&lt;br /&gt;
|&lt;br /&gt;
*number&lt;br /&gt;
| Determines how important the appearance modifier is, for determining whether it shows up in the creature description.{{verify}}&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|APP_MOD_NOUN}}&lt;br /&gt;
| Appearance Modifier&lt;br /&gt;
| &lt;br /&gt;
*noun&lt;br /&gt;
*SINGULAR or PLURAL &lt;br /&gt;
| Creates a noun for the appearance, and whether it is singular or plural.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|APP_MOD_RATE}}&lt;br /&gt;
| Appearance Modifier&lt;br /&gt;
| &lt;br /&gt;
*Rate (integer)&lt;br /&gt;
*Scale (DAILY, YEARLY)&lt;br /&gt;
*min (growth)&lt;br /&gt;
*max (growth)&lt;br /&gt;
*start year&lt;br /&gt;
*start day&lt;br /&gt;
*end year&lt;br /&gt;
*end day &lt;br /&gt;
| Setting the growth rate of the modifier. The last two tokens can be replaced by NO_END to have growth continue indefinitely.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|APPLY_CREATURE_VARIATION}}&lt;br /&gt;
| Caste&lt;br /&gt;
| &lt;br /&gt;
*creature variation ID&lt;br /&gt;
*(optional) any amount of arbitrary arguments&lt;br /&gt;
| Applies the specified [[creature variation token|creature variation]]. See [[Creature_variation_token#Arguments_and_conditional_tokens]] for how the subsequent arguments may be used.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|APPLY_CURRENT_CREATURE_VARIATION}}&lt;br /&gt;
| Special&lt;br /&gt;
|  &lt;br /&gt;
| Applies the effects of all pending {{token|CV_ADD_TAG|c}} and {{token|CV_REMOVE_TAG|c}} tokens that have been defined in the current creature.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|AQUATIC}}&lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| Enables the creature to breathe in water, but causes it to air-drown on dry land. &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|ARENA_RESTRICTED}}&lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| Causes the creature to be excluded from the [[object testing arena]]'s creature spawning list.  Typically applied to spoileriffic creatures.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|ARTIFICIAL_HIVEABLE}}&lt;br /&gt;
| Creature&lt;br /&gt;
|&lt;br /&gt;
| Enables the creature to be kept in artificial [[hive]]s by [[beekeeper]]s.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|AT_PEACE_WITH_WILDLIFE}}&lt;br /&gt;
| Caste&lt;br /&gt;
|&lt;br /&gt;
| Prevents the creature from attacking or frightening creatures with the {{Token|NATURAL|c}} tag.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|ATTACK}}&lt;br /&gt;
| Caste&lt;br /&gt;
| &lt;br /&gt;
*token&lt;br /&gt;
*selection criteria (it's complicated)&lt;br /&gt;
| Defines the attack name, and the body part used. See [[#Attack Tokens|below]] for valid subtokens&lt;br /&gt;
'''Example:'''&amp;lt;br /&amp;gt;&lt;br /&gt;
&amp;lt;code&amp;gt;[ATTACK:GORE:BODYPART:BY_CATEGORY:HORN]&amp;lt;/code&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
''GORE'' = name of the attack&amp;lt;br /&amp;gt;&lt;br /&gt;
''BODYPART:BY_CATEGORY:HORN'' = the horn is used to attack (presuming the creature has one)&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|ATTACK_TRIGGER}}&lt;br /&gt;
| Caste&lt;br /&gt;
| &lt;br /&gt;
*population&lt;br /&gt;
*exported wealth&lt;br /&gt;
*created wealth&lt;br /&gt;
| Specifies when a [[megabeast]] or [[semi-megabeast]] will attack the fortress. The attacks will start occurring when all of the requirements are met. Setting a value to 0 disables the trigger.&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{{alphabetical TOC|style=margin: 1em auto;}}&lt;br /&gt;
&lt;br /&gt;
==B==&lt;br /&gt;
{| {{prettytable}}&lt;br /&gt;
|- bgcolor=&amp;quot;#ddd&amp;quot;&lt;br /&gt;
! width=&amp;quot;20%&amp;quot; | Token&lt;br /&gt;
! width=&amp;quot;10%&amp;quot; | Type&lt;br /&gt;
! width=&amp;quot;20%&amp;quot; | Arguments&lt;br /&gt;
! width=&amp;quot;50%&amp;quot; | Description&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|BABY}}&lt;br /&gt;
| Caste&lt;br /&gt;
| &lt;br /&gt;
*integer &lt;br /&gt;
| Age at which creature is considered a child, the default is zero. One can think of this as the duration of the baby stage.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|BABYNAME}}&lt;br /&gt;
| Caste&lt;br /&gt;
| &lt;br /&gt;
*singular&lt;br /&gt;
*plural &lt;br /&gt;
| Defines a new name for a creature in baby state at the caste level. For non-caste-specific baby names, see {{token|GENERAL_BABY_NAME|c}}.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|BEACH_FREQUENCY}}&lt;br /&gt;
| Caste&lt;br /&gt;
| &lt;br /&gt;
*integer&lt;br /&gt;
| Creature may be subject to [[beaching]], becoming stranded on [[Beach|shores]], where they will eventually air-drown. The number indicates the frequency of the occurrence. Presumably requires the creature to be {{token|AQUATIC|c}}. Used by [[orca]]s, [[sperm whale]]s and [[sea nettle jellyfish]] in the vanilla game.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|BENIGN}}&lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| The creature is non-aggressive by default, and will never automatically be engaged by companions or soldiers, running away from any creatures that are not friendly to it, and will only defend itself if it becomes enraged. Can be thought of as the counterpoint of the {{token|LARGE_PREDATOR|c}} tag. When tamed, animals with this tag will be useless for fortress defense.&lt;br /&gt;
&lt;br /&gt;
This and {{token|TRADE_CAPACITY|c}} are required for {{token|PACK_ANIMAL|c}} to function properly, if an animal contains the aforementioned requirements without this tag: items loaded by the merchants will be dropped upon departure.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|BIOME}}&lt;br /&gt;
| Creature&lt;br /&gt;
| &lt;br /&gt;
* [[biome token]]&lt;br /&gt;
| Select a [[biome]] the creature may appear in.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|BLOOD}}&lt;br /&gt;
| Caste&lt;br /&gt;
| &lt;br /&gt;
* &amp;lt;[[material token]]&amp;gt;&lt;br /&gt;
* &amp;lt;[[Material_definition_token#Material_States|material state]]&amp;gt;&lt;br /&gt;
| Specifies what the creature's blood is made of.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|BLOODSUCKER}}&lt;br /&gt;
| Caste&lt;br /&gt;
| &lt;br /&gt;
| Causes [[vampire]]-like behaviour; the creature will suck the [[Creature_token#BLOOD|blood]] of unconscious victims when its [[Syndrome#TIME_SINCE_SUCKED_BLOOD|thirst for blood]] grows sufficiently large. When controlling the creature in adventure mode, this can be done at will. Seems to be required to make the creature denouncable (in-world) as a creature of the night.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|BODY}}&lt;br /&gt;
| Caste&lt;br /&gt;
| &lt;br /&gt;
*body parts &lt;br /&gt;
| Draws body parts from OBJECT:BODY files (such as body_default.txt)&lt;br /&gt;
'''Example:'''&amp;lt;br /&amp;gt;&lt;br /&gt;
[BODY:BODY_WITH_HEAD_FLAG:HEART:GUTS:BRAIN:MOUTH] &amp;lt;br /&amp;gt;&lt;br /&gt;
This is the body from a [[purring maggot]]. It creates a body with head, a heart, some guts, a brain, and a mouth. That's all a maggot needs.&lt;br /&gt;
&lt;br /&gt;
The body parts need to be listed in an order such that any parent part appears before its connected children. For example [BODY:HEART:BODY_WITH_HEAD_FLAG] produces a &amp;quot;Body Token Recognized But Could Not Connect: HEART&amp;quot; error because HEART can't find any UPPERBODY(s) to connect to. Switching the order to [BODY:BODY_WITH_HEAD_FLAG:HEART] fixes the problem because now the UPPERBODY is created before the HEART tries to connect to it.&lt;br /&gt;
&lt;br /&gt;
'''If the body is left undefined, the creature (or caste) will be tagged as [DOES_NOT_EXIST].''' {{verify}}&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|BODY_APPEARANCE_MODIFIER}}&lt;br /&gt;
| Caste&lt;br /&gt;
| &lt;br /&gt;
*ATTRIBUTE&lt;br /&gt;
*lowest&lt;br /&gt;
*lower&lt;br /&gt;
*low&lt;br /&gt;
*median&lt;br /&gt;
*high&lt;br /&gt;
*higher&lt;br /&gt;
*highest &lt;br /&gt;
| These body modifiers give individual creatures different characteristics. In the case of HEIGHT, BROADNESS and LENGTH, the modifier is also a percentage change to the BODY_SIZE of the individual creature. The seven numbers afterward give a distribution of ranges. Each interval has an equal chance of occurring.&lt;br /&gt;
'''Example:'''&amp;lt;br /&amp;gt;&lt;br /&gt;
[BODY_APPEARANCE_MODIFIER:HEIGHT:90:95:98:100:102:105:110] &amp;lt;br /&amp;gt;&lt;br /&gt;
''HEIGHT'' : marks the height to be changed &amp;lt;br /&amp;gt;&lt;br /&gt;
''90:95:98:100:102:105:110'' : sets the range from the shortest (90% of the average height) to the tallest (110% of the average height) creature variation.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|BODY_DETAIL_PLAN}}&lt;br /&gt;
| Caste&lt;br /&gt;
| &lt;br /&gt;
*PlanName&lt;br /&gt;
*Arguments &lt;br /&gt;
| Loads a plan from listed OBJECT:BODY_DETAIL_PLAN files, such as b_detail_plan_default.txt. Mass applies USE_MATERIAL_TEMPLATE, mass alters RELSIZE, alters body part positions, and will allow tissue layers to be defined. Tissue layers are defined in order of skin to bone here.&lt;br /&gt;
'''Example:'''&amp;lt;br /&amp;gt;&lt;br /&gt;
[BODY_DETAIL_PLAN:VERTEBRATE_TISSUE_LAYERS:SKIN:FAT:MUSCLE:BONE:CARTILAGE] &amp;lt;br /&amp;gt;&lt;br /&gt;
This creates the detailed body of a [[fox]], the skin, fat, muscle, bones and cartilage out of the vertebrate tissues.&amp;lt;br /&amp;gt;&lt;br /&gt;
A [[Purring maggot|maggot]] would only need:&amp;lt;br /&amp;gt;&lt;br /&gt;
''[BODY_DETAIL_PLAN:EXOSKELETON_TISSUE_LAYERS:SKIN:FAT:MUSCLE]'' &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|BODY_SIZE}}&lt;br /&gt;
| Caste&lt;br /&gt;
| &lt;br /&gt;
*years&lt;br /&gt;
*days&lt;br /&gt;
*size &lt;br /&gt;
| Sets size at a given age. Size is in cubic centimeters, and for normal body materials, is roughly equal to the creature's average weight in grams.&lt;br /&gt;
'''Example:'''&amp;lt;br /&amp;gt;&lt;br /&gt;
[BODY_SIZE:0:0:10000]&amp;lt;br /&amp;gt;&lt;br /&gt;
[BODY_SIZE:1:168:50000]&amp;lt;br /&amp;gt;&lt;br /&gt;
[BODY_SIZE:12:0:220000]&amp;lt;br /&amp;gt;&lt;br /&gt;
This describes the size of a [[minotaur]]. Its birth size would be 10,000 cm&amp;lt;sup&amp;gt;3&amp;lt;/sup&amp;gt; (~10 kg). At 1 year and 168 days old it would be 50,000 cm&amp;lt;sup&amp;gt;3&amp;lt;/sup&amp;gt; (~50 kg). And as an adult (at 12 years old) it would be 220,000 cm&amp;lt;sup&amp;gt;3&amp;lt;/sup&amp;gt; and weigh roughly 220 kg.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|BODYGLOSS}}&lt;br /&gt;
| Caste&lt;br /&gt;
| &lt;br /&gt;
*gloss &lt;br /&gt;
| Substitutes body part text with replacement text. Draws gloss information from OBJECT:BODY files (such as body_default.txt)&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|BONECARN}}&lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| Creature eats bones. Implies {{token|CARNIVORE|c}}.  Currently does not work due to a bug ({{Bug|11069}}).&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|BP_ADD_TYPE}}&lt;br /&gt;
| Caste&lt;br /&gt;
| &lt;br /&gt;
| Adds a type to a body part - used with {{token|SET_BP_GROUP|c}}. In vanilla DF, this is used for adding the type '[[Body token#GELDABLE|GELDABLE]]' to the lower body of certain [[cat|creatures]]. &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|BP_APPEARANCE_MODIFIER}}&lt;br /&gt;
| Caste&lt;br /&gt;
| &lt;br /&gt;
*QUALITY&lt;br /&gt;
*lowest&lt;br /&gt;
*lower&lt;br /&gt;
*low&lt;br /&gt;
*median&lt;br /&gt;
*high&lt;br /&gt;
*higher&lt;br /&gt;
*highest &lt;br /&gt;
| Sets up the breadth of possibilities for appearance qualities for a selected BP group. EG. Eyes (CLOSE_SET, DEEP_SET, ROUND_VS_NARROW, LARGE_IRIS),Lips (THICKNESS), Nose (BROADNESS, LENGTH, UPTURNED, CONVEX), Ear (SPLAYED_OUT, HANGING_LOBES, BROADNESS, HEIGHT), Tooth (GAPS), Skull (HIGH_CHEEKBONES, BROAD_CHIN, JUTTING CHIN, SQUARE_CHIN), Neck (DEEP_VOICE, RASPY_VOICE), Head (BROADNESS, HEIGHT)&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|BP_REMOVE_TYPE}}&lt;br /&gt;
| Caste&lt;br /&gt;
| &lt;br /&gt;
| Removes a type from a body part. Used with {{token|SET_BP_GROUP|c}}. &lt;br /&gt;
 &lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|BUILDINGDESTROYER}}&lt;br /&gt;
| Caste&lt;br /&gt;
| &lt;br /&gt;
*1 or 2 &lt;br /&gt;
| Allows a creature to destroy furniture and buildings. Value [1] targets mostly doors, hatches, furniture and the like. Value [2] targets anything not made with the {{k|b}} + {{k|C}} commands. &lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{{alphabetical TOC|style=margin: 1em auto;}}&lt;br /&gt;
&lt;br /&gt;
==C==&lt;br /&gt;
{| {{prettytable}}&lt;br /&gt;
|- bgcolor=&amp;quot;#ddd&amp;quot;&lt;br /&gt;
! width=&amp;quot;20%&amp;quot; | Token&lt;br /&gt;
! width=&amp;quot;10%&amp;quot; | Type&lt;br /&gt;
! width=&amp;quot;20%&amp;quot; | Arguments&lt;br /&gt;
! width=&amp;quot;50%&amp;quot; | Description&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|CAN_DO_INTERACTION}}&lt;br /&gt;
| Caste&lt;br /&gt;
| &lt;br /&gt;
*interaction token&lt;br /&gt;
| The creature can perform an interaction. See [[interaction token]].&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|CAN_LEARN}}&lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| The creature gains [[skill]]s and can have [[labor|professions]]. If a member of a civilization (even a pet) has this token, it'll need to eat, drink and sleep. Note that this token makes the creature unable to be eaten by an adventurer, so it is not recommended for uncivilized monsters. Adventurers lacking this token can allocate but not increase attributes and skills. Skills allocated will disappear on start. A creature with at least this token or the {{token|CAN_SPEAK|c}} token will be able to have [[Personality value|values]] and [[Personality goal|goals]].&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|CAN_SPEAK}}&lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| Can [[talking|talk]]. Note that this is not necessary for a creature to gain social skills but to make friends in fortress mode. A creature with at least this token or the {{token|CAN_LEARN|c}} token will be able to have [[Personality value|values]] and [[Personality goal|goals]].&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|CANNOT_CLIMB}}&lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| Creature cannot [[climber|climb]], even if it has free grasp parts.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|CANNOT_JUMP}}&lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| Creature cannot [[jump]].&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|CANNOT_UNDEAD}}&lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| Acts like {{token|NOT_LIVING|c}}, except that {{token|OPPOSED_TO_LIFE|c}} creatures will attack them.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|CANOPENDOORS}}&lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| Defunct, as doors cannot be set as tightly closed anymore.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|CARNIVORE}}&lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| Creature ''only'' eats [[meat]]. If the creature goes on rampages in worldgen, it will often devour the people/animals it kills.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|CASTE}}&lt;br /&gt;
| Creature&lt;br /&gt;
| &lt;br /&gt;
*name &lt;br /&gt;
| Defines a [[caste]].&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|CASTE_ALTTILE}}&lt;br /&gt;
| Caste&lt;br /&gt;
|&lt;br /&gt;
*tile number or &amp;quot;letter&amp;quot;&lt;br /&gt;
| Caste-specific {{token|ALTTILE|c}}. Requires {{token|CASTE_TILE|c}}.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|CASTE_COLOR}}&lt;br /&gt;
| Caste&lt;br /&gt;
|&lt;br /&gt;
*fg&lt;br /&gt;
*bg&lt;br /&gt;
*brightness&lt;br /&gt;
| Caste-specific {{token|COLOR|c}}.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|CASTE_GLOWCOLOR}}&lt;br /&gt;
| Caste&lt;br /&gt;
|&lt;br /&gt;
*fg&lt;br /&gt;
*bg&lt;br /&gt;
*brightness&lt;br /&gt;
| Caste-specific {{token|GLOWCOLOR|c}}.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|CASTE_GLOWTILE}}&lt;br /&gt;
| Caste&lt;br /&gt;
|&lt;br /&gt;
*tile value or &amp;quot;letter&amp;quot;&lt;br /&gt;
| Caste-specific {{token|GLOWTILE|c}}.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|CASTE_NAME}}&lt;br /&gt;
| Caste&lt;br /&gt;
| &lt;br /&gt;
*singular&lt;br /&gt;
*plural&lt;br /&gt;
*adjective &lt;br /&gt;
| While {{token|NAME|c}} describes the name of the species, {{token|CASTE_NAME|c}} names individuals of the species. Unlike other caste-specific descriptions, this token is required, even for creatures without separate castes. If left undefined, the creature will not show up in the [[arena]] and members of the species will be labeled as &amp;quot;nothing&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|CASTE_PROFESSION_NAME}}&lt;br /&gt;
| Caste&lt;br /&gt;
| &lt;br /&gt;
*[[Unit type token]] (Profession)&lt;br /&gt;
*singular&lt;br /&gt;
*plural &lt;br /&gt;
| Caste-specific {{token|PROFESSION_NAME|c}}.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|CASTE_SOLDIER_ALTTILE}}&lt;br /&gt;
| Caste&lt;br /&gt;
| &lt;br /&gt;
*'character' or tile number&lt;br /&gt;
| Caste-specific {{token|SOLDIER_ALTTILE|c}}. Requires {{token|CASTE_SOLDIER_TILE|c}}.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|CASTE_SOLDIER_TILE}}&lt;br /&gt;
| Caste&lt;br /&gt;
| &lt;br /&gt;
*'character' or tile number&lt;br /&gt;
| Caste-specific {{token|CREATURE_SOLDIER_TILE|c}}.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|CASTE_TILE}}&lt;br /&gt;
| Caste&lt;br /&gt;
|&lt;br /&gt;
* tile number or &amp;quot;letter&amp;quot;&lt;br /&gt;
| Caste-specific {{token|CREATURE_TILE|c}}.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|CAVE_ADAPT}}&lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| Causes the creature to develop [[cave adaptation]].&lt;br /&gt;
&lt;br /&gt;
Allows for creature's race to be involved in jokes that end in &amp;quot;And the [race] saw the sun and vomited on the spot!&amp;quot; &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|CDI}}&lt;br /&gt;
| Caste&lt;br /&gt;
| &lt;br /&gt;
*Varies&lt;br /&gt;
| Specifies interaction details following a {{token|CAN_DO_INTERACTION|c}} token. See [[interaction token]].&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|CHANGE_BODY_SIZE_PERC}}&lt;br /&gt;
| Caste&lt;br /&gt;
| &lt;br /&gt;
*integer&lt;br /&gt;
| Multiplies body size by a factor of (integer)%. 50 halves size, 200 doubles.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|CHANGE_FREQUENCY_PERC}}&lt;br /&gt;
| Creature&lt;br /&gt;
| &lt;br /&gt;
*integer&lt;br /&gt;
| Multiplies frequency by a factor of (integer)%.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|CHILD}}&lt;br /&gt;
| Caste&lt;br /&gt;
| &lt;br /&gt;
*integer &lt;br /&gt;
| Age at which creature is considered an adult - one can think of this as the duration of the [[children|child]] stage. Allows the creature's offspring to be rendered fully tame if [[animal trainer|trained]] during their childhood. &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|CHILDNAME}}&lt;br /&gt;
| Caste&lt;br /&gt;
| &lt;br /&gt;
*singular&lt;br /&gt;
*plural &lt;br /&gt;
| Defines a new name for a creature in the child state at the caste level. For non-caste-specific child names, see {{token|GENERAL_CHILD_NAME|c}}.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|CLUSTER_NUMBER}}&lt;br /&gt;
| Creature&lt;br /&gt;
|&lt;br /&gt;
*min&lt;br /&gt;
*max&lt;br /&gt;
| The minimum/maximum numbers of how many creatures per spawned cluster. Vermin fish with this token in combination with temperate ocean and river biome tokens [http://www.bay12forums.com/smf/index.php?topic=51864.msg1122319#msg1122319 will perform seasonal migrations]. Defaults to 1:1 if not specified.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|CLUTCH_SIZE}}&lt;br /&gt;
| Caste&lt;br /&gt;
|&lt;br /&gt;
*min&lt;br /&gt;
*max&lt;br /&gt;
|Number of [[egg]]s laid in one sitting.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|COLONY_EXTERNAL}}&lt;br /&gt;
| Caste&lt;br /&gt;
|&lt;br /&gt;
| Caste hovers around colony.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|COLOR}}&lt;br /&gt;
| Creature&lt;br /&gt;
| &lt;br /&gt;
*foreground&lt;br /&gt;
*background&lt;br /&gt;
*brightness &lt;br /&gt;
| Color of the creature's tile. (See [[Color]] for usage.)&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|COMMON_DOMESTIC}}&lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| When combined with any of {{token|PET|c}}, {{token|PACK_ANIMAL|c}}, {{token|WAGON_PULLER|c}} and/or {{token|MOUNT|c}}, the creature is guaranteed to be domesticated by any [[civilization]] with {{token|COMMON_DOMESTIC_PET|e}}, {{token|COMMON_DOMESTIC_PACK|e}},  {{token|COMMON_DOMESTIC_PULL|e}} and/or {{token|COMMON_DOMESTIC_MOUNT|e}} respectively. Such civilizations will always have access to the creature, even in the absence of wild populations. This token is invalid on {{token|FANCIFUL|c}} creatures.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|CONVERTED_SPOUSE}}&lt;br /&gt;
| Caste&lt;br /&gt;
|&lt;br /&gt;
| Creatures of this caste's species with the {{token|SPOUSE_CONVERTER|c}} and {{token|NIGHT_CREATURE_HUNTER|c}} tokens will kidnap {{token|SPOUSE_CONVERSION_TARGET|c}}s of an appropriate sex and convert them into castes with CONVERTED_SPOUSE.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|COOKABLE_LIVE}}&lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| Set this on a vermin creature to allow it to be cooked in meals while it is still alive, as well as when it's dead but not yet [[fishery|cleaned]]. Used by some water-dwelling vermin such as [[mussel]]s, [[oyster]]s, and [[cave lobster]]s. Currently does not work correctly when applied to non-{{token|FISHITEM|c}} vermin.{{bug|13200}}&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|CRAZED}}&lt;br /&gt;
| Caste&lt;br /&gt;
| &lt;br /&gt;
| Creature is '[[insanity|berserk]]' and will attack all other creatures, except members of its own species that '''also''' have the CRAZED tag. It will show {{DFtext|Berserk|4:1}} in the [[unit list]]. Berserk creatures go on rampages during [[world generation|worldgen]] much more frequently than non-berserk ones.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|COPY_TAGS_FROM}}&lt;br /&gt;
| Special&lt;br /&gt;
| &lt;br /&gt;
*creature ID&lt;br /&gt;
| Copies another specified creature. This will override any definitions made before it; essentially, it makes this creature identical to the other one, which can then be modified. Often used in combination with {{token|APPLY_CREATURE_VARIATION|c}} to import standard variations from a file. The vanilla [[giant animal]]s and [[animal person|animal people]]s are examples of this token combination.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|CREATURE}}&lt;br /&gt;
| Creature&lt;br /&gt;
|&lt;br /&gt;
*creature ID&lt;br /&gt;
| A unique, arbitrary identifier that begins the definition of each new creature, and is used to reference the creature in other tokens and raws.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|CREATURE_CLASS}}&lt;br /&gt;
| Caste&lt;br /&gt;
|&lt;br /&gt;
*classname&lt;br /&gt;
| An arbitrary creature classification. Can be set to anything, but the only vanilla uses are GENERAL_POISON (used in syndromes), EDIBLE_GROUND_BUG (used as targets for {{token|GOBBLE_VERMIN_CLASS|c}}), MAMMAL, and POISONOUS (both used for kobold pet eligibility). If a creature has the REAL_WORLD_EXTINCT class, they can be customized in how they appear during world generation, and will also have another class creature class to denote what prehistoric period they existed in. A single creature can have multiple classes.&lt;br /&gt;
&lt;br /&gt;
The full list of tokens that use creature classes is: &lt;br /&gt;
&lt;br /&gt;
* Creature tokens: {{token|GOBBLE_VERMIN_CLASS|c}}, {{token|GOBBLE_VERMIN_CLASS|c}}&lt;br /&gt;
* Interaction tokens: {{token|IT_AFFECTED_CLASS|in}}, {{token|IT_IMMUNE_CLASS|in}}&lt;br /&gt;
* Animal definition (Entity) tokens: {{token|ANIMAL_CLASS|e}}, {{token|ANIMAL_FORBIDDEN_CLASS|e}}&lt;br /&gt;
* Position (Entity) token: {{token|ALLOWED_CLASS|po}}&lt;br /&gt;
* Syndrome tokens: {{token|SYN_AFFECTED_CLASS|sy}}, {{token|SYN_IMMUNE_CLASS|sy}}, {{token|CE_SENSE_CREATURE_CLASS|sy}}&lt;br /&gt;
* Extinction tokens: CAMBRIAN, CARBONIFEROUS, CENOZOIC, CRETACEOUS, DEVONIAN, JURASSIC, ORDOVICIAN, PERMIAN, SILURIAN, TRIASSIC &amp;lt;sup&amp;gt;[Todo: add token links]&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|CREATURE_SOLDIER_TILE}}&lt;br /&gt;
| Creature&lt;br /&gt;
| &lt;br /&gt;
*'character' or tile number&lt;br /&gt;
| Creatures active in their civilization's [[military]] will use this tile instead.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|CREATURE_TILE}}&lt;br /&gt;
| Creature&lt;br /&gt;
| &lt;br /&gt;
*'character' or tile number &lt;br /&gt;
| The symbol of the creature in ASCII mode.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|CREPUSCULAR}}&lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| When set, the creature will appear at dawn (between 4:30 AM and 6:00 AM) and in the evening (between 8:00 PM and 10:05 PM) in [[Adventurer mode]].&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|CURIOUSBEAST_EATER}}&lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| Allows a creature to [[Steals food|steal and eat edible items]] from a site. It will attempt to grab a food item and immediately make its way to the map's edge, where it will disappear with it. If the creature goes on rampages during worldgen, it will often steal food instead of attacking. Trained and tame instances of the creature will no longer display this behavior.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|CURIOUSBEAST_GUZZLER}}&lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| Allows a creature to (very quickly) [[Steals drink|drink your alcohol]]. Or spill the barrel to the ground. Also affects undead versions of the creature. Unlike food or item thieves, drink thieves will consume your alcohol on the spot rather than run away with one piece of it. Trained and tame instances of the creature will no longer display this behavior.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|CURIOUSBEAST_ITEM}}&lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| Allows a creature to [[Steals items|steal things]] (apparently, of the highest value it can find). It will attempt to grab an item of value and immediately make its way to the map's edge, where it will disappear with it. If a creature with any of the CURIOUSBEAST tokens carries anything off the map, even if it is a caravan's pack animal, it will be reported as stealing everything it carries. If the creature goes on rampages in worldgen, it will often steal items instead of attacking - [[kea]] birds are infamous for this. Trained and tame instances of the creature will no longer display this behavior. Also, makes the creature unable to drop hauled items until it enters combat.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|CV_ADD_TAG}}&lt;br /&gt;
| Special&lt;br /&gt;
| &lt;br /&gt;
*TAG NAME &lt;br /&gt;
| Adds a tag. Used in conjunction with creature variation templates.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|CV_REMOVE_TAG}}&lt;br /&gt;
| Special&lt;br /&gt;
| &lt;br /&gt;
*TAG NAME &lt;br /&gt;
| Removes a tag. Used in conjunction with creature variation templates. &lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{{alphabetical TOC|style=margin: 1em auto;}}&lt;br /&gt;
&lt;br /&gt;
==D==&lt;br /&gt;
{| {{prettytable}}&lt;br /&gt;
|- bgcolor=&amp;quot;#ddd&amp;quot;&lt;br /&gt;
! width=&amp;quot;20%&amp;quot; | Token&lt;br /&gt;
! width=&amp;quot;10%&amp;quot; | Type&lt;br /&gt;
! width=&amp;quot;20%&amp;quot; | Arguments&lt;br /&gt;
! width=&amp;quot;50%&amp;quot; | Description&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|DEMON}}&lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| Found on generated [[demon]]s.&lt;br /&gt;
&lt;br /&gt;
At least 1 demon generated, or custom must have the {{token|FLIER|c}} token in order for the [[Underworld|horrifying screams]] event to trigger.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|DESCRIPTION}}&lt;br /&gt;
| Caste&lt;br /&gt;
| &lt;br /&gt;
*text &lt;br /&gt;
| A brief description of the creature type, as displayed when viewing the creature's description/[[Thoughts and preferences|thoughts &amp;amp; preferences]] screen.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|DIE_WHEN_VERMIN_BITE}}&lt;br /&gt;
| Caste&lt;br /&gt;
|&lt;br /&gt;
| Causes the creature to die upon attacking. Used by [[honey bee]]s to simulate them dying after using their stingers.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|DIFFICULTY}}&lt;br /&gt;
| Caste&lt;br /&gt;
| &lt;br /&gt;
*integer &lt;br /&gt;
| Increases experience gain during adventure mode. Creatures with a difficulty of 11 or higher are not assigned for quests in adventure mode. Vanilla [[semimegabeast]]s have a difficulty of 5 and [[megabeast]]s have a difficulty of 10.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|DIURNAL}}&lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| When set, the creature will only appear during the day (between 6:00 AM and 8:00 PM) in [[Adventurer mode]].&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|DIVE_HUNTS_VERMIN}}&lt;br /&gt;
| Caste&lt;br /&gt;
| &lt;br /&gt;
| The creature hunts vermin by diving from the air. On tame creatures, it has the same effect as {{token|HUNTS_VERMIN|c}}.&amp;lt;br&amp;gt;Found on [[peregrine falcon]]s.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|DOES_NOT_EXIST}}&lt;br /&gt;
| Creature&lt;br /&gt;
|  &lt;br /&gt;
| Adding this token to a creature prevents it from appearing in generated worlds (unless it's marked as [[Entity_token#ANIMAL_ALWAYS_PRESENT|always present]] for a particular civilisation). For example, adding it to [[dog]]s will lead to worlds being generated without dogs in them. Also removes the creature from the [[object testing arena]]'s spawn list. If combined with {{token|FANCIFUL|c}}, artistic depictions of the creature will occur regardless. Used by [[centaur]]s, [[chimera]]s and [[griffon]]s in the vanilla game. &lt;br /&gt;
&lt;br /&gt;
Note: a creature tagged as DOES_NOT_EXIST can still be [[Interaction_token#I_EFFECT|summoned]] successfully, as long as it has a body defined in its raws [http://www.bay12forums.com/smf/index.php?topic=165213.msg8086938#msg8086938], or, another creature can [[Syndrome#CE_BODY_TRANSFORMATION|transform]] into it.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{{alphabetical TOC|style=margin: 1em auto;}}&lt;br /&gt;
&lt;br /&gt;
==E==&lt;br /&gt;
{| {{prettytable}}&lt;br /&gt;
|- bgcolor=&amp;quot;#ddd&amp;quot;&lt;br /&gt;
! width=&amp;quot;20%&amp;quot; | Token&lt;br /&gt;
! width=&amp;quot;10%&amp;quot; | Type&lt;br /&gt;
! width=&amp;quot;20%&amp;quot; | Arguments&lt;br /&gt;
! width=&amp;quot;50%&amp;quot; | Description&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|EBO_ITEM}}&lt;br /&gt;
| Caste&lt;br /&gt;
| &lt;br /&gt;
*[[item token]]&lt;br /&gt;
*[[material token]] (ANY_HARD_STONE can be used for the material)&lt;br /&gt;
| Defines the item that the creature drops upon being [[butcher|butchered]]. Used with {{token|EXTRA_BUTCHER_OBJECT|c}}.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|EBO_SHAPE}}&lt;br /&gt;
| Caste&lt;br /&gt;
| &lt;br /&gt;
*gem shape&lt;br /&gt;
| The shape of the creature's extra [[butcher|butchering]] drop. Used with {{token|EXTRA_BUTCHER_OBJECT|c}}.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|EGG_MATERIAL}}&lt;br /&gt;
| Caste&lt;br /&gt;
|&lt;br /&gt;
* &amp;lt;[[material token]]&amp;gt;&lt;br /&gt;
* &amp;lt;[[Material_definition_token#Material_States|material state]]&amp;gt;&lt;br /&gt;
| Defines the material composition of [[egg]]s laid by the creature. [[creature_token#LAYS_EGGS|Egg-laying]] creatures in the default game define this 3 times, using LOCAL_CREATURE_MAT:EGGSHELL, LOCAL_CREATURE_MAT:EGG_WHITE, and then LOCAL_CREATURE_MAT:EGG_YOLK. Eggs will be made out of eggshell. Edibility is determined by tags on whites or yolk, but they otherwise do not exist.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|EGG_SIZE}}&lt;br /&gt;
| Caste&lt;br /&gt;
|&lt;br /&gt;
*size&lt;br /&gt;
| Determines the size of laid [[egg]]s. Doesn't affect hatching or cooking, but bigger eggs will be heavier, and may take longer to be hauled depending on the hauler's strength.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|EQUIPMENT_WAGON}}&lt;br /&gt;
| Creature&lt;br /&gt;
|  &lt;br /&gt;
| Makes the creature appear as a large 3×3 [[wagon]] responsible for carrying trade goods, pulled by two {{token|WAGON_PULLER|c}} creatures and driven by a merchant.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|EQUIPS}}&lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| Allows the creature to wear or wield items.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|EVIL}}&lt;br /&gt;
| Creature&lt;br /&gt;
|  &lt;br /&gt;
| The creature is considered evil and will only show up in evil biomes. Civilizations with {{token|USE_EVIL_ANIMALS|e}} can domesticate them regardless of exotic status. Has no effect on cavern creatures except to restrict taming. A civilization with evil creatures can colonize evil areas. &lt;br /&gt;
&lt;br /&gt;
Civilizations which list evil creatures as one of their main population options will potentially emerge following an underworld mining disaster, with the added caveat that a demon will be in charge of the civ. The rules which govern which noble position the demon in charge adopts however, are unclear. It either picks one of the predefined positions, or simply makes its own. &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|EXTRA_BUTCHER_OBJECT}}&lt;br /&gt;
| Caste&lt;br /&gt;
| &lt;br /&gt;
* [[Body token#CATEGORY|BY_CATEGORY]] or [[Body token#CONTYPE|BY_TYPE]] or [[Body token#BP|BY_TOKEN]]&lt;br /&gt;
* TYPE, CATEGORY, or TOKEN&lt;br /&gt;
| The creature drops an additional object when [[butcher|butchered]], as defined by {{token|EBO_ITEM|c}} and {{token|EBO_SHAPE|c}}. Used for [[gizzard stone]]s in default creatures. For some materials, needs to be defined after caste definitions with SELECT_CASTE:ALL{{Bug|6355}}&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|EXTRACT}}&lt;br /&gt;
| Caste&lt;br /&gt;
|&lt;br /&gt;
* [[material token]]&lt;br /&gt;
| Defines a creature extract which can be obtained via [[small animal dissection]].&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|EXTRAVISION}}&lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| The creature can see regardless of whether it has working eyes and has full 360 degree vision, making it impossible to strike the creature from a blind spot in combat. Invisible creatures will also be seen, namely [[intelligent undead]] using a &amp;quot;vanish&amp;quot; power.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{{alphabetical TOC|style=margin: 1em auto;}}&lt;br /&gt;
&lt;br /&gt;
==F==&lt;br /&gt;
{| {{prettytable}}&lt;br /&gt;
|- bgcolor=&amp;quot;#ddd&amp;quot;&lt;br /&gt;
! width=&amp;quot;20%&amp;quot; | Token&lt;br /&gt;
! width=&amp;quot;10%&amp;quot; | Type&lt;br /&gt;
! width=&amp;quot;20%&amp;quot; | Arguments&lt;br /&gt;
! width=&amp;quot;50%&amp;quot; | Description&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|FANCIFUL}}&lt;br /&gt;
| Creature&lt;br /&gt;
|  &lt;br /&gt;
| The creature is a thing of legend and known to all civilizations. Its materials cannot be requested or preferred. The tag also adds some art value modifiers. Used by a [[Fanciful|number of creatures]]. Conflicts with {{token|COMMON_DOMESTIC|c}}.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|FEATURE_ATTACK_GROUP}}&lt;br /&gt;
| Caste&lt;br /&gt;
|&lt;br /&gt;
| Found on [[Animal people#Subterranean animal people|subterranean animal-man]] tribals. Currently defunct. In previous versions{{verify}}, it caused these creatures to crawl out of chasms and underground rivers.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|FEATURE_BEAST}}&lt;br /&gt;
| Caste&lt;br /&gt;
|&lt;br /&gt;
| Found on [[forgotten beast]]s. Presumably makes it act as such, initiating underground attacks on fortresses, or leads to the pop-up message upon encountering one{{verify}}. Displays the creature's {{token|DESCRIPTION|c}} in its [[legends mode]] entry and hides the creature from displaying in a world_sites_and_pops file. Does not create historical figures like generated forgotten beasts do.&lt;br /&gt;
&lt;br /&gt;
Requires specifying a {{token|BIOME|c}} in which the creature will live, and both surface and subterranean biomes are allowed. Does not stack with {{token|LARGE_ROAMING|c}} and if both are used the creature will not spawn. Appears to be incompatible with {{token|DEMON|c}} even if used in separate castes.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|FEMALE}}&lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| Makes the creature biologically female, enabling her to [[Breeding|bear young]]. Usually specified inside a caste.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|FIREIMMUNE}}&lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| Makes the creature immune to [[Interaction_token#FIREBALL|FIREBALL]] and [[Interaction_token#FIREJET|FIREJET]] attacks, and allows it to path through high temperature zones, like lava or fires, but does not, by itself, make the creature immune to the damaging effects of burning in [[fire]], and does not prevent general heat damage or melting on its own (this would require adjustments to be made to the creature's body [[Material_definition_token|materials]] - see the [[Dragon/raw|dragon raws]] for an example).&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|FIREIMMUNE_SUPER}}&lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| Like {{token|FIREIMMUNE|c}}, but also renders the creature immune to [[Interaction_token#DRAGONFIRE|DRAGONFIRE]] attacks. &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|FISHITEM}}&lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| The creature's corpse is a single [[Item_token#FISH_RAW|FISH_RAW]] food item that needs to be cleaned (into a [[Item_token#FISH|FISH]] item) at a [[fishery]] to become edible. Before being cleaned the item is referred to as &amp;quot;raw&amp;quot;. The food item is categorized under &amp;quot;fish&amp;quot; on the food and stocks screens, and when uncleaned it is sorted under &amp;quot;raw fish&amp;quot; in the stocks (but does not show up on the food screen). &lt;br /&gt;
Without this or {{token|COOKABLE_LIVE|c}}, [[fishing|fished]] vermin will turn into food the same way as non-vermin creatures, resulting in multiple units of food (meat, brain, lungs, eyes, spleen etc.) from a single fished vermin. These units of food are categorized as meat by the game.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|FIXED_TEMP}}&lt;br /&gt;
| Caste&lt;br /&gt;
| &lt;br /&gt;
*temperature &lt;br /&gt;
| The creature's body is constantly at this temperature, heating up or cooling the surrounding area. Alters the temperature of the creature's inventory and all adjacent tiles, [[Temperature|with all the effects that this implies]] - may trigger wildfires at high enough values. Also makes the creature immune to extreme heat or cold, as long as the temperature set is not harmful to the materials that the creature is made from. Corpses and body parts of creatures with a fixed temperature maintain their temperature even after death.&lt;br /&gt;
&lt;br /&gt;
Note that temperatures of 12000 and higher may cause [[path|pathfinding]] issues in fortress mode.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|FLEEQUICK}}&lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| If engaged in combat, the creature will flee at the first sign of resistance. Used by [[kobold]]s in the vanilla game.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|FLIER}}&lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| Allows a creature to fly, independent of it having wings or not. Fortress Mode pathfinding only partially incorporates flying - flying creatures need a land path to exist between them and an area in order to access it, but as long as one such path exists, they do not need to use it, instead being able to fly over intervening obstacles. Winged creatures with this token can lose their ability to fly if their wings are crippled or severed. Winged creatures without this token will be unable to fly. (A 'wing' in this context refers to any body part with its own [[Body_token#FLIER|FLIER]] token).&lt;br /&gt;
&lt;br /&gt;
At least 1 [[Demon]] must have the flier token in order for the [[Underworld|horrifying screams]] event to trigger.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|FREQUENCY}}&lt;br /&gt;
| Creature&lt;br /&gt;
|&lt;br /&gt;
*number, max 100&lt;br /&gt;
| The {{token|FREQUENCY|c}} value plays two separate roles. The first is in determining the initial distribution of creatures across the world map. Each creature is randomly assigned a single x, y co-ordinate on the world map, which act as the epicenter for that creature's distribution. A square is drawn around that x, y co-ordinate with a Manhattan radius equal to the {{token|FREQUENCY|c}} value divided by 100 times the world map size. For example, in a 256 by 256 size world map, the [[lion]] might be assigned 14, 112. The [[lion]] has {{token|FREQUENCY:5|c}}, and so a square is drawn by moving 13 tiles in each direction from the [[lion]]'s x, y co-ordinate. This is the [[lion]]'s &amp;quot;territory&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
Each sub-region in the world will attempt to fill lists of wildlife. There are five lists - {{token|VERMIN_GROUNDER|c}}, {{token|VERMIN_SOIL|c}}, {{token|VERMIN_SOIL_COLONY|c}}, {{token|LARGE_ROAMING|c}}, and {{token|LARGE_PREDATOR|c}}, corresponding with the relevant tokens. The game will attempt to place seven creatures in each list for each sub-region. The game will select the seven nearest valid creatures. Creatures are valid for sub-region's list if they have the requisite token for that list, if they have the valid token for that sub-region's biome (for example, the [lion] can only be selected for {{token|BIOME:SAVANNA_TROPICAL|c}}, {{token|BIOME:GRASSLAND_TROPICAL|c}}, and {{token|BIOME:SHRUBLAND_TROPICAL|c}}, and if their &amp;quot;territory&amp;quot; as defined by their random epicenter and {{token|FREQUENCY|c}} radius overlaps with that sub-region. These lists then determine the creatures that can actually appear within that sub-region during gameplay.&lt;br /&gt;
&lt;br /&gt;
There are some exceptions to the above. If the game was not capable of filling all seven entries in a list, it will drop the overlapping territory requirement, and simply pull the nearest creature which has the correct token and biome availability. Conversely, if a creature has an epicenter but has not appeared on any of the list for any of the world map's sub-regions, the creature will be assigned to the relevant list for the nearest appropriate sub-region - meaning it is occasionally possible to have lists of eight creatures or more. This is more common in smaller worlds where there are less possible sub-regions to be assigned towards. Creatures with the {{token|GOOD|c}} and {{token|EVIL|c}} tokens ignore the epicenter distribution system altogether. They are always capable of appearing in appropriate biomes which are {{token|GOOD|b}} or {{token|EVIL|b}} respectively. This is not true for {{token|SAVAGE|c}}, which acts more like the biome tokens. Creatures with {{token|UBIQUITOUS|c}} have a &amp;quot;territory&amp;quot; which covers the entire map, regardless of their epicenter (although they can still fail to be chosen if there are 7 creatures which are eligible and have nearer epicenters to the sub-region in question).&lt;br /&gt;
&lt;br /&gt;
The second use for {{token|FREQUENCY|c}} is to determine how often a creature actually appears on map. In Fortress Mode, the game will try and spawn large wildlife (creatures with {{token|LARGE_ROAMING|c}} or {{token|LARGE_PREDATOR|c}} in fairly regular waves. These waves include {{token|LARGE_ROAMING|c}}, {{token|LARGE_ROAMING|c}} combined with {{token|FLIER|c}}, {{token|LARGE_PREDATOR|c}}, and {{token|CURIOUS_BEAST|c}} - so a [[lion]] does not compete for selection with a [[gazelle]]. When the game decides it needs to spawn in a fresh wave of e.g. {{token|LARGE_ROAMING|c}} creatures, it will select one of the creatures available to it from the lists for that sub-region at random, with all creatures weighted equally. Once it has selected a creature, it then effectively rolls a d100 against the relevant creature's {{token|FREQUENCY|c}}. If the d100 is equal to the creature's {{token|FREQUENCY|c}} or less, that creature is then spawned in. If the d100 is above the creature's {{token|FREQUENCY|c}}, the game returns to the relevant list and selects again. {{token|UBIQUITOUS|c}} acts as {{token|FREQUENCY:100|c}} for these purposes - in other words, the creature cannot fail the d100 check and will always be spawned in if it is selected from the list.&lt;br /&gt;
&lt;br /&gt;
Defaults to 50.&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{{alphabetical TOC|style=margin: 1em auto;}}&lt;br /&gt;
&lt;br /&gt;
==G==&lt;br /&gt;
{| {{prettytable}}&lt;br /&gt;
|- bgcolor=&amp;quot;#ddd&amp;quot;&lt;br /&gt;
! width=&amp;quot;20%&amp;quot; | Token&lt;br /&gt;
! width=&amp;quot;10%&amp;quot; | Type&lt;br /&gt;
! width=&amp;quot;20%&amp;quot; | Arguments&lt;br /&gt;
! width=&amp;quot;50%&amp;quot; | Description&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|GAIT}}&lt;br /&gt;
| Caste&lt;br /&gt;
| &lt;br /&gt;
* &amp;lt;gait type&amp;gt;&lt;br /&gt;
* &amp;lt;gait name&amp;gt;&lt;br /&gt;
* &amp;lt;max [[Gait#Speed|speed]]&amp;gt;&lt;br /&gt;
* &amp;lt;build up time&amp;gt;&lt;br /&gt;
* &amp;lt;max turning [[Gait#Speed|speed]]&amp;gt;&lt;br /&gt;
* &amp;lt;start [[Gait#Speed|speed]]&amp;gt;&lt;br /&gt;
* &amp;lt;energy expenditure&amp;gt;&lt;br /&gt;
* &amp;lt;gait flag(s)&amp;gt;&lt;br /&gt;
| Defines a gait by which the creature can move. See [[Gait]] for more information. Specifically, you likely want to use one of the existing STANDARD_X_GAITS creature variations, as described in [[Gait#Gaits_and_Modding|this subsection]].&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;max speed&amp;gt; indicates the maximum [[Gait#Speed|speed]] achievable by a creature using this gait&lt;br /&gt;
* &amp;lt;start speed&amp;gt; indicates the creature's speed when it starts moving using this gait&lt;br /&gt;
* &amp;lt;build up time&amp;gt; indicates how long it will take for a creature using this gait to go from &amp;lt;start speed&amp;gt; to &amp;lt;max speed&amp;gt;. For example, a value of 10 means that it should be able to reach the maximum speed by moving 10 [[tile]]s in a straight line over even terrain.&lt;br /&gt;
* &amp;lt;max turning speed&amp;gt; indicates the maximum speed permissible when the creature suddenly changes its direction of motion. The creature's speed will be reduced to &amp;lt;max turning speed&amp;gt; if travelling at a higher speed than this before turning.&lt;br /&gt;
* &amp;lt;energy expenditure&amp;gt; indicates how energy-consuming the gait is. Higher values cause the creature to tire out faster. Persistent usage of a high-intensity gait will eventually lead to exhaustion and [[Status_icon#Non-flashing|collapse]].&lt;br /&gt;
&lt;br /&gt;
'''NO_BUILD_UP''' can be specified instead of a &amp;lt;start speed&amp;gt; value to make the &amp;lt;max speed&amp;gt; instantly achievable upon initiating movement (this is equivalent to a &amp;lt;build up time&amp;gt; of 0). Note that &amp;lt;build up time&amp;gt; and &amp;lt;max turning speed&amp;gt; are both ignored if specified alongside this (as NO_BUILD_UP trumps &amp;lt;build up time&amp;gt; and preserves &amp;lt;max speed&amp;gt; whilst turning, and &amp;lt;max turning speed&amp;gt; cannot exceed &amp;lt;max speed&amp;gt;) so it is permissible to omit them so long as they are '''both''' omitted together.&lt;br /&gt;
&lt;br /&gt;
It's possible to specify a &amp;lt;start speed&amp;gt; greater than the &amp;lt;max speed&amp;gt;; the moving creature will decelerate towards its &amp;lt;max speed&amp;gt; in this case.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''valid gait types:'''&lt;br /&gt;
*'''WALK'''&amp;lt;br&amp;gt;&lt;br /&gt;
Used for moving normally over ground tiles.&lt;br /&gt;
&lt;br /&gt;
*'''CRAWL'''&amp;lt;br&amp;gt;&lt;br /&gt;
Used for moving over ground tiles whilst [[Status_icon#Non-flashing|prone]].&lt;br /&gt;
&lt;br /&gt;
*'''SWIM'''&amp;lt;br&amp;gt;&lt;br /&gt;
Used for moving through tiles containing [[water]] or [[magma]] at a [[Water#Depth|depth]] of at least 4/7. &lt;br /&gt;
&lt;br /&gt;
*'''FLY'''&amp;lt;br&amp;gt;&lt;br /&gt;
Used for moving through [[open space]].&lt;br /&gt;
&lt;br /&gt;
*'''CLIMB'''&amp;lt;br&amp;gt;&lt;br /&gt;
Used for moving whilst [[Climber|climbing]].&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''valid gait flags:'''&lt;br /&gt;
* '''AGILITY'''&amp;lt;br&amp;gt;&lt;br /&gt;
Speeds/slows movement depending on the creature's [[Attribute#Agility|Agility]] stat.&lt;br /&gt;
&lt;br /&gt;
* '''STRENGTH'''&amp;lt;br&amp;gt;&lt;br /&gt;
Speeds/slows movement depending on the creature's [[Attribute#Strength|Strength]] stat.&lt;br /&gt;
&lt;br /&gt;
* '''LAYERS_SLOW'''&amp;lt;br&amp;gt;&lt;br /&gt;
Makes [[Tissue_definition_token#THICKENS_ON_ENERGY_STORAGE|THICKENS_ON_ENERGY_STORAGE]] and [[Tissue_definition_token#THICKENS_ON_STRENGTH|THICKENS_ON_STRENGTH]] tissue layers slow movement depending on how thick they are. Adding the STRENGTH gait flag counteracts the impact of the latter layer.&lt;br /&gt;
&lt;br /&gt;
* '''STEALTH_SLOWS:'''&amp;lt;percentage&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
Slows movement by the specified percentage when the creature is [[Ambusher|sneaking]].&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|GENERAL_BABY_NAME}}&lt;br /&gt;
| Creature&lt;br /&gt;
| &lt;br /&gt;
*singular&lt;br /&gt;
*plural &lt;br /&gt;
| Like {{token|BABYNAME|c}}, but applied regardless of caste.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|GENERAL_CHILD_NAME}}&lt;br /&gt;
| Creature&lt;br /&gt;
| &lt;br /&gt;
*singular&lt;br /&gt;
*plural &lt;br /&gt;
| Like {{token|CHILDNAME|c}}, but applied regardless of caste.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|GENERAL_MATERIAL_FORCE_MULTIPLIER}}&lt;br /&gt;
| Caste&lt;br /&gt;
| &lt;br /&gt;
*value A&lt;br /&gt;
*value B&lt;br /&gt;
| Has the same function as {{token|MATERIAL_FORCE_MULTIPLIER|c}}, but applies to all attacks instead of just those involving a specific material. Appears to be overridden by MATERIAL_FORCE_MULTIPLIER ([[werebeast]]s, for example, use both tokens to provide resistance to all materials, with one exception to which they are especially vulnerable).&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|GENERATED}}&lt;br /&gt;
| Creature&lt;br /&gt;
|  &lt;br /&gt;
| Found on procedurally generated creatures like [[forgotten beast]]s, [[titan]]s, [[demon]]s, [[angel]]s, and [[night creature]]s. Cannot be specified in user-defined raws.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|GETS_INFECTIONS_FROM_ROT}}&lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| Makes the creature get [[Health_care#Infection|infections]] from necrotic tissue.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|GETS_WOUND_INFECTIONS}}&lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| Makes the creature's wounds become [[Health_care#Infection|infected]] if left untreated for too long.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|GLOWCOLOR}}&lt;br /&gt;
| Creature&lt;br /&gt;
| &lt;br /&gt;
*foreground&lt;br /&gt;
*background&lt;br /&gt;
*brightness &lt;br /&gt;
| The colour of the creature's {{token|GLOWTILE|c}}.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|GLOWTILE}}&lt;br /&gt;
| Creature&lt;br /&gt;
| &lt;br /&gt;
*ascii character &lt;br /&gt;
| If present, the being glows in the dark (generally used for Adventurer Mode). The tile is what replaces the being's current tile when it is obscured from your sight by darkness. The default setting for kobolds (a yellow quotation mark) provides a nice &amp;quot;glowing eyes&amp;quot; effect. The game is also hardcoded to automatically convert quotation mark GLOWTILES into apostrophes if the creature has lost one eye. This works at the generic creature level - for caste-specific glow tiles, use {{token|CASTE_GLOWTILE|c}} instead.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|GNAWER}}&lt;br /&gt;
| Caste&lt;br /&gt;
| &lt;br /&gt;
*verb&lt;br /&gt;
| The creature can and will gnaw its way out of [[animal trap]]s and [[cage]]s using the specified verb, depending on the material from which it is made (normally wood).&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|GOBBLE_VERMIN_CLASS}}&lt;br /&gt;
| Caste&lt;br /&gt;
| &lt;br /&gt;
*class&lt;br /&gt;
| The creature eats vermin of the specified class.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|GOBBLE_VERMIN_CREATURE}}&lt;br /&gt;
| Caste&lt;br /&gt;
| &lt;br /&gt;
*creature&lt;br /&gt;
*caste&lt;br /&gt;
| The creature eats a specified [[vermin]].&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|GO_TO_END}}&lt;br /&gt;
| Special&lt;br /&gt;
|  &lt;br /&gt;
| When using tags from an existing creature, inserts new tags at the end of the creature.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|GO_TO_START}}&lt;br /&gt;
| Special&lt;br /&gt;
|  &lt;br /&gt;
| When using tags from an existing creature, inserts new tags at the beginning of the creature.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|GO_TO_TAG}}&lt;br /&gt;
| Special&lt;br /&gt;
|  &lt;br /&gt;
| When using tags from an existing creature, inserts new tags ''before'' the specified tag.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|GOOD}}&lt;br /&gt;
| Creature&lt;br /&gt;
|  &lt;br /&gt;
| Creature is considered good and will only show up in good biomes - [[unicorn]]s, for example. Civilizations with {{token|USE_GOOD_ANIMALS|e}} can domesticate them regardless of exotic status. Has no effect on cavern creatures except to restrict taming. A civilization that has good creatures can colonise good areas in world-gen.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|GRASSTRAMPLE}}&lt;br /&gt;
| Caste&lt;br /&gt;
| &lt;br /&gt;
*value &lt;br /&gt;
| The value determines how rapidly [[grass]] is trampled when a creature steps on it - a value of 0 causes the creature to never damage grass, while a value of 100 causes grass to be trampled as rapidly as possible. Defaults to 5.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|GRAVITATE_BODY_SIZE}}&lt;br /&gt;
| Caste&lt;br /&gt;
| &lt;br /&gt;
*target value&lt;br /&gt;
| Used in Creature Variants. This token changes the adult body size to the average of the old adult body size and the target value and scales all intermediate growth stages by the same factor.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|GRAZER}}&lt;br /&gt;
| Caste&lt;br /&gt;
|&lt;br /&gt;
*number&lt;br /&gt;
| The creature is a grazer - if tamed in fortress mode, it needs a pasture to survive. The higher the number, the less frequently it needs to eat in order to live. Not used since 0.40.12, replaced by {{token|STANDARD_GRAZER|c}} to fix {{bugl|4113}}.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{{alphabetical TOC|style=margin: 1em auto;}}&lt;br /&gt;
&lt;br /&gt;
==H==&lt;br /&gt;
{| {{prettytable}}&lt;br /&gt;
|- bgcolor=&amp;quot;#ddd&amp;quot;&lt;br /&gt;
! width=&amp;quot;20%&amp;quot; | Token&lt;br /&gt;
! width=&amp;quot;10%&amp;quot; | Type&lt;br /&gt;
! width=&amp;quot;20%&amp;quot; | Arguments&lt;br /&gt;
! width=&amp;quot;50%&amp;quot; | Description&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|HABIT}}&lt;br /&gt;
| Caste&lt;br /&gt;
| &lt;br /&gt;
*type&lt;br /&gt;
*probability&lt;br /&gt;
| Defines certain behaviors for the creature. The habit types are:&lt;br /&gt;
*COLLECT_TROPHIES&lt;br /&gt;
*COOK_PEOPLE&lt;br /&gt;
*COOK_VERMIN&lt;br /&gt;
*GRIND_VERMIN&lt;br /&gt;
*COOK_BLOOD&lt;br /&gt;
*GRIND_BONE_MEAL&lt;br /&gt;
*EAT_BONE_PORRIDGE&lt;br /&gt;
*USE_ANY_MELEE_WEAPON&lt;br /&gt;
*GIANT_NEST&lt;br /&gt;
*COLLECT_WEALTH.&lt;br /&gt;
These require the creature to have a {{token|LAIR|c}} to work properly, and also don't seem to work on creatures who are not a {{token|SEMIMEGABEAST|c}}, {{token|MEGABEAST|c}}, or{{token|NIGHT_CREATURE_HUNTER|c}}.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|HABIT_NUM}}&lt;br /&gt;
| Caste&lt;br /&gt;
| &lt;br /&gt;
*number or TEST_ALL&lt;br /&gt;
| &amp;quot;If you set HABIT_NUM to a number, it should give you that exact number of habits according to the weights.&amp;quot;.{{cite forum|60554/1719248}} All lists of HABITs are preceded by [HABIT_NUM:TEST_ALL]&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|HAS_NERVES}}&lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| The creature has nerves in its muscles. Cutting the muscle tissue can sever motor and sensory nerves, disabling the limb.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|HASSHELL}}&lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| The creature has a shell. Seemingly no longer used - holdover from previous versions.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|HIVE_PRODUCT}}&lt;br /&gt;
| Creature&lt;br /&gt;
|&lt;br /&gt;
*number&lt;br /&gt;
*[[time]]&lt;br /&gt;
*[[item token]]s&lt;br /&gt;
| What product is harvested from [[Beekeeping industry|beekeeping]].&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|HOMEOTHERM}}&lt;br /&gt;
| Caste&lt;br /&gt;
| &lt;br /&gt;
*number or NONE&lt;br /&gt;
| Default 'NONE'. The creature's normal body [[temperature]]. Creature ceases maintaining temperature on death unlike fixed material temperatures. Provides minor protection from environmental temperature to the creature.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|HUNTS_VERMIN}}&lt;br /&gt;
| Caste&lt;br /&gt;
|&lt;br /&gt;
| Creature hunts and kills nearby [[vermin]], randomly walking between places with food laying on the ground or in stockpiles, to check for possible [VERMIN_EATER] vermin, but they'll kill any other vermin too. Do not include this creature token on an intelligent entity that you intend to play as in fortress mode because it will prevent them from feeding themselves.&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{{alphabetical TOC|style=margin: 1em auto;}}&lt;br /&gt;
&lt;br /&gt;
==I==&lt;br /&gt;
{| {{prettytable}}&lt;br /&gt;
|- bgcolor=&amp;quot;#ddd&amp;quot;&lt;br /&gt;
! width=&amp;quot;20%&amp;quot; | Token&lt;br /&gt;
! width=&amp;quot;10%&amp;quot; | Type&lt;br /&gt;
! width=&amp;quot;20%&amp;quot; | Arguments&lt;br /&gt;
! width=&amp;quot;50%&amp;quot; | Description&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|IMMOBILE}}&lt;br /&gt;
| Caste&lt;br /&gt;
| &lt;br /&gt;
| The creature cannot move. Found on [[sponge]]s. Will also stop a creature from breeding in fortress mode (MALE and FEMALE are affected, if one is IMMOBILE; no breeding will happen).&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|IMMOBILE_LAND}}&lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| The creature is immobile while on land. Only works on {{token|AQUATIC|c}} creatures which can't breathe on land.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|IMMOLATE}}&lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| The creature radiates [[fire]]. It will ignite, and potentially completely destroy, items the creature is standing on. Also gives the vermin a high chance of escaping from [[animal trap]]s and [[cage]]s made of any flammable materials (specifically ones that could be ignited by magma).&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|INTELLIGENT}}&lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| Alias for {{token|CAN_SPEAK|c}} + {{token|CAN_LEARN|c}}.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|ITEMCORPSE}}&lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
* [[item token]]&lt;br /&gt;
* [[material token]]&lt;br /&gt;
| Determines if the creature leaves behind a non-standard corpse (i.e. wood, statue, bars, stone, pool of liquid, etc.). [[Ethics]] may prevent actually using the item in jobs or reactions.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|ITEMCORPSE_QUALITY}}&lt;br /&gt;
| Caste&lt;br /&gt;
| &lt;br /&gt;
* number&lt;br /&gt;
| The [[quality]] of an item-type corpse left behind. Valid values are: 0 for ordinary, 1 for well-crafted, 2 for finely-crafted, 3 for superior, 4 for exceptional, 5 for masterpiece.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{{alphabetical TOC|style=margin: 1em auto;}}&lt;br /&gt;
&lt;br /&gt;
==L==&lt;br /&gt;
{| {{prettytable}}&lt;br /&gt;
|- bgcolor=&amp;quot;#ddd&amp;quot;&lt;br /&gt;
! width=&amp;quot;20%&amp;quot; | Token&lt;br /&gt;
! width=&amp;quot;10%&amp;quot; | Type&lt;br /&gt;
! width=&amp;quot;20%&amp;quot; | Arguments&lt;br /&gt;
! width=&amp;quot;50%&amp;quot; | Description&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|LAIR}}&lt;br /&gt;
| Caste&lt;br /&gt;
| &lt;br /&gt;
*type&lt;br /&gt;
*probability&lt;br /&gt;
| Found on megabeasts, semimegabeasts, and night creatures. The creature will seek out sites of this type and take them as lairs. The lair types are:&lt;br /&gt;
*SIMPLE_BURROW&lt;br /&gt;
*SIMPLE_MOUND&lt;br /&gt;
*WILDERNESS_LOCATION&lt;br /&gt;
*SHRINE&lt;br /&gt;
*LABYRINTH&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|LAIR_CHARACTERISTIC}}&lt;br /&gt;
| Caste&lt;br /&gt;
| &lt;br /&gt;
*characteristic&lt;br /&gt;
*probability&lt;br /&gt;
| Defines certain features of the creature's lair. The only valid characteristic is HAS_DOORS.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|LAIR_HUNTER}}&lt;br /&gt;
| Caste&lt;br /&gt;
|&lt;br /&gt;
| This creature will actively hunt adventurers in its lair.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|LAIR_HUNTER_SPEECH}}&lt;br /&gt;
| Caste&lt;br /&gt;
| &lt;br /&gt;
*speech file&lt;br /&gt;
| What this creature says while hunting adventurers in its lair.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|LARGE_PREDATOR}}&lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| Will attack other creatures that are smaller than it. Tamed large predators will still attack wildlife. In [[fortress mode]], only one group of &amp;quot;large predators&amp;quot; (possibly two groups on &amp;quot;savage&amp;quot; maps) will appear on any given map. In [[adventurer mode]], large predators will try to ambush and attack you (and your party will attack them back). When tamed, large predators tend to be much more aggressive to enemies than non-large predators, making them a good choice for an animal army. They may go on rampages in worldgen, and adventurers may receive quests to kill them. Also, they can be mentioned in the intro paragraph when starting a fortress e.g. &amp;quot;ere the wolves get hungry.&amp;quot;&lt;br /&gt;
A single biome supports 7 large predator species, picking randomly and rolling a d100 under its {{token|FREQUENCY|c}} to add it until all 7 slots are filled.&lt;br /&gt;
&lt;br /&gt;
Incompatible with {{token|PACK_ANIMAL|c}} on a technicality, if included: hauled items are likely to be dropped upon entering the map (even if {{token|TRADE_CAPACITY|c}} is present) in contrast to when the merchants depart.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|LARGE_ROAMING}}&lt;br /&gt;
| Creature&lt;br /&gt;
|  &lt;br /&gt;
| This is the core requisite tag allowing the creature to spawn as a wild animal in the appropriate biomes. Requires specifying a {{token|BIOME|c}} in which the creature will spawn. Does not require specifying a frequency, population number, or cluster number.&lt;br /&gt;
&lt;br /&gt;
This tag stacks with {{token|MEGABEAST|c}}, {{token|SEMIMEGABEAST|c}}, or {{token|NIGHT_CREATURE_HUNTER|c}}; if used with one of these tags, the creature will spawn as both a boss and as a wild animal. This tag does not stack with {{token|FEATURE_BEAST|c}} and if both are used the creature will not spawn. This tag is unaffected by {{token|DEMON|c}}.&lt;br /&gt;
Large roamers are not able to spawn in Pool biomes as they do not connect to the edge of the map and are too small, Lake biomes are a suitable alternative.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|LAYS_EGGS}}&lt;br /&gt;
| Caste&lt;br /&gt;
|&lt;br /&gt;
| Creature lays [[egg]]s instead of giving birth to live young.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|LAYS_UNUSUAL_EGGS}}&lt;br /&gt;
| Caste&lt;br /&gt;
|&lt;br /&gt;
* [[item token]]&lt;br /&gt;
* [[material token]]&lt;br /&gt;
| Creature lays the specified item instead of regular eggs.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|LIGAMENTS}}&lt;br /&gt;
| Caste&lt;br /&gt;
| &lt;br /&gt;
* [[material token]]&lt;br /&gt;
*healing rate &lt;br /&gt;
| The creature has ligaments in its {{token|CONNECTIVE_TISSUE_ANCHOR|td}} tissues (bone or chitin by default). Cutting the bone/chitin tissue severs the ligaments, disabling motor function if the target is a limb.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|LIGHT_GEN}}&lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| A vermin featuring this tag will remain visible to an adventurer even at night. &lt;br /&gt;
&lt;br /&gt;
Subterranean vermin which feature this token will flicker in unexposed and unrevealed cavern layers while playing in Fortress Mode.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|LIKES_FIGHTING}}&lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| The creature will attack enemies rather than flee from them. This tag has the same effect on player-controlled creatures - including modded dwarves. Retired as of v0.40.14 in favor of {{token|LARGE_PREDATOR|c}}.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|LISP}}&lt;br /&gt;
| Caste&lt;br /&gt;
| &lt;br /&gt;
| Creature uses &amp;quot;sssssnake talk&amp;quot; (multiplies 'S' when talking - &amp;quot;My name isss Recisssiz.&amp;quot;). Used by [[Serpent man|serpent men]] and [[Reptile man|reptile men]] in the vanilla game. C's with the same pronunciation (depending on the word) are not affected by this token.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|LITTERSIZE}}&lt;br /&gt;
| Caste&lt;br /&gt;
| &lt;br /&gt;
* minimum&lt;br /&gt;
* maximum&lt;br /&gt;
| Determines the number of offspring per one birth; default 1-3, not used in vanilla raws. See also {{token|MULTIPLE_LITTER_RARE|c}}.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|LOCAL_POPS_CONTROLLABLE}}&lt;br /&gt;
| Creature&lt;br /&gt;
|&lt;br /&gt;
| Allows you to play as a wild animal of this species in adventurer mode. Prevents trading of (tame) instances of this creature in caravans.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|LOCAL_POPS_PRODUCE_HEROES}}&lt;br /&gt;
| Creature&lt;br /&gt;
|&lt;br /&gt;
| Wild animals of this species may occasionally join a civilization. Prevents trading of (tame) instances of this creature in caravans.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|LOCKPICKER}}&lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| Lets a creature open [[door]]s that are set to forbidden in fortress mode.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|LOOSE_CLUSTERS}}&lt;br /&gt;
| Creature&lt;br /&gt;
|  &lt;br /&gt;
| The creatures will scatter if they have this tag, or form tight packs if they don't. &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|LOW_LIGHT_VISION}}&lt;br /&gt;
| Caste&lt;br /&gt;
| &lt;br /&gt;
*number&lt;br /&gt;
| Determines how well a creature can see in the dark - higher is better. Dwarves have 10000, which amounts to perfect nightvision.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{{alphabetical TOC|style=margin: 1em auto;}}&lt;br /&gt;
&lt;br /&gt;
==M==&lt;br /&gt;
{| {{prettytable}}&lt;br /&gt;
|- bgcolor=&amp;quot;#ddd&amp;quot;&lt;br /&gt;
! width=&amp;quot;20%&amp;quot; | Token&lt;br /&gt;
! width=&amp;quot;10%&amp;quot; | Type&lt;br /&gt;
! width=&amp;quot;20%&amp;quot; | Arguments&lt;br /&gt;
! width=&amp;quot;50%&amp;quot; | Description&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|MAGICAL}}&lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| According to Toady One, this is completely interchangeable with {{token|AT_PEACE_WITH_WILDLIFE|c}} and might have been used in very early versions of the game by wandering wizards, or the ent-type tree creatures that used to be animated by elves. [http://www.bay12forums.com/smf/index.php?topic=169696.msg8316954#msg8316954]&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|MAGMA_VISION}}&lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| The creature is able to see while submerged in [[magma]]. &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|MALE}}&lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| Makes the creature biologically male; usually declared inside a caste.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| {{text anchor|MANNERISM|MANNERISM_*}}&lt;br /&gt;
| Caste&lt;br /&gt;
| &lt;br /&gt;
*occasionally body part &lt;br /&gt;
| Adds a possible mannerism to the creature's profile.  See [[creature mannerism token]] for further info.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|MATERIAL}}&lt;br /&gt;
| Creature&lt;br /&gt;
|&lt;br /&gt;
*material id&lt;br /&gt;
| Begins defining a new local material. Follow this with standard material definition tokens to define the material. A maximum of 200 materials can be defined on any given creature.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|MATERIAL_FORCE_MULTIPLIER}}&lt;br /&gt;
| Caste&lt;br /&gt;
| &lt;br /&gt;
*[[Material token]]&lt;br /&gt;
*value A&lt;br /&gt;
*value B&lt;br /&gt;
| When struck with a weapon made of the specified material, the force exerted will be multiplied by A/B, thus making the creature more or less susceptible to this material. For example, if A is 2 and B is 1, the force exerted by the defined material will be doubled. If A is 1 and B is 2, it will be halved instead. See also  {{token|GENERAL_MATERIAL_FORCE_MULTIPLIER|c}}, which can be used to make this sort of effect applicable to all materials.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|MATUTINAL}}&lt;br /&gt;
| Caste&lt;br /&gt;
| &lt;br /&gt;
| When set, the creature will only appear at dawn (between 4:30 AM and 6:00 AM) in [[Adventurer mode]].&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|MAXAGE}}&lt;br /&gt;
| Caste&lt;br /&gt;
| &lt;br /&gt;
*min&lt;br /&gt;
*max &lt;br /&gt;
| Determines the creature's natural lifespan, using the specified minimum and maximum age values (in years). Each individual creature with this token is generated with a predetermined date (calculated down to the exact [[time|tick]]!) between these values, at which it is destined to die of old age, should it live long enough. Note that the probability of death at any given age does not increase as the creature gets older [http://i.imgur.com/A1A4aA9.png]. &lt;br /&gt;
Creatures which lack this token are naturally immortal. The [[Syndrome#CE_ADD_TAG|NO_AGING]] syndrome tag will prevent death by old age from occurring. Also note that, among civilized creatures, castes which lack this token will refuse to marry others with it, and vice versa.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|MEANDERER}}&lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| Makes the creature slowly stroll around, unless it's in combat or performing a job. If combined with {{token|CAN_LEARN|c}}, will severely impact their [[pathfinding]] and lead the creature to move extremely slowly when not performing any task. &amp;lt;s&amp;gt;Problematically applies to animal people based on the animal, and war trained animals{{bug|9588}}&amp;lt;/s&amp;gt; As of version 52.05, meandering behavior no longer applies to animal people and to animals that are trained for war or hunting..&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|MEGABEAST}}&lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| A 'boss' creature; a small number of those are created during worldgen, their histories and descendants (if any) will be tracked in worldgen (as opposed to simply 'spawning'), and they will occasionally go on rampages, potentially leading to worship if they attack the same place multiple times. Their presence and number will also influence world age names. When appearing in fortress mode, they will have a pop-up message announcing their arrival. They will remain hostile to the fortress military even after being tamed.{{bug|10731}} See [[megabeast]] page for more details. &lt;br /&gt;
&lt;br /&gt;
Requires specifying a {{token|BIOME|c}} in which the creature will live. Subterranean biomes appear to not be allowed. Does stack with {{token|LARGE_ROAMING|c}} and if both are used the creature will spawn as both historical bosses and as wild animals.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|MENT_ATT_CAP_PERC}}&lt;br /&gt;
| Caste&lt;br /&gt;
|&lt;br /&gt;
*[[Attribute|ATTRIBUTE]] Token&lt;br /&gt;
*Cap %&lt;br /&gt;
|Default is 200.  This means you can increase your attribute to 200% of its starting value (or the average value + your starting value if that is higher).&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|MENT_ATT_RANGE}}&lt;br /&gt;
| Caste&lt;br /&gt;
|&lt;br /&gt;
*[[Attribute|ATTRIBUTE]]&lt;br /&gt;
*lowest&lt;br /&gt;
*lower&lt;br /&gt;
*low&lt;br /&gt;
*median&lt;br /&gt;
*high&lt;br /&gt;
*higher&lt;br /&gt;
*highest &lt;br /&gt;
| Sets up a [[Attribute#Soul_attributes|mental attribute]]'s range of values (0-5000). All mental attribute ranges default to 200:800:900:1000:1100:1300:2000.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|MENT_ATT_RATES}}&lt;br /&gt;
| Caste&lt;br /&gt;
| &lt;br /&gt;
*[[Attribute|ATTRIBUTE]] Token&lt;br /&gt;
*cost to improve&lt;br /&gt;
*unused counter rate&lt;br /&gt;
*rust counter rate&lt;br /&gt;
*demotion counter rate&lt;br /&gt;
| [[Attribute#Soul_attributes|Mental attribute]] gain/decay rates. Lower numbers in the last three slots make decay occur faster. Defaults are 500:4:5:4.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|MILKABLE}}&lt;br /&gt;
| Caste&lt;br /&gt;
| &lt;br /&gt;
* [[material token]]&lt;br /&gt;
* frequency&lt;br /&gt;
| Allows the creature to be [[milk]]ed in the [[farmer's workshop]]. The frequency is the amount of [[time|ticks]] the creature needs to &amp;quot;recharge&amp;quot; (i.e. how much time needs to pass before it can be milked again). Does not work on [[#CAN_LEARN|sentient]] creatures, regardless of [[ethics]].&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|MISCHIEVIOUS}}&lt;br /&gt;
| Caste&lt;br /&gt;
|&lt;br /&gt;
| Alias for {{token|MISCHIEVOUS|c}}.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|MISCHIEVOUS}}&lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| The creature spawns [[stealth]]ed and will attempt to path into the fortress, pulling any [[lever]]s it comes across. It will be invisible on the map and [[unit list]] until spotted by a citizen, at which point the game will pause and recenter on the creature. Used by [[gremlin]]s in the vanilla game. &amp;quot;They go on little missions to mess with various fortress buildings, not just levers.&amp;quot; &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|MODVALUE}}&lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| Seemingly no longer used.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|MOUNT}}&lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| Creature may be used as a [[mount]]. No use for the player in fortress mode, but enemy sieging forces may arrive with cavalry. Mounts are usable in adventure mode.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|MOUNT_EXOTIC}}&lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| Creature may be used as a [[mount]], but civilizations cannot domesticate it in worldgen without certain exceptions.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|MULTIPART_FULL_VISION}}&lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| Allows the creature to have all-around vision, as long as it has multiple heads that can see.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|MULTIPLE_LITTER_RARE}}&lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| Makes the species usually produce a single offspring per birth, with a 1/500 chance of using the {{token|LITTERSIZE|c}} as usual.  Requires {{token|FEMALE|c}}.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|MUNDANE}}&lt;br /&gt;
| Creature&lt;br /&gt;
|  &lt;br /&gt;
| Marks if the creature is an actual real-life creature. Only used for age-names at present.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{{alphabetical TOC|style=margin: 1em auto;}}&lt;br /&gt;
&lt;br /&gt;
==N==&lt;br /&gt;
{| {{prettytable}}&lt;br /&gt;
|- bgcolor=&amp;quot;#ddd&amp;quot;&lt;br /&gt;
! width=&amp;quot;20%&amp;quot; | Token&lt;br /&gt;
! width=&amp;quot;10%&amp;quot; | Type&lt;br /&gt;
! width=&amp;quot;20%&amp;quot; | Arguments&lt;br /&gt;
! width=&amp;quot;50%&amp;quot; | Description&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|NAME}}&lt;br /&gt;
| Creature&lt;br /&gt;
| &lt;br /&gt;
*singular&lt;br /&gt;
*plural&lt;br /&gt;
*adjective &lt;br /&gt;
| The generic name for any creature of this type - will be used for referring to the species in the abstract, such as the default material prefix. For labeling individual creatures, {{token|CASTE_NAME|c}} is necessary. If left undefined, the creature will be labeled as &amp;quot;nothing&amp;quot; by the game.&lt;br /&gt;
&lt;br /&gt;
Some examples of adjective use:&lt;br /&gt;
* &amp;quot;super''dwarven'' strength&amp;quot;&lt;br /&gt;
* &amp;quot;the ''dwarven'' hillocks of X&amp;quot;&lt;br /&gt;
* Deity species as in &amp;quot;''feline'' deity&amp;quot;&lt;br /&gt;
* Megabeast attacks in worldgen. One with multiple dragons being a &amp;quot;''draconic'' rampage&amp;quot;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|NATURAL}}&lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| Animal is considered to be natural. NATURAL animals will not engage creatures tagged with {{token|AT_PEACE_WITH_WILDLIFE|c}} in combat unless they are members of a hostile entity and vice-versa.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|NATURAL_ANIMAL}}&lt;br /&gt;
| Caste&lt;br /&gt;
| &lt;br /&gt;
| Alias of {{token|NATURAL|c}}.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|NATURAL_SKILL}}&lt;br /&gt;
| Caste&lt;br /&gt;
| &lt;br /&gt;
*[[Skill_token|Skill token]]&lt;br /&gt;
*value&lt;br /&gt;
| The creature possesses the specified [[skill]] at this level inherently - that is, it begins with the skill at this level, and the skill may never rust below that. A value of 15 is legendary.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|NIGHT_CREATURE}}&lt;br /&gt;
| Caste&lt;br /&gt;
|&lt;br /&gt;
| Creatures with this token can appear as [[experiment|experiments]]. Causes the creature to count as {{token|NOT_LIVING|c}}. &lt;br /&gt;
&lt;br /&gt;
Killing a creature featuring this token provides one point of &amp;quot;hero&amp;quot; reputation. Adds the creature's description as part of the initial summary of their historical figure in legends mode. People will react to creatures with this token as a night creature (natch). In adventure mode, ambushes involving these units will say &amp;quot;Night creature!&amp;quot; instead of &amp;quot;Ambush!&amp;quot; &lt;br /&gt;
&lt;br /&gt;
Prevents creature behavior enabled by {{token|LARGE_PREDATOR|c}}.&lt;br /&gt;
&lt;br /&gt;
Removes the high nature value check imposed by {{token|LOCAL_POPS_PRODUCE_HEROES|c}}.&lt;br /&gt;
&lt;br /&gt;
Prevents the AI from using ANIMATE interactions, unless the newly-animated{{token|OPPOSED_TO_LIFE|c}}undead will not attack them. The check for this is specifically whether the unit is: &lt;br /&gt;
*a ghost&lt;br /&gt;
*an animated unit &lt;br /&gt;
*a unit with the {{token|NO_AGING|c}} token added via {{token|CE_ADD_TAG|c}}. (This allows for the default exclusion of elves and goblins, unless raised as intelligent undead.)&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|NIGHT_CREATURE_BOGEYMAN}}&lt;br /&gt;
| Caste&lt;br /&gt;
|&lt;br /&gt;
| Creatures with this token can appear in [[bogeyman|bogeyman ambushes]] in [[adventure mode]], where they adopt classical bogeyman traits such as stalking the adventurer and vaporising when dawn breaks. Such traits do not manifest if the creature is encountered outside of a bogeyman ambush (for instance, as a megabeast or a civilised being). In addition, their corpses and severed body parts turn into [[smoke]] after a short while. Note that setting the &amp;quot;Number of Bogeyman Types&amp;quot; in [[advanced world generation]] to 0 will only remove randomly-generated bogeymen.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|NIGHT_CREATURE_EXPERIMENTER}}&lt;br /&gt;
| Caste&lt;br /&gt;
|&lt;br /&gt;
| Found on some [[necromancer]]s. Creatures with this tag may periodically &amp;quot;perform horrible experiments&amp;quot; offscreen, during which they can use creature-targeting interactions with an &amp;lt;code&amp;gt;[[Interaction_token#I_SOURCE|[I_SOURCE:EXPERIMENT]]]&amp;lt;/code&amp;gt; tag on living creatures in their area. Worlds are generated with a list of procedurally-generated experiments, allowing necromancers to turn living people and animals into [[Infected_ghoul|ghouls]] and [[Experiment|other experimental creatures]], and these will automatically be available to all experimenters; it does not appear possible to prevent this. You can mod in your own custom experiment interactions, but these are used very infrequently due to the large number of generated experiments.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|NIGHT_CREATURE_HUNTER}}&lt;br /&gt;
| Caste&lt;br /&gt;
|&lt;br /&gt;
| Found on [[night troll]]s and [[werebeast]]s. Implies that the creature is a [[night creature]], and shows its description in [[legends mode]] entry. The creature is always hostile and will start [[no quarter]] combat with any nearby creatures, except for members of its own race. Note that this tag does not override the creature's normal behavior in [[fortress mode]] except for the aforementioned aggression, and doesn't prevent the creature from fleeing the battles it started. It also removes the creature's materials from stockpile settings list, making them be stored there regardless of settings.&lt;br /&gt;
&lt;br /&gt;
Does stack with {{token|LARGE_ROAMING|c}} and if both are used the creature will spawn as both historical hunters and as wild animals; this requires specifying a {{token|BIOME|c}} in which the creature will live, and subterranean biomes are allowed.&lt;br /&gt;
&lt;br /&gt;
This tag causes the usual behaviour of werebeasts in worldgen, that is, fleeing towns upon being cursed and conducting raids from a lair. If this tag is absent from a deity curse, the accursed will simply be driven out of towns in a similar manner to [[vampire]]s. When paired with SPOUSE_CONVERTER, a very small population of the creature will be created during worldgen (sometimes only a single individual will be created), and their histories will be tracked (that is, they will not spawn spontaneously later, they must either have children or convert other creatures to increase their numbers). The creature will settle in a lair and go on rampages during worldgen. It will actively attempt to seek out potential conversion targets to abduct, convert, and have children with (if possible).&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|NIGHT_CREATURE_NIGHTMARE}}&lt;br /&gt;
| Caste&lt;br /&gt;
|&lt;br /&gt;
| Found on [[nightmare]]s. Corpses and severed body parts derived from creatures with this token turn into [[smoke]] after a short while.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|NO_AUTUMN}}&lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| The creature caste does not appear in [[Calendar|autumn]].&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|NO_CONNECTIONS_FOR_MOVEMENT}}&lt;br /&gt;
| Caste&lt;br /&gt;
| &lt;br /&gt;
| Creature doesn't require connected body parts to move{{verify}}; generally used on undead creatures with connections that have rotted away.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|NO_DIZZINESS}}&lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| Creature cannot become [[Symptom#Dizziness|dizzy]].&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|NO_DRINK}}&lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| Creature does not need to drink. &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|NO_EAT}}&lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| Creature does not need to [[food|eat]].&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|NO_FEVERS}}&lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| Creature cannot suffer [[Symptom#Fever|fevers]].&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|NO_GENDER}}&lt;br /&gt;
| Caste&lt;br /&gt;
|&lt;br /&gt;
| The creature is biologically sexless, making it unable to [[breeding|breed]].&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|NO_PHYS_ATT_GAIN}}&lt;br /&gt;
| Caste&lt;br /&gt;
|&lt;br /&gt;
| The creature cannot raise any [[Attribute#Body_attributes|physical attributes]].&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|NO_PHYS_ATT_RUST}}&lt;br /&gt;
| Caste&lt;br /&gt;
| &lt;br /&gt;
| The creature cannot lose any [[Attribute#Body_attributes|physical attributes]].&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|NO_SLEEP}}&lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| Creature does not need to sleep, but can still be rendered unconscious by other means.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|NO_SPRING}}&lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| The creature caste does not appear in [[Calendar|spring]].&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|NO_SUMMER}}&lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| The creature caste does not appear in [[Calendar|summer]].&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|NO_THOUGHT_CENTER_FOR_MOVEMENT}}&lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| The bodyparts of this creature don't need to be connected to an organ with the {{token|THOUGHT|body}} tag in order to have motor function. Generally used on creatures that don't have brains. If a creature doesn't have a thought part and doesn't have this token, it will be unable to grasp or stand. Nautilus men experience this issue in vanilla.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|NO_UNIT_TYPE_COLOR}}&lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| Prevents creature from selecting its color based on its profession (e.g. Miner, Hunter, Wrestler).&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|NO_VEGETATION_PERTURB}}&lt;br /&gt;
| Caste{{Verify}}&lt;br /&gt;
|  &lt;br /&gt;
| Likely prevents the creature from leaving broken vegetation tracks.{{Verify}}&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|NO_WINTER}}&lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| The creature caste does not appear in [[Calendar|winter]].&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|NOBONES}}&lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| Creature cannot be picked up for worldgen fell moods and cannot be made a skeleton deity.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|NOBREATHE}}&lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| Creature doesn't need to breathe or have {{token|BREATHE|body}}parts in its body, nor can it drown or be strangled. Creatures living in magma must have this tag, otherwise they will drown.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|NOCTURNAL}}&lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| When set, the creature will only appear at night (after 10:05 PM and before 4:30 AM) in [[Adventurer mode]].&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|NOEMOTION}}&lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| Creature has no emotions, thus; it is immune to the effects of [[stress]] and unable to rage, and its [[need]]s cannot be fulfilled in any way. Used on [[undead]] in the vanilla game.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|NOEXERT}}&lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| Creature can't become tired or over-exerted from taking too many combat actions, or moving at full speed for extended periods of time. &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|NOFEAR}}&lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| Creature doesn't feel fear and will never flee from battle, and will be immune to [[ghost]]s' attempts to 'scare it to death'. Additionally, it causes [[bogeyman|bogeymen]] and [[nightmare]]s to become friendly towards the creature.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|NOMEAT}}&lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| Creature will not be hunted or fed to wild beasts.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|NONAUSEA}}&lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| Creature isn't nauseated by gut hits and cannot vomit.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|NOPAIN}}&lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| Creature doesn't feel pain. &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|NOSKIN}}&lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| Creature will not drop a hide when [[butcher|butchered]]. &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|NOSKULL}}&lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| Creature will not drop a skull on butchering, rot, or decay of severed head.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|NOSMELLYROT}}&lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| Does not produce [[miasma]] when rotting.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|NOSTUCKINS}}&lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| Weapons can't get stuck in the creature. &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|NOSTUN}}&lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| Creature can't be stunned and knocked unconscious by pain or head injuries. Creatures with this tag never wake up from sleep in Fortress Mode. If this creature needs to sleep while playing, it &amp;lt;b&amp;gt;will&amp;lt;/b&amp;gt; die.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|NOT_BUTCHERABLE}}&lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| Corpses from this creature cannot be [[butcher|butchered]]. Does not prevent the creature from being slaughtered while alive, however.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|NOT_LIVING}}&lt;br /&gt;
| Caste&lt;br /&gt;
| &lt;br /&gt;
| Cannot be raised from the dead by necromancers or evil clouds. Implies the creature is not a normal living being. Used by [[vampire]]s, [[Mummy|mummies]] and inorganic creatures like the [[amethyst man]] and [[bronze colossus]]. Creatures who are {{token|OPPOSED_TO_LIFE|c}} (undead) will be docile towards creatures with this token.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|NOTHOUGHT}}&lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| Creature doesn't require a {{token|THOUGHT|body}} body part to survive. Has the added effect of preventing speech, though directly controlling creatures that would otherwise be capable of speaking allows them to engage in conversation.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{{alphabetical TOC|style=margin: 1em auto;}}&lt;br /&gt;
&lt;br /&gt;
==O==&lt;br /&gt;
{| {{prettytable}}&lt;br /&gt;
|- bgcolor=&amp;quot;#ddd&amp;quot;&lt;br /&gt;
! width=&amp;quot;20%&amp;quot; | Token&lt;br /&gt;
! width=&amp;quot;10%&amp;quot; | Type&lt;br /&gt;
! width=&amp;quot;20%&amp;quot; | Arguments&lt;br /&gt;
! width=&amp;quot;50%&amp;quot; | Description&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|ODOR_LEVEL}}&lt;br /&gt;
| Caste&lt;br /&gt;
| &lt;br /&gt;
*number&lt;br /&gt;
| How easy the creature is to [[smell]]. The higher the number, the easier the creature is to sniff out. Defaults to 50. Vanilla creatures have values from 0 (undetectable) to 90 (noticeable by humans and dwarves).&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|ODOR_STRING}}&lt;br /&gt;
| Caste&lt;br /&gt;
| &lt;br /&gt;
*string&lt;br /&gt;
| What the creature [[smell]]s like. If no odor string is defined, the creature name (not the caste name) is used.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|OPPOSED_TO_LIFE}}&lt;br /&gt;
| Caste&lt;br /&gt;
| &lt;br /&gt;
| Is hostile to all creatures except undead and other non-living ones and will show {{DFtext|Opposed to life|0:1}} in the [[unit list]]. Used by [[undead]] in the vanilla game. Functions without the {{token|NOT_LIVING|c}} token, and seems to imply said token as well. Undead will not be hostile to otherwise-living creatures given this token. Living creatures given this token will attack living creatures that lack it, while ignoring other living creatures that also have this token.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|ORIENTATION}}&lt;br /&gt;
| Caste&lt;br /&gt;
| &lt;br /&gt;
*MALE/FEMALE&lt;br /&gt;
*disinterested chance&lt;br /&gt;
*casual chance&lt;br /&gt;
*strong chance&lt;br /&gt;
| Determines caste's likelihood of having sexual attraction to certain sexes. Values default to 75:20:5 for the same sex and 5:20:75 for the opposite sex. The first value indicates how likely to be entirely uninterested in the sex, the second decides if the creature will be able to become lovers with that sex, the third decides whether they will be able to marry in worldgen and post-worldgen world activities (which implies being able to become lovers). Marriage seems to be able to happen in fort mode play regardless, as long as they are lovers first.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|OUTSIDER_CONTROLLABLE}}&lt;br /&gt;
| Caste&lt;br /&gt;
|&lt;br /&gt;
| Lets you play as an [[Adventurer_mode_character_creation#Outsider|outsider]] of this species in adventure mode.&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{{alphabetical TOC|style=margin: 1em auto;}}&lt;br /&gt;
&lt;br /&gt;
==P==&lt;br /&gt;
{| {{prettytable}}&lt;br /&gt;
|- bgcolor=&amp;quot;#ddd&amp;quot;&lt;br /&gt;
! width=&amp;quot;20%&amp;quot; | Token&lt;br /&gt;
! width=&amp;quot;10%&amp;quot; | Type&lt;br /&gt;
! width=&amp;quot;20%&amp;quot; | Arguments&lt;br /&gt;
! width=&amp;quot;50%&amp;quot; | Description&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|PACK_ANIMAL}}&lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| Allows the creature to be used as a pack animal. Used by [[trading|merchants]] without wagons and adventurers. Also prevents creature from dropping hauled items on its own -- do ''not'' use for player-controllable creatures! May lead to the creature being domesticated during worldgen, even if it doesn't have {{token|COMMON_DOMESTIC|c}}.&lt;br /&gt;
&lt;br /&gt;
Creatures with this tag but without {{token|BENIGN|c}}, and/or with {{token|LARGE_PREDATOR|c}} leads to hauled items being dropped.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|PARALYZEIMMUNE}}&lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| The creature is immune to all [[Syndrome#CE_PARALYSIS|paralyzing]] special attacks.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|PATTERNFLIER}}&lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| Used to control the bat riders with paralyze-dart blowguns that flew through the 2D chasm. Doesn't do anything now.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|PCG_LAYERING}}&lt;br /&gt;
| Creature&lt;br /&gt;
|&lt;br /&gt;
*[[Procedural graphics layer|Layering type]]&lt;br /&gt;
| Adds a layer to the current {{token|PROCEDURAL_CREATURE_GRAPHICS|c}} definition. &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|PEARL}}&lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| Does nothing.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|PENETRATEPOWER}}&lt;br /&gt;
| Caste&lt;br /&gt;
| &lt;br /&gt;
*value &lt;br /&gt;
| Controls the ability of [[vermin]] to find a way into containers when they are eating food from your stockpiles.&lt;br /&gt;
&lt;br /&gt;
Objects made of most materials (e.g. metal) roll a number from 0-100, and if the resulting number is greater than the penetrate power, their contents escape for the time being. Objects made of [[wood]], [[leather]], [[amber]], or [[coral]] roll 0-95, and items made of [[cloth]] roll 0-90.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|PERSONALITY}}&lt;br /&gt;
| Caste&lt;br /&gt;
| &lt;br /&gt;
*ATTRIBUTE&lt;br /&gt;
*lowest&lt;br /&gt;
*median&lt;br /&gt;
*highest &lt;br /&gt;
| Determines the range and chance of personality facets. Standard is 0:50:100. See [[personality facet]] for more info.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|PET}}&lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| Allows the creature to be [[Animal_trainer|tamed]] in Fortress mode. Prerequisite for all other working animal roles. Civilizations that encounter it in worldgen will tame and domesticate it for their own use. Adding this to civilization members will classify them as pets instead of citizens, with all the [[Fun|problems]] that entails. However, you can solve these problems using the popular plugin [https://dffd.bay12games.com/file.php?id=13095| Dwarf Therapist], which is completely unaffected by the tag.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|PET_EXOTIC}}&lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| Allows the creature to be [[Animal_trainer|tamed]] in Fortress mode. Prequisite for all other working animal roles. Civilizations cannot domesticate it in worldgen, with certain exceptions. More difficult to tame?{{verify}} Adding this to civilization members will classify them as pets instead of citizens, with all the [[Fun|problems]] that entails. ([[Gremlin|Example]]).&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|PETVALUE}}&lt;br /&gt;
| Caste&lt;br /&gt;
| &lt;br /&gt;
*value &lt;br /&gt;
| How valuable a tamed animal is. Actual cost in points in the embarking screen is 1+(PETVALUE/2) for an untrained animal, 1+PETVALUE for a war/hunting one. &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|PETVALUE_DIVISOR}}&lt;br /&gt;
| Caste&lt;br /&gt;
| &lt;br /&gt;
*value&lt;br /&gt;
| Divides the creature's {{token|PETVALUE|c}} by the specified number. Used by [[honey bee]]s to prevent a single hive from being worth a fortune.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|PHYS_ATT_CAP_PERC}}&lt;br /&gt;
| Caste&lt;br /&gt;
|&lt;br /&gt;
*[[Attribute|ATTRIBUTE]] Token&lt;br /&gt;
*Cap %&lt;br /&gt;
|Default is 200. This means you can increase your attribute to 200% of its starting value (or the average value + your starting value if that is higher).&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|PHYS_ATT_RANGE}}&lt;br /&gt;
| Caste&lt;br /&gt;
| &lt;br /&gt;
*[[Attribute|ATTRIBUTE]]&lt;br /&gt;
*lowest&lt;br /&gt;
*lower&lt;br /&gt;
*low&lt;br /&gt;
*median&lt;br /&gt;
*high&lt;br /&gt;
*higher&lt;br /&gt;
*highest &lt;br /&gt;
| Sets up a [[Attribute#Body_attributes|physical attribute]]'s range of values (0-5000). All physical attribute ranges default to 200:700:900:1000:1100:1300:2000.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|PHYS_ATT_RATES}}&lt;br /&gt;
| Caste&lt;br /&gt;
| &lt;br /&gt;
*[[Attribute|ATTRIBUTE]] Token&lt;br /&gt;
*cost to improve&lt;br /&gt;
*unused counter rate&lt;br /&gt;
*rust counter rate&lt;br /&gt;
*demotion counter rate&lt;br /&gt;
| [[Attribute#Body_attributes|Physical attribute]] gain/decay rates. Lower numbers in the last three slots make decay occur faster. Defaults for STRENGTH, AGILITY, TOUGHNESS, and ENDURANCE are 500:3:4:3, while RECUPERATION and DISEASE_RESISTANCE default to 500:NONE:NONE:NONE.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|PLUS_BP_GROUP}}&lt;br /&gt;
| Caste&lt;br /&gt;
|&lt;br /&gt;
*BY_TYPE, BY_CATEGORY, or BY_TOKEN&lt;br /&gt;
*body type, category, or token&lt;br /&gt;
| Adds a body part group to selected body part group. Presumably used immediately after {{token|SET_BP_GROUP|c}}.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|PLUS_MATERIAL}}&lt;br /&gt;
| Creature&lt;br /&gt;
| &lt;br /&gt;
*material&lt;br /&gt;
| Adds a material to selected materials. Used immediately after {{token|SELECT_MATERIAL|c}}.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|POP_RATIO}}&lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
*number (max 100000)&lt;br /&gt;
| Weighted population of caste; Lower is rarer. Not to be confused with {{token|FREQUENCY|c}}. A weight of 0 will{{version|51.06 experimental}} prevent a caste from spawning naturally. Regardless of pop ratio, [[Position token|Position]]s that only allow a certain caste can force it to spawn.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|POPULATION_NUMBER}}&lt;br /&gt;
| Creature&lt;br /&gt;
| &lt;br /&gt;
*min&lt;br /&gt;
*max &lt;br /&gt;
| The minimum/maximum numbers of how many of these creatures are present in each world map tile of the appropriate region. Defaults to 1:1 if not specified. If the creature's chosen {{token|CLUSTER_NUMBER|c}} happens to be larger, it will be used instead.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|POWER}}&lt;br /&gt;
| Caste&lt;br /&gt;
|&lt;br /&gt;
| Allows the being to represent itself as a deity, allowing it to become the leader of a civilized group. Not used by any creatures in the vanilla game. Requires {{token|CAN_SPEAK|c}} to actually do anything more than settle at a location (e.g. write books, lead armies, profane temples). Doesn't appear to do anything for creatures that are already civilized. Once the creature ascends to a position of leadership, it will proceed to act as a standard ruler for their entity and fulfill the same functions (hold tournaments, tame creatures, etc.).&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|PREFSTRING}}&lt;br /&gt;
| Creature&lt;br /&gt;
| &lt;br /&gt;
*string&lt;br /&gt;
| Sets what other creatures [[Preferences|prefer]] about this creature. &amp;quot;Urist likes dwarves for their beards.&amp;quot; Multiple entries will be chosen from at random. Creatures lacking a PREFSTRING token will never appear under another's preferences.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|PROCEDURAL_CREATURE_GRAPHICS}}&lt;br /&gt;
| Creature&lt;br /&gt;
| &lt;br /&gt;
* [[Graphics_token#Basic_creature_sprite_types|Sprite type]] or Caste then sprite type&lt;br /&gt;
| Makes the creature have procedural graphics built for it, like forgotten beasts/demons/titans/experiments. Must be associated with PCG_LAYERING tokens.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|PROFESSION_NAME}}&lt;br /&gt;
| Creature&lt;br /&gt;
| &lt;br /&gt;
*[[Unit type token]] (Profession)&lt;br /&gt;
*singular&lt;br /&gt;
*plural &lt;br /&gt;
| The generic name for members of this profession, at the creature level. In order to give members of specific castes different names for professions, use {{token|CASTE_PROFESSION_NAME|c}} instead.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|PRONE_TO_RAGE}}&lt;br /&gt;
| Caste&lt;br /&gt;
| &lt;br /&gt;
*Chance&lt;br /&gt;
| Creature has a percentage chance to flip out at visible non-friendly creatures. Enraged creatures attack anything regardless of timidity and get a strength bonus to their hits. This is what makes [[badger]]s so hardcore.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|PUS}}&lt;br /&gt;
| Caste&lt;br /&gt;
| &lt;br /&gt;
* &amp;lt;[[material token]]&amp;gt;&lt;br /&gt;
* &amp;lt;[[Material_definition_token#Material_States|material state]]&amp;gt;&lt;br /&gt;
| The creature has pus. Specifies the stuff secreted by [[Health_care#Infection|infected wounds]].&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{{alphabetical TOC|style=margin: 1em auto;}}&lt;br /&gt;
&lt;br /&gt;
==R==&lt;br /&gt;
{| {{prettytable}}&lt;br /&gt;
|- bgcolor=&amp;quot;#ddd&amp;quot;&lt;br /&gt;
! width=&amp;quot;20%&amp;quot; | Token&lt;br /&gt;
! width=&amp;quot;10%&amp;quot; | Type&lt;br /&gt;
! width=&amp;quot;20%&amp;quot; | Arguments&lt;br /&gt;
! width=&amp;quot;50%&amp;quot; | Description&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|RELSIZE}}&lt;br /&gt;
| Caste&lt;br /&gt;
| &lt;br /&gt;
*BY_CATEGORY, BY_TYPE, BY_TOKEN&lt;br /&gt;
*body category, type, or token&lt;br /&gt;
*Relsize &lt;br /&gt;
| Specifies a new relative size for a part than what is stated in the body plan. For example, dwarves have larger livers.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|REMAINS}}&lt;br /&gt;
| Caste&lt;br /&gt;
| &lt;br /&gt;
*singular&lt;br /&gt;
*plural&lt;br /&gt;
| What the creature's [[remains]] are called.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|REMAINS_COLOR}}&lt;br /&gt;
| Caste&lt;br /&gt;
|&lt;br /&gt;
| What color the creature's [[remains]] are.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|REMAINS_ON_VERMIN_BITE_DEATH}}&lt;br /&gt;
| Caste&lt;br /&gt;
|&lt;br /&gt;
| Goes with {{token|VERMIN_BITE|c}} and {{token|DIE_WHEN_VERMIN_BITE|c}}, the vermin creature will leave remains on death when biting. Leaving this tag out will cause the creature to disappear entirely after it bites.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|REMAINS_UNDETERMINED}}&lt;br /&gt;
| Caste&lt;br /&gt;
|&lt;br /&gt;
| Nothing.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|REMOVE_MATERIAL}}&lt;br /&gt;
| Creature&lt;br /&gt;
| &lt;br /&gt;
*material token &lt;br /&gt;
| Removes a material from the creature.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|REMOVE_TISSUE}}&lt;br /&gt;
| Creature&lt;br /&gt;
|&lt;br /&gt;
*tissue token&lt;br /&gt;
| Removes a tissue from the creature.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|RETRACT_INTO_BP}}&lt;br /&gt;
| Caste&lt;br /&gt;
|&lt;br /&gt;
*BY_TYPE, BY_CATEGORY or BY_TOKEN&lt;br /&gt;
*body type, [[Body_token#CATEGORY|category]], or [[Body_token#BP|token]]&lt;br /&gt;
*Second person (&amp;quot;You&amp;quot;) retract verb text&lt;br /&gt;
*Third person (&amp;quot;The giant snail&amp;quot;) retract verb text&lt;br /&gt;
*Second person cancel retract text&lt;br /&gt;
*Third person cancel retract text&lt;br /&gt;
| The creature will retract into the specified body part(s) when threatened. It will be unable to move or attack, but enemies will only be able to attack the specified body part(s). When one of the specified body part is severed off, the creature automatically unretracts and cannot retract anymore. More than one body part can be selected by using BY_TYPE or BY_CATEGORY.&lt;br /&gt;
&lt;br /&gt;
Second-person descriptions are used for adventurer mode natural ability. &amp;quot;&amp;lt;pro_pos&amp;gt;&amp;quot; can be used in the descriptions, being replaced with the proper pronoun (or lack thereof) in-game.&lt;br /&gt;
&lt;br /&gt;
Undead curled up creatures are buggy, specifically those that retract into their upper bodies: [[echidna]]s, [[hedgehog]]s and [[pangolin]]s.{{bug|11463}}{{bug|10519}} The upper body is prevented from collapsing by a separate body part (the middle spine), which cannot be attacked when the creature is retracted. See {{token|PREVENTS_PARENT_COLLAPSE|bo}}. Living creatures eventually succumb to blood loss, but undead creatures do not. Giant creatures also take a very long time to bleed out.&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|RETURNS_VERMIN_KILLS_TO_OWNER}}&lt;br /&gt;
| Creature&lt;br /&gt;
|&lt;br /&gt;
| Cat behavior. If it kills a vermin creature and has an owner, it carries the remains in its mouth and drops them at their feet. Requires {{token|HUNTS_VERMIN|c}}.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|ROOT_AROUND}}&lt;br /&gt;
| Caste&lt;br /&gt;
| &lt;br /&gt;
*BY_TYPE, BY_CATEGORY or BY_TOKEN&lt;br /&gt;
*body type, [[Body_token#CATEGORY|category]], or [[Body_token#BP|token]]&lt;br /&gt;
*Second person (&amp;quot;You&amp;quot;) verb text&lt;br /&gt;
*Third person (&amp;quot;The hen&amp;quot;) verb text&lt;br /&gt;
| Creature will occasionally root around in the grass, looking for insects.  Used for flavor in Adventurer Mode, spawns vermin edible for this creature in Fortress Mode. Creatures missing the specified body part will be unable to perform this action. The action produces a message (visible in adventure mode) in the form:&lt;br /&gt;
&lt;br /&gt;
{{DFtext|[creature] [verb text] the [description of creature's location].|6:0}}&lt;br /&gt;
&lt;br /&gt;
In adventure mode, the &amp;quot;rooting around&amp;quot; ability will be included in the &amp;quot;natural abilities&amp;quot; menu, represented by its second person verb text.&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{{alphabetical TOC|style=margin: 1em auto;}}&lt;br /&gt;
&lt;br /&gt;
==S==&lt;br /&gt;
{| {{prettytable}}&lt;br /&gt;
|- bgcolor=&amp;quot;#ddd&amp;quot;&lt;br /&gt;
! width=&amp;quot;20%&amp;quot; | Token&lt;br /&gt;
! width=&amp;quot;10%&amp;quot; | Type&lt;br /&gt;
! width=&amp;quot;20%&amp;quot; | Arguments&lt;br /&gt;
! width=&amp;quot;50%&amp;quot; | Description&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|SAVAGE}}&lt;br /&gt;
| Creature&lt;br /&gt;
|  &lt;br /&gt;
| The creature will only show up in &amp;quot;savage&amp;quot; biomes. Has no effect on cavern creatures. Cannot be combined with {{token|GOOD|c}} or {{token|EVIL|c}}.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|SECRETION}}&lt;br /&gt;
| Caste&lt;br /&gt;
| &lt;br /&gt;
*&amp;lt;[[material token]]&amp;gt;&lt;br /&gt;
*&amp;lt;[[Material_definition_token#Material_States|material state]]&amp;gt;&lt;br /&gt;
*BY_TOKEN / BY_CATEGORY / BY_TYPE&lt;br /&gt;
*&amp;lt;[[Body_token#BP|body part ID]]&amp;gt; / &amp;lt;[[Body_token#CATEGORY|category]]&amp;gt; or ALL / &amp;lt;type (e.g. [[Body_token#GRASP|GRASP]])&amp;gt;&lt;br /&gt;
*&amp;lt;[[Body_detail_plan_token#BP_LAYERS|tissue layer]]&amp;gt; or ALL&lt;br /&gt;
*&amp;lt;trigger&amp;gt;&lt;br /&gt;
| Causes the specified tissue layer(s) of the indicated body part(s) to secrete the designated material. A size 100 ('covering') [[contaminant]] is created over the affected body part(s) in its specified material state (and at the temperature appropriate to this state) when the trigger condition is met, as long as one of the secretory tissue layers is still intact. Valid triggers are:&lt;br /&gt;
*'''CONTINUOUS'''&lt;br /&gt;
Secretion occurs once every 40 [[time|ticks]] in [[fortress mode]], and every tick in [[adventurer mode]].&lt;br /&gt;
*'''EXERTION'''&lt;br /&gt;
Secretion occurs continuously (at the rate described above) whilst the creature is at minimum &amp;lt;span style=&amp;quot;font-size:75%&amp;quot;&amp;gt;{{Tile|Tired|6:1}}&amp;lt;/span&amp;gt; following physical exertion. Note that this cannot occur if the creature has {{token|NOEXERT|c}}.&lt;br /&gt;
*'''EXTREME_EMOTION'''&lt;br /&gt;
Secretion occurs continuously (as above) whilst the creature is distressed. Cannot occur in creatures with {{token|NOEMOTION|c}}.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|SELECT_ADDITIONAL_CASTE}}&lt;br /&gt;
| Creature&lt;br /&gt;
| &lt;br /&gt;
*&amp;lt;caste&amp;gt;&lt;br /&gt;
| Adds an additional previously defined caste to the selection. Used after {{token|SELECT_CASTE|c}}.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|SELECT_CASTE}}&lt;br /&gt;
| Creature&lt;br /&gt;
| &lt;br /&gt;
*&amp;lt;caste&amp;gt; or ALL &lt;br /&gt;
| Selects a previously defined caste&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|SELECT_MATERIAL}}&lt;br /&gt;
| Creature&lt;br /&gt;
| &lt;br /&gt;
*&amp;lt;[[material token]]&amp;gt;&lt;br /&gt;
| Selects a locally defined material. Can be ALL.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|SELECT_TISSUE}}&lt;br /&gt;
| Creature&lt;br /&gt;
|&lt;br /&gt;
*tissue token&lt;br /&gt;
| Selects a tissue for editing.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|SEMIMEGABEAST}}&lt;br /&gt;
| Caste&lt;br /&gt;
| &lt;br /&gt;
| Essentially the same as {{token|MEGABEAST|c}}, but more of them are created during worldgen. See the [[semi-megabeast]] page for details.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|SENSE_CREATURE_CLASS}}&lt;br /&gt;
| Caste&lt;br /&gt;
| &lt;br /&gt;
* &amp;lt;[[Creature_token#CREATURE_CLASS|creature class]]&amp;gt;&lt;br /&gt;
* [[Tilesets|&amp;lt;tile value or character&amp;gt;]]&lt;br /&gt;
* [[Color#Color_values|&amp;lt;foreground color&amp;gt;:&amp;lt;background color&amp;gt;:&amp;lt;foreground brightness&amp;gt;]]&lt;br /&gt;
| Gives the creature the ability to sense creatures belonging to the specified [[Creature_token#CREATURE_CLASS|creature class]] even when they lie far beyond line of sight, including through walls and floors. It also appears to reduce or negate the combat penalty of [[Wound#Blindness|blind]] units when fighting creatures they can sense. In [[adventure mode]], the specified tile will be used to represent sensed creatures when they cannot be seen directly.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|SET_BP_GROUP}}&lt;br /&gt;
| Caste&lt;br /&gt;
| &lt;br /&gt;
*selection criteria BY_TYPE, BY_CATEGORY, BY_TOKEN&lt;br /&gt;
*category, type, or token &lt;br /&gt;
| Begins a selection of body parts.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|SKILL_LEARN_RATE}}&lt;br /&gt;
| Caste&lt;br /&gt;
| &lt;br /&gt;
*&amp;lt;[[skill_token]]&amp;gt;&lt;br /&gt;
*&amp;lt;percentage&amp;gt;&lt;br /&gt;
| The rate at which this creature learns this skill. Requires {{token|CAN_LEARN|c}} or {{token|INTELLIGENT|c}} to function.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|SKILL_LEARN_RATES}}&lt;br /&gt;
| Caste&lt;br /&gt;
| &lt;br /&gt;
*&amp;lt;percentage&amp;gt;&lt;br /&gt;
| The rate at which this creature learns all skills. Requires {{token|CAN_LEARN|c}} or {{token|INTELLIGENT|c}} to function.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|SKILL_RATE}}&lt;br /&gt;
| Caste&lt;br /&gt;
| &lt;br /&gt;
*[[skill_token]]&lt;br /&gt;
*&amp;lt;% of improvement points gained&amp;gt;&lt;br /&gt;
*&amp;lt;unused counter rate&amp;gt;&lt;br /&gt;
*&amp;lt;rust counter rate&amp;gt;&lt;br /&gt;
*&amp;lt;demotion counter rate&amp;gt;&lt;br /&gt;
| Like {{token|SKILL_RATES|c}}, but applies to individual skills instead. Requires {{token|CAN_LEARN|c}} or {{token|INTELLIGENT|c}} to function.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|SKILL_RATES}}&lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
*&amp;lt;% of improvement points gained&amp;gt;&lt;br /&gt;
*&amp;lt;unused counter rate&amp;gt;&lt;br /&gt;
*&amp;lt;rust counter rate&amp;gt;&lt;br /&gt;
*&amp;lt;demotion counter rate&amp;gt;&lt;br /&gt;
| Affects skill gain and decay. Lower numbers in the last three slots make decay occur faster ([SKILL_RATES:100:1:1:1] would cause rapid decay). The counter rates may also be replaced with NONE.&lt;br /&gt;
Default is [SKILL_RATES:100:8:16:16]. Requires {{token|CAN_LEARN|c}} or {{token|INTELLIGENT|c}} to function.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|SKILL_RUST_RATE}}&lt;br /&gt;
| Caste&lt;br /&gt;
| &lt;br /&gt;
*[[skill_token]]&lt;br /&gt;
*value&lt;br /&gt;
*value&lt;br /&gt;
*value&lt;br /&gt;
| The rate at which this skill decays. Lower values cause the skill to decay faster. Requires {{token|CAN_LEARN|c}} or {{token|INTELLIGENT|c}} to function.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|SKILL_RUST_RATES}}&lt;br /&gt;
| Caste&lt;br /&gt;
| &lt;br /&gt;
*value&lt;br /&gt;
*value&lt;br /&gt;
*value&lt;br /&gt;
| The rate at which all skills decay. Lower values cause the skills to decay faster. Requires {{token|CAN_LEARN|c}} or {{token|INTELLIGENT|c}} to function.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|SLAIN_CASTE_SPEECH}}&lt;br /&gt;
| Caste&lt;br /&gt;
| &lt;br /&gt;
*[[Speech file|text set]]&lt;br /&gt;
| Caste-specific {{token|SLAIN_SPEECH|c}}.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|SLAIN_SPEECH}}&lt;br /&gt;
| Creature&lt;br /&gt;
| &lt;br /&gt;
*[[Speech file|text set]]&lt;br /&gt;
| Boasting speeches relating to killing this creature. Examples include [[text_dwarf.txt/raw|text_dwarf.txt]] (&amp;lt;code&amp;gt;[SLAIN_SPEECH:SLAIN_DWARF]&amp;lt;/code&amp;gt;) and text_elf.txt (&amp;lt;code&amp;gt;[SLAIN_SPEECH:SLAIN_ELF]&amp;lt;/code&amp;gt;) in data\vanilla\vanilla_creatures\objects.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|SLOW_LEARNER}}&lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| Shorthand for {{token|CAN_LEARN|c}} + &amp;lt;code&amp;gt;[[Creature_token#SKILL_LEARN_RATES|[SKILL_LEARN_RATES:50]]]&amp;lt;/code&amp;gt;.{{verify}} Used by a number of 'primitive' creatures (like [[ogre]]s, [[giant]]s and [[troglodyte]]s) in the vanilla game. Applicable to player races. Prevents a player from recruiting nobility, even basic ones. Subterranean creatures with this token combined with {{token|EVIL|c}} will become servants of goblins in their civilizations, in the style of [[troll]]s.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|SMALL_REMAINS}}&lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| Creature leaves &amp;quot;[[item token#REMAINS|remains]]&amp;quot; instead of a corpse. Used by [[vermin]].&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|SMELL_TRIGGER}}&lt;br /&gt;
| Caste&lt;br /&gt;
| &lt;br /&gt;
*value&lt;br /&gt;
| Determines how keen a creature's sense of smell is - lower is better. At 10000, a creature cannot smell at all.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|SOLDIER_ALTTILE}}&lt;br /&gt;
| Creature&lt;br /&gt;
| &lt;br /&gt;
*'character' or tile number&lt;br /&gt;
| If this creature is active in its civilization's military, it will blink between its default tile and this one.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|SOUND}}&lt;br /&gt;
| Caste&lt;br /&gt;
|&lt;br /&gt;
* Sound application (currently accepts ALERT or PEACEFUL_INTERMITTENT)&lt;br /&gt;
* Sound range (in tiles)&lt;br /&gt;
* Sound delay (lower values = sound is produced more often)&lt;br /&gt;
* VOCALIZATION or NONE (determines whether the sound requires breathing or not)&lt;br /&gt;
* First-person description&lt;br /&gt;
* Third-person description&lt;br /&gt;
* Description when out of sight&lt;br /&gt;
| Creature makes sounds periodically, which can be heard in Adventure mode.&lt;br /&gt;
* First-person reads &amp;quot;You '''bark'''&amp;quot;&lt;br /&gt;
* Third-person reads &amp;quot;The [[capybara]] '''barks'''&amp;quot;&lt;br /&gt;
* Out of sight reads &amp;quot;You hear '''a loud bark'''&amp;quot;&lt;br /&gt;
with the text in bold being the description arguments of the token.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|SOURCE_HFID}}&lt;br /&gt;
| Creature&lt;br /&gt;
| &lt;br /&gt;
*Integer&lt;br /&gt;
| Found on generated [[angel]]s. This is the historical figure ID of the deity with which the angel is associated. Since HFIDs are not predictable before worldgen, this isn't terribly usable in mods.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|SPECIFIC_FOOD}}&lt;br /&gt;
| Caste&lt;br /&gt;
|&lt;br /&gt;
* PLANT or CREATURE&lt;br /&gt;
* Plant/creature ID&lt;br /&gt;
| Creature will only appear in biomes with this plant or creature available. Grazers given a specific type of grass (such as [[panda]]s and [[bamboo]]) will only eat that grass and nothing else, risking starvation if there's none available. &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|SPHERE}}&lt;br /&gt;
| Creature&lt;br /&gt;
| &lt;br /&gt;
* [[Sphere#Available_spheres|sphere]]&lt;br /&gt;
| Sets what religious spheres the creature is aligned to, for purposes of being worshipped via the {{token|POWER|c}} token. Affects the creature's name.  Creatures with spheres opposed to Death (ie: HEALING, LONGEVITY, YOUTH) will be much less likely to pursue the secrets of life and death.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|SPOUSE_CONVERSION_TARGET}}&lt;br /&gt;
| Caste&lt;br /&gt;
|&lt;br /&gt;
| This creature can be converted by a night creature with {{token|SPOUSE_CONVERTER|c}}.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|SPOUSE_CONVERTER}}&lt;br /&gt;
| Caste&lt;br /&gt;
|&lt;br /&gt;
| If the creature has the {{token|NIGHT_CREATURE_HUNTER|c}} tag, it will kidnap {{token|SPOUSE_CONVERSION_TARGET|c}}s and transform them into the caste of its species with the {{token|CONVERTED_SPOUSE|c}} tag during worldgen. It may also start families this way.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|SPREAD_EVIL_SPHERES_IF_RULER}}&lt;br /&gt;
| Caste&lt;br /&gt;
|&lt;br /&gt;
| If the creature rules over a [[site]], it will cause the local landscape to be corrupted into [[Surroundings#Evil|evil surroundings]] associated with the creature's [[Creature_token#SPHERE|sphere]]s. The creature must have at least one of the following [[sphere]]s for this to take effect: BLIGHT, DEATH, DISEASE, DEFORMITY, NIGHTMARES. The first three kill vegetation, while the others sometimes do.  The last two get [[Plant_token#EVIL|evil plants]] and [[Creature_token#EVIL|evil animals]] sometimes. NIGHTMARES gets [[bogeyman|bogeymen]]. [http://www.bay12forums.com/smf/index.php?topic=169696.msg8162224#msg8162224] Used by [[demon]]s in the vanilla game.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|STANCE_CLIMBER}}&lt;br /&gt;
| Caste&lt;br /&gt;
|&lt;br /&gt;
| Caste does not require &amp;lt;code&amp;gt;[[Body_token#GRASP|[GRASP]]]&amp;lt;/code&amp;gt; body parts to climb -- it can climb with &amp;lt;code&amp;gt;[[Body_token#STANCE|[STANCE]]]&amp;lt;/code&amp;gt; parts instead.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|STANDARD_GRAZER}}&lt;br /&gt;
| Caste&lt;br /&gt;
|&lt;br /&gt;
| Acts as {{token|GRAZER|c}} but set to 20000*G*(max size)^(-3/4), where G defaults to 100 but can be set in d_init, and the whole thing is trapped between 150 and 3 million. Used for all grazers in the default creature raws.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|STRANGE_MOODS}}&lt;br /&gt;
| Caste&lt;br /&gt;
|&lt;br /&gt;
| The creature will get [[strange mood]]s in fortress mode and can produce artifacts.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|SUPERNATURAL}}&lt;br /&gt;
| Caste&lt;br /&gt;
| &lt;br /&gt;
| Gives the creature knowledge of any secrets with &amp;lt;code&amp;gt;[[Interaction_token#IS_SECRET|[SUPERNATURAL_LEARNING_POSSIBLE]]]&amp;lt;/code&amp;gt; that match its [[Creature_token#SPHERE|spheres]] and also prevents it from becoming a [[vampire]] or [[werebeast]]. Other effects are unknown.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|SWIMS_INNATE}}&lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| The creature naturally knows how to swim perfectly and does not use the [[swimmer]] skill, as opposed to {{token|SWIMS_LEARNED|c}} below. However, Fortress mode AI never paths into water anyway, so it's less useful there. &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|SWIMS_LEARNED}}&lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| The creature swims only as well as their present [[Swimmer|swimming skill]] allows them to.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|SYNDROME_DILUTION_FACTOR}}&lt;br /&gt;
| Caste&lt;br /&gt;
| &amp;lt;[[Syndrome#SYN_IDENTIFIER|syndrome identifier]]&amp;gt;:&amp;lt;percentage&amp;gt;&lt;br /&gt;
| Dilutes the effects of syndromes which have the specified identifier. A percentage of 100 is equal to the regular syndrome effect severity, higher percentages reduce severity.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{{alphabetical TOC|style=margin: 1em auto;}}&lt;br /&gt;
&lt;br /&gt;
==T==&lt;br /&gt;
{| {{prettytable}}&lt;br /&gt;
|- bgcolor=&amp;quot;#ddd&amp;quot;&lt;br /&gt;
! width=&amp;quot;20%&amp;quot; | Token&lt;br /&gt;
! width=&amp;quot;10%&amp;quot; | Type&lt;br /&gt;
! width=&amp;quot;20%&amp;quot; | Arguments&lt;br /&gt;
! width=&amp;quot;50%&amp;quot; | Description&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|TENDONS}}&lt;br /&gt;
| Caste&lt;br /&gt;
| &lt;br /&gt;
* [[material token]]&lt;br /&gt;
*healing rate &lt;br /&gt;
| The creature has tendons in its {{token|CONNECTIVE_TISSUE_ANCHOR|td}} tissues (bone or chitin by default). Cutting the bone/chitin tissue severs the tendons, disabling motor function if the target is a limb.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|THICKWEB}}&lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| The creature's [[web]]s can catch larger creatures.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|TISSUE}}&lt;br /&gt;
| Creature&lt;br /&gt;
| &lt;br /&gt;
*name &lt;br /&gt;
| Begins defining a tissue in the creature file. Follow this with standard tissue definition tokens to define the tissue properties.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|TISSUE_LAYER}}&lt;br /&gt;
| Caste&lt;br /&gt;
| &lt;br /&gt;
*BY_TYPE, BY_CATEGORY, BY_TOKEN&lt;br /&gt;
*TYPE,CATEGORY, or TOKEN&lt;br /&gt;
*TISSUE&lt;br /&gt;
*LOCATION &lt;br /&gt;
| Adds the tissue layer to wherever it is required.&lt;br /&gt;
Non-argument Locations can be FRONT, RIGHT, LEFT, TOP, BOTTOM. Argument locations are AROUND and CLEANS, requiring a further body part and a % of coverage/cleansing&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|TISSUE_LAYER_OVER}}&lt;br /&gt;
| Caste&lt;br /&gt;
|&lt;br /&gt;
*BY_TYPE, BY_CATEGORY, BY_TOKEN&lt;br /&gt;
*TYPE,CATEGORY, or TOKEN&lt;br /&gt;
*TISSUE&lt;br /&gt;
*LOCATION &lt;br /&gt;
| Alias for TISSUE_LAYER&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|TISSUE_LAYER_UNDER}}&lt;br /&gt;
| Caste&lt;br /&gt;
| &lt;br /&gt;
*BY_TYPE, BY_CATEGORY, BY_TOKEN&lt;br /&gt;
*TYPE,CATEGORY, or TOKEN&lt;br /&gt;
*TISSUE&lt;br /&gt;
| Adds the tissue layer under a given part.&lt;br /&gt;
For example, an [[iron man]] has a gaseous poison within, and this tissue (GAS is its name) has the token [TISSUE_LEAKS] and its state is GAS, so when you puncture the iron outside and damage this tissue it leaks gas (can have a syndrome by using a previous one in the creature sample.) [TISSUE_LAYER_UNDER:BY_CATEGORY:ALL:{tissue}] {tissue} is what will be under the TISSUE_LAYER; here is an example Tissue from the Iron Man:&amp;lt;br&amp;gt; &lt;br /&gt;
[TISSUE:GAS] [TISSUE_NAME:gas:NP] [TISSUE_MATERIAL:LOCAL_CREATURE_MAT:GAS] [TISSUE_MAT_STATE:GAS] [RELATIVE_THICKNESS:50] [TISSUE_LEAKS] [TISSUE_SHAPE:LAYER] &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|TITAN}}&lt;br /&gt;
| Caste&lt;br /&gt;
|&lt;br /&gt;
| Found on [[titan]]s. Cannot be specified in user-defined raws.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|TRADE_CAPACITY}}&lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
*number&lt;br /&gt;
| How much the creature can carry when used by merchants. 1000 by default. Completely ignored if the animal does not also have PACK_ANIMAL or WAGON, instead using BODY_SIZE^(2/3)/20, even if they're a pack animal due to ANIMAL_ALWAYS_PACK_ANIMAL.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|TRAINABLE}}&lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| Shortcut for {{token|TRAINABLE_HUNTING|c}} + {{token|TRAINABLE_WAR|c}}.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|TRAINABLE_HUNTING}}&lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| Can be [[Animal trainer|trained]] as a hunting beast, increasing speed.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|TRAINABLE_WAR}}&lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| Can be [[Animal trainer|trained]] as a war beast, increasing strength and endurance.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|TRANCES}}&lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| Allows the creature to go into [[martial trance]]s. Used by dwarves in the vanilla game.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|TRAPAVOID}}&lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| The creature will never trigger [[trap]]s it steps on. Used by a [[Trapavoid|number of creatures]]. Doesn't make the creature immune to remotely activated traps (like retractable spikes being triggered while the creature is standing over them). TRAPAVOID creatures lose this power if they're immobilized while standing in a trap, be it by stepping on thick web, being paralyzed or being knocked unconscious.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|TRIGGERABLE_GROUP}}&lt;br /&gt;
| Creature&lt;br /&gt;
| &lt;br /&gt;
*min&lt;br /&gt;
*max &lt;br /&gt;
| A large swarm of vermin can be disturbed, usually in adventurer mode.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|TSU_NOUN}}&lt;br /&gt;
| Caste&lt;br /&gt;
| &lt;br /&gt;
*noun&lt;br /&gt;
*SINGULAR or PLURAL &lt;br /&gt;
| Noun for the {{token|TISSUE_STYLE_UNIT|c}}, used in the description of the tissue layer's style.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{{alphabetical TOC|style=margin: 1em auto;}}&lt;br /&gt;
&lt;br /&gt;
==U==&lt;br /&gt;
{| {{prettytable}}&lt;br /&gt;
|- bgcolor=&amp;quot;#ddd&amp;quot;&lt;br /&gt;
! width=&amp;quot;20%&amp;quot; | Token&lt;br /&gt;
! width=&amp;quot;10%&amp;quot; | Type&lt;br /&gt;
! width=&amp;quot;20%&amp;quot; | Arguments&lt;br /&gt;
! width=&amp;quot;50%&amp;quot; | Description&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|UBIQUITOUS}}&lt;br /&gt;
| Creature&lt;br /&gt;
|&lt;br /&gt;
| Creature will occur in every region with the correct biome. Does not apply to {{token|EVIL|c}}/{{token|GOOD|c}} tags. Supersedes {{token|FREQUENCY|c}} for the purposes of distributing populations through the map, they are present in every part of the valid biome. Respects {{token|FREQUENCY|c}} for the frequency of unit [[Creature token#CLUSTER_NUMBER|cluster]] spawns being of this species.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|UNDERGROUND_DEPTH}}&lt;br /&gt;
| Creature&lt;br /&gt;
|&lt;br /&gt;
*mindepth&lt;br /&gt;
*maxdepth &lt;br /&gt;
| Depth that the creature appears underground. Numbers can be from 0 to 5. 0 is actually 'above ground' and can be used if the creature is to appear both above and below ground. Values from 1-3 are the respective [[cavern]] levels, 4 is the [[magma sea]] and 5 is the [[HFS]]. A single argument may be used instead of min and max. [[Demon]]s use only 5:5; user-defined creatures with both this depth and {{token|FLIER}} will take part in the initial wave from the HFS alongside generated demons, but without {{token|FLIER}} they will only spawn from the map edges. Civilizations that can use underground plants or animals will only export (via the embark screen or caravans) things that are available at depth 1.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|UNDERSWIM}}&lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| The creature is displayed as blue when in [[Water#Depth|7/7 water]]. Used on fish and amphibious creatures which swim under the water.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|UNIQUE_DEMON}}&lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| Found on generated [[demon]]s; causes the game to create a single named instance of the demon, per caste, which will emerge from the underworld and take over civilizations during worldgen.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|USE_CASTE}}&lt;br /&gt;
| Creature&lt;br /&gt;
|&lt;br /&gt;
*new caste token&lt;br /&gt;
*old caste token&lt;br /&gt;
| Defines a new caste derived directly from a previous caste. The new caste inherits all properties of the old one. The effect of this tag is automatic if one has not yet defined any castes: &amp;quot;Any caste-level tag that occurs before castes are explicitly declared is saved up and placed on any caste that is declared later, unless the caste is explicitly derived from another caste.&amp;quot;&lt;br /&gt;
Roostre: &amp;quot;When DF detects duplicate tokens in the raws of the same object, a failsafe seems to kick in; it takes the bottom-most of the duplicates, and disregards the others. In the case of tokens added by a mod, it prioritizes the duplicate in the mod.&amp;quot; This means that if a tag is defined in the base-caste and redefined in the derived caste, the derived tag overwrites the base tag. &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|USE_MATERIAL}}&lt;br /&gt;
| Creature&lt;br /&gt;
|&lt;br /&gt;
*new material ID&lt;br /&gt;
*old material ID&lt;br /&gt;
| Defines a new local creature material and populates it with all properties defined in the specified local creature material. A maximum of 200 materials can be defined on any given creature.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|USE_MATERIAL_TEMPLATE}}&lt;br /&gt;
| Creature&lt;br /&gt;
|&lt;br /&gt;
*new material token&lt;br /&gt;
*material template &lt;br /&gt;
| Defines a new local creature material and populates it with all properties defined in the specified template. A maximum of 200 materials can be defined on any given creature.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|USE_TISSUE}}&lt;br /&gt;
| Creature&lt;br /&gt;
|&lt;br /&gt;
*new tissue token&lt;br /&gt;
*old tissue id&lt;br /&gt;
| Defines a new local creature tissue and populates it with all properties defined in the local tissue specified in the second argument.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|USE_TISSUE_TEMPLATE}}&lt;br /&gt;
| Creature&lt;br /&gt;
|&lt;br /&gt;
*new tissue token&lt;br /&gt;
*tissue template&lt;br /&gt;
| Loads a tissue template listed in OBJECT:TISSUE_TEMPLATE files, such as tissue_template_default.txt. &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|UTTERANCES}}&lt;br /&gt;
| Creature&lt;br /&gt;
|  &lt;br /&gt;
| Changes the language of the creature into unintelligible 'kobold-speak', which creatures of other species will be unable to understand. If a civilized creature has this and is not part of a {{token|SKULKING|e}} civ, it will tend to start wars with all nearby civilizations and will be unable to make peace treaties due to 'inability to communicate'.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{{alphabetical TOC|style=margin: 1em auto;}}&lt;br /&gt;
&lt;br /&gt;
==V==&lt;br /&gt;
{| {{prettytable}}&lt;br /&gt;
|- bgcolor=&amp;quot;#ddd&amp;quot;&lt;br /&gt;
! width=&amp;quot;20%&amp;quot; | Token&lt;br /&gt;
! width=&amp;quot;10%&amp;quot; | Type&lt;br /&gt;
! width=&amp;quot;20%&amp;quot; | Arguments&lt;br /&gt;
! width=&amp;quot;50%&amp;quot; | Description&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|VEGETATION}}&lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| Like {{token|AT_PEACE_WITH_WILDLIFE}}, but also makes the creature more valued in artwork by civilisations with the PLANT [[sphere]]. [http://www.bay12forums.com/smf/index.php?topic=169696.msg8316954#msg8316954] Used by [[grimeling]]s in the vanilla game.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|VERMIN_BITE}}&lt;br /&gt;
| Caste&lt;br /&gt;
| &lt;br /&gt;
*chance of occurrence{{verify}}&lt;br /&gt;
*verb (bitten, stung, etc.)&lt;br /&gt;
* [[material token]]&lt;br /&gt;
* [[Material_definition_token#Material_States|material state]]&lt;br /&gt;
| Enables vermin to bite other creatures, injecting the specified material. See {{token|SPECIALATTACK_INJECT_EXTRACT|c}} for details about injection - this token presumably works in a similar manner.{{verify}}&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|VERMIN_EATER}}&lt;br /&gt;
| Creature&lt;br /&gt;
|&lt;br /&gt;
| The vermin creature will attempt to eat exposed food. See {{token|PENETRATEPOWER|c}}. Distinct from {{token|VERMIN_ROTTER|c}}.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|VERMIN_FISH}}&lt;br /&gt;
| Creature&lt;br /&gt;
|  &lt;br /&gt;
| The vermin appears in [[water]] and will attempt to swim around. Required to catch the vermin with [[fishing]] or [[Fishery|capturing a live fish]].&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|VERMIN_GROUNDER}}&lt;br /&gt;
| Creature&lt;br /&gt;
|  &lt;br /&gt;
| The creature appears in &amp;quot;general&amp;quot; surface ground locations. Note that this doesn't stop the creature from flying if it can (most vermin birds have this tag).&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|VERMIN_HATEABLE}}&lt;br /&gt;
| Caste&lt;br /&gt;
|&lt;br /&gt;
| Some dwarves will [[Preferences|hate]] the creature and get unhappy thoughts when around it. See the [[Hateable|list of hateable vermin]] for details.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|VERMIN_MICRO}}&lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| This makes the creature move in a swarm of creatures of the same race as it (e.g. swarm of flies, swarm of ants).&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|VERMIN_NOFISH}}&lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| The creature cannot be caught by [[fishing]]. &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|VERMIN_NOROAM}}&lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| The creature will not be observed randomly roaming about the map. &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|VERMIN_NOTRAP}}&lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| The creature cannot be caught in baited [[animal trap]]s; however, a &amp;quot;[[Trapper|catch live land animal]]&amp;quot; task may still be able to capture one if a dwarf finds one roaming around.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|VERMIN_ROTTER}}&lt;br /&gt;
| Creature&lt;br /&gt;
|  &lt;br /&gt;
| The vermin are attracted to rotting stuff and loose food left in the open and cause unhappy thoughts to dwarves who encounter them. Present on flies, knuckle worms, acorn flies, and blood gnats.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|VERMIN_SOIL}}&lt;br /&gt;
| Creature&lt;br /&gt;
|  &lt;br /&gt;
| The creature randomly appears near dirt or mud, and may be uncovered by creatures that have the {{token|ROOT_AROUND|c}} interaction such as [[goose|geese]] and [[chicken]]s. Dwarves will ignore the creature when given the &amp;quot;Capture live land animal&amp;quot; task.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|VERMIN_SOIL_COLONY}}&lt;br /&gt;
| Creature&lt;br /&gt;
|  &lt;br /&gt;
| The vermin will appear in a single tile cluster of many vermin, such as a colony of ants.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|VERMINHUNTER}}&lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| Old shorthand for &amp;quot;does cat stuff&amp;quot;. Contains {{token|AT_PEACE_WITH_WILDLIFE|c}} + {{token|RETURNS_VERMIN_KILLS_TO_OWNER|c}} + {{token|HUNTS_VERMIN|c}} + {{token|ADOPTS_OWNER|c}}.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|VESPERTINE}}&lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| When set, the creature will only appear in the evening (between 8:00 PM and 10:05 PM) in [[Adventurer mode]].&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|VIEWRANGE}}&lt;br /&gt;
| Caste&lt;br /&gt;
| &lt;br /&gt;
*value&lt;br /&gt;
| Value should determine how close you have to get to a critter before it attacks (or prevents adv mode travel etc.) Default is 20.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|VISION_ARC}}&lt;br /&gt;
| Caste&lt;br /&gt;
| &lt;br /&gt;
*binocular vision arc&lt;br /&gt;
*non-binocular vision arc&lt;br /&gt;
| The width of the creature's vision arcs, in degrees (i.e. 0 to 360). The first number is binocular vision, the second is non-binocular vision.  Binocular vision has a minimum of about 10 degrees, monocular, a maximum of about 350 degrees. Values past these limits will be accepted, but will default to ~10 degrees and ~350 degrees respectively. Defaults are 60:120.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{{alphabetical TOC|style=margin: 1em auto;}}&lt;br /&gt;
&lt;br /&gt;
==W==&lt;br /&gt;
{| {{prettytable}}&lt;br /&gt;
|- bgcolor=&amp;quot;#ddd&amp;quot;&lt;br /&gt;
! width=&amp;quot;20%&amp;quot; | Token&lt;br /&gt;
! width=&amp;quot;10%&amp;quot; | Type&lt;br /&gt;
! width=&amp;quot;20%&amp;quot; | Arguments&lt;br /&gt;
! width=&amp;quot;50%&amp;quot; | Description&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|WAGON_PULLER}}&lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| Allows the creature to pull caravan wagons. If a civilization doesn't have access to any, it is restricted to trading with pack animals.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|WEBBER}}&lt;br /&gt;
| Caste&lt;br /&gt;
| &lt;br /&gt;
* [[material token]]&lt;br /&gt;
| Allows the creature to create [[web]]s, and defines what the webs are made of.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|WEBIMMUNE}}&lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| The creature will not get caught in thick [[web]]s. Used by creatures who can shoot thick webs (such as [[giant cave spider]]s) in order to make them immune to their own attacks.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Attack Tokens==&lt;br /&gt;
&lt;br /&gt;
Attacks can use four different part selection criteria. Except for TISSUE_LAYER, the base game makes use of all of these in its attacks.&lt;br /&gt;
&lt;br /&gt;
{| {{prettytable}}&lt;br /&gt;
|- bgcolor=&amp;quot;#ddd&amp;quot;&lt;br /&gt;
! width=&amp;quot;20%&amp;quot; | Part type token&lt;br /&gt;
! width=&amp;quot;30%&amp;quot; | Arguments&lt;br /&gt;
! width=&amp;quot;60%&amp;quot; | Description&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|BODYPART}}&lt;br /&gt;
| &lt;br /&gt;
* BY_TYPE/BY_TOKEN/BY_CATEGORY&lt;br /&gt;
* type/token/category&lt;br /&gt;
| This attack uses a particular body part; for example, ATTACK:PUNCH:BODYPART:BY_TYPE:GRASP will make it use any part that can hold onto an object.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|TISSUE_LAYER}}&lt;br /&gt;
|&lt;br /&gt;
* BY_TYPE/BY_TOKEN/BY_CATEGORY&lt;br /&gt;
* type/token/category&lt;br /&gt;
* tissue layer&lt;br /&gt;
| This attack uses a specific tissue layer on a specific body part; ATTACK:SCRATCH:TISSUE_LAYER:BY_TYPE:GRASP:BONE will make it use the bone of the hands.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|CHILD_BODYPART_GROUP}}&lt;br /&gt;
|&lt;br /&gt;
* BY_TYPE/BY_TOKEN/BY_CATEGORY&lt;br /&gt;
* type/token/category&lt;br /&gt;
* BY_TYPE/BY_TOKEN/BY_CATEGORY&lt;br /&gt;
* type/token/category&lt;br /&gt;
| Uses a body part that is subordinate to another; ATTACK:SLAP:CHILD_BODYPART_GROUP:BY_CATEGORY:ARM_LOWER:BY_TYPE:GRASP will make it use every hand attached to each lower arm (so it will generate one attack per lower arm, each of which will use every hand on that arm, assuming there are multiple hands per arm).&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|CHILD_TISSUE_LAYER_GROUP}}&lt;br /&gt;
| &lt;br /&gt;
* BY_TYPE/BY_TOKEN/BY_CATEGORY&lt;br /&gt;
* type/token/category&lt;br /&gt;
* BY_TYPE/BY_TOKEN/BY_CATEGORY&lt;br /&gt;
* type/token/category&lt;br /&gt;
* tissue layer&lt;br /&gt;
| As CHILD_BODYPART_GROUP, but specifying a tissue, too; ATTACK:BITE:CHILD_BODYPART_GROUP:BY_CATEGORY:HEAD:BY_CATEGORY:TOOTH&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{| {{prettytable}}&lt;br /&gt;
|- bgcolor=&amp;quot;#ddd&amp;quot;&lt;br /&gt;
! width=&amp;quot;20%&amp;quot; | Token&lt;br /&gt;
! width=&amp;quot;10%&amp;quot; | Type&lt;br /&gt;
! width=&amp;quot;20%&amp;quot; | Arguments&lt;br /&gt;
! width=&amp;quot;50%&amp;quot; | Description&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|ATTACK_SKILL}}&lt;br /&gt;
| Caste&lt;br /&gt;
| &lt;br /&gt;
*[[Skill token]]&lt;br /&gt;
| Defines the skill used by the attack.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|ATTACK_VERB}}&lt;br /&gt;
| Caste&lt;br /&gt;
| &lt;br /&gt;
*2nd person&lt;br /&gt;
*3rd person &lt;br /&gt;
| Descriptive text for the attack.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|ATTACK_CONTACT_PERC}}&lt;br /&gt;
| Caste&lt;br /&gt;
| &lt;br /&gt;
*% value &lt;br /&gt;
| The contact area of the attack, measured in % of the body part's volume. Note that all attack percentages can be more than 100%.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|ATTACK_PENETRATION_PERC}}&lt;br /&gt;
| Caste&lt;br /&gt;
| &lt;br /&gt;
*% value &lt;br /&gt;
| The penetration value of the attack, measured in % of the body part's volume. Requires ATTACK_FLAG_EDGE. Maximum value: 15000.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|ATTACK_PRIORITY}}&lt;br /&gt;
| Caste&lt;br /&gt;
| &lt;br /&gt;
*MAIN or SECOND &lt;br /&gt;
| Usage frequency. MAIN attacks are 100 times more frequently chosen than SECOND. Opportunity attacks ignore this preference.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|ATTACK_VELOCITY_MODIFIER}}&lt;br /&gt;
| Caste&lt;br /&gt;
| &lt;br /&gt;
*number&lt;br /&gt;
| The velocity multiplier of the attack, multiplied by 1000.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|ATTACK_FLAG_CANLATCH}}&lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| Attacks that damage tissue have the chance to latch on in a wrestling hold. The grabbing bodypart can then use the &amp;quot;shake around&amp;quot; wrestling move, causing severe, armor-bypassing tensile damage according to the attacker's body volume.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|ATTACK_FLAG_WITH}}&lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| Displays the name of the body part used to perform an attack while announcing it, e.g. &amp;quot;The weaver punches the bugbat with his right hand&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|ATTACK_FLAG_EDGE}}&lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| The attack is edged, with all the effects on physical resistance and contact area that it entails.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|ATTACK_PREPARE_AND_RECOVER}}&lt;br /&gt;
| Caste&lt;br /&gt;
| &lt;br /&gt;
* Preparation time&lt;br /&gt;
* Recovery time&lt;br /&gt;
| Determines the length of time to prepare this attack and until one can perform this attack again. Values appear to be calculated in adventure mode ticks.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|ATTACK_FLAG_BAD_MULTIATTACK}}&lt;br /&gt;
| Caste&lt;br /&gt;
| &lt;br /&gt;
| Multiple strikes with this attack cannot be performed effectively.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|ATTACK_FLAG_INDEPENDENT_MULTIATTACK}}&lt;br /&gt;
| Caste&lt;br /&gt;
| &lt;br /&gt;
| Multiple strikes with this attack can be performed with no penalty. The creature will use all attacks with this token at once.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|SPECIALATTACK_INJECT_EXTRACT}}&lt;br /&gt;
| Caste&lt;br /&gt;
| &lt;br /&gt;
*&amp;lt;[[material token]]&amp;gt;&lt;br /&gt;
*&amp;lt;[[Material_definition_token#Material_States|material state]]&amp;gt;&lt;br /&gt;
*&amp;lt;min quantity&amp;gt;&lt;br /&gt;
*&amp;lt;max quantity&amp;gt;&lt;br /&gt;
| When added to an attack, causes the attack to inject the specified material into the victim's bloodstream. Once injected, the material will participate in [[temperature|thermal]] exchange within the creature - injecting something like molten [[iron]] (INORGANIC:IRON:LIQUID) would cause most unmodded creatures to melt (note that some of the injected material also [[contaminant|splatters]] over the bodypart used to carry out the attack, so it should be protected appropriately). If the injected material has an associated [[syndrome]] with the [[Syndrome#SYN_INJECTED|[SYN_INJECTED]]] token, it will be transmitted to the victim. If the attack is blunt, the injected material lacks the [[Material definition token#ENTERS_BLOOD|[ENTERS_BLOOD]]] token, the attacked bodypart has no [[Tissue_definition_token#VASCULAR|[VASCULAR]]] tissues, or the victim is bloodless, the material will splatter over the attacked body part instead. &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|SPECIALATTACK_INTERACTION}}&lt;br /&gt;
| Caste&lt;br /&gt;
| &lt;br /&gt;
*interaction&lt;br /&gt;
| When this attack lands successfully, a specified interaction will take effect on the target creature. The attack must break the target creature's skin in order to work. This will take effect in worldgen as well. If the attack would break skin, the interaction will occur '''before the attack actually lands'''.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|SPECIALATTACK_SUCK_BLOOD}}&lt;br /&gt;
| Caste&lt;br /&gt;
| &lt;br /&gt;
*min&lt;br /&gt;
*max&lt;br /&gt;
| Successful attack draws out an amount of blood randomized between the min and max value. Beware that this '''will''' trigger any ingestion syndromes attached to the target creature's blood - for example, using this attack on a vampire will turn you into one too.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Tissue Layer Tokens==&lt;br /&gt;
Tissue layers are added to a creature's body parts by the creature tokens [[#TISSUE_LAYER|TISSUE_LAYER]], [[#TISSUE_LAYER_OVER|TISSUE_LAYER_OVER]], [[#TISSUE_LAYER_UNDER|TISSUE_LAYER_UNDER]], and the body detail plan token [[#TL_LAYERS|TL_LAYERS]].&lt;br /&gt;
&lt;br /&gt;
These tissue layers are not the same thing as tissues, which are defined at creature level, but rather applications of the tissues. If the SKIN tissue of a creature is the more general and abstract notion of what skin is for that creature, then a tissue layer may be the &amp;quot;actual&amp;quot; skin on the creature's nose, head, or second toe. As most creatures have more than one body part, tissue layers are normally selected en masse.&lt;br /&gt;
&lt;br /&gt;
Some tissue layer tokens are analogous to tissue definition tokens, e.g. [[#TL_CONNECTS|TL_CONNECTS]] to [[tissue_definition_token#CONNECTS|CONNECTS]].&lt;br /&gt;
&lt;br /&gt;
{| {{prettytable}}&lt;br /&gt;
|- bgcolor=&amp;quot;#ddd&amp;quot;&lt;br /&gt;
! width=&amp;quot;20%&amp;quot; | Token&lt;br /&gt;
! width=&amp;quot;10%&amp;quot; | Type&lt;br /&gt;
! width=&amp;quot;20%&amp;quot; | Arguments&lt;br /&gt;
! width=&amp;quot;50%&amp;quot; | Description&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|SELECT_TISSUE_LAYER}}&lt;br /&gt;
| Caste&lt;br /&gt;
| &lt;br /&gt;
*TISSUE&lt;br /&gt;
*BY_CATEGORY, BY_TYPE, BY_TOKEN&lt;br /&gt;
*Location - category, type, or token | Selects a tissue at a location&lt;br /&gt;
* (optional) FRONT, BACK, LEFT, RIGHT, TOP, BOTTOM, AROUND.&lt;br /&gt;
| Begins a selection of tissue layers. &lt;br /&gt;
[SELECT_TISSUE_LAYER:HEART:BY_TYPE:HEART]&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|PLUS_TISSUE_LAYER}}&lt;br /&gt;
| Caste&lt;br /&gt;
| &lt;br /&gt;
*TISSUE&lt;br /&gt;
*BY_CATEGORY, BY_TYPE, BY_TOKEN&lt;br /&gt;
*Location - category, type, or token &lt;br /&gt;
| Adds tissue layers to those selected.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|SET_TL_GROUP}}&lt;br /&gt;
| Caste&lt;br /&gt;
| &lt;br /&gt;
*TISSUE&lt;br /&gt;
*BY_CATEGORY, BY_TYPE, BY_TOKEN&lt;br /&gt;
*Location - category, type, or token&lt;br /&gt;
*tissue &lt;br /&gt;
| Begins a selection of tissue layers. Only usable for descriptor and cosmetic purposes. &lt;br /&gt;
&lt;br /&gt;
Research has implied it may be redundant with SELECT_TISSUE_LAYER, as the latter allows for cosmetics as well as &amp;quot;functional&amp;quot; tokens such as TL_MAJOR_ARTERIES. Vanilla raws still use SET_TL_GROUP though, for all cosmetic purposes. More research is needed on this subject.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|PLUS_TL_GROUP}}&lt;br /&gt;
| Caste&lt;br /&gt;
| &lt;br /&gt;
*BY_CATEGORY, BY_TYPE, BY_TOKEN&lt;br /&gt;
*Location - category, type, or token&lt;br /&gt;
*tissue &lt;br /&gt;
| Adds tissue layers to those selected. Like SET_TL_GROUP, it may be redundant even if used in the vanilla raws.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|SET_LAYER_TISSUE}}&lt;br /&gt;
| Caste&lt;br /&gt;
|&lt;br /&gt;
*TISSUE&lt;br /&gt;
| Sets a selected tissue layer to be made of a different tissue.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|SHEARABLE_TISSUE_LAYER}}&lt;br /&gt;
| Caste&lt;br /&gt;
|&lt;br /&gt;
* tissue modifier&lt;br /&gt;
* required value&lt;br /&gt;
| Tissue layer can be sheared for its component material. The specified modifier must be at least of the desired value for shearing to be possible (for example, a [[llama]]'s wool must have a LENGTH of 300 before it is shearable).&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|TISSUE_LAYER_APPEARANCE_MODIFIER}}&lt;br /&gt;
| Caste&lt;br /&gt;
| &lt;br /&gt;
*QUALITY&lt;br /&gt;
*lowest&lt;br /&gt;
*lower&lt;br /&gt;
*low&lt;br /&gt;
*median&lt;br /&gt;
*high&lt;br /&gt;
*higher&lt;br /&gt;
*highest &lt;br /&gt;
| Sets the range of qualities, including LENGTH, DENSE, HIGH_POSITION, CURLY, GREASY, WRINKLY&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|TISSUE_STYLE_UNIT}}&lt;br /&gt;
| Caste&lt;br /&gt;
| &lt;br /&gt;
*tissue style unit ID&lt;br /&gt;
*shaping&lt;br /&gt;
| Sets tissue layer to be the target of TISSUE_STYLE token specified for an entity, works only on entity members. Mostly used with tissues HAIR, BEARD, MOUSTACHE, SIDEBURNS.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|TL_COLOR_MODIFIER}}&lt;br /&gt;
| Caste&lt;br /&gt;
| &lt;br /&gt;
*COLOR&lt;br /&gt;
*freq&lt;br /&gt;
*COLOR&lt;br /&gt;
*freq etc. &lt;br /&gt;
| Creates a list of colors/color patterns, giving each a relative frequency. If the given color or pattern does not exist, the tissue is described as being &amp;quot;transparent&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|TLCM_GENETIC_MODEL}}&lt;br /&gt;
| Caste&lt;br /&gt;
|&lt;br /&gt;
| The way the color modifier is passed on to offspring. May or may not work right now.{{verify}}&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|TLCM_IMPORTANCE}}&lt;br /&gt;
| Caste&lt;br /&gt;
|&lt;br /&gt;
*number&lt;br /&gt;
| Presumably modifies the importance of the tissue layer color modifier, for description purposes.&lt;br /&gt;
HOWEVER using this appears to remove all mention of colour from creature descriptions. It does not appear in any default creatures.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|TLCM_NOUN}}&lt;br /&gt;
| Caste&lt;br /&gt;
| &lt;br /&gt;
*name&lt;br /&gt;
*SINGULAR or PLURAL&lt;br /&gt;
| Names the tissue layer color modifier, and determines the noun. Also used by [[Utility:Stonesense|Stonesense]] for colouring body parts. &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|TLCM_TIMING}}&lt;br /&gt;
| Caste&lt;br /&gt;
| &lt;br /&gt;
*ROOT&lt;br /&gt;
*start change window years&lt;br /&gt;
*days&lt;br /&gt;
*end change window years&lt;br /&gt;
*days&lt;br /&gt;
| Determines the point in the creature's life when the color change begins and ends.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|TL_CONNECTS}}&lt;br /&gt;
| Caste&lt;br /&gt;
|&lt;br /&gt;
| Gives the CONNECTS attribute to selected layers.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|TL_HEALING_RATE}}&lt;br /&gt;
| Caste&lt;br /&gt;
| &lt;br /&gt;
*value&lt;br /&gt;
| Changes the HEALING_RATE of the selected tissue layers.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|TL_MAJOR_ARTERIES}}&lt;br /&gt;
| Caste&lt;br /&gt;
|&lt;br /&gt;
| Gives the &amp;quot;major arteries&amp;quot; attribute to selected layers. Used to add massive bleeding properties to the throat, made from skin.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|TL_PAIN_RECEPTORS}}&lt;br /&gt;
| Caste&lt;br /&gt;
| &lt;br /&gt;
*value&lt;br /&gt;
| Changes the number of pain receptors for selected tissue layers.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|TL_RELATIVE_THICKNESS}}&lt;br /&gt;
| Caste&lt;br /&gt;
| &lt;br /&gt;
*value&lt;br /&gt;
| Changes the relative thickness for selected tissue layers.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|TL_VASCULAR}}&lt;br /&gt;
| Caste&lt;br /&gt;
| &lt;br /&gt;
*value&lt;br /&gt;
| Sets a new VASCULAR value (which modulates bleeding) for selected tissue layers.&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==See Also==&lt;br /&gt;
*[[Body detail plan token]]&lt;br /&gt;
*[[Body token]]&lt;br /&gt;
*[[Material definition token]]&lt;br /&gt;
*[[Syndrome]]&lt;br /&gt;
*[[Tissue definition token]]&lt;br /&gt;
*[[Creature examples]]&lt;br /&gt;
&lt;br /&gt;
{{Category|Modding}}&lt;br /&gt;
{{Category|Tokens}}&lt;br /&gt;
[[ru:Creature token]]&lt;/div&gt;</summary>
		<author><name>Quietust</name></author>
	</entry>
	<entry>
		<id>https://dwarffortresswiki.org/index.php?title=Demon&amp;diff=317023</id>
		<title>Demon</title>
		<link rel="alternate" type="text/html" href="https://dwarffortresswiki.org/index.php?title=Demon&amp;diff=317023"/>
		<updated>2026-06-30T14:19:51Z</updated>

		<summary type="html">&lt;p&gt;Quietust: /* Demon generation */ there are 5 demon types generated in &amp;quot;init/generators.lua&amp;quot;, in this specific order&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Quality|Exceptional}}&lt;br /&gt;
{{av}}&lt;br /&gt;
{{spoiler}}&lt;br /&gt;
&lt;br /&gt;
[[File:demon_preview.png|right]]'''Demons''' {{Tile|&amp;amp;|7:0}} are procedurally-generated [[creature]]s who inhabit the [[Underworld]]. These immense, malicious and formidably powerful beasts are among the most powerful enemies in the game in both [[fortress mode]] and [[adventurer mode]]. They are not available to be spawned in the [[object testing arena]].&lt;br /&gt;
&lt;br /&gt;
Graphically, the sprites that demons use will be of randomly-generated creatures, with random colors, that resemble the generated appearance they've been given. This same setup is used for other procedurally-generated creatures, such as [[megabeast]]s, [[angel]]s, and some [[experiment]]s.&lt;br /&gt;
&lt;br /&gt;
== Overview ==&lt;br /&gt;
{{imagefix|[[File:demon_icon.png|left]]|8}}[[File:Assdemon.png|thumb|right|300px|&amp;quot;Etar Patternedtombs was a mint green demon. It was the only one of its kind. A gigantic feathered ass twisted into humanoid form. It undulates rhythmically. Its mint green feathers are patchy. Beware its deadly gas!&amp;quot; ([http://www.bay12forums.com/smf/index.php?topic=76346.msg2667300#msg2667300 post]).]]Demons inhabit the Underworld. They are randomly generated at worldgen, creating unique [[fun]] for every player. Examples of possible demons include giant centipedes made of ash that hunger for blood, eyeless mosquitoes that spit toxins, and emaciated fruitbats with giant clicking mandibles. The number of different types of demon created during world generation is closely related to world size, and it can be directly controlled with [[advanced world generation]] – a world generated with &amp;quot;{{tt|Number of Demon Types}}&amp;quot; set to {{tt|0}} in advanced world generation will not have any demons in it.&lt;br /&gt;
&lt;br /&gt;
[[File:demon_desc_v50_preview.png|thumb|300px|right|Description of a demon.]]All demons share certain traits - they are [[Creature token#SUPERNATURAL|supernatural]], [[fanciful]], evil-aligned creatures represented by an ampersand with a randomized [[color]]. They are all able to swim in and [[Amphibious|breathe]] water and magma, and [[Building destroyer|destroy buildings]]. Furthermore, they are [[Trapavoid|immune to traps]], [[No Pain|pain]], fear, nausea, [[No Stun|stunning]], [[No Exert|exertion]], dizziness, fevers, fire, any sort of poison, and have fixed body temperature, thus are unaffected by extremes of heat and cold (even if made of materials that would suggest otherwise). Roughly half possess [[Creature_token#EXTRAVISION|extravision]]. They are very large (size 10,000,000, smaller than a [[megabeast]], but larger than a [[giant]] and 167 times the size of a [[dwarf]]). They don't require sleep, food, or drink. All non-unique demons start out at Accomplished [[skill]] level in the following combat skills: wrestling, biting, striking, kicking, fighting, archery, dodging, and observing. Unique demons start out at Grand Master in the same skills. All unique demons, and roughly a half of non-unique ones, possess intelligence ([[Creature token#CAN_LEARN|&amp;lt;code&amp;gt;[CAN_LEARN]&amp;lt;/code&amp;gt;]] + [[Creature token#CAN_SPEAK|&amp;lt;code&amp;gt;[CAN_SPEAK]&amp;lt;/code&amp;gt;]]), so demons you face may well have developed their skills to a higher level than they began with; however, their skills cannot rust to a lower level. The initial wave spawns exactly one frame after you open the Underworld; the amount spawned can range from 10 to over 100. Demons inhabiting the Underworld spawn in groups of 1-5 individuals. The size of their population (specified as 5-10 in the raws) appears to be irrelevant, as the game makes all inhabitants of the Underworld spawn in limitless numbers. As long as the Underworld is unsealed, demons will continue to wander in from the edges of the map indefinitely, due to having populations that are (functionally) infinite.&lt;br /&gt;
&lt;br /&gt;
Demons receive large bonuses to every physical [[attribute]] except agility, and to the mental attributes of focus and willpower (also analytical ability, memory, linguistic ability, and social awareness, but those are less relevant). Many, but not all, are capable of flight. They may possess a wide variety of special attacks, including webbing, fire-breath, poisonous appendages, toxic spittle or poison breath. Inorganic or zombie demons are especially difficult to kill; they can be killed by bisection, decapitation, or pulping via blunt weapons (inorganic blobs can only be killed in this manner), but this is far beyond the capabilities of an ordinary dwarf.&lt;br /&gt;
&lt;br /&gt;
Demons of each species can be all genderless, all male, all female, or have both male and female castes. The latter can breed if given enough time. All demons are born adults, and immediately reach their full size after being born. They have a [[pet|pet value]] of 2000☼, but cannot be tamed, and you are rather unlikely to capture one. If you have deactivated compressed saves, the raws for a given world's demons (as well as [[forgotten beast]]s, [[titan]]s, [[werebeast]]s, etc.) can be found in the [[Saved game folder|world.dat]] of its save folder. Blob/inorganic demons tend to be genderless and non-sapient, but more research is required on this.&lt;br /&gt;
&lt;br /&gt;
Due to their somewhat spoilery nature – new players are unlikely to know they exist, creating [[Fun|much surprise]] when they inevitably dig too deep – veteran ''Dwarf Fortress'' players tend to hide the existence of demons by giving them nicknames, the most famous being '''Hidden Fun Stuff''' and '''clowns''', with the Underworld being their &amp;quot;circus&amp;quot;. Unique demons (see below), by extension, are usually referred to as the '''ringleaders'''.&lt;br /&gt;
&lt;br /&gt;
Dwarves may [[Preferences|like]] a species of demon for their ''horrifying features'', their ''rhythmic undulations'' or their ''bloated appearance''.&lt;br /&gt;
&lt;br /&gt;
== Their interaction with the world ==&lt;br /&gt;
Certain types of demons, those described as &amp;quot;being twisted into humanoid form&amp;quot; and marked with {{token|UNIQUE_DEMON|c}} instead of {{token|DEMON|c}} in world.dat, will occasionally escape the underworld. This happens by the aid of a [[deity]] through a ritual conducted with an [[artifact]] [[slab]]. It is most common that the demon and deity share a sphere, though it is not a requirement. Once they are in the mortal world, they will gain rule over a [[goblin]] [[civilization]] – each goblin faction in the world will be led by a unique demon, and attempting to create a world without demons in it through [[advanced world generation]] will lead to goblins being locked away in the underworld until a dwarf civilization digs too deep. As noted in [[Legends|legends mode]], these demons will occasionally make journeys to the [[Cavern|depths of the world]] and tame the creatures that dwell in them – most specifically, species with the {{token|PET_EXOTIC}} token – going from [[giant rat]]s to [[voracious cave crawler]]s and [[cave dragon]]s. Presumably, this is how goblin civilizations gain access to these creatures to use them in [[siege]]s.&lt;br /&gt;
&lt;br /&gt;
Demons may also arise when a dwarven civilization digs too deep in [[world generation|worldgen]] – the dwarves have a chance to fight them off, but, most of the time, the fortress will be taken over by goblins under a demonic ruler.&lt;br /&gt;
&lt;br /&gt;
Found within the goblins' [[dark fortress]]es are demonic [[Underworld spire|spires]] made of [[slade]], whose lowermost levels lead directly into the Underworld. They will also create slade [[vault]]s, whose treasure is guarded by incredibly powerful and dangerous [[angel]]s. If you can manage to fight off those freakishly strong beings ([[Fun|don't expect to by the way]]), you can find in the vault's centre the slab that contains the demon's true name. Learning this name allows your adventurer to either banish it back to the Underworld or bind it to your servitude. Although you will have a next to unkillable super soldier on your side if you opt for the latter, it's more of a bragging-rights reward, if anything – getting past the angels already requires pretty much being a god among men.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;gallery class=&amp;quot;center&amp;quot; widths=&amp;quot;400px&amp;quot; heights=&amp;quot;184px&amp;quot;&amp;gt;&lt;br /&gt;
File:Demon banish.png|Banishing a demon back to the Underworld&lt;br /&gt;
File:Demon compel service.png|Compelling service from demon&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
In [[fortress mode]], goblin law-giver demons may arrive as part of a goblin siege and are most of the time very dangerous.{{verify}}&lt;br /&gt;
&lt;br /&gt;
Demons can (and, in most cases, will) spread sphere-aligned evil from sites they control. Nightmare or darkness demons will spread regions filled with [[bogeymen]], death demons will spread reanimating evil regions, and so on. The evil-spreading can be reversed if the demon is slain or their site conquered or razed (e.g. through a [[raid]].)&lt;br /&gt;
&lt;br /&gt;
Depending on their spheres, demons may also be granted abilities similar to those of [[necromancer]]s. Death demons are able to create [[experiment]]s and raise corpses and [[intelligent undead]], though they do not raise corpses in world gen because they would be hostile to the goblins they rule. Nightmare demons may be able to summon [[nightmare]]s and [[bogeymen]].&lt;br /&gt;
&lt;br /&gt;
== Demon generation ==&lt;br /&gt;
When generating a demon, the game begins by generating a table of demon subtypes (flying spirit, unique, humanoid beast, beast, and &amp;quot;whatever&amp;quot;) and their difficulties. The subtype determines which [[random creature profile]]s are available, with humanoid demons requiring a humanoidable shape (the same as [[werebeast]]s) and flying spirits being made of an intangible material like snow or flame. The {{token|DIFFICULTY}} of a demon is used during generation to set its size.&lt;br /&gt;
&lt;br /&gt;
A demon receives [[sphere]]s, one chosen from the list of evil spheres (such as misery, death, or torture) and one to two additional non-good spheres that don't conflict. Like other procedural creatures, they are tweaked from their creature profile.  It will be granted a few &amp;quot;extra&amp;quot; features, like a tail, a trunk, or a shell, and a flavorful descriptor (such as &amp;quot;it knows and intones the names of all it encounters&amp;quot;). A tweak common to evil creatures has some feature (such as its eyes, nose or skin) be removed. Unless their creature profile already possesses a special attack, demons receive a strong attack tweak such as a poisonous sting, toxic breath, or fire breath.&lt;br /&gt;
&lt;br /&gt;
Demons have a varied name generation scheme, comprised of a base noun (demon, devil, etc) and an adjective derived from their features, like their color, material, or species profile. Corporeal demons will be named either demon, devil, fiend, brute, or monster. Intangible demons instead pick from spirit, ghost, banshee, haunt, phantom, specter, or wraith.&lt;br /&gt;
&lt;br /&gt;
== Strategy ==&lt;br /&gt;
[[File:Demon_Size.png|thumb|right|200px|Estimated size comparison between a typical demon and a dwarf.]]&lt;br /&gt;
&lt;br /&gt;
Of all of the challenges facing a player, defeating a demon horde is probably the most difficult, unless you are using certain [[trap]] schemes – and even then, you will need to take special precautions.&lt;br /&gt;
&lt;br /&gt;
=== Containment ===&lt;br /&gt;
Containment is the simplest strategy for dealing with demons. A simple constructed wall will block any demon. Because of their building destroyer status, demons cannot be contained via locked doors. However, indestructible artifact-quality portals can stop them, as can some bridges. As building destroyers can only destroy objects on the same z-level, a [[floor grate]] or forbidden [[hatch cover]] on a staircase/channel will also block movement. It may be difficult to lure demons away from artifact furniture, should the area need to be accessed to reset a trap. If using [[bridge]]s, be aware that any raising bridge that lands on a demon will deconstruct, and that demons can easily have internal temperatures greatly exceeding the melting points of [[steel]] or [[iron]], leading to deconstruction as they pass over them. Because of their vast numbers, containment is an important part of any attempt to defeat them – fighting two groups of 25 demons is much easier than fighting one group of 50.&lt;br /&gt;
&lt;br /&gt;
One particular gentleman, AussieGuy on the Bay12 forums, has found an ingenious method for disposing of an entire demonic invasion at once: a [[Megaprojects|dwarven trick]] known as &amp;quot;the dwarven checkerboard&amp;quot;.([http://www.bay12forums.com/smf/index.php?topic=94140.0 Source])&lt;br /&gt;
&lt;br /&gt;
When using forbidden hatches to control the flow of demons, note that some demons may be spawned with CANOPENDOORS to be not set, so once you unforbid the hatch, only the demons that can open doors will go through the door - the ones that can't will remain behind the hatch, even if it is passable.&lt;br /&gt;
&lt;br /&gt;
=== Traps ===&lt;br /&gt;
Because all demons avoid traps, trapping demons can be very difficult – but not impossible. Demons become vulnerable to traps when they are webbed, so if you can find a way to get web onto your traps, the demons will be affected as any other creature (including your own dwarves!) would be.&lt;br /&gt;
&lt;br /&gt;
Alternatively, advanced triggered traps may be used. Demons do not set off [[pressure plate]]s, but if you can contain them, retracting upright spikes, casting them into [[obsidian]], or caving a portion of mountain onto them are all effective. Any plan involving these kind of traps must involve both a way to bait the demons to where you want them and a way to keep the demons where you want them. Tame animals appear to work well as bait, but need to be replaced as they're killed. Bridges can be used to contain the demons, but be wary of the risks of deconstruction as described above.&lt;br /&gt;
&lt;br /&gt;
Many traps need to be designed with the potential for extreme temperatures in mind. Obsidian trappers may find water used in the casting process boiling into steam before it contacts magma. Frequently, demons made of fire or steam explode on death, broiling nearby creatures and furniture. This effect can destroy upright spikes, leaving you with a trap chamber full of demons that you have no way to deal with. Demons do not destroy supports directly, but a hot enough demon may cause the destruction of nearby supports, just through heat damage. A clever dwarf might find a way to turn that to their advantage, if only such a thing as a clever dwarf existed.&lt;br /&gt;
&lt;br /&gt;
=== Ranged combat ===&lt;br /&gt;
Ranged combat sounds appealing, especially in the face of demons that explode with unimaginable heat upon death, but should be considered carefully. Most demons have vastly more powerful ranged attacks than marksdwarves have. Demons made of weak materials can be easily killed or dismembered by bolts, but inorganic demons composed of stronger stuff will only suffer chipped &amp;quot;bones&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
[[Fortification]]s are appealing, as they can be dug directly into [[adamantine]] without ever exposing your fortress to a path to the demons. Even demons made out of steam cannot pass through a fortification unless it is submerged in 7/7 water or magma. Demons with syndrome attacks may attack through fortifications even without a path, although they appear to do so less frequently than if they have a path.&lt;br /&gt;
&lt;br /&gt;
Still, should you contain a group of demons composed of weaker materials, marksdwarves can be very effective.&lt;br /&gt;
&lt;br /&gt;
=== Melee combat ===&lt;br /&gt;
Demons can be very frightening melee opponents, as each one alone is nearly the size of a [[megabeast]], extremely fast, and has tremendous natural combat skills. That would be bad enough, but there tend to be pages of them rather than individuals. However, demons can still be defeated in melee combat.&lt;br /&gt;
&lt;br /&gt;
Despite their powerful attacks, many demons are made up of very flimsy materials, such as salt, snow, steam, or filth. A strong punch can decapitate creatures like this. Some demons, however, can be made of much harder materials, and it can be very difficult to bring down a demon composed of minerals or armor-quality metal. Blunt weapons can be reasonably effective against weaker-material demons by severing limbs and body parts despite blunt status, but are not nearly as effective against demons as they are against earthly foes that suffer from pain and blood loss; without internal organs or blood loss, piercing weapons are relatively ineffective. Good slashing weapons can reliably take down demons of any material type.&lt;br /&gt;
&lt;br /&gt;
The challenge of melee combat is how to deal with an enormous number of strong combatants while protecting against area-of-effect syndrome attacks and death explosions. Restraining visibility via a labyrinthine battleground is a good start. The area effects suggest meeting them with successive small waves of melee dwarves, but if the dwarves are too few, they'll be butchered by hundreds of angry demons before making a dent.&lt;br /&gt;
&lt;br /&gt;
In all cases, your demon-fighting melee dwarves should be very well armed and armored (steel and adamantine) and Legendary in some, if not all, of the relevant combat skills.&lt;br /&gt;
&lt;br /&gt;
=== Clean-up ===&lt;br /&gt;
Unfortunately, once the wave of demons has been dealt with, it's not yet over. [[Syndrome]]-bearing dust and blood may litter the battlefield and your survivors, and can be very difficult to isolate and contain. Some dwarves may carry burning items back from their encounters with very hot demons. Survivors should all pass through a shallow pool of water to wash them and their equipment of anything dangerous and to douse any flames. Any path used for the fight is best abandoned and walled up. Demons will continue to enter the Underworld from its map edges, as wildlife do on the surface, but path differently from the initial wave, content to wander through the Underworld even should a simple unobstructed path exist into your fortress.&lt;br /&gt;
&lt;br /&gt;
== Killed demons ==&lt;br /&gt;
Only unintelligent demons can be butchered, and butchering them yields products similar to those from [[forgotten beast]]s, including copious amounts of [[meat]] and [[bone]]s, vividly-colored [[hair]], [[feather]]s, [[scale]]s or [[chitin]], and [[shell]]s, if the demon had one. All materials obtained from demons have a value multiplier of 1, and aren't appreciably better than their mundane counterparts.&lt;br /&gt;
&lt;br /&gt;
Inorganic demons cannot be butchered, and after killing them you obtain only a massive demonic corpse to use in some [[stupid dwarf trick|dwarven trick]].&lt;br /&gt;
&lt;br /&gt;
{{D for Dwarf}}&lt;br /&gt;
&lt;br /&gt;
Little do demons know, that though their claws and fire cannot pierce the [[adamantine]] sealing them away, a simple [[copper]] [[pick]] (or any other kind of pick, for that matter) can dig right through it with enough time and effort. Armok forbid these unholy creatures ever get their hands on one.&lt;br /&gt;
&lt;br /&gt;
{{Translation&lt;br /&gt;
| dwarven = uthgúr&lt;br /&gt;
| elvish  = slevina&lt;br /&gt;
| goblin  = arstruk&lt;br /&gt;
| human   = rohir&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{Scriptdata}}&lt;br /&gt;
{{gamedata|title=Example raws (as extracted from 0.47 world.sav)|[OBJECT:CREATURE]&lt;br /&gt;
&lt;br /&gt;
[CREATURE:DEMON_1]&lt;br /&gt;
[NAME:brine brute:brine brutes:brine brute]&lt;br /&gt;
[CASTE_NAME:brine brute:brine brutes:brine brute]&lt;br /&gt;
[GENERATED]&lt;br /&gt;
[DEMON]&lt;br /&gt;
[NATURAL_SKILL:WRESTLING:10]&lt;br /&gt;
[NATURAL_SKILL:BITE:10]&lt;br /&gt;
[NATURAL_SKILL:GRASP_STRIKE:10]&lt;br /&gt;
[NATURAL_SKILL:STANCE_STRIKE:10]&lt;br /&gt;
[NATURAL_SKILL:MELEE_COMBAT:10]&lt;br /&gt;
[NATURAL_SKILL:RANGED_COMBAT:10]&lt;br /&gt;
[NATURAL_SKILL:DODGING:10]&lt;br /&gt;
[NATURAL_SKILL:SITUATIONAL_AWARENESS:10]&lt;br /&gt;
[LARGE_ROAMING]&lt;br /&gt;
[LARGE_PREDATOR]&lt;br /&gt;
[DIFFICULTY:10]&lt;br /&gt;
[BIOME:SUBTERRANEAN_CHASM]&lt;br /&gt;
[UNDERGROUND_DEPTH:5:5]&lt;br /&gt;
[POPULATION_NUMBER:5:10]&lt;br /&gt;
[CLUSTER_NUMBER:1:5]&lt;br /&gt;
[FEMALE]&lt;br /&gt;
[PHYS_ATT_RANGE:STRENGTH:450:1050:1150:1250:1350:1550:2250]&lt;br /&gt;
[PHYS_ATT_RANGE:TOUGHNESS:450:1050:1150:1250:1350:1550:2250]&lt;br /&gt;
[PHYS_ATT_RANGE:ENDURANCE:450:1050:1150:1250:1350:1550:2250]&lt;br /&gt;
[PHYS_ATT_RANGE:RECUPERATION:450:1050:1150:1250:1350:1550:2250]&lt;br /&gt;
[PHYS_ATT_RANGE:DISEASE_RESISTANCE:700:1300:1400:1500:1600:1800:2500]&lt;br /&gt;
[MENT_ATT_RANGE:ANALYTICAL_ABILITY:1250:1500:1750:2000:2500:3000:5000]&lt;br /&gt;
[MENT_ATT_RANGE:FOCUS:1250:1500:1750:2000:2500:3000:5000]&lt;br /&gt;
[MENT_ATT_RANGE:WILLPOWER:1250:1500:1750:2000:2500:3000:5000]&lt;br /&gt;
[MENT_ATT_RANGE:PATIENCE:0:333:666:1000:2333:3666:5000]&lt;br /&gt;
[MENT_ATT_RANGE:MEMORY:1250:1500:1750:2000:2500:3000:5000]&lt;br /&gt;
[MENT_ATT_RANGE:LINGUISTIC_ABILITY:450:1050:1150:1250:1350:1550:2250]&lt;br /&gt;
[MENT_ATT_RANGE:MUSICALITY:0:333:666:1000:2333:3666:5000]&lt;br /&gt;
[MENT_ATT_RANGE:SOCIAL_AWARENESS:700:1300:1400:1500:1600:1800:2500]&lt;br /&gt;
[PERSONALITY:ANXIETY_PROPENSITY:0:0:0]&lt;br /&gt;
[PERSONALITY:DEPRESSION_PROPENSITY:0:0:0]&lt;br /&gt;
[PERSONALITY:BASHFUL:0:0:0]&lt;br /&gt;
[PERSONALITY:STRESS_VULNERABILITY:0:0:0]&lt;br /&gt;
[PERSONALITY:FRIENDLINESS:0:0:0]&lt;br /&gt;
[PERSONALITY:ASSERTIVENESS:100:100:100]&lt;br /&gt;
[PERSONALITY:DISDAIN_ADVICE:100:100:100]&lt;br /&gt;
[PERSONALITY:CHEER_PROPENSITY:0:0:0]&lt;br /&gt;
[PERSONALITY:GRATITUDE:0:0:0]&lt;br /&gt;
[PERSONALITY:TRUST:0:0:0]&lt;br /&gt;
[PERSONALITY:ALTRUISM:0:0:0]&lt;br /&gt;
[PERSONALITY:SWAYED_BY_EMOTIONS:0:0:0]&lt;br /&gt;
[PERSONALITY:CRUELTY:100:100:100]&lt;br /&gt;
[PERSONALITY:PRIDE:100:100:100]&lt;br /&gt;
[PERSONALITY:GREED:100:100:100]&lt;br /&gt;
[NO_DRINK]&lt;br /&gt;
[NO_EAT]&lt;br /&gt;
[NO_SLEEP]&lt;br /&gt;
[BODY_APPEARANCE_MODIFIER:HEIGHT:90:95:98:100:102:105:110]&lt;br /&gt;
[BODY_APPEARANCE_MODIFIER:BROADNESS:90:95:98:100:102:105:110]&lt;br /&gt;
[MAGMA_VISION]&lt;br /&gt;
[EVIL]&lt;br /&gt;
[FANCIFUL]&lt;br /&gt;
[SUPERNATURAL]&lt;br /&gt;
[AMPHIBIOUS]&lt;br /&gt;
[PETVALUE:2000]&lt;br /&gt;
[GRASSTRAMPLE:20]&lt;br /&gt;
[BUILDINGDESTROYER:2]&lt;br /&gt;
[ALL_ACTIVE]&lt;br /&gt;
[SWIMS_INNATE]&lt;br /&gt;
[TRAPAVOID]&lt;br /&gt;
[NOPAIN]&lt;br /&gt;
[NOSTUN]&lt;br /&gt;
[NONAUSEA]&lt;br /&gt;
[NOFEAR]&lt;br /&gt;
[NOEXERT]&lt;br /&gt;
[NO_DIZZINESS]&lt;br /&gt;
[NO_FEVERS]&lt;br /&gt;
[LARGE_PREDATOR]&lt;br /&gt;
[SPHERE:FISHING]&lt;br /&gt;
[SPHERE:HUNTING]&lt;br /&gt;
[SPHERE:MISERY]&lt;br /&gt;
[SPHERE:TORTURE]&lt;br /&gt;
[BODY_SIZE:0:0:10000000]&lt;br /&gt;
[CREATURE_TILE:'&amp;amp;']&lt;br /&gt;
[NO_THOUGHT_CENTER_FOR_MOVEMENT]&lt;br /&gt;
[BODY:RCP_BASIC_BODY_STANCE_WITH_HEAD_FLAG:RCP_TWO_FLIGHTLESS_WINGS]&lt;br /&gt;
[TISSUE:UNIFORM_TIS]&lt;br /&gt;
[TISSUE_NAME:tissue:NP]&lt;br /&gt;
[TISSUE_MATERIAL:SALT]&lt;br /&gt;
[TISSUE_MAT_STATE:SOLID_POWDER]&lt;br /&gt;
[MUSCULAR]&lt;br /&gt;
[FUNCTIONAL]&lt;br /&gt;
[STRUCTURAL]&lt;br /&gt;
[RELATIVE_THICKNESS:1]&lt;br /&gt;
[CONNECTS]&lt;br /&gt;
[TISSUE_SHAPE:LAYER]&lt;br /&gt;
[TISSUE_LAYER:BY_CATEGORY:ALL:UNIFORM_TIS]&lt;br /&gt;
[BODY_DETAIL_PLAN:STANDARD_HEAD_POSITIONS]&lt;br /&gt;
[BODY_DETAIL_PLAN:HUMANOID_HEAD_POSITIONS]&lt;br /&gt;
[BODY_DETAIL_PLAN:HUMANOID_RELSIZES]&lt;br /&gt;
[NOT_LIVING]&lt;br /&gt;
[NOT_BUTCHERABLE]&lt;br /&gt;
[COLOR:7:0:1]&lt;br /&gt;
[NOBREATHE]&lt;br /&gt;
[EXTRAVISION]&lt;br /&gt;
[FLIER]&lt;br /&gt;
[FIXED_TEMP:10040]&lt;br /&gt;
[FIREIMMUNE]&lt;br /&gt;
[GAIT:SWIM:Maximum Swim Speed:725:10:3:2175:50:LAYERS_SLOW:STRENGTH:AGILITY:STEALTH_SLOWS:50]&lt;br /&gt;
[GAIT:SWIM:Faster Swim:1450:5:3:2175:10:LAYERS_SLOW:STRENGTH:AGILITY:STEALTH_SLOWS:20]&lt;br /&gt;
[GAIT:SWIM:Fast Swim:2175:NO_BUILD_UP:5:LAYERS_SLOW:STRENGTH:AGILITY:STEALTH_SLOWS:10]&lt;br /&gt;
[GAIT:SWIM:Swim:2900:NO_BUILD_UP:0]( [GAIT:SWIM:Slow Swim:3900:NO_BUILD_UP:0]&lt;br /&gt;
[GAIT:SWIM:Creeping Swim:5900:NO_BUILD_UP:0]&lt;br /&gt;
[GAIT:FLY:Maximum Flight Speed:225:10:3:675:50:LAYERS_SLOW:STRENGTH:AGILITY:STEALTH_SLOWS:50]&lt;br /&gt;
[GAIT:FLY:Faster Flight:450:5:3:675:10:LAYERS_SLOW:STRENGTH:AGILITY:STEALTH_SLOWS:20]&lt;br /&gt;
[GAIT:FLY:Fast Flight:675:NO_BUILD_UP:5:LAYERS_SLOW:STRENGTH:AGILITY:STEALTH_SLOWS:10]&lt;br /&gt;
[GAIT:FLY:Fly:900:NO_BUILD_UP:0]) [GAIT:FLY:Slow Flight:1900:NO_BUILD_UP:0]&lt;br /&gt;
[GAIT:FLY:Hover:2900:NO_BUILD_UP:0]&lt;br /&gt;
[GAIT:WALK:Scramble:725:10:3:2175:50:LAYERS_SLOW:STRENGTH:AGILITY:STEALTH_SLOWS:50]&lt;br /&gt;
[GAIT:WALK:Faster Crawl:1450:5:3:2175:10:LAYERS_SLOW:STRENGTH:AGILITY:STEALTH_SLOWS:20]&lt;br /&gt;
[GAIT:WALK:Fast Crawl:2175:NO_BUILD_UP:5:LAYERS_SLOW:STRENGTH:AGILITY:STEALTH_SLOWS:10]&lt;br /&gt;
[GAIT:WALK:Crawl:2900:NO_BUILD_UP:0]&lt;br /&gt;
[GAIT:WALK:Slow Crawl:5900:NO_BUILD_UP:0]&lt;br /&gt;
[GAIT:WALK:Creep:8900:NO_BUILD_UP:0]&lt;br /&gt;
[GAIT:CRAWL:Scramble:225:10:3:675:50:LAYERS_SLOW:STRENGTH:AGILITY:STEALTH_SLOWS:50]&lt;br /&gt;
[GAIT:CRAWL:Faster Crawl:450:5:3:675:10:LAYERS_SLOW:STRENGTH:AGILITY:STEALTH_SLOWS:20]&lt;br /&gt;
[GAIT:CRAWL:Fast Crawl:675:NO_BUILD_UP:5:LAYERS_SLOW:STRENGTH:AGILITY:STEALTH_SLOWS:10]&lt;br /&gt;
[GAIT:CRAWL:Crawl:900:NO_BUILD_UP:0]&lt;br /&gt;
[GAIT:CRAWL:Slow Crawl:1900:NO_BUILD_UP:0]&lt;br /&gt;
[GAIT:CRAWL:Creep:2900:NO_BUILD_UP:0]&lt;br /&gt;
[DESCRIPTION:A towering slug composed of salt.  It has wings and it has a gaunt appearance.]&lt;br /&gt;
[PREFSTRING:horrifying features]&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{gamedata|title=Example [UNIQUE_DEMON] raws (as extracted from 0.47 world.sav)|[OBJECT:CREATURE]&lt;br /&gt;
&lt;br /&gt;
[CREATURE:DEMON_3]&lt;br /&gt;
[NAME:clear devil:clear devils:clear devilish]&lt;br /&gt;
[CASTE_NAME:clear devil:clear devils:clear devilish]&lt;br /&gt;
[GENERATED]&lt;br /&gt;
[UNIQUE_DEMON]&lt;br /&gt;
[SPREAD_EVIL_SPHERES_IF_RULER]&lt;br /&gt;
[NATURAL_SKILL:WRESTLING:14]&lt;br /&gt;
[NATURAL_SKILL:BITE:14]&lt;br /&gt;
[NATURAL_SKILL:GRASP_STRIKE:14]&lt;br /&gt;
[NATURAL_SKILL:STANCE_STRIKE:14]&lt;br /&gt;
[NATURAL_SKILL:MELEE_COMBAT:14]&lt;br /&gt;
[NATURAL_SKILL:RANGED_COMBAT:14]&lt;br /&gt;
[NATURAL_SKILL:DODGING:14]&lt;br /&gt;
[NATURAL_SKILL:SITUATIONAL_AWARENESS:14]&lt;br /&gt;
[CAN_LEARN]&lt;br /&gt;
[CAN_SPEAK]&lt;br /&gt;
[DIFFICULTY:10]&lt;br /&gt;
[NO_GENDER]&lt;br /&gt;
[PHYS_ATT_RANGE:STRENGTH:450:1050:1150:1250:1350:1550:2250]&lt;br /&gt;
[PHYS_ATT_RANGE:TOUGHNESS:450:1050:1150:1250:1350:1550:2250]&lt;br /&gt;
[PHYS_ATT_RANGE:ENDURANCE:450:1050:1150:1250:1350:1550:2250]&lt;br /&gt;
[PHYS_ATT_RANGE:RECUPERATION:450:1050:1150:1250:1350:1550:2250]&lt;br /&gt;
[PHYS_ATT_RANGE:DISEASE_RESISTANCE:700:1300:1400:1500:1600:1800:2500]&lt;br /&gt;
[MENT_ATT_RANGE:ANALYTICAL_ABILITY:1250:1500:1750:2000:2500:3000:5000]&lt;br /&gt;
[MENT_ATT_RANGE:FOCUS:1250:1500:1750:2000:2500:3000:5000]&lt;br /&gt;
[MENT_ATT_RANGE:WILLPOWER:1250:1500:1750:2000:2500:3000:5000]&lt;br /&gt;
[MENT_ATT_RANGE:PATIENCE:0:333:666:1000:2333:3666:5000]&lt;br /&gt;
[MENT_ATT_RANGE:MEMORY:1250:1500:1750:2000:2500:3000:5000]&lt;br /&gt;
[MENT_ATT_RANGE:LINGUISTIC_ABILITY:450:1050:1150:1250:1350:1550:2250]&lt;br /&gt;
[MENT_ATT_RANGE:MUSICALITY:0:333:666:1000:2333:3666:5000]&lt;br /&gt;
[MENT_ATT_RANGE:SOCIAL_AWARENESS:700:1300:1400:1500:1600:1800:2500]&lt;br /&gt;
[PERSONALITY:ANXIETY_PROPENSITY:0:0:0]&lt;br /&gt;
[PERSONALITY:DEPRESSION_PROPENSITY:0:0:0]&lt;br /&gt;
[PERSONALITY:BASHFUL:0:0:0]&lt;br /&gt;
[PERSONALITY:STRESS_VULNERABILITY:0:0:0]&lt;br /&gt;
[PERSONALITY:FRIENDLINESS:0:0:0]&lt;br /&gt;
[PERSONALITY:ASSERTIVENESS:100:100:100]&lt;br /&gt;
[PERSONALITY:DISDAIN_ADVICE:100:100:100]&lt;br /&gt;
[PERSONALITY:CHEER_PROPENSITY:0:0:0]&lt;br /&gt;
[PERSONALITY:GRATITUDE:0:0:0]&lt;br /&gt;
[PERSONALITY:TRUST:0:0:0]&lt;br /&gt;
[PERSONALITY:ALTRUISM:0:0:0]&lt;br /&gt;
[PERSONALITY:SWAYED_BY_EMOTIONS:0:0:0]&lt;br /&gt;
[PERSONALITY:CRUELTY:100:100:100]&lt;br /&gt;
[PERSONALITY:PRIDE:100:100:100]&lt;br /&gt;
[PERSONALITY:GREED:100:100:100]&lt;br /&gt;
[NO_DRINK]&lt;br /&gt;
[NO_EAT]&lt;br /&gt;
[NO_SLEEP]&lt;br /&gt;
[BODY_APPEARANCE_MODIFIER:HEIGHT:90:95:98:100:102:105:110]&lt;br /&gt;
[BODY_APPEARANCE_MODIFIER:BROADNESS:90:95:98:100:102:105:110]&lt;br /&gt;
[MAGMA_VISION]&lt;br /&gt;
[EVIL]&lt;br /&gt;
[FANCIFUL]&lt;br /&gt;
[SUPERNATURAL]&lt;br /&gt;
[AMPHIBIOUS]&lt;br /&gt;
[PETVALUE:2000]&lt;br /&gt;
[GRASSTRAMPLE:20]&lt;br /&gt;
[BUILDINGDESTROYER:2]&lt;br /&gt;
[ALL_ACTIVE]&lt;br /&gt;
[SWIMS_INNATE]&lt;br /&gt;
[TRAPAVOID]&lt;br /&gt;
[NOPAIN]&lt;br /&gt;
[NOSTUN]&lt;br /&gt;
[NONAUSEA]&lt;br /&gt;
[NOFEAR]&lt;br /&gt;
[NOEXERT]&lt;br /&gt;
[NO_DIZZINESS]&lt;br /&gt;
[NO_FEVERS]&lt;br /&gt;
[LARGE_PREDATOR]&lt;br /&gt;
[SPHERE:BLIGHT]&lt;br /&gt;
[SPHERE:DEATH]&lt;br /&gt;
[SPHERE:MURDER]&lt;br /&gt;
[SPHERE:TWILIGHT]&lt;br /&gt;
[BODY_SIZE:0:0:10000000]&lt;br /&gt;
[CREATURE_TILE:'&amp;amp;']&lt;br /&gt;
[BODY:RCP_UPPER_BODY:RCP_LOWER_BODY:RCP_NECK:RCP_HEAD:RCP_TWO_PART_ARMS:RCP_TWO_PART_LEGS:RCP_TAIL:RCP_4_FINGERS:RCP_4_TOES:RCP_LUNGS:RCP_HEART:RCP_GUTS:RCP_THROAT:RCP_SPINE:RCP_UPPER_SPINE:RCP_BRAIN:RCP_SKULL:RCP_MOUTH:RCP_TONGUE:RCP_TEETH:RCP_RIBS]&lt;br /&gt;
[CANOPENDOORS]&lt;br /&gt;
[EQUIPS]&lt;br /&gt;
[BODY_DETAIL_PLAN:STANDARD_MATERIALS]&lt;br /&gt;
[REMOVE_MATERIAL:SKIN]&lt;br /&gt;
[REMOVE_MATERIAL:HAIR]&lt;br /&gt;
[USE_MATERIAL_TEMPLATE:SCALE:SCALE_TEMPLATE]&lt;br /&gt;
[BODY_DETAIL_PLAN:STANDARD_TISSUES]&lt;br /&gt;
[REMOVE_TISSUE:SKIN]&lt;br /&gt;
[REMOVE_TISSUE:HAIR]&lt;br /&gt;
[USE_TISSUE_TEMPLATE:SCALE:SCALE_TEMPLATE]&lt;br /&gt;
[BODY_DETAIL_PLAN:VERTEBRATE_TISSUE_LAYERS:SCALE:FAT:MUSCLE:BONE:CARTILAGE]&lt;br /&gt;
[BODY_DETAIL_PLAN:STANDARD_HEAD_POSITIONS]&lt;br /&gt;
[BODY_DETAIL_PLAN:HUMANOID_HEAD_POSITIONS]&lt;br /&gt;
[BODY_DETAIL_PLAN:HUMANOID_RIBCAGE_POSITIONS]&lt;br /&gt;
[BODY_DETAIL_PLAN:HUMANOID_RELSIZES]&lt;br /&gt;
[USE_MATERIAL_TEMPLATE:SINEW:SINEW_TEMPLATE]&lt;br /&gt;
[TENDONS:LOCAL_CREATURE_MAT:SINEW:200]&lt;br /&gt;
[LIGAMENTS:LOCAL_CREATURE_MAT:SINEW:200]&lt;br /&gt;
[HAS_NERVES]&lt;br /&gt;
[NOBREATHE]&lt;br /&gt;
[EXTRAVISION]&lt;br /&gt;
[FIXED_TEMP:10040]&lt;br /&gt;
[SELECT_MATERIAL:SCALE]&lt;br /&gt;
[STATE_COLOR:ALL_SOLID:CLEAR]&lt;br /&gt;
[COLOR:0:0:1]&lt;br /&gt;
[SELECT_TISSUE_LAYER:HEART:BY_CATEGORY:HEART]&lt;br /&gt;
[PLUS_TISSUE_LAYER:SCALE:BY_CATEGORY:THROAT]&lt;br /&gt;
[TL_MAJOR_ARTERIES]&lt;br /&gt;
[USE_MATERIAL_TEMPLATE:GOO:GOO_TEMPLATE]&lt;br /&gt;
[BLOOD:LOCAL_CREATURE_MAT:GOO:LIQUID]&lt;br /&gt;
[USE_MATERIAL_TEMPLATE:CLAW:NAIL_TEMPLATE]&lt;br /&gt;
[USE_TISSUE_TEMPLATE:CLAW:CLAW_TEMPLATE]&lt;br /&gt;
[TISSUE_LAYER:BY_CATEGORY:FINGER:CLAW:FRONT]&lt;br /&gt;
[TISSUE_LAYER:BY_CATEGORY:TOE:CLAW:FRONT]&lt;br /&gt;
[USE_MATERIAL_TEMPLATE:POISON:CREATURE_EXTRACT_TEMPLATE]&lt;br /&gt;
[ENTERS_BLOOD]&lt;br /&gt;
[SYNDROME]&lt;br /&gt;
[SYN_NAME:demon sickness]&lt;br /&gt;
[SYN_AFFECTED_CLASS:GENERAL_POISON]&lt;br /&gt;
[SYN_IMMUNE_CREATURE:DEMON_3:ALL]&lt;br /&gt;
[SYN_INJECTED]&lt;br /&gt;
[SYN_CONTACT]&lt;br /&gt;
[SYN_INHALED]&lt;br /&gt;
[SYN_INGESTED]&lt;br /&gt;
[CE_DROWSINESS:SEV:100:PROB:100:START:565:PEAK:1649:END:4938:RESISTABLE:SIZE_DELAYS:SIZE_DILUTES]&lt;br /&gt;
[SECRETION:LOCAL_CREATURE_MAT:POISON:LIQUID:BY_CATEGORY:ALL:SCALE]&lt;br /&gt;
[FIREIMMUNE]&lt;br /&gt;
[ATTACK:PUNCH:BODYPART:BY_TYPE:GRASP]&lt;br /&gt;
[ATTACK_SKILL:GRASP_STRIKE]&lt;br /&gt;
[ATTACK_VERB:punch:punches]&lt;br /&gt;
[ATTACK_CONTACT_PERC:100]&lt;br /&gt;
[ATTACK_PREPARE_AND_RECOVER:2:2]&lt;br /&gt;
[ATTACK_FLAG_WITH]&lt;br /&gt;
[ATTACK_PRIORITY:MAIN]&lt;br /&gt;
[ATTACK:KICK:BODYPART:BY_TYPE:STANCE]&lt;br /&gt;
[ATTACK_SKILL:STANCE_STRIKE]&lt;br /&gt;
[ATTACK_VERB:kick:kicks]&lt;br /&gt;
[ATTACK_CONTACT_PERC:100]&lt;br /&gt;
[ATTACK_PREPARE_AND_RECOVER:2:2]&lt;br /&gt;
[ATTACK_FLAG_WITH]&lt;br /&gt;
[ATTACK_PRIORITY:MAIN]&lt;br /&gt;
[ATTACK_FLAG_BAD_MULTIATTACK]&lt;br /&gt;
[ATTACK:BITE:CHILD_BODYPART_GROUP:BY_CATEGORY:HEAD:BY_CATEGORY:TOOTH]&lt;br /&gt;
[ATTACK_SKILL:BITE]&lt;br /&gt;
[ATTACK_VERB:bite:bites]&lt;br /&gt;
[ATTACK_CONTACT_PERC:100]&lt;br /&gt;
[ATTACK_PENETRATION_PERC:100]&lt;br /&gt;
[ATTACK_PREPARE_AND_RECOVER:2:2]&lt;br /&gt;
[ATTACK_FLAG_EDGE]&lt;br /&gt;
[ATTACK_PRIORITY:MAIN]&lt;br /&gt;
[ATTACK_FLAG_CANLATCH]&lt;br /&gt;
[ATTACK:FSCRATCH:CHILD_TISSUE_LAYER_GROUP:BY_TYPE:GRASP:BY_CATEGORY:ALL:CLAW]&lt;br /&gt;
[ATTACK_SKILL:GRASP_STRIKE]&lt;br /&gt;
[ATTACK_VERB:scratch:scratches]&lt;br /&gt;
[ATTACK_CONTACT_PERC:100]&lt;br /&gt;
[ATTACK_PENETRATION_PERC:100]&lt;br /&gt;
[ATTACK_PREPARE_AND_RECOVER:2:2]&lt;br /&gt;
[ATTACK_FLAG_EDGE]&lt;br /&gt;
[ATTACK_PRIORITY:MAIN]&lt;br /&gt;
[ATTACK:TSCRATCH:CHILD_TISSUE_LAYER_GROUP:BY_TYPE:STANCE:BY_CATEGORY:ALL:CLAW]&lt;br /&gt;
[ATTACK_SKILL:STANCE_STRIKE]&lt;br /&gt;
[ATTACK_VERB:scratch:scratches]&lt;br /&gt;
[ATTACK_CONTACT_PERC:100]&lt;br /&gt;
[ATTACK_PENETRATION_PERC:100]&lt;br /&gt;
[ATTACK_PREPARE_AND_RECOVER:2:2]&lt;br /&gt;
[ATTACK_FLAG_EDGE]&lt;br /&gt;
[ATTACK_PRIORITY:MAIN]&lt;br /&gt;
[ATTACK_FLAG_BAD_MULTIATTACK]&lt;br /&gt;
[SELECT_MATERIAL:ALL]&lt;br /&gt;
[MAT_FIXED_TEMP:10040]&lt;br /&gt;
[HEATDAM_POINT:NONE]&lt;br /&gt;
[COLDDAM_POINT:NONE]&lt;br /&gt;
[IGNITE_POINT:NONE]&lt;br /&gt;
[GAIT:SWIM:Maximum Swim Speed:725:10:3:2175:50:LAYERS_SLOW:STRENGTH:AGILITY:STEALTH_SLOWS:50]&lt;br /&gt;
[GAIT:SWIM:Faster Swim:1450:5:3:2175:10:LAYERS_SLOW:STRENGTH:AGILITY:STEALTH_SLOWS:20]&lt;br /&gt;
[GAIT:SWIM:Fast Swim:2175:NO_BUILD_UP:5:LAYERS_SLOW:STRENGTH:AGILITY:STEALTH_SLOWS:10]&lt;br /&gt;
[GAIT:SWIM:Swim:2900:NO_BUILD_UP:0]&lt;br /&gt;
[GAIT:SWIM:Slow Swim:3900:NO_BUILD_UP:0]&lt;br /&gt;
[GAIT:SWIM:Creeping Swim:5900:NO_BUILD_UP:0]&lt;br /&gt;
[GAIT:WALK:Sprint:225:10:3:675:50:LAYERS_SLOW:STRENGTH:AGILITY:STEALTH_SLOWS:50]&lt;br /&gt;
[GAIT:WALK:Run:450:5:3:675:10:LAYERS_SLOW:STRENGTH:AGILITY:STEALTH_SLOWS:20]&lt;br /&gt;
[GAIT:WALK:Jog:675:NO_BUILD_UP:5:LAYERS_SLOW:STRENGTH:AGILITY:STEALTH_SLOWS:10]&lt;br /&gt;
[GAIT:WALK:Walk:900:NO_BUILD_UP:0]&lt;br /&gt;
[GAIT:WALK:Stroll:1900:NO_BUILD_UP:0]&lt;br /&gt;
[GAIT:WALK:Creep:2900:NO_BUILD_UP:0]&lt;br /&gt;
[GAIT:CRAWL:Scramble:225:10:3:675:50:LAYERS_SLOW:STRENGTH:AGILITY:STEALTH_SLOWS:50]&lt;br /&gt;
[GAIT:CRAWL:Faster Crawl:450:5:3:675:10:LAYERS_SLOW:STRENGTH:AGILITY:STEALTH_SLOWS:20]&lt;br /&gt;
[GAIT:CRAWL:Fast Crawl:675:NO_BUILD_UP:5:LAYERS_SLOW:STRENGTH:AGILITY:STEALTH_SLOWS:10]&lt;br /&gt;
[GAIT:CRAWL:Crawl:900:NO_BUILD_UP:0]&lt;br /&gt;
[GAIT:CRAWL:Slow Crawl:1900:NO_BUILD_UP:0]&lt;br /&gt;
[GAIT:CRAWL:Creep:2900:NO_BUILD_UP:0]&lt;br /&gt;
[GAIT:CLIMB:Scramble:225:10:3:675:50:LAYERS_SLOW:STRENGTH:AGILITY:STEALTH_SLOWS:50]&lt;br /&gt;
[GAIT:CLIMB:Faster Climb:450:5:3:675:10:LAYERS_SLOW:STRENGTH:AGILITY:STEALTH_SLOWS:20]&lt;br /&gt;
[GAIT:CLIMB:Fast Climb:675:NO_BUILD_UP:5:LAYERS_SLOW:STRENGTH:AGILITY:STEALTH_SLOWS:10]&lt;br /&gt;
[GAIT:CLIMB:Climb:900:NO_BUILD_UP:0]&lt;br /&gt;
[GAIT:CLIMB:Slow Climb:1900:NO_BUILD_UP:0]&lt;br /&gt;
[GAIT:CLIMB:Creep:2900:NO_BUILD_UP:0]&lt;br /&gt;
[DESCRIPTION:A gigantic eyeless chameleon twisted into humanoid form.  It squirms and fidgets.  Its clear scales are large and set far apart.  Beware its noxious secretions!]&lt;br /&gt;
}}&lt;br /&gt;
{{Creatures}}&lt;br /&gt;
{{Category|Amphibious}}&lt;br /&gt;
{{Category|Building destroyer}}&lt;br /&gt;
{{Category|HFS}}&lt;br /&gt;
{{Category|Fanciful}}&lt;br /&gt;
{{Category|Fire immune}}&lt;br /&gt;
{{Category|Learns}}&lt;br /&gt;
{{Category|No Exert}}&lt;br /&gt;
{{Category|No Pain}}&lt;br /&gt;
{{Category|No Stun}}&lt;br /&gt;
[[ru:Demon]]&lt;/div&gt;</summary>
		<author><name>Quietust</name></author>
	</entry>
	<entry>
		<id>https://dwarffortresswiki.org/index.php?title=Dwarf&amp;diff=317021</id>
		<title>Dwarf</title>
		<link rel="alternate" type="text/html" href="https://dwarffortresswiki.org/index.php?title=Dwarf&amp;diff=317021"/>
		<updated>2026-06-30T12:52:25Z</updated>

		<summary type="html">&lt;p&gt;Quietust: Reverted edits by 71.204.37.122 (talk) to last revision by Ziusudra&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Quality|Masterwork}}&lt;br /&gt;
{{Creaturelookup/0&lt;br /&gt;
|image=Dwarf sprite.png&lt;br /&gt;
|portrait=dwarf_portrait_anim.gif&lt;br /&gt;
|death=nobutcher&lt;br /&gt;
|contrib=no&lt;br /&gt;
|wiki=Dwarf (mythology)&lt;br /&gt;
}}&lt;br /&gt;
{{av}}&lt;br /&gt;
{{creaturedesc}}&lt;br /&gt;
[[File:Bersek dwarf.png|thumb|right|«''Berserk Dwarf''». Art by [[User:Jeff Agudelo|Jeff Agudelo]]]]&lt;br /&gt;
[[File:Full steel dwarf.png|thumb|right|«''Full steel warrior''». Art by [[User:Jeff Agudelo|Jeff Agudelo]]]]&lt;br /&gt;
[[Image:Dwarf.jpg|206px|thumb|This is a masterfully-designed engraving of a Dwarf and a battle axe.]]&lt;br /&gt;
'''Dwarves''' (singular, '''Dwarf''') are [[Stupid dwarf trick|&amp;quot;intelligent&amp;quot;]], [[alcohol]]-[[Creature_token#ALCOHOL_DEPENDENT|dependent]], {{Catlink|Humanoids|humanoid}} [[creature]]s that are the featured [[civilization|race]] of [[fortress mode]], as well as being playable in [[adventurer mode]]. They are well known for their stout physique and prominent [[beard]]s (on the males), which begin to grow from birth; dwarves are stronger, shorter, stockier, and hairier than the average [[human]], have a heightened sense of their surroundings and possess perfect darkvision. Dwarves live both in elaborate underground [[fortress]]es carved from the [[mountain|mountainside]] and above-ground [[hillock]]s, are naturally gifted [[miner]]s, [[metalsmith]]s, and [[stone crafter]]s, and value the acquisition of [[wealth]] and [[value|rare]] [[metal]]s above all else.&lt;br /&gt;
&lt;br /&gt;
Dwarven civilizations typically form (mostly) peaceful, trade-based relationships with [[human]]s and [[elves]], but are bitter enemies with [[goblin]]s, and consider [[kobold]]s a petty annoyance. Dwarven babies become [[children]] one year after birth, grow up to become adults at their eighteenth birthday, and live to be around 150-170 years of age.&lt;br /&gt;
&lt;br /&gt;
Well-trained dwarves are a menace in combat; they are the only race that can enter a [[martial trance]] when beset by multiple foes, granting them a major combat bonus, and their emphasis on mining and metalworking ensures access to the best [[weapon|arms]] and [[armor]]. They are incapable, however, of riding [[mount]]s, and will always fight on foot. Note, however, that this is only applicable to player controlled dwarves in fortress mode, as they have access to mounts if they are the invading force of a [[siege]].&lt;br /&gt;
&lt;br /&gt;
Dwarves speak the [[Main:Dwarven language|dwarven language]].&lt;br /&gt;
&lt;br /&gt;
Some non-dwarves [[Preferences|like]] dwarves for their ''beards''.&lt;br /&gt;
&lt;br /&gt;
== Fortress mode ==&lt;br /&gt;
Dwarves are the current default race in fortress mode, as in, the only one that can be played without [[modding]]. As a [[trading]] race, dwarves will send a [[caravan]] every year in [[Calendar|Autumn]]. These merchants will bring back tales of a fortress's wealth and goods, which will attract [[immigration|immigrant]]s, and the [[outpost liaison]] will bring news about the goings-on of the world centered mainly on the player's civilization, including results of [[mayor]]al elections, flight of various refugee groups from their forts and hillocks during [[war]]s, and replacement of [[monarch]]s, if the previous incumbent dies with or without an heir.&lt;br /&gt;
&lt;br /&gt;
Dwarves may occasionally be [[Strange mood|inspired]] to create a [[legendary artifact]], an item of masterful craft and great value. A dwarf who is successful in this quest will, in most cases, become a [[skill|legendary]] worker in that profession; however, if the appropriate materials are not available, the dwarf will instead go [[insanity|insane]]. Dwarves with the dream of creating a great work of art long for a strange mood to strike them.&lt;br /&gt;
&lt;br /&gt;
Being underground creatures, dwarves are not fond of the sun, and when exposed to it after [[Cave_adaptation|spending long enough in the dark]], they will experience negative thoughts and vomiting, which will be worse and last for longer the longer they have spent underground.&lt;br /&gt;
&lt;br /&gt;
Dwarves react to stress depending on their [[personality facet]]s; some react with fear or violence unless they've become sufficiently [[discipline]]d (or numbed) to such things, while others will not feel anything unless the stress is particularly personal. When pushed to unhappiness by unfortunate events, dwarves will go into [[Mental breakdown|emotional breakdowns]] depending on their personalities, ranging from [[depression]] to aggressive [[tantrum]]s – it is not uncommon to find tantruming dwarves overturning furniture, injuring others, and generally being rowdy. Nevertheless, they also have a strong sense of [[justice]], and those who damage property or other dwarves may find themselves incarcerated, or – in extreme cases – on the receiving end of the [[hammerer]]'s corporal punishment, though unintentionally fatal beatings from the fortress guard are not unusual. While older versions of the game were famed for their &amp;quot;tantrum spirals&amp;quot;, where dwarves would enrage each other in a domino effect and destroy the fortress in the process, these are not as common in the current day, though a stressed dwarf is nonetheless a plentiful source of [[fun]].&lt;br /&gt;
&lt;br /&gt;
== Needs ==&lt;br /&gt;
&lt;br /&gt;
As living creatures, dwarves need to [[Thirst|drink]], eat [[food]], and [[sleep]] to survive. On average, a dwarf needs to drink every 18 days, eat every 35 days, and sleep every 40 days. Dwarves prefer [[alcohol]] and are uniquely alcohol-dependent; if deprived for long enough, a dwarf will suffer from withdrawal and will work slower.&lt;br /&gt;
&lt;br /&gt;
Dwarves also have a variety of emotional [[needs]] that arise from their [[personality facet]]s and [[Personality value|values]]. A typical dwarf may need to acquire [[Finished goods|objects]], eat [[Item value|good]] [[Prepared meal|meal]]s, maintain their [[relationship]]s, hone their [[skills]] (often in [[Industry|crafting]], but could also be [[Combat skill|martial]] or [[Library|intellectual]]), or enjoy a [[performance]].&lt;br /&gt;
&lt;br /&gt;
== Adventurer mode ==&lt;br /&gt;
Dwarven fortresses can be explored in [[Adventurer mode]], both in their world-generated and player-made forms. They can be a good source of dwarf-sized [[armor]], as [[human]] armor is too large for dwarves. As the layout of underground [[Fortress|fortresses]] and [[mountain halls]] are considered to be [http://www.bay12forums.com/smf/index.php?topic=169696.msg8565801#msg8565801 too confusing] to navigate, it is not possible{{v|51.01}} for adventurers to start from there. Dwarven adventurers must start at other [[site]] types, such as [[hillocks]] or those founded by another [[civilization]].&lt;br /&gt;
&lt;br /&gt;
Dwarves have the notable ability to see perfectly well in the dark, either at night or [[underground]]. They can also enter [[martial trances]] under the same conditions as they would in Fortress mode. Most human weapons must be wielded two-handed by dwarves, due to their size, except, of course, the weapons that dwarves can also make.&lt;br /&gt;
&lt;br /&gt;
== Ethics ==&lt;br /&gt;
[[File:Dancing dwarves crayon.jpg|thumb|250px|This is a crayon drawing. All craftsdwarfship is of the highest quality. On the item is an image of dwarves in crayon. The dwarves are laughing. The dwarves are dancing. On the item are signatures of [[Main:ThreeToe|Zach]] and [[Main:Toady One|Tarn Adams]] in crayon.]]&lt;br /&gt;
&lt;br /&gt;
Morally speaking, dwarven [[ethics]] most closely resembles human and elven ethics, agrees somewhat with kobold and [[animal people]] ethics, and disagrees strongly with goblin ethics. Unlike elves, dwarves find the devouring of dead enemies unthinkable, and will not butcher or consume intelligent beings (goblins see this as a personal matter). They are entirely opposed to torture of any sort for any reason, unlike elves, humans, kobolds and animal people (who find certain forms of torture acceptable) and especially goblins, who find all torture acceptable. Dwarves tolerate animal trophies but shun those who keep trophies of sapient beings, and find those who keep trophies of other dwarves appalling. Dwarves find the killing of animals, enemies and plants completely acceptable, unlike elves, kobolds and animal people. An exception to this is the killing of neutral beings, which is sanctioned as long as the killing had been officially ordered. A dwarf found to have participated in assault, theft, trespassing or vandalism will be seriously punished; some crimes such as killing other dwarves, breaking oaths, slavery and treason are punishable by death. On the other hand, lying is considered a personal matter.&lt;br /&gt;
&lt;br /&gt;
Dwarves highly value craftsmanship, and deeply respect law, loyalty, family, friendship, truth, artwork, skill and hard work. They place a certain degree of value on martial prowess, cooperation, fairness, independence, stoicism, commerce, merriment, leisure time and perseverance. They have no respect for nature.&lt;br /&gt;
&lt;br /&gt;
== Community outlook ==&lt;br /&gt;
Dwarves have accumulated a reputation among players for being slow-witted, although to be fair, this is more a function of the game itself (and certain consequences thereof) than it is the fault of the dwarves. The instances of dwarven stupidity are numerous; examples include [[dodging]] into thin air (off of cliffs and into [[river]]s), never accounting for [[water]] [[flow]] (and being swept off of [[waterfall]]s to a watery grave several [[z-level]]s below), always taking the easy [[path]]s (even through a pond [[syndrome|poisoned]] with toxic [[forgotten beast]] blood), climbing across tree branches and falling into the lakes or ponds the branches hang over, building [[construction]]s from the wrong side (trapping themselves within), [[channel]]ing the floor one &amp;lt;s&amp;gt;is&amp;lt;/s&amp;gt; was standing on, wandering off to do dangerous things ([[web|collecting webs]] when a [[giant cave spider]] is visibly lurking), and generally disregarding dangerous circumstances (carrying back friendly [[corpse]]s even when the goblins that have rendered them horizontal are a mere two feet away).&lt;br /&gt;
&lt;br /&gt;
Dwarves also have the reputation of being incredibly irritable, becoming stressed at the slightest provocation. The problem was compounded by dwarven touchiness in previous versions of the game; they easily became depressed, throwing tantrums that spiraled out of control for what seemed like minor reasons (e.g. a temporary lack of [[wear|unworn]] [[clothing#The_great_sock_obsession|socks]]). This inevitably led to players' emphasis of the &amp;quot;dwarfy&amp;quot;: failsafe designs, machinery in place of dwarfpower, fun with [[magma]], seizing control of the environment, killing all the cute fuzzy animals, strip-mining the whole place hollow, etc. It is a great insult to be called an [[elf]], implying that the player is apt to sit around and gaze at trees, living in the world rather than bending it to their will.&lt;br /&gt;
&lt;br /&gt;
In accounts of exploits or [[fun]], the generic name ''[[main:Urist|Urist]]'' is often used in place of any specific dwarf [[name]], often because the default dwarf names are complex, random, and hard to remember. Several other nicknames for dwarves also exist; some are less polite than others.&lt;br /&gt;
&lt;br /&gt;
== Mythology ==&lt;br /&gt;
In real-life mythology, dwarves are much like humans, but generally prefer to live underground and/or in mountainous areas. In their fortresses they have accumulated treasures of [[gold]], [[silver]], and [[gem|precious stones]], and pass their time fabricating costly weapons and armor. They are famed miners and smiths, although, like humans, they can specialize in any number of trades. Generally shorter than humans, they are on average stockier and hairier, and usually sport full beards. Though slow runners and poor riders, dwarves are excellent warriors and defenders of their strongholds. Dwarves have the ability to forge magical items, which shows off their culture's and species' natural craftsmanship. For instance, dwarven smiths created some of the greatest and most powerful items of mythology, which inspired the in-game [[strange mood]]s and [[legendary artifact]]s.&lt;br /&gt;
&lt;br /&gt;
== Myths concerning dwarves ==&lt;br /&gt;
{{D for Dwarf}}&lt;br /&gt;
&lt;br /&gt;
Dwarves, much like the Biblical hero Samson, actually gain their strength from their beards. (Think back to Gimli, of Jackson's LOTR; &amp;quot;NOT THE BEARD&amp;quot;). There is some speculation among philosophers and biologists of other species whether there is a connection between alcohol and the near godlike properties dwarves exhibit, to which most dwarves respond with a roaring cascade of laughter, before bashing the offending creature's head in and chuckling, &amp;quot;''is'' there a connection?&amp;quot;, while suddenly deciding to create an artifact due to the unexpected boost in happiness.&lt;br /&gt;
&lt;br /&gt;
This brings us to the question of why dwarves become sad when they see a fellow dwarf killing a creature. In this, most species are only partially correct in the assumption that the dwarf regrets the loss of life. The real reason dwarves become upset, occasionally becoming melancholic and often throwing fits, is due to the regret that '''they''' were not the cause of said loss of life. This is especially true when the creature slain belongs to one of the following categories, in ascending order of amount regretted:&lt;br /&gt;
      A) &amp;quot;LnT&amp;quot;    Large and Threatening&lt;br /&gt;
      B) &amp;quot;SCnI&amp;quot;   Small, Cute and Innocent&lt;br /&gt;
      C) &amp;quot;FB&amp;quot;     Forgotten Beast (titans, forgotten beasts and other large &amp;quot;fun&amp;quot; included here)&lt;br /&gt;
      D) &amp;quot;g&amp;quot;      Goblins&lt;br /&gt;
      E) &amp;quot;k&amp;quot;      Kobolds&lt;br /&gt;
      Z) &amp;quot;ë&amp;quot;      Elves&lt;br /&gt;
&lt;br /&gt;
{{gamedata}}&lt;br /&gt;
{{gamedata|title=Entity ([[civilization]]) Raws|{{raw|v50:entity_default.txt|ENTITY|MOUNTAIN}}}}&lt;br /&gt;
{{Creatures}}&lt;br /&gt;
&lt;br /&gt;
{{Category|Races}}&lt;br /&gt;
{{Category|Humanoids}}&lt;br /&gt;
{{Category|Creatures}}&lt;br /&gt;
[[zh:Dwarf]]&lt;/div&gt;</summary>
		<author><name>Quietust</name></author>
	</entry>
	<entry>
		<id>https://dwarffortresswiki.org/index.php?title=Cave_swallow&amp;diff=316980</id>
		<title>Cave swallow</title>
		<link rel="alternate" type="text/html" href="https://dwarffortresswiki.org/index.php?title=Cave_swallow&amp;diff=316980"/>
		<updated>2026-06-29T22:04:08Z</updated>

		<summary type="html">&lt;p&gt;Quietust: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Quality|fine}}&lt;br /&gt;
{{verminlookup/0&lt;br /&gt;
|image=cave_swallow_sprite.png&lt;br /&gt;
|portrait=cave_swallow_portrait.png&lt;br /&gt;
|wiki=Cave swallow}}&lt;br /&gt;
{{av}}&lt;br /&gt;
{{creaturedesc}}&lt;br /&gt;
&lt;br /&gt;
'''Cave swallows''' are a species of unremarkable [[vermin]] which can be encountered in [[caverns]]. They can be captured by [[trapper]]s and turned into low-value [[pet]]s.&lt;br /&gt;
&lt;br /&gt;
Some [[dwarves]] [[Preferences|like]] cave swallows for their ''coloration''.&lt;br /&gt;
&lt;br /&gt;
[[File:Vermin-CaveSwallow.jpg|thumb|center|Admired for its ''coloration''.]]&lt;br /&gt;
&lt;br /&gt;
{{Translation| dwarven = äs mozib | elvish = garetho thicera | goblin = omo nabok | human = ngethac cocu}}&lt;br /&gt;
&lt;br /&gt;
{{D for Dwarf}}&lt;br /&gt;
&amp;lt;!-- Reference: Monty Python and the Holy Grail --&amp;gt;&lt;br /&gt;
[[Monarch|Kings]] are required to know much about swallows. Certain swallows may be capable of carrying [[Coconut palm|coconuts]] to [[Temperate|temperate zones]]; however, they have never been observed doing so, being non-migratory.&lt;br /&gt;
&lt;br /&gt;
{{gamedata}}&lt;br /&gt;
{{Vermin}}&lt;/div&gt;</summary>
		<author><name>Quietust</name></author>
	</entry>
	<entry>
		<id>https://dwarffortresswiki.org/index.php?title=Swordfish&amp;diff=316780</id>
		<title>Swordfish</title>
		<link rel="alternate" type="text/html" href="https://dwarffortresswiki.org/index.php?title=Swordfish&amp;diff=316780"/>
		<updated>2026-06-29T20:26:39Z</updated>

		<summary type="html">&lt;p&gt;Quietust: The password is always swordfish&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Quality|Fine}}&lt;br /&gt;
{{Creaturelookup/0&lt;br /&gt;
|image=swordfish_sprites.png&lt;br /&gt;
|portrait=swordfish_portrait.png&lt;br /&gt;
|contrib=no&lt;br /&gt;
|skin=scale&lt;br /&gt;
|bone=12&lt;br /&gt;
|meat=21&lt;br /&gt;
|skull=1&lt;br /&gt;
|brain=1&lt;br /&gt;
|kidney=2&lt;br /&gt;
|sweetbread=1&lt;br /&gt;
|tripe=1&lt;br /&gt;
|spleen=1&lt;br /&gt;
|liver=1&lt;br /&gt;
|intestines=4&lt;br /&gt;
|heart=1&lt;br /&gt;
|eyes=2&lt;br /&gt;
|fat=7&lt;br /&gt;
|wiki=yes&lt;br /&gt;
}}&lt;br /&gt;
{{av}}&lt;br /&gt;
{{creaturedesc}}&lt;br /&gt;
&lt;br /&gt;
'''Swordfish''' are a species of large [[Creature|fish]] who can be found in [[temperate]] and [[tropical]] [[ocean]]s. They are quite large, over 10 times heavier than a [[dwarf]], and as such provide a great amount of returns when [[butcher]]ed. As non-[[vermin]] fish, swordfish can't be fished by [[Fisherdwarf|fisherdwarves]], but can be caught with the use of a [[drowning chamber]]. Infant swordfish are called ''swordfish fry''.&lt;br /&gt;
&lt;br /&gt;
Some dwarves [[Preferences|like]] swordfish for their ''sharp snout''.&lt;br /&gt;
&lt;br /&gt;
{{Translation| dwarven = dastot-tatlosh | elvish = ocade-thaci | goblin = oxox-otu | human = thil-amsir}}&lt;br /&gt;
&lt;br /&gt;
{{D for dwarf}}&lt;br /&gt;
&amp;lt;!-- Reference: Enguarde from the Donkey Kong Country games --&amp;gt;&lt;br /&gt;
[[Human|Humanoid]] primates have been rumored to ride a swordfish - going by the name &amp;quot;Enguarde&amp;quot; - to defeat underwater enemies. It has also been said that this swordfish has been remained in [[wood|wooden]] [[barrel]]s until summoned. However, these events have never been seen in-game.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- Reference: Marx Brothers' 1932 film &amp;quot;Horse Feathers&amp;quot; --&amp;gt;&lt;br /&gt;
The name of this creature is well known for being used as a secret password. Whether or not it's actually a secret is another matter entirely.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
[[File:Xiphias gladius2.jpg|thumb|400px|center|Admired for its ''sharp snout''.]]&lt;br /&gt;
&lt;br /&gt;
{{gamedata}}&lt;br /&gt;
{{Creatures}}&lt;br /&gt;
{{Category|Animals}}&lt;/div&gt;</summary>
		<author><name>Quietust</name></author>
	</entry>
	<entry>
		<id>https://dwarffortresswiki.org/index.php?title=23a:Kobold&amp;diff=316532</id>
		<title>23a:Kobold</title>
		<link rel="alternate" type="text/html" href="https://dwarffortresswiki.org/index.php?title=23a:Kobold&amp;diff=316532"/>
		<updated>2026-06-29T14:10:04Z</updated>

		<summary type="html">&lt;p&gt;Quietust: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{quality|Exceptional|19:18, 16 April 2011 (UTC)}}&lt;br /&gt;
{{23a creaturelookup/0|butcher=no}}&lt;br /&gt;
{{av}}&lt;br /&gt;
&lt;br /&gt;
'''Kobolds''' are small [[humanoid]]s, slightly smaller than [[dwarves]].  They are technologically backward and use [[copper]] [[weapon]]s.&lt;br /&gt;
&lt;br /&gt;
Once your fortress has advanced to the point of supporting a [[manager]], [[broker]], or [[bookkeeper]], kobold [[thief|thieves]] will begin to raid you in [[fortress mode]], generally timing their attacks to coincide with the arrival of [[caravan]]s. Kobold thieves have a 50% chance to arrive during each season, including [[calendar|winter]]. They are able to bypass any and all [[trap]]s, and are an excellent reason to channel all traffic in and out of your fortress through a single location which should be guarded at all times.  Once discovered and caught, a kobold can generally be killed by any armed [[dwarf]] and most unarmed civilians. Be warned though that even the lowliest kobold thief will carry a copper [[dagger]], which can lead into severe injuries if you order an unarmed recruit to attack it.&lt;br /&gt;
&lt;br /&gt;
Kobold raiding parties may occasionally show up to ambush your dwarves outside once kobold thieves have successfully stolen some items. The kobolds will hold back and fire their [[bow]]s at all dwarves who venture near. This is not a [[siege]] - the kobolds will leave when they have no more [[arrow]]s or when they experience minor casualties. Due to the archers, these raiding parties can be quite dangerous to an unprepared fortress, especially one reliant on resources such as [[tree]]s and surface [[water]].  The parties can also consist of other kobolds, such as kobold spearmen.&lt;br /&gt;
&lt;br /&gt;
== Kobold Caves in Adventure Mode ==&lt;br /&gt;
&lt;br /&gt;
In adventure mode, kobolds live in mountainside caves.  They will have guards, soldiers, civilians, [[child]]ren, and the occasional quite dangerous weaponmaster.  Kobolds are deadly with a bow but generally an easy match in melee, even for a novice adventurer.  Kobold caves are full of trinkets, and they often wear [[cloth]]ing, weapons, and small-sized [[armor]].&lt;br /&gt;
&lt;br /&gt;
{{gamedata}}&lt;br /&gt;
{{gamedata|title=Entity ([[civilization]]) Raws|{{raw|23a:entity_default.txt|ENTITY|SKULKING}}}}&lt;br /&gt;
{{Creatures}}&lt;br /&gt;
{{Category|Races}}&lt;br /&gt;
{{Category|Humanoids}}&lt;/div&gt;</summary>
		<author><name>Quietust</name></author>
	</entry>
	<entry>
		<id>https://dwarffortresswiki.org/index.php?title=Talk:Creature_token&amp;diff=316529</id>
		<title>Talk:Creature token</title>
		<link rel="alternate" type="text/html" href="https://dwarffortresswiki.org/index.php?title=Talk:Creature_token&amp;diff=316529"/>
		<updated>2026-06-29T12:55:57Z</updated>

		<summary type="html">&lt;p&gt;Quietust: /* Frequency token description */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Types? ==&lt;br /&gt;
&lt;br /&gt;
There seem to be three types in use creature, Caste, or special. What does that mean? &lt;br /&gt;
For example, why NAME is creature type but its DESCRIPTION is a Caste type. --[[User:Jan|Jan]] ([[User talk:Jan|talk]]) 16:25, 24 December 2022 (UTC)&lt;br /&gt;
&lt;br /&gt;
Creature-level tokens apply to the whole creature, while caste-level tokens can be different for each caste. Special has to do with creature variations, these tokens act on some meta-level (before the others?) and decide how/which other tokens are loaded. --[[User:Voliol|Voliol]] ([[User talk:Voliol|talk]]) 00:49, 26 December 2022 (UTC)&lt;br /&gt;
&lt;br /&gt;
: So, caste-level tokens CAN be applied to the entire creature, but are also individually applicable to each caste.  I think I was also misinterpreting the phrase &amp;quot;Caste-specific&amp;quot; in some of the notes.  So yeah, that makes much more sense now. [[User:Qeveren|Qeveren]] ([[User talk:Qeveren|talk]]) 00:54, 26 December 2022 (UTC)&lt;br /&gt;
&lt;br /&gt;
== NO_EAT Token ==&lt;br /&gt;
&lt;br /&gt;
According to this page, the creature token [NO_EAT] &amp;quot;seems to cause worldgen crashes if it is part of an entity with [PERMITTED_JOB:FISHERMAN]&amp;quot;. However, the raws for version 50.11 appear to disagree. In creature_standard.txt, goblins have [NO_EAT], and in entity_default.txt, [ENTITY:EVIL] has [CREATURE:GOBLIN] and [PERMITTED_JOB:FISHERMAN]. Maybe the [NO_EAT] Token works here because goblins also have [BONECARN]? --[[User:Bigjetman|Bigjetman]] ([[User talk:Bigjetman|talk]]) 18:33, 7 February 2024 (UTC)&lt;br /&gt;
&lt;br /&gt;
== [LARGE_ROAMING] Pool biome bug. ==&lt;br /&gt;
&lt;br /&gt;
Felt the need to mention it, as future modders might be unaware of it.&lt;br /&gt;
&lt;br /&gt;
~Avenkyr Pakacit&lt;br /&gt;
&lt;br /&gt;
== Frequency token description ==&lt;br /&gt;
&lt;br /&gt;
It seems to me that the first frequency token usage is not correct for this version (or any v53.X version for that matter). Ie. when initializing the variable total to zero and then iterating over all regions in df.global.world.world_data.regions and doing the following:&lt;br /&gt;
1. looping over all population entries in the region and if the type is an animal (or vermin) then looking at the corresponding creature raw (in df.global.world.raws.creatures.all), if it ie. has the flag &amp;quot;LARGE_ROAMING&amp;quot; set to true and if it is true, further checking whether&lt;br /&gt;
it is also a LARGE_PREDATOR or not and if it is not a large predator (only a large roaming). Depending on the outcome, ie. if it is only a large roaming (but not a predator) then incrementing variable large_roaming for that region by one and if it is a large_predator incrementing the variable large_predator for that region instead by 1.&lt;br /&gt;
2. If the region is neiter evil or good and the sum of large_roaming and large_predator for that region is more than 14, then adding the difference to total (otherwise do nothing).&lt;br /&gt;
3. After finishing the iteration over all regions and then doing a small quick iteration over df.global.world.raws.creatures.all to determine, how many large roaming (without a predator) and how many large roaming (with large predator) there are. &lt;br /&gt;
4. Then, when comparing the value of total with the number of all large roaming and all large predators, I do (for all worlds looked at so far) end up with a result where the total (calculated in the region loop) is much higher then the total number of large roaming (and large predators) in the raws combined - eventhough for the region-loop I do not count good/evil regions but for the second loop (over the raws) I do count the corresponding animals (like unicorns) and even cavern only creatures, allthough they do not never appear in any above ground region.&lt;br /&gt;
&lt;br /&gt;
Conclusion the first usage of frequency is no longer correct. Of course, I would do a few more checks, if the term &amp;quot;sub-region&amp;quot; is interpreted somewhat differently and ie. means that any region in df.global.world.world_data.regions corresponds to a number of sub-regions equal to the number of biomes in that region or even to the number of region tiles. But I guess such an interpretation of &amp;quot;sub-region&amp;quot; would need a little explanation as what the term really means in the explanation in the article itself.&lt;br /&gt;
&lt;br /&gt;
ps. In the regions there were no UBIQUITOUS large roaming creatures (world with vanilla raws).[[Special:Contributions/91.49.245.123|91.49.245.123]] 18:43, 28 June 2026 (UTC)&lt;br /&gt;
:If you're looking in DFHack, every entry in ``world.world_data.regions`` is a &amp;quot;subregion&amp;quot; (within DF's actual code, that list is named ``world.region.subregion``). --[[User:Quietust|Quietust]] ([[User talk:Quietust|talk]]) 12:55, 29 June 2026 (UTC)&lt;/div&gt;</summary>
		<author><name>Quietust</name></author>
	</entry>
	<entry>
		<id>https://dwarffortresswiki.org/index.php?title=Talk:Creature_token&amp;diff=316528</id>
		<title>Talk:Creature token</title>
		<link rel="alternate" type="text/html" href="https://dwarffortresswiki.org/index.php?title=Talk:Creature_token&amp;diff=316528"/>
		<updated>2026-06-29T12:55:24Z</updated>

		<summary type="html">&lt;p&gt;Quietust: /* Frequency token description */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Types? ==&lt;br /&gt;
&lt;br /&gt;
There seem to be three types in use creature, Caste, or special. What does that mean? &lt;br /&gt;
For example, why NAME is creature type but its DESCRIPTION is a Caste type. --[[User:Jan|Jan]] ([[User talk:Jan|talk]]) 16:25, 24 December 2022 (UTC)&lt;br /&gt;
&lt;br /&gt;
Creature-level tokens apply to the whole creature, while caste-level tokens can be different for each caste. Special has to do with creature variations, these tokens act on some meta-level (before the others?) and decide how/which other tokens are loaded. --[[User:Voliol|Voliol]] ([[User talk:Voliol|talk]]) 00:49, 26 December 2022 (UTC)&lt;br /&gt;
&lt;br /&gt;
: So, caste-level tokens CAN be applied to the entire creature, but are also individually applicable to each caste.  I think I was also misinterpreting the phrase &amp;quot;Caste-specific&amp;quot; in some of the notes.  So yeah, that makes much more sense now. [[User:Qeveren|Qeveren]] ([[User talk:Qeveren|talk]]) 00:54, 26 December 2022 (UTC)&lt;br /&gt;
&lt;br /&gt;
== NO_EAT Token ==&lt;br /&gt;
&lt;br /&gt;
According to this page, the creature token [NO_EAT] &amp;quot;seems to cause worldgen crashes if it is part of an entity with [PERMITTED_JOB:FISHERMAN]&amp;quot;. However, the raws for version 50.11 appear to disagree. In creature_standard.txt, goblins have [NO_EAT], and in entity_default.txt, [ENTITY:EVIL] has [CREATURE:GOBLIN] and [PERMITTED_JOB:FISHERMAN]. Maybe the [NO_EAT] Token works here because goblins also have [BONECARN]? --[[User:Bigjetman|Bigjetman]] ([[User talk:Bigjetman|talk]]) 18:33, 7 February 2024 (UTC)&lt;br /&gt;
&lt;br /&gt;
== [LARGE_ROAMING] Pool biome bug. ==&lt;br /&gt;
&lt;br /&gt;
Felt the need to mention it, as future modders might be unaware of it.&lt;br /&gt;
&lt;br /&gt;
~Avenkyr Pakacit&lt;br /&gt;
&lt;br /&gt;
== Frequency token description ==&lt;br /&gt;
&lt;br /&gt;
It seems to me that the first frequency token usage is not correct for this version (or any v53.X version for that matter). Ie. when initializing the variable total to zero and then iterating over all regions in df.global.world.world_data.regions and doing the following:&lt;br /&gt;
1. looping over all population entries in the region and if the type is an animal (or vermin) then looking at the corresponding creature raw (in df.global.world.raws.creatures.all), if it ie. has the flag &amp;quot;LARGE_ROAMING&amp;quot; set to true and if it is true, further checking whether&lt;br /&gt;
it is also a LARGE_PREDATOR or not and if it is not a large predator (only a large roaming). Depending on the outcome, ie. if it is only a large roaming (but not a predator) then incrementing variable large_roaming for that region by one and if it is a large_predator incrementing the variable large_predator for that region instead by 1.&lt;br /&gt;
2. If the region is neiter evil or good and the sum of large_roaming and large_predator for that region is more than 14, then adding the difference to total (otherwise do nothing).&lt;br /&gt;
3. After finishing the iteration over all regions and then doing a small quick iteration over df.global.world.raws.creatures.all to determine, how many large roaming (without a predator) and how many large roaming (with large predator) there are. &lt;br /&gt;
4. Then, when comparing the value of total with the number of all large roaming and all large predators, I do (for all worlds looked at so far) end up with a result where the total (calculated in the region loop) is much higher then the total number of large roaming (and large predators) in the raws combined - eventhough for the region-loop I do not count good/evil regions but for the second loop (over the raws) I do count the corresponding animals (like unicorns) and even cavern only creatures, allthough they do not never appear in any above ground region.&lt;br /&gt;
&lt;br /&gt;
Conclusion the first usage of frequency is no longer correct. Of course, I would do a few more checks, if the term &amp;quot;sub-region&amp;quot; is interpreted somewhat differently and ie. means that any region in df.global.world.world_data.regions corresponds to a number of sub-regions equal to the number of biomes in that region or even to the number of region tiles. But I guess such an interpretation of &amp;quot;sub-region&amp;quot; would need a little explanation as what the term really means in the explanation in the article itself.&lt;br /&gt;
&lt;br /&gt;
ps. In the regions there were no UBIQUITOUS large roaming creatures (world with vanilla raws).[[Special:Contributions/91.49.245.123|91.49.245.123]] 18:43, 28 June 2026 (UTC)&lt;br /&gt;
:If you're looking in DFHack, every entry in ``world.world_data.regions`` is a &amp;quot;subregion&amp;quot; (within DF's actual code, that list is named ``world.region.subregions``). --[[User:Quietust|Quietust]] ([[User talk:Quietust|talk]]) 12:55, 29 June 2026 (UTC)&lt;/div&gt;</summary>
		<author><name>Quietust</name></author>
	</entry>
	<entry>
		<id>https://dwarffortresswiki.org/index.php?title=Talk:Creature_token&amp;diff=316527</id>
		<title>Talk:Creature token</title>
		<link rel="alternate" type="text/html" href="https://dwarffortresswiki.org/index.php?title=Talk:Creature_token&amp;diff=316527"/>
		<updated>2026-06-29T12:55:03Z</updated>

		<summary type="html">&lt;p&gt;Quietust: /* Frequency token description */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Types? ==&lt;br /&gt;
&lt;br /&gt;
There seem to be three types in use creature, Caste, or special. What does that mean? &lt;br /&gt;
For example, why NAME is creature type but its DESCRIPTION is a Caste type. --[[User:Jan|Jan]] ([[User talk:Jan|talk]]) 16:25, 24 December 2022 (UTC)&lt;br /&gt;
&lt;br /&gt;
Creature-level tokens apply to the whole creature, while caste-level tokens can be different for each caste. Special has to do with creature variations, these tokens act on some meta-level (before the others?) and decide how/which other tokens are loaded. --[[User:Voliol|Voliol]] ([[User talk:Voliol|talk]]) 00:49, 26 December 2022 (UTC)&lt;br /&gt;
&lt;br /&gt;
: So, caste-level tokens CAN be applied to the entire creature, but are also individually applicable to each caste.  I think I was also misinterpreting the phrase &amp;quot;Caste-specific&amp;quot; in some of the notes.  So yeah, that makes much more sense now. [[User:Qeveren|Qeveren]] ([[User talk:Qeveren|talk]]) 00:54, 26 December 2022 (UTC)&lt;br /&gt;
&lt;br /&gt;
== NO_EAT Token ==&lt;br /&gt;
&lt;br /&gt;
According to this page, the creature token [NO_EAT] &amp;quot;seems to cause worldgen crashes if it is part of an entity with [PERMITTED_JOB:FISHERMAN]&amp;quot;. However, the raws for version 50.11 appear to disagree. In creature_standard.txt, goblins have [NO_EAT], and in entity_default.txt, [ENTITY:EVIL] has [CREATURE:GOBLIN] and [PERMITTED_JOB:FISHERMAN]. Maybe the [NO_EAT] Token works here because goblins also have [BONECARN]? --[[User:Bigjetman|Bigjetman]] ([[User talk:Bigjetman|talk]]) 18:33, 7 February 2024 (UTC)&lt;br /&gt;
&lt;br /&gt;
== [LARGE_ROAMING] Pool biome bug. ==&lt;br /&gt;
&lt;br /&gt;
Felt the need to mention it, as future modders might be unaware of it.&lt;br /&gt;
&lt;br /&gt;
~Avenkyr Pakacit&lt;br /&gt;
&lt;br /&gt;
== Frequency token description ==&lt;br /&gt;
&lt;br /&gt;
It seems to me that the first frequency token usage is not correct for this version (or any v53.X version for that matter). Ie. when initializing the variable total to zero and then iterating over all regions in df.global.world.world_data.regions and doing the following:&lt;br /&gt;
1. looping over all population entries in the region and if the type is an animal (or vermin) then looking at the corresponding creature raw (in df.global.world.raws.creatures.all), if it ie. has the flag &amp;quot;LARGE_ROAMING&amp;quot; set to true and if it is true, further checking whether&lt;br /&gt;
it is also a LARGE_PREDATOR or not and if it is not a large predator (only a large roaming). Depending on the outcome, ie. if it is only a large roaming (but not a predator) then incrementing variable large_roaming for that region by one and if it is a large_predator incrementing the variable large_predator for that region instead by 1.&lt;br /&gt;
2. If the region is neiter evil or good and the sum of large_roaming and large_predator for that region is more than 14, then adding the difference to total (otherwise do nothing).&lt;br /&gt;
3. After finishing the iteration over all regions and then doing a small quick iteration over df.global.world.raws.creatures.all to determine, how many large roaming (without a predator) and how many large roaming (with large predator) there are. &lt;br /&gt;
4. Then, when comparing the value of total with the number of all large roaming and all large predators, I do (for all worlds looked at so far) end up with a result where the total (calculated in the region loop) is much higher then the total number of large roaming (and large predators) in the raws combined - eventhough for the region-loop I do not count good/evil regions but for the second loop (over the raws) I do count the corresponding animals (like unicorns) and even cavern only creatures, allthough they do not never appear in any above ground region.&lt;br /&gt;
&lt;br /&gt;
Conclusion the first usage of frequency is no longer correct. Of course, I would do a few more checks, if the term &amp;quot;sub-region&amp;quot; is interpreted somewhat differently and ie. means that any region in df.global.world.world_data.regions corresponds to a number of sub-regions equal to the number of biomes in that region or even to the number of region tiles. But I guess such an interpretation of &amp;quot;sub-region&amp;quot; would need a little explanation as what the term really means in the explanation in the article itself.&lt;br /&gt;
&lt;br /&gt;
ps. In the regions there were no UBIQUITOUS large roaming creatures (world with vanilla raws).[[Special:Contributions/91.49.245.123|91.49.245.123]] 18:43, 28 June 2026 (UTC)&lt;br /&gt;
:If you're looking in DFHack, every entry in ``world.world_data.regions`` is a &amp;quot;subregion&amp;quot; (within DF's actual code, that list is actually named &amp;quot;world.region.subregions&amp;quot;). --[[User:Quietust|Quietust]] ([[User talk:Quietust|talk]]) 12:55, 29 June 2026 (UTC)&lt;/div&gt;</summary>
		<author><name>Quietust</name></author>
	</entry>
	<entry>
		<id>https://dwarffortresswiki.org/index.php?title=Aegirocassis_man/raw&amp;diff=316526</id>
		<title>Aegirocassis man/raw</title>
		<link rel="alternate" type="text/html" href="https://dwarffortresswiki.org/index.php?title=Aegirocassis_man/raw&amp;diff=316526"/>
		<updated>2026-06-29T12:39:35Z</updated>

		<summary type="html">&lt;p&gt;Quietust: this is how you create derived creature raw pages&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;noinclude&amp;gt;{{raw header|creature|ORDOVICIAN_AEGIROCASSIS_MAN}}&amp;lt;/noinclude&amp;gt;{{variation raw|v50:creature_ordovician.txt|CREATURE|ORDOVICIAN_AEGIROCASSIS_MAN|{{{1|}}}|v50:c_variation_default.txt}}&amp;lt;noinclude&amp;gt;{{raw footer|creature|ORDOVICIAN_AEGIROCASSIS_MAN}}&amp;lt;/noinclude&amp;gt;&lt;/div&gt;</summary>
		<author><name>Quietust</name></author>
	</entry>
	<entry>
		<id>https://dwarffortresswiki.org/index.php?title=Aegirocassis&amp;diff=316291</id>
		<title>Aegirocassis</title>
		<link rel="alternate" type="text/html" href="https://dwarffortresswiki.org/index.php?title=Aegirocassis&amp;diff=316291"/>
		<updated>2026-06-26T12:21:13Z</updated>

		<summary type="html">&lt;p&gt;Quietust: remove manual biome, remove &amp;quot;new in v42&amp;quot;, fix wikipedia link&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Quality|Fine}}&lt;br /&gt;
{{Creaturelookup/0&lt;br /&gt;
|image=aegirocassis_sprites.png&lt;br /&gt;
|portrait=aegirocassis_portrait_anim.gif}}&lt;br /&gt;
{{av}}&lt;br /&gt;
{{creaturedesc}}&lt;br /&gt;
&lt;br /&gt;
'''Aegirocassis''' are [[extinct]] [[aquatic]] arthropods from the [[wikipedia:Ordovician|Ordovician]] era. They can be found in temperate and tropical oceans. Unlike standard fish, they cannot be butchered, cannot feel pain when attacked, cannot be stunned, feel no fear and never sleep.&lt;br /&gt;
&lt;br /&gt;
Some dwarves [[Preferences|like]] like aegirocassis for their ''bold head sclerites''.&lt;br /&gt;
&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
[[File:20191205 Aegirocassis benmoulai Aegirocassis benmoulae.png|thumb|360px|center|Artist recreation of an aegirocassis.&amp;lt;br&amp;gt;&amp;lt;small&amp;gt;''Art by Junnn11''&amp;lt;/small&amp;gt;]]&lt;br /&gt;
&lt;br /&gt;
{{gamedata}}&lt;br /&gt;
{{Creatures}}&lt;br /&gt;
{{Category|Creatures}}&lt;br /&gt;
{{Category|Animals}}&lt;br /&gt;
{{Category|Extinct animals}}&lt;/div&gt;</summary>
		<author><name>Quietust</name></author>
	</entry>
	<entry>
		<id>https://dwarffortresswiki.org/index.php?title=Aegirocassis/raw&amp;diff=316290</id>
		<title>Aegirocassis/raw</title>
		<link rel="alternate" type="text/html" href="https://dwarffortresswiki.org/index.php?title=Aegirocassis/raw&amp;diff=316290"/>
		<updated>2026-06-26T12:19:11Z</updated>

		<summary type="html">&lt;p&gt;Quietust: the updated raws are available, so it's time to start creating all of these pages&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;noinclude&amp;gt;{{raw header|creature|ORDOVICIAN_AEGIROCASSIS}}&amp;lt;/noinclude&amp;gt;{{variation raw|v50:creature_ordovician.txt|CREATURE|ORDOVICIAN_AEGIROCASSIS|{{{1|}}}|v50:c_variation_default.txt}}&amp;lt;noinclude&amp;gt;{{raw footer|creature|ORDOVICIAN_AEGIROCASSIS}}&amp;lt;/noinclude&amp;gt;&lt;/div&gt;</summary>
		<author><name>Quietust</name></author>
	</entry>
	<entry>
		<id>https://dwarffortresswiki.org/index.php?title=Template:Current/version&amp;diff=316248</id>
		<title>Template:Current/version</title>
		<link rel="alternate" type="text/html" href="https://dwarffortresswiki.org/index.php?title=Template:Current/version&amp;diff=316248"/>
		<updated>2026-06-25T20:45:09Z</updated>

		<summary type="html">&lt;p&gt;Quietust: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;53.15&amp;lt;noinclude&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This template is the most recent version (hopefully).&lt;br /&gt;
Include it in places that you want to refer to the most recent version.&lt;br /&gt;
&lt;br /&gt;
If this template isn't up to date, feel free to correct it.&lt;br /&gt;
&lt;br /&gt;
== See also ==&lt;br /&gt;
{{tl|current/version/ns}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Version {{current/version}}]][[category:wiki]][[Category:Version templates]]&amp;lt;/noinclude&amp;gt;&lt;/div&gt;</summary>
		<author><name>Quietust</name></author>
	</entry>
	<entry>
		<id>https://dwarffortresswiki.org/index.php?title=Talk:Main_Page&amp;diff=316238</id>
		<title>Talk:Main Page</title>
		<link rel="alternate" type="text/html" href="https://dwarffortresswiki.org/index.php?title=Talk:Main_Page&amp;diff=316238"/>
		<updated>2026-06-25T19:14:41Z</updated>

		<summary type="html">&lt;p&gt;Quietust: /* New Extinct Raws */&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;
# [[Talk:Main Page/archive3|Archive 3]]&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
== Needed page; Invader creature roster ==&lt;br /&gt;
The page would consist of multiple lists; each of them would have all creatures what certain type of [[Siege]] or [[Ambush]] invaders can field. It would include name, picture, probability of such creature being used on siege, combat role (Soldier/Pet/Mount/exc), size and special qualities (flying, aquatic, immune to whatever, exc). Probably something extra on top of this.&lt;br /&gt;
&lt;br /&gt;
The parts would be:&lt;br /&gt;
# Roster of [[goblin]] [[sieges]].&lt;br /&gt;
# Roster of [[elf]] [[sieges]].&lt;br /&gt;
# Roster of [[human]] [[sieges]].&lt;br /&gt;
# Roster of [[dwarf]] [[sieges]].&lt;br /&gt;
# Roster of [[necromancer]] [[sieges]].&lt;br /&gt;
# Roster of [[bandit]] [[sieges]].&lt;br /&gt;
# Roster of [[elf]] [[ambush]].&lt;br /&gt;
# Roster of [[kobold]] [[ambush]].&lt;br /&gt;
# Roster of [[necromancer]] [[ambush]].&lt;br /&gt;
# Roster of [[Subterranean animal peoples|cavemen]] [[ambush]].&lt;br /&gt;
# Roster of [[werewolf]] attacks.&lt;br /&gt;
# Probably something else what i didn't write yet.&lt;br /&gt;
&lt;br /&gt;
Remember what i can't create pages. So to make it, i would need to write idea there. --[[Special:Contributions/109.62.164.162|109.62.164.162]] 16:45, 1 May 2024 (UTC)&lt;br /&gt;
* As far as i understand, animal must have &amp;quot;Mount&amp;quot;, &amp;quot;Exotic Mount&amp;quot;, or &amp;quot;War Animal&amp;quot; with it. Humans don't ride Exotic Mounts, but can field them as war animals (IDK if they even field them at all - probably not). Elves and Goblins ride Exotic Mounts. Elves and Humans use surface animals, Goblins use subterranean animals, enemy Dwarf sieges use both subterranean and surface. [[Special:Contributions/95.71.85.187|95.71.85.187]] 09:47, 11 October 2024 (UTC)&lt;br /&gt;
&lt;br /&gt;
== How to create a new language page? ==&lt;br /&gt;
&lt;br /&gt;
I've just seen one dwarf requesting a Japanese page.&lt;br /&gt;
&lt;br /&gt;
If possible, I'll gladly translate this wiki into Korean. Korea is relatively a small country so the language is not that widely used, but surely there are some players, I guess.&lt;br /&gt;
&lt;br /&gt;
I don't know where to ask about this :9&lt;br /&gt;
&lt;br /&gt;
== Free SSL Certificate ==&lt;br /&gt;
&lt;br /&gt;
If the operators want to re-enable https, they can get a free (as in beer) certificate from https://letsencrypt.org/ . Instructions are on that site and it's very easy.&lt;br /&gt;
:HTTPS is enabled now as of the June 2019 upgrades. &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:53, 3 July 2019 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Re: Discord ==&lt;br /&gt;
&lt;br /&gt;
I notice there's a Discord on this page.  But shouldn't it be the Kitfox Games Discord, since that's the only official Discord for Dwarf Fortress?&lt;br /&gt;
&lt;br /&gt;
[[User:AlastríonaCatskill|AlastríonaCatskill]] ([[User talk:AlastríonaCatskill|talk]]) 13:43, 12 February 2020 (UTC)&lt;br /&gt;
;I wasn't aware of it. If that is the case, then it should probably be added to the page. [[User:OluapPlayer|OluapPlayer]] ([[User talk:OluapPlayer|talk]]) 16:03, 12 February 2020 (UTC)&lt;br /&gt;
&lt;br /&gt;
Yeah, the only reason there is one at all is because somebody added some random one. I changed it to the only DF discord I knew of at the time. The only way I've now been able to find it is to search for 'Kitfox Games discord'. It's not listed on the bay12 links page, a forum thread, the reddit, or the Steam pages. Anyway, I've DMed Victoria on the KitfoxGames discord to make sure they're OK with adding the invite to this page. [[User:Ziusudra|Ziusudra]] ([[User talk:Ziusudra|talk]]) 20:08, 12 February 2020 (UTC)&lt;br /&gt;
&lt;br /&gt;
...Sorry, is it too late for this? I mean, while we're still discussing this, it looks like [https://dwarffortresswiki.org/index.php/Talk:Main_Page#B12G_Discord someone else got left behind as well]. Add, or not? [[User:Silverwing235|Silverwing235]] ([[User talk:Silverwing235|talk]]) 22:21, 12 February 2020 (UTC)&lt;br /&gt;
&lt;br /&gt;
I'm not sure what you were trying to link to. Do you mean this: http://www.bay12forums.com/smf/index.php?topic=163555.0 Note that the thread was locked because of drama. There's a lot of red flags: the drama, despite using the name Bay12Games it never uses the word 'unofficial', the rules channel posts are from a deleted user, the announcements channel hasn't updated in well over a year, many channels haven't been active in months. I'm not so much saying no, but I am asking: should it be linked?&lt;br /&gt;
&lt;br /&gt;
There's also this: http://www.bay12forums.com/smf/index.php?topic=157332.0 But that invite is invalid. [[User:Ziusudra|Ziusudra]] ([[User talk:Ziusudra|talk]]) 02:35, 13 February 2020 (UTC)&lt;br /&gt;
&lt;br /&gt;
Ah, it's a ''dead'' discord. I see now. There was just no response to the April '17 topic, I stumbled across it all and got curious. No, I don't think it should be linked.  Thanks for the analysis, anyway! [[User:Silverwing235|Silverwing235]] ([[User talk:Silverwing235|talk]]) 11:44, 13 February 2020 (UTC)&lt;br /&gt;
&lt;br /&gt;
== [[Multithreading]] ==&lt;br /&gt;
&lt;br /&gt;
Would it be OK to create [[Multithreading]] page describing why (preferably with citations)&lt;br /&gt;
* even perfectly implemented boost would not be significant&lt;br /&gt;
* multithreading is not something that can be bolted on complex program&lt;br /&gt;
* DF is complicated case where taking advantage of multithreading is not obvious http://www.bay12forums.com/smf/index.php?topic=34311.msg7833713#msg7833713&lt;br /&gt;
* DF is filled with many gamebreaking bugs unfixed for many years,  multithreading bugs are unusually awful to fix&lt;br /&gt;
* author of DF has minimal experiences with multithreading&lt;br /&gt;
* writing multithreaded code is hard&lt;br /&gt;
* writing correct multithreaded code is awfully hard&lt;br /&gt;
* fixing bugs in a multithreaded code is nightmare&lt;br /&gt;
&lt;br /&gt;
and multithreading is not going to happen, ever&lt;br /&gt;
&lt;br /&gt;
http://www.bay12forums.com/smf/index.php?topic=34311.msg7833713#msg7833713&lt;br /&gt;
http://www.bay12forums.com/smf/index.php?topic=107833.0&lt;br /&gt;
https://bholley.net/blog/2015/must-be-this-tall-to-write-multi-threaded-code.html + “At Mozilla, there is a sign on the wall behind one of our engineer’s desks. The sign has a dark horizontal line, below which is the text, ‘You must be this tall to write multi-threaded code.’ The line is roughly nine feet off the ground. We created Rust to allow us to lower that sign.” http://www.oreilly.com/programming/free/files/why-rust.pdf&lt;br /&gt;
&lt;br /&gt;
[[User:Mko|Mko]] ([[User talk:Mko|talk]]) 03:07, 28 March 2020 (UTC)&lt;br /&gt;
:I disagree with some of your talking points&lt;br /&gt;
:* In DF each AI actor makes its own decisions, the computations can be done in parallel for an ncores speedup&lt;br /&gt;
:* This parallelism should be built into the lowest design levels of the program, it can be done in a DF-like program&lt;br /&gt;
:* With training and experience a good developer can write and debug multithreaded code.&lt;br /&gt;
:I agree that multithreading is unlikely to be done in DF; It can not easily be bolted on and I rather see the developer spend time on game-play.&lt;br /&gt;
:Is it worth to create a wiki page for what is essentially a one line explanation?&lt;br /&gt;
:--[[User:MathFox|MathFox]] ([[User talk:MathFox|talk]]) 18:40, 31 March 2020 (UTC)&lt;br /&gt;
::We would essentially be writing a page about a thing that doesn't matter to Dwarf Fortress. I can't agree to the existence of a page that's basically &amp;quot;This subject doesn't exist in the context of the game but here's the reasons why it should or shouldn't&amp;quot;. This is better reserved for forum discussion, not a wiki. [[User:OluapPlayer|OluapPlayer]] ([[User talk:OluapPlayer|talk]]) 12:54, 1 April 2020 (UTC)&lt;br /&gt;
&lt;br /&gt;
::: Well this aged poorly &lt;br /&gt;
 -- [[User:Antsy555|Antsy555]] ([[User talk:Antsy555|talk]]) 15:38, 18 September 2023 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Re: Discord II ==&lt;br /&gt;
&lt;br /&gt;
Good morning.&lt;br /&gt;
&lt;br /&gt;
I was confiding with some friends, who had alerted me to the &amp;quot;Unofficial Bay 12 Discord&amp;quot; posted on this Wiki.  Simply put, allegations of the use of ableist slurs were thrown, as well as screenshot evidence of using hard racist slurs against people of colour.&lt;br /&gt;
&lt;br /&gt;
I feel that the Unofficial Discord should hereby be removed from the social media part of the website for the following reasons:&lt;br /&gt;
* No official connection to Bay 12 or the publishers [and, by extension, every non-Bay12 forum should be removed - especially dead ones]&lt;br /&gt;
* This unofficial Discord is actively opposed to the standpoints that Toady One and Threetoe have posted on the bay12games site over the recent days.&lt;br /&gt;
* This unofficial Discord uses slurs and other problematic language that actively harms the image of the Dwarf Fortress community&lt;br /&gt;
* This unofficial Discord will likely make it so that people steer away from the game.&lt;br /&gt;
&lt;br /&gt;
I do not feel comfortable with the Wiki platforming a known racist Discord server, as that is de facto support of the messages of that server.&lt;br /&gt;
[[User:AlastríonaCatskill|AlastríonaCatskill]] ([[User talk:AlastríonaCatskill|talk]]) 12:02, 21 June 2020 (UTC)&lt;br /&gt;
&lt;br /&gt;
Update: Apparently, this same Discord has been banned from the r/dwarffortress subreddit for as long as one of the mods can remember, and the link to it was banned on the official Kitfox Discord as well.  I can post the screenshots I have of actively problematic behaviour on this Discord but I will not do it unless necessary, as the contents are alarming like that which will not be named.  [[User:AlastríonaCatskill|AlastríonaCatskill]] ([[User talk:AlastríonaCatskill|talk]]) 12:10, 21 June 2020 (UTC)&lt;br /&gt;
&lt;br /&gt;
:I've removed the link. Safe to say, we don't need the wiki to be associated with this sort of people. [[User:OluapPlayer|OluapPlayer]] ([[User talk:OluapPlayer|talk]]) 21:58, 21 June 2020 (UTC)&lt;br /&gt;
&lt;br /&gt;
::The &amp;quot;Unofficial Bay 12 Discord&amp;quot; was already not linked on the main page - the only place it was mentioned is this talk page. Are you talking about that one or the Unofficial Dwarf Fortress Discord that is linked on the main page? The latter does have it's #elfposting channel, but that channel is initially hidden, opt-in only, and clearly labelled as a lawless zone. For an analogy, there are many very awful subreddits, but we still link to reddit - (yeah that's a little different but not much). Otherwise the unofficial DF discord is well modded and such behavior is not allowed in other channels. So, are you certain which discord/channel the screenshots came from? [[User:Ziusudra|Ziusudra]] ([[User talk:Ziusudra|talk]]) 22:29, 21 June 2020 (UTC)&lt;br /&gt;
&lt;br /&gt;
Since there's some confusion, AlastríonaCatskill, could you confirm and/or provide some evidence that following the link that was on the main page (removed in [https://dwarffortresswiki.org/index.php?title=Main_Page&amp;amp;diff=253449&amp;amp;oldid=251109]) takes you to the discord that you were referring to? The only reference I can find to a discord removed from the /r/dwarffortress sidebar is for a different discord, not the one that was linked on the main page (although it's possible that just the invite link was different). I just want to make sure that we're removing the right one here. If you have anything that you don't want to share publicly, you can PM me on the forums (same username) or [[Special:EmailUser/Lethosor|email me]] through the wiki, which I think is working. &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:45, 22 June 2020 (UTC)&lt;br /&gt;
&lt;br /&gt;
:@Lethosor, I have emailed you the relevant images via the link you had created.  The Discord that was on the main page and removed today is indeed what was being referred to, especially with the confirmation of the #elfposting channel being from said Discord.  In my opinion, @Ziusudra, the inclusion of a problematic part of that community, even as opt-in, is unacceptable in my book for a community to be platformed on this Wiki. [[User:AlastríonaCatskill|AlastríonaCatskill]] ([[User talk:AlastríonaCatskill|talk]]) 03:26, 22 June 2020 (UTC)&lt;br /&gt;
&lt;br /&gt;
Hello, I am the owner of the Unofficial Dwarf Fortress discord. I just want to clear a few things up and open a channel of communication.&lt;br /&gt;
Several years ago, the original owner of the discord left, in no small part due to all the sexism and racism and such.&lt;br /&gt;
After a few days of an having an interim owner, it was given to another user, who onboarded several users as admins, including me.&lt;br /&gt;
The new owner tried a lot to curb terrible stuff on the server, however this often lead to drama.&lt;br /&gt;
&lt;br /&gt;
The r/dwarffortress delisting happened after some of that drama spawned a new discord with a more &amp;quot;free speech&amp;quot; orientation,&lt;br /&gt;
things spilling over to the forums and other places. Some time after that, she left the server to me, due to the amount of&lt;br /&gt;
stress running that place caused her. When I took over I also tried to make it a better place, but with slower and subtler&lt;br /&gt;
methods that wouldn't spark drama. Completely disallowing some behaviour outside of #elfposting was part of that,&lt;br /&gt;
and later making that channel hidden by default was another. Now, the discord is much much better to be in&lt;br /&gt;
than it ever was before, though it still has major flaws. I don't like #elfposting at all myself, but I don't rule with an iron fist nor &lt;br /&gt;
do I know what much I can do without sparking massive drama again. Since April this year I have had some plans to make the discord&lt;br /&gt;
quite a bit better, however some of my mods have been against it in part due to feeling it would cause bigger problems&lt;br /&gt;
(though, as you probably know, some of them participate in #elfposting).&lt;br /&gt;
With recent events, both within and outside the DF community, we have decided to move ahead, every mod on board,&lt;br /&gt;
with some plans including phasing out the #elfposting channel in a way which will not create large issues for moderation.&lt;br /&gt;
It will be fully gone within one (1) week of now.&lt;br /&gt;
&lt;br /&gt;
Also, I am a tad annoyed that you posted about this here but completely neglected contacting us. In the future, could you&lt;br /&gt;
please contact me or one of my mods when you have any concerns about the server? I really do care about these things and we need feedback.&lt;br /&gt;
&amp;amp;mdash;[[User:Lonjil|Lonjil]] ([[User talk:Lonjil|talk]]) 10:32, 22 June 2020 (UTC)&lt;br /&gt;
&lt;br /&gt;
: Thank you for replying here Lonjil.  Unfortunately, I cannot trust your take on this matter for several reasons.&lt;br /&gt;
: # One of the moderators has an anti-semitic stereotype profile picture&lt;br /&gt;
: # Even if the only place of no censorship is the elfposting channel, and even if it is opt-in, the complete chaos of racist slurs allowed there is completely unacceptable for minority players and an extremely toxic environment.  There have been instances of straight hate speech on the channel / server as well, suggesting to kill people of colour and LGBTQIAA+ people.&lt;br /&gt;
: In short, the toxicity of your Discord's community makes it not just uncomfortable, but downright dangerous for minority people playing Dwarf Fortress.  As Tarn and Zach have made liberal-to-leftist political views in the past, the chances of minorities to play the game is higher - and I wouldn't want to be a person of colour signing up for a shitposting channel to only be met with over 10,000 instances of the hard-n word being used. The Discord should remain off of the Wiki until things shape up and all instances of hate speech be purged from server history.  Personally I would rather all non-official channels of communication be removed from the page, period, but that is a less pressing discussion than active hatred of minorities being platformed on the Wiki via your unofficial Discord. [[User:AlastríonaCatskill|AlastríonaCatskill]] ([[User talk:AlastríonaCatskill|talk]]) 12:30, 22 June 2020 (UTC)&lt;br /&gt;
&lt;br /&gt;
:: Small edit / follow-up to my previous message.  My friend tells me that elfposting is the most commonly used channel, which goes to show the level of hatred allowed into the community.  It may be best to remove the channel in entirety, and make a new meme channel with no hate speech allowed. [[User:AlastríonaCatskill|AlastríonaCatskill]] ([[User talk:AlastríonaCatskill|talk]]) 12:33, 22 June 2020 (UTC)&lt;br /&gt;
&lt;br /&gt;
::: The admin you are referring to is a jew, who lives in Israel. I prefer to not police people of other ethnicities when it comes to negative stereotypes and such of themselves, they know what they are comfortable with far better than I ever could.&lt;br /&gt;
&lt;br /&gt;
::: Elfposting is not, by any reasonable measure, the most used channel. It has fewer users than any other channel. It has a fair number of messages, but only because there is no rule against spamming in there. So, nearly all of it is spam, which was the point of the channel to begin with.&lt;br /&gt;
&lt;br /&gt;
::: &amp;quot;It may be best to remove the channel in entirety&amp;quot; this is exactly what is happening, as I already said. We're giving the channel regulars a few days to hear the news, but then the channel will be gone. We already have a more pleasant meme channel from an experiment we did in April, which we are bringing back. &amp;amp;mdash;[[User:Lonjil|Lonjil]] ([[User talk:Lonjil|talk]]) 13:57, 22 June 2020 (UTC)&lt;br /&gt;
&lt;br /&gt;
Hi all - thanks for keeping this discussion civil. I've been investigating the policies of other DF communities, and I've come to the conclusion that it would be best for the wiki to only link to the official DF Discord (Kitfox). I'll also make a pass through the other sites linked on the main page. I'm sorry to those of you working hard to maintain Discords and other unofficial communities out there - I know it's difficult, and I don't want to judge your communities without being a part of them. However, there will always be debates like these about whether a community deserves to be linked from a more &amp;quot;official&amp;quot; place, like the wiki, and no matter where we draw the line(s), people will be upset. The policy of only linking to the Kitfox Discord seems to have worked for other communities, which is why I'm applying it here. I would be happy to have a broader discussion at [[DF:Centralized Discussion]] if anyone wants to. &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:48, 23 June 2020 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Put Chinese language wiki on other Languages ==&lt;br /&gt;
Found it on Internet([http://cdf.wikidot.com/start]) &amp;lt;small&amp;gt;&amp;amp;ndash; [[template:unsigned|unsigned]] comment by [[User:45.58.187.66|45.58.187.66]]&amp;lt;/small&amp;gt;&lt;br /&gt;
&lt;br /&gt;
:I added a link to it. I'm not sure what the process is for adding interwiki link support (support for links to pages in the sidebar, like how [[DF2014:Cat]] links to http://dfwk.ru/Cat) but I can look into that too. &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:40, 19 August 2020 (UTC)&lt;br /&gt;
::Hello! I'm the admin of [https://dfzh.huijiwiki.com/ Chinese Dwarf Fortress wiki], and I've previous put its link on the main page. We've now enabled interwiki link from our site to English site, and we wish to get one back from English site to CN site as well. Hope that is possible, and thanks so much! The URL for our site should be: &amp;lt;code&amp;gt;https://dfzh.huijiwiki.com/wiki/$1&amp;lt;/code&amp;gt; [[User:Xjtu-blacksmith|xjtu-blacksmith 黑山雁]] ([[User talk:Xjtu-blacksmith|talk]]) 11:26, 1 November 2022 (UTC)&lt;br /&gt;
&lt;br /&gt;
:::Added. Prefix is &amp;quot;zh&amp;quot;, for example: https://dwarffortresswiki.org/index.php?title=Main_Page&amp;amp;diff=266849&amp;amp;oldid=266730 &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:45, 28 November 2022 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Villains Wiki ==&lt;br /&gt;
&lt;br /&gt;
To started putting some creatures on the Villains Wiki, because I want to spread the word of Dwarf Fortress around, and these creatures fit the theme of the wiki anyway. Here's an example page, and the template of all pages:&amp;lt;br&amp;gt;&lt;br /&gt;
[https://villains.fandom.com/wiki/Goblins_(Dwarf_Fortress) Villains - Goblins]&amp;lt;br&amp;gt;&lt;br /&gt;
[https://villains.fandom.com/wiki/Template:Dwarf_Fortress_Villains Villains - Template of DF Villains]&lt;br /&gt;
&lt;br /&gt;
If anyone could add more info to those pages, or think more creatures should be on that wiki, please let me know. Or you could add it yourself. -- [[User:Zippy|Zippy]] ([[User talk:Zippy|talk]]) 13:37, 9 January 2021 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Replace Chinese Wiki with the new one on Fandom ==&lt;br /&gt;
&lt;br /&gt;
The previous Chinese wiki on wikidot seems to be inactive for a long time, with its main page refers to the download link of v0.44.10, and most pages are never updated even earlier than that version. Recently we are working on a new site on Fandom ([https://dwarf-fortress.fandom.com/zh]), trying to keep everything up to date. Wish to replace the links on dwarffortresswiki's main page and the sidebar link (inter-language link) with the one at Fandom, so that more people may get to the right place and join us. [[User:Xjtu-blacksmith|xjtu-blacksmith 黑山雁]] ([[User talk:Xjtu-blacksmith|talk]]) 04:16, 30 December 2021 (UTC)&lt;br /&gt;
&lt;br /&gt;
:I've added the link of Fandom site onto the main page, without removing the previous one. [[User:Xjtu-blacksmith|xjtu-blacksmith 黑山雁]] ([[User talk:Xjtu-blacksmith|talk]]) 11:09, 12 May 2022 (UTC)&lt;br /&gt;
:We've migrated Chinese Wiki to huijiwiki.com, which is now shown on Main Page. [[User:Xjtu-blacksmith|xjtu-blacksmith 黑山雁]] ([[User talk:Xjtu-blacksmith|talk]]) 07:41, 29 May 2022 (UTC)&lt;br /&gt;
&lt;br /&gt;
::Added. The &amp;quot;zh&amp;quot; prefix should work for links. &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:43, 28 November 2022 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Kitfox Discord ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&lt;br /&gt;
''2022-04-15 BlueManedHawk . . (8,594 bytes) (-135)‎ . . (The Kitfox Games discord server has an unethical code of law. I don't think the wiki should be supporting it.)''&lt;br /&gt;
&lt;br /&gt;
''2022-04-15 Ziusudra . . (8,729 bytes) (+135)‎ . . (Undo revision 263652 by BlueManedHawk[:] please discuss changes such as this on the talk page first) (Tag: Undo)''&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Alright, I can do that.&lt;br /&gt;
&lt;br /&gt;
The Kitfox Games discord server has a code of law that contains the following immoralities:&lt;br /&gt;
&lt;br /&gt;
:- Is very vague and nebulous, allowing the moderators to exploit the vagueness to be able to do very different things in similar circumstances in alignment with their biases.  (Not that they do that, but the fact that it's possible is concerning.)&amp;lt;br/&amp;gt;&lt;br /&gt;
:- Contains a &amp;quot;These rules are subject to common sense.&amp;quot; clause, essentially meaning that the moderators are able to do whatever they want and hide it behind the barrier of &amp;quot;common sense&amp;quot;.  This goes completely against the point of the concept of rules in the first place as a promise from those in power in regards to what they will and will not do.&amp;lt;br/&amp;gt;&lt;br /&gt;
:- Allows for infinite punishment.&lt;br /&gt;
&lt;br /&gt;
That last one could do with a bit of explaining.  Let us begin with the premise that the punishment for a crime should be proportional to the severity of the crime.  I think we can all agree on this.  Therefore, an infinite punishment should only ever be given for an infinite crime.  However, humans are not infallible.  People make mistakes.  And this means that if a court of law is able to administer an infinite punishment, they run the risk of accidentally giving somebody an infinite punishment that they do not deserve.  This, I think we can all agree, is unnacceptable.  Therefore, infinite punishment cannot every be administered ethically.&lt;br /&gt;
&lt;br /&gt;
I hope that this explains why I want the link to the Kitfox games discord removed.&lt;br /&gt;
&lt;br /&gt;
Regards,&lt;br /&gt;
&lt;br /&gt;
—[[User:BlueManedHawk|BlueManedHawk]] ([[User talk:BlueManedHawk|talk]]) 22:29, 15 April 2022 (UTC)&lt;br /&gt;
:* Their rules are not vague or nebulous, they even give examples of what the rules cover. Of all the discords I am on, their rules are some of the most detailed.&lt;br /&gt;
:* The &amp;quot;''depending on the action and our judgement''&amp;quot; is quite similar to the &amp;quot;''depending on how disruptive you were and your prior history''&amp;quot; found in the DF forum rules, and is pretty standard social media boilerplate and is itself common sense.&lt;br /&gt;
:* Their rules state &amp;quot;''Breaking these rules will result in a warning or ban''&amp;quot;, which is not at all &amp;quot;''infinite punishment''&amp;quot;, and is again quite similar to the &amp;quot;''If you violate the guidelines, you will be warned, muted for a period of days, or banned completely''&amp;quot; on the forums. It's not like they can keep anyone from playing the game or interacting with the other communities.&lt;br /&gt;
: Your referring to their rules as &amp;quot;code of law&amp;quot; is hyperbolic. Their rules are quite similar to the rules of the forum. So, I disagree and think the link should stay. [[User:Ziusudra|Ziusudra]] ([[User talk:Ziusudra|talk]]) 23:13, 15 April 2022 (UTC)&lt;br /&gt;
::* The rules are pretty vague.  Examples aren't enough.  A strict, clear, unambiguous definition is necessary to prevent abuse.&lt;br /&gt;
::* While it is true that their clause is ''normal'', that doesn't mean it's ''right''.&lt;br /&gt;
::* The explanation of bans doesn't explain how long the bans will last.  Since there's nothing explicitly stating that infinite punishment won't be given, and since &amp;quot;ban&amp;quot; by itself generally refers to a permanent ban, I think that it's allowing infinite punishment.&lt;br /&gt;
::* I'm not sure how the term &amp;quot;code of law&amp;quot; is hyperbolic.  I use the term synonymously with &amp;quot;set of rules&amp;quot;.&lt;br /&gt;
::* I can't seem to find a code of law for the forums.  However, if what you said is true, then clearly we should also remove the link to the forums.&lt;br /&gt;
::&lt;br /&gt;
:: Regards,&lt;br /&gt;
::&lt;br /&gt;
:: —[[User:BlueManedHawk|BlueManedHawk]] ([[User talk:BlueManedHawk|talk]]) 02:59, 16 April 2022 (UTC)&lt;br /&gt;
::: http://www.bay12forums.com/smf/index.php?topic=27009 It's linked in the header at the top of every forum page, though if the header is collapsed you won't see it.&lt;br /&gt;
::: Unambiguous rules are technically impossible since human behavior is limitless. That's why we hav judges for actual laws - even society's strictest laws need a human adjudicator. Then, even with &amp;quot;permanent bans&amp;quot;, both Kitfox and Bay12 hav public email addresses and twitter accounts which can be used to petition to hav a ban removed.&lt;br /&gt;
::: Finally, suggesting the removal of the links to the official forums for the game this wiki is dedicated to is unreasonable, to the point of making me wonder if you're trolling. [[User:Ziusudra|Ziusudra]] ([[User talk:Ziusudra|talk]]) 04:59, 16 April 2022 (UTC)&lt;br /&gt;
&lt;br /&gt;
::::I agree with Ziusudra. More broadly, I think we should keep links to &amp;quot;official&amp;quot; DF channels, and Kitfox is a DF publisher. If a potential for &amp;quot;infinite punishment&amp;quot; warrants removing links to the offending site, then by your logic, we should remove all links to the wiki from the wiki because users here have been banned permanently. That has been done based on the best judgement of the people who volunteer their time to run the wiki and has been open to appeals, and I expect other channels are similar. I'm not interested in entertaining this argument here. If you have specific issues with a specific external site, I suggest that you get in touch with the moderators there instead. &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;]]) 05:34, 16 April 2022 (UTC)&lt;br /&gt;
&lt;br /&gt;
:::::Hello.&lt;br /&gt;
&lt;br /&gt;
:::::As I mentioned below, the DFWiki is in a position of power, and by removing the link to them, we can potentially force their hand into making their code of law more moral.  On the other hand, keeping the link there could potentially be seen as supporting their immoral behavior, tarnishing the reputation of the site.  This is why I brought up my issues with an external site onto this one:  because these issues also affect it.&lt;br /&gt;
&lt;br /&gt;
:::::It is true that by my logic, the DFwiki is operating immorally.  However, I would like to mention that ''you are in a position of power on the wiki'', Lethosor.  I would think that you have the ability to change the Wiki's code of law to be more moral.  You have the choice to make the wiki a better place, and I advise that you take it.&lt;br /&gt;
&lt;br /&gt;
:::::Regards,&lt;br /&gt;
&lt;br /&gt;
:::::—[[User:BlueManedHawk|BlueManedHawk]] ([[User talk:BlueManedHawk|talk]]) 06:22, 16 April 2022 (UTC)&lt;br /&gt;
&lt;br /&gt;
::::Hello.&lt;br /&gt;
&lt;br /&gt;
::::* I don't know which header you're referring to—wherever it is, it seems to not be there for me.  Regardless, I thank you for clarifying which guidelines you were referring to.&lt;br /&gt;
::::* Unambiguous rules are largely impossible because nobody has yet created an unambiguous language.  However, that doesn't mean that we shouldn't still seek to get as close to unambiguous as possible when constructing a code of law.&lt;br /&gt;
::::* Claiming that the bans are transient because it's possible to appeal them is optimistic, and while there is a place for optimism, this is not it.  Any potential that a legal system has for corruption is one that we cannot assume will not be used, and often, corruption begets corruption, continuing the cycle until a revolution happens.&lt;br /&gt;
::::* Being a central repository of knowledge on DF, the DFwiki is in a position of power.  If we do remove the link to the Kitfox discord under the condition that they make their code of law more moral, then we can theoretically force their hand, maybe.  There is, of course, a risk to this, and this should be deliberated before a decision is made.&lt;br /&gt;
::::* I am not a troll.  Why does everybody keep thinking that?&lt;br /&gt;
&lt;br /&gt;
::::Regards,&lt;br /&gt;
&lt;br /&gt;
::::—[[User:BlueManedHawk|BlueManedHawk]] ([[User talk:BlueManedHawk|talk]]) 06:22, 16 April 2022 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Advertisements problem ==&lt;br /&gt;
&lt;br /&gt;
One of the full-page advertisements(a pop-up that obscures the whole page) had what looked like a &amp;quot;close&amp;quot; button, but it just tried to redirect me to another page.&lt;br /&gt;
Full page advertisments aren't untoward but like, web elements that say 'close' are expected to do what they say, otherwise it's intercepting clicks. &amp;lt;small&amp;gt;&amp;amp;ndash; [[template:unsigned|unsigned]] comment by [[User:Eerr|Eerr]]&amp;lt;/small&amp;gt;&lt;br /&gt;
&lt;br /&gt;
:Do you have a screenshot of the offending ad, or can you take one if it happens again? My understanding is that that is something we (admins) don't have control over, but we can report misleading ads to Google. &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;]]) 03:09, 2 June 2022 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Kitfox Discord (again) ==&lt;br /&gt;
&lt;br /&gt;
Hi.  I'm again requesting the removal of the link to the Kitfox discord server for only two reasons this time:  the code of law gives infinite power to the moderators, and the criminal justice system uses punishment to deal with criminals.  These are obviously both immoral, and until the server fixes these issues, the DF wiki ought to remove the link so as not to seem to be promoting them.  [[User:BlueManedHawk|BlueManedHawk]] ([[User talk:BlueManedHawk|talk]]) 21:45, 15 September 2022 (UTC)&lt;br /&gt;
:And again, I don't support removing the official publisher's discord just because you think that there is some thing wrong with their completely normal and reasonable moderation practices, none of which involves &amp;quot;infinite power&amp;quot;, &amp;quot;punishment&amp;quot;, &amp;quot;criminals&amp;quot;, or other such hyperbole. Banning is not &amp;quot;punishment&amp;quot;, it is protection of the community from those that act to harm it, nor is it &amp;quot;infinite power&amp;quot; since all it does is keep those rule breakers off one discord server and nothing else. All of which also happens on both the Bay12 Forums and this very wiki, both of which, by your logic, you should immediately stop using lest you appear to be promoting them. [[User:Ziusudra|Ziusudra]] ([[User talk:Ziusudra|talk]]) 03:45, 16 September 2022 (UTC)&lt;br /&gt;
::Normalizing of horribly unethical practices is not okay.  I do not think it is hyperbole to use the terms &amp;quot;infinite power, &amp;quot;punishment&amp;quot;, and &amp;quot;criminals&amp;quot;.  The server is a jurisdiction like any other, and it should be held to the same standards of morality as any other—this includes not using punishment as a means to deal with those who break the law.  It is completely possible to protect the community without using bans—bans simply get rid of problems instead of fixing them, and are ineffective against the diligent.  Infinite power is not an okay thing to give to those who govern a jurisdiction—dictatorial power structures have been shown to fail many times over throughout history.&lt;br /&gt;
::&lt;br /&gt;
::If we simply must keep any official venues for DF on the main page, regardless of morality (this includes the forums, which i agree should also be removed), then the Wiki ought to put a disclaimer of some sort clarifying that they are being listed not in support of the governance policies of the communities, but simply because they are official.&lt;br /&gt;
::&lt;br /&gt;
::[[User:BlueManedHawk|BlueManedHawk]] ([[User talk:BlueManedHawk|talk]]) 17:24, 17 September 2022 (UTC)&lt;br /&gt;
:::Good god, how many of these discussions are you gonna keep making? Is there anything that ''doesn't'' offend you? -- [[User:Zippy|Zippy]] ([[User talk:Zippy|talk]]) 13:14, 22 September 2022 (UTC)&lt;br /&gt;
::::There's no need to be rude.  But to answer your question, i'm going to have as many discussions as are necessary until a concensus is reached.  [[User:BlueManedHawk|BlueManedHawk]] ([[User talk:BlueManedHawk|talk]]) 21:43, 22 September 2022 (UTC)&lt;br /&gt;
:::::You can't keep just keep making constant requests of &amp;quot;guys can we please remove that and that and that and this and this because of like business and anti-competitive stuff and yeah and like&amp;quot; but then turn around and go &amp;quot;why does everyone think I'm a troll?&amp;quot; Can you seriously not connect those two things together? I've been part of this community for a long time, and you are the one and only person who gets all offended by things that no one else would even care to think about. This wiki is not the place for that. -- [[User:Zippy|Zippy]] ([[User talk:Zippy|talk]]) 10:48, 23 September 2022 (UTC)&lt;br /&gt;
::::::I really don't understand why people think that i'm a troll.  If you or someone else were to explain it to me in a manner that's more polite than your previous messages have been, i'd be happy to listen. [[User:BlueManedHawk|BlueManedHawk]] ([[User talk:BlueManedHawk|talk]]) 20:18, 23 September 2022 (UTC)&lt;br /&gt;
:::::::Hmmmmmmm, no. I'm gonna skip the &amp;quot;polite&amp;quot; thing and just speak the truth. No regrets. The fact that you can't see why people think you're a troll makes the situation even worse. You're someone who got all bent out of shape over a Minecraft diamond reference, something that no one else would ever care about. You keep saying you don't see how people think you're a troll when it was explained to you many times. All this goofy legal stuff you keep bringing up is best left elsewhere. Not here. -- [[User:Zippy|Zippy]] ([[User talk:Zippy|talk]]) 13:59, 24 September 2022 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Wiki logo ==&lt;br /&gt;
&lt;br /&gt;
The new wiki logo requires getting used to. Personally, I wouldn't mind something simpler like [[:File:Dfhack-logo.png|DFhacks]] with a more fancy version going to the mainpage. Maybe someone from the community can come up with something, here is what [https://ibb.co/26J569S my meager skill] able to come up with --[[User:Jan|Jan]] ([[User talk:Jan|talk]]) 13:20, 7 December 2022 (UTC)&lt;br /&gt;
:I just noticed it and I have to agree. It's like being hit in the face with a brick. It references DF relatively deep lore ([[obsidian]] and [[semi-molten rock]]) and it feels way too harsh compared to the relatively relatable and much more early-game relevant icon of a dwarf mining. --[[User:Lurker|Lurker]] ([[User talk:Lurker|talk]]) 13:01, 10 December 2022 (UTC)&lt;br /&gt;
:: For reference here is the [[:File:DFDefault.png|digger]] from the classic intro and bellow rendering of what steam version uses in its loading phase, as well as [https://ibb.co/mtzdLm3 this simple variant]&lt;br /&gt;
&amp;lt;diagram&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;
&amp;lt;/diagram&amp;gt; --[[User:Jan|Jan]] ([[User talk:Jan|talk]]) 15:39, 11 December 2022 (UTC)&lt;br /&gt;
&lt;br /&gt;
== steam release ==&lt;br /&gt;
&lt;br /&gt;
: &amp;quot;''We are working on a migration that will be complete in the next few days''&amp;quot;&lt;br /&gt;
Any estimate on how long that is going to take? --[[User:Jan|Jan]] ([[User talk:Jan|talk]]) 08:53, 10 December 2022 (UTC)&lt;br /&gt;
: Additionally, who is working on this wiki migration, and why is it a closed process? I feel like the migration could have been largely completed by now if everyone was able to help, but that sentiment may just be coming from my ignorance. [[User:Trainzack|Trainzack]] ([[User talk:Trainzack|talk]]) 00:40, 17 December 2022 (UTC)&lt;br /&gt;
::See thread at [[Dwarf_Fortress_Wiki_talk:Versions#v50_organization]]. Emi and I are planning to use a MediaWiki bot for this. My current ETA is 2 days from now. I've asked for help in a few places to write such a bot and have had no responses. My concern with a manual migration (e.g. if we have people copy over just some pages manually) is that it would likely result in a state that is much more complicated to finish. I'm sorry it hasn't gotten done yet. Open to help with automating this. &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;]]) 04:39, 17 December 2022 (UTC)&lt;br /&gt;
:::Ah, that page completely eluded me! Thanks for pointing in that direction. I would be totally willing to help write a bot, just let me know what I can do. [[User:Trainzack|Trainzack]] ([[User talk:Trainzack|talk]]) 14:37, 17 December 2022 (UTC)&lt;br /&gt;
::::Thanks for offering. I actually ended up with some time today to work on the migration script. It's almost done, just need to run some final checks before setting it loose. Hopefully tomorrow. &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;]]) 07:15, 19 December 2022 (UTC)&lt;br /&gt;
&lt;br /&gt;
== wiki tasks ==&lt;br /&gt;
&lt;br /&gt;
Dwarf old head but new account. I'm trying to do a little grunt work for migrating raws and stuff every time I browse the wiki but adding raws is gated behind the adding a page permission. Is there a honey-do list for stuff that needs editing in order to get some contributions under my belt? ☺ --[[User:Hotty gremlin|Hotty gremlin]] ([[User talk:Hotty gremlin|talk]]) 01:47, 24 December 2022 (UTC)&lt;br /&gt;
:This lists every page that still has the migration template on it: https://dwarffortresswiki.org/index.php/Special:WhatLinksHere/Template:Migrated_article  [[User:Ziusudra|Ziusudra]] ([[User talk:Ziusudra|talk]]) 02:26, 24 December 2022 (UTC)&lt;br /&gt;
&lt;br /&gt;
== New main page gallery images ==&lt;br /&gt;
&lt;br /&gt;
Should we start some sort of initiative, maybe over discord as well, for people to provide a few new images from the premium version to use on the main page? --[[User:Vallode|Vallode]] ([[User talk:Vallode|talk]]) 15:47, 6 January 2023 (UTC)&lt;br /&gt;
:What's stopping us from just extracting the sprites?  [[User:BlueManedHawk|BlueManedHawk]] ([[User talk:BlueManedHawk|talk]]) 23:05, 6 January 2023 (UTC)&lt;br /&gt;
::Nothing, but I'm talking about screenshots from in-game similar to the ones in [[Main_Page/gallery]]. :) --[[User:Vallode|Vallode]] ([[User talk:Vallode|talk]]) 09:26, 7 January 2023 (UTC)&lt;br /&gt;
:::Ahhh.  Yeah, i suppose that half of the screenshots should be from Premium.  [[User:BlueManedHawk|BlueManedHawk]] ([[User talk:BlueManedHawk|talk]]) 20:21, 7 January 2023 (UTC) &lt;br /&gt;
::Same as one can do from any official screenshots or youtube videos. And lets just say that anyone who want to get their hands on the sprites will not waste time here, there are far easier/quicker alternatives so much so that I can probably make you lmgtfy link for it. --[[User:Jan|Jan]] ([[User talk:Jan|talk]]) 11:32, 7 January 2023 (UTC)&lt;br /&gt;
:For what it's worth, I think there has historically been some level of notability in the screenshots provided, and I'd like for that to continue. E.g. a screenshot of an interesting event would be a good fit, but a screenshot of two cats for the sake of showing something with the premium tileset might not be such a good fit. &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;]]) 03:13, 8 January 2023 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Migration Progress ==&lt;br /&gt;
&lt;br /&gt;
{{User:OddballJoe/Sandbox/MigrationProgress}}&lt;br /&gt;
Made a migration progress bar we could use for the main page. I think it might be a bit too depressing, haha. I'd add a separate category for [[Template:migrated section]] to populate it. Might need to double-check [[User:OddballJoe/Sandbox#stats|my math]] before adding it. [[User:OddballJoe|OddballJoe]] ([[User talk:OddballJoe|talk]]) 02:23, 8 January 2023 (UTC)&lt;br /&gt;
&lt;br /&gt;
:Fixed the math, looks good to me. Will add if nobody objects. [[User:OddballJoe|OddballJoe]] ([[User talk:OddballJoe|talk]]) 19:28, 10 January 2023 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Proposal for holistic crafting/construction format changes across the wiki ==&lt;br /&gt;
&lt;br /&gt;
I propose that any item, workshop, or building that can be constructed or crafted have a unified formatting applied to its entry page pertaining to its constituent components (&amp;quot;Rock boulder x1&amp;quot;), product output (&amp;quot;Rock block x4), and workshop of construction (&amp;quot;Stoneworker's Workshop&amp;quot;).&lt;br /&gt;
&lt;br /&gt;
Problem being solved: User visiting pages on the wiki is met with inconsistent or absent information regarding the production and workshop location of many if not most items.  When this information does exist, it is typically located inconsistently within the page in-line with narrative text.&lt;br /&gt;
&lt;br /&gt;
&amp;quot;Steel&amp;quot; on the wiki is the best example of this being done but with this proposal I feel that a unified tabled format would help improve readability across the board and build user expectation.&lt;br /&gt;
&lt;br /&gt;
I'm new to wikis but I am starting my workday now and will revisit this topic throughout the day to propose a format to seek feedback and gauge temperature on the subject.&lt;br /&gt;
&lt;br /&gt;
Individual item names within a recipe should be hyperlinked to the wiki entry for that item for good UX, contributing to a user's ability to flow through their problem and quickly find the information they're seeking.&lt;br /&gt;
&lt;br /&gt;
To get the ball rolling, parameters for some examples would be:&lt;br /&gt;
&lt;br /&gt;
&amp;quot;Rock Block&amp;quot;&lt;br /&gt;
&lt;br /&gt;
Recipe&lt;br /&gt;
&lt;br /&gt;
Skill used: Stonecrafter&lt;br /&gt;
&lt;br /&gt;
Workshop: Stoneworker's Shop&lt;br /&gt;
&lt;br /&gt;
Required Components: Economic or Non-economic Stone Boulder x1&lt;br /&gt;
&lt;br /&gt;
Resulting Product: Stone Block x4&lt;br /&gt;
&lt;br /&gt;
&amp;quot;Metworker's Shop&amp;quot;&lt;br /&gt;
&lt;br /&gt;
Recipe&lt;br /&gt;
&lt;br /&gt;
Required Components: Stone Boulders, Blocks, Bars x1&lt;br /&gt;
&lt;br /&gt;
&amp;quot;Bridge&amp;quot;&lt;br /&gt;
&lt;br /&gt;
Recipe&lt;br /&gt;
&lt;br /&gt;
Required Components: Stone Boulders, Blocks, Bars x(Variable)&lt;br /&gt;
&lt;br /&gt;
Note: Please mind the formatting on this proposal, though the idea is sound I've yet to interface with this markup, my field is UI/UX and I will revisit this post once I've brushed up on wiki formatting to make this proposal shine. &amp;lt;small&amp;gt;&amp;amp;ndash; [[template:unsigned|unsigned]] comment by [[User:Venality|Venality]]&amp;lt;/small&amp;gt;&lt;br /&gt;
&lt;br /&gt;
: I'm in favor of something like this. We already do it for workshops with {{tl|V50_workshop}} and could do something similar for items. Couple of thoughts:&lt;br /&gt;
* Some of the recipes (aka reactions) are defined in the raws, not sure what proportion. It might be worth considering automating the inclusion of some of this data from raws, with parser functions or Scribunto or an external script.&lt;br /&gt;
* A lot of this data would be helpful to cross-reference. E.g. an item page lists the workshop needed to make it, the workshop page lists the items it can make, and a material page lists the items that can be made from it. This could be set up to stay up-to-date with an extension like [https://www.mediawiki.org/wiki/Extension:Cargo Cargo]; I've never used it but it looks reasonably straightforward. That could help organize a lot of other data too, like creatures. [[User:OddballJoe|OddballJoe]] ([[User talk:OddballJoe|talk]]) 19:31, 11 January 2023 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Bad caching of main page ==&lt;br /&gt;
&lt;br /&gt;
Viewing the main page right now, logged out in an incognito window, displays the latest version as v50.05 and the &amp;quot;up-to-date&amp;quot; article count as 266, instead of v50.07 and 310. The html shows &amp;quot;Cached 20230205190127&amp;quot;, so it's a 3-day old cached page. It also says &amp;quot;Cache expiry: 3600&amp;quot;, which seems to imply hourly expiry. Maybe adding &amp;lt;nowiki&amp;gt;{{CURRENTHOUR}}&amp;lt;/nowiki&amp;gt; to the page will force a cache expiry via the magic word cache logic? In any case, caching needs to be fixed so we're not serving outdated pages. —[[User:OddballJoe|OddballJoe]] ([[User talk:OddballJoe|talk]]) 17:43, 8 February 2023 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Outdated Knockout Link ==&lt;br /&gt;
&lt;br /&gt;
Please update the link to the Knockout forum thread to [https://knockout.chat/thread/46824 this one], as the current link on the page links to a closed thread. I'd do it myself but the Main Page appears to be locked to admin-only edits now. [[User:OluapPlayer|OluapPlayer]] ([[User talk:OluapPlayer|talk]]) 13:53, 25 April 2023 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Duplicate version links ==&lt;br /&gt;
&lt;br /&gt;
At the top of the page, under the number of articles, are links to the previous versions. At the bottom of the page, more version links are listed after &amp;quot;Archives&amp;quot;, which appear to be redundant and can be removed. --[[User:Cali|Cali]] ([[User talk:Cali|talk]]) 01:28, 30 April 2023 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Remove the link to Masterwork ==&lt;br /&gt;
&lt;br /&gt;
Hello. Currently the Other/Mods section has a link to [[Masterwork:Main_Page|the Masterwork namespace]]. I vouch for that link to be removed for three reasons:&lt;br /&gt;
# &lt;br /&gt;
# It no longer works with the current version of DF, due to the mod changes in v50.01. A mod(pack) which is not playable on the version of the namespace, should not be advertised before all others, if at all. The [[list of mods]] does not include mods which are outdated for the namespace.&lt;br /&gt;
# I believe that its popularity has heavily waned, and though it once was a contender for the most popular raw setup (including vanilla!), this is far from the case now. It not being updated for a long time likely contributes. So the break-out popularity of its past which warranted a link does no longer exist.&lt;br /&gt;
# The downloads are broken/removed due to the whole Meph debacle. This is an issue with the Masterwork namespace as a whole, which needs separate discussion over there. But essentially it breaks the purpose of the Masterwork namespace, since they document an unavailable mod, and fail in providing (links to) downloads for the mod. The Main Page should not link to pages that serve no purpose.&lt;br /&gt;
&lt;br /&gt;
--[[User:Voliol|Voliol]] ([[User talk:Voliol|talk]]) 11:26, 21 July 2023 (UTC)&lt;br /&gt;
&lt;br /&gt;
:That sounds fine to me. The only edit in the past [https://dwarffortresswiki.org/index.php/Special:RecentChanges?hidebots=1&amp;amp;namespace=1000%3B1001&amp;amp;limit=500&amp;amp;days=90&amp;amp;enhanced=1&amp;amp;urlversion=2 90 days] was a spam edit to [[Masterwork:Salamander]]. What link should we put in its place? It would be nice to keep an even number of links if we can. &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;]]) 03:43, 22 July 2023 (UTC)&lt;br /&gt;
&lt;br /&gt;
::Category:Game_development maybe? Fits the category of &amp;quot;other&amp;quot;, isn't already on the main page, and is of general interest. [[User:Ziusudra|Ziusudra]] ([[User talk:Ziusudra|talk]]) 22:04, 22 July 2023 (UTC)&lt;br /&gt;
&lt;br /&gt;
:::What about [[DFHack]]? It is an utility like others in the linked [[utilities]] article, but it is greater in scope and likely popularity, to the point of being on Steam separately from ''Dwarf Fortress'' itself. The Other/Mods section seems to be about a combination of ways players can interact with the game and add to it, beyond its usual scope, and technical details. DFHack fits right into this by not only being a player-made utility, but by providing an environment for players to binary hack the game, and of course being highly technical.  &amp;amp;mdash;[[User:Voliol|Voliol]] ([[User talk:Voliol|talk]]) 09:09, 3 August 2023 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Broken Bug Tracker Link ==&lt;br /&gt;
&lt;br /&gt;
The &amp;quot;Mantis Bug Tracker&amp;quot; link on the main page (at the bottom in the &amp;quot;Useful Links&amp;quot; section) is broken, pointing at the old bug reporting page.&lt;br /&gt;
As per the [https://kitfoxgames.notion.site/How-to-Report-Bugs-in-Dwarf-Fortress-Updated-Nov-2023-b5e2ca19dabe408897d1c2669599b7a2 Kitfox Announcement (from Nov 2023)], it should now be pointing to the page https://dwarffortressbugtracker.com.&lt;br /&gt;
I'd also recommend updating the text of the link from &amp;quot;Mantis Bug Tracker&amp;quot; to just &amp;quot;Bug Tracker&amp;quot; or &amp;quot;Dwarf Fortress Bug Tracker&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
Note that I already made this update on the [[Known bugs and issues]] page, it just needs to be propagated to the main page (which I can't do because the main page is locked).&lt;br /&gt;
&lt;br /&gt;
== Remove or Replace Blogs ==&lt;br /&gt;
Both entries ([http://dfstories.com/ Dwarf Fortress Stories], [http://www.bravemule.com/ Bravemule]) in the blog section are broken. I think it would make sense to remove the mention of blogs altogether. To my knowledge, there is no DF blog in existence to replace those? [[User:Urist2000|Urist2000]] ([[User talk:Urist2000|talk]]) 22:34, 2 December 2024 (UTC)&lt;br /&gt;
:Yes, please remove these. Dfstories has been down for 6 months. Bravemule hasn't had Dwarf Fortress content since 2016. [[User:Jecowa|Jecowa]] ([[User talk:Jecowa|talk]]) 09:56, 27 January 2025 (UTC)&lt;br /&gt;
:Can they be replaced with links to archived versions of the websites instead of being totally removed? [[User:Ringtail Raider|Ringtail Raider]] ([[User talk:Ringtail Raider|talk]]) 19:14, 20 October 2025 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Broken link in Blogs section ==&lt;br /&gt;
&lt;br /&gt;
The link to Bravemule in the blogs section is dead - the most recent archive.org mirror I can find is https://web.archive.org/web/20161115202645/http://www.bravemule.com/matulremrit/&lt;br /&gt;
&lt;br /&gt;
I tried to update this myself, but the page is protected.&lt;br /&gt;
&lt;br /&gt;
Edit: Just saw the discussion point above. The most recent archive.org mirror for dfstories.com is https://web.archive.org/web/20240223090633/https://dfstories.com/&lt;br /&gt;
&lt;br /&gt;
--[[User:Urist208|Urist208]] ([[User talk:Urist208|talk]]) 21:47, 30 January 2026 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Error for submitting discussion page ==&lt;br /&gt;
&lt;br /&gt;
Trying to start a discussion page (&amp;quot;submit&amp;quot;) for an existing article will always result in an error message like this: [2f5c283358b9e32de489c3f4] 2026-06-08 09:15:20: Fatal exception of type &amp;quot;Error&amp;quot;&lt;br /&gt;
I found no way to report bugs for this wiki. &amp;lt;small&amp;gt;&amp;amp;ndash; [[template:unsigned|unsigned]] comment by [[User:CaptainTofu|CaptainTofu]]&amp;lt;/small&amp;gt;&lt;br /&gt;
&lt;br /&gt;
:Here is ok, although perhaps [[Dwarf Fortress Wiki talk:Centralized Discussion]] (linked from the main sidebar) would be better. I was able to create [[User talk:CaptainTofu|your personal talk page]] without any issues. Can you include the exact URL of the page that's giving you the error? The button when I created that page said &amp;quot;Save changes&amp;quot;, not &amp;quot;Submit&amp;quot;, so I'm not sure what you are seeing on your end. &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;]]) 21:15, 11 June 2026 (UTC)&lt;br /&gt;
&lt;br /&gt;
== New Extinct Raws ==&lt;br /&gt;
&lt;br /&gt;
I did some digging around, and it seems like the templates that look up raws are connected to the github site. I'm sure most of you already knew that, but to anyone with access, can you please upload the new extinct animal raws? In the meantime, I will try to get some balls rolling on adding the creature graphics and pages as much as I can. Hopefully other people help out with that. --[[User:Zippy|Zippy]] ([[User talk:Zippy|talk]]) 18:41, 25 June 2026 (UTC)&lt;br /&gt;
:I just pushed updated raws to the DF Wiki repository (which actually holds a local copy of DFRawFunctions rather than a submodule). They should hopefully be available shortly. --[[User:Quietust|Quietust]] ([[User talk:Quietust|talk]]) 19:14, 25 June 2026 (UTC)&lt;/div&gt;</summary>
		<author><name>Quietust</name></author>
	</entry>
	<entry>
		<id>https://dwarffortresswiki.org/index.php?title=Talk:Need&amp;diff=316215</id>
		<title>Talk:Need</title>
		<link rel="alternate" type="text/html" href="https://dwarffortresswiki.org/index.php?title=Talk:Need&amp;diff=316215"/>
		<updated>2026-06-24T12:52:17Z</updated>

		<summary type="html">&lt;p&gt;Quietust: apparently, MSVC does really weird stuff with math (and Ghidra has a hard time deciphering it) - the positive and negative numerators turned out to be exactly the same&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== The info in the new edit under diversity concerning distraction value increase is incorrect. ==&lt;br /&gt;
&lt;br /&gt;
A dwarf with need level 1 roughly needs to fullfill the need every two years, with need level 2 every year, with need level 5 every six months and with need level 10 every 3 months (except alcohol) otherwise the need will be displayed in yellow in the overview screen (and have a distraction value of -10000 reached). The need fullfillment drops happen every x ticks (and happens multiple times a day) after the need was last fullfilled. The drop is 1,2,4 and 8 points, the interval at which the drop happens might depend on the current distraction value for that need. For the need &amp;quot;be with friends&amp;quot; the verification is straightforward as the distraction value (for that need) and the current tick of the current year only needs to be compared with the last meet values (last meet year and tick) in hf_visual_relationships of all friends of that dwarf - at least if the dwarf was formerly a &amp;quot;void dwarf&amp;quot; or at least does not have any friendships created during world gen. That verification will also refute the current contents on the wiki page concerning the 13 point drop per day and roughly 800 days for level 1 and 400 days for level 2 to reach distraction value of -10000 (starting from 400).[[Special:Contributions/87.143.64.207|87.143.64.207]] 11:02, 18 June 2026 (UTC)&lt;br /&gt;
:Thanks for flagging this. The information added was based on observations of long-term unmet needs in an early game fortress (rather than a dedicated test game), using Dwarf Fortress 53.14 and Dwarf Therapist 42.1.8 (with updated memory layouts). Upon embark, all dwarves start with a distraction value of 0 for all needs. So by waiting a fixed time period then pausing the game, it should be possible to work out the long-term rate at which this distraction value declines. Unfortunately, I made two significant errors: embarrassingly, I misread the dwarven calendar, thinking I'd paused after 4 months when it was really 3 months, and I also assumed that the rate of decline would be linear, rather than varying based on the current distraction value as you've suggested. Having collected a bit more data on friends and family needs, as well as starting to collect data on crafting needs (which I hadn't looked at previously as they need to be tracked more frequently), here's the simplest model I can come up with that explains all my observations:&lt;br /&gt;
:* Needs’ distraction value drops by 52/3 points per day when they are &amp;gt; 0, and (52/3) x [need weight] points per day when they are ≤ 0&lt;br /&gt;
:* So any unmet need, starting at +400, should take 400/(52/3) = 23.08 days to drop to 0&lt;br /&gt;
:* For crafting needs (and possibly others), the rate of decrease appears to be halved for dwarves in the middle of satisfying that need&lt;br /&gt;
:* Hence a need with weight 1 will need to be satisfied every 10400/(52/3) = 600 days ~ 21.4 months to not drop below -10000&lt;br /&gt;
:* Hence a need with weight 2 will need to be satisfied every 5400/(52/3) = 311.54 days ~ 11.1 months to not drop below -10000&lt;br /&gt;
:* Hence a need with weight 5 will need to be satisfied every 2400/(52/3) = 138.46 days ~ 4.95 months to not drop below -10000&lt;br /&gt;
:* Hence a need with weight 10 will need to be satisfied every 1400/(52/3) = 80.77 days ~ 2.88 months to not drop below -10000&lt;br /&gt;
:* Lastly, the need to drink alcohol, starting at +400, should take 300/(52/3) = 17.31 days to drop to +100, the threshold that triggers dwarves to drink again. This implies that dwarves should drink 336/(300/(52/3)) ~ 19.4 times a year, or slightly less after accounting for the fact that dwarves don’t instantaneously satisfy their need to drink.&lt;br /&gt;
:However, I'm loath to dump all that into the wiki, particularly given I've already made mistakes with the previous formula. Instead, I'll just copy over the rough estimates you gave (which are exactly what I was looking for when I started this), as well as pinging [[User:Putnam3145]] just in case she might have anything to add. (Sorry Putnam, I know you aren't around here that often, and there's no obligation to answer, but if you already know the formula used to calculate the distraction value of needs it would be very helpful to be able to add to the wiki.) Thanks again, [[User:Quinquennial|Quinquennial]] ([[User talk:Quinquennial|talk]]) 09:50, 20 June 2026 (UTC)&lt;br /&gt;
::When I see numbers like 52/3, I suspect a misinterpretation of the results, so I dug into a disassembly of version 52.05 to try and find the actual logic responsible for this. This is what I found:&lt;br /&gt;
::* Every need has a &amp;quot;level&amp;quot; and a &amp;quot;severity&amp;quot; (known to DFHack as &amp;quot;focus_level&amp;quot; and &amp;quot;need_level&amp;quot;)&lt;br /&gt;
::* When needs are advanced, ones with a positive level are decremented by 1, otherwise they are decremented by the severity (to a minimum of -200000)&lt;br /&gt;
::* Distraction is calculated as a numerator and a denominator (known to DFHack as &amp;quot;current_focus&amp;quot; and &amp;quot;undistracted_focus&amp;quot;)&lt;br /&gt;
::* Needs are grouped by &amp;quot;level&amp;quot; to determine their effect on distraction: [-200000 to -100000, -99999 to -10000, -9999 to -1000, +100 to +199, +200 to +299, +300 and up] yielding adjustments of [-3, -2, -1, +1, +2, +3] respectively&lt;br /&gt;
::* If the sum of adjustments is positive, the distraction numerator is set to ``((N * 3 - SUM) * (N * 4) + (N * 6) * SUM) / (N * 3)`` (edit: which simplifies to ``4N + SUM*2/3``) and the denominator is set to ``(N * 4)``&lt;br /&gt;
::* If the sum of adjustments is zero, the distraction numerator and denominator are both set to 1&lt;br /&gt;
::* If the sum of adjustments is negative, the distraction numerator is set to ``((N * 3 + SUM) * (N * 4) - (N * 2) * SUM) / (N * 3)`` (edit: which ''also'' simplifies to ``4N + SUM*2/3``) and the denominator is set to ``(N * 4)``&lt;br /&gt;
::* In the above, &amp;quot;SUM&amp;quot; is the sum of distractions, and &amp;quot;N&amp;quot; is the number of needs the dwarf has &lt;br /&gt;
::Not sure exactly how that compares to what you found above. --[[User:Quietust|Quietust]] ([[User talk:Quietust|talk]]) 12:49, 20 June 2026 (UTC)&lt;br /&gt;
:::Thanks! I'm not sure about my finding &amp;quot;appears to be halved for dwarves in the middle of satisfying that need&amp;quot; (I don't have enough data to *reliably* conclude this), but otherwise I think this agrees with my revised model above. My best estimate for the rate of decrease is in the range ``(52/3)*(1 ± 1/84)``; to get a more precise estimate, I'll need to set up a 1-dwarf test game, hack in a mist generator, then run the game (satisfying as few needs as possible) for 5 years, which I would like to try at some point but not right now. Your distraction formula confirms the theorized impact of &amp;quot;Badly distracted&amp;quot; needs on the wiki page, I'll go update that. Lastly, the numerator simplifies to ``N*4 + SUM*2/3``, so given that integer division truncates toward zero in C, the overall focus score should be equal to ``1 + (SUM/N)/6`` rounded down to the nearest multiple of ``1/(4*N)``, yielding a result in the range 50% (all needs badly distracted) to 150% (all needs unfettered). [[User:Quinquennial|Quinquennial]] ([[User talk:Quinquennial|talk]]) 03:35, 24 June 2026 (UTC)&lt;br /&gt;
::::You might have a little problem with getting conclusive results concerning the &amp;quot;rate of decrease&amp;quot; with such a 1-dwarf test game. At least, when looking at the output of a lua-script  (with filtering out all 33 children of the population of 83) printing out a few things about the &amp;quot;be with friends&amp;quot; need, number of needs, the number of ticks passed since last meeting a friend (according to the hf_visual entries in relationships), the id of the friend meet. Ie. two dwarves who meet with each other last and have the same &amp;quot;need_level&amp;quot; do have slightly different focus_level, ie. -1926 and -1956 (with 19 and 21 number of needs). Furthermore some dwarves with about the same number of ticks between having meet the last friend (about 170000 ticks) and the same need_level do have big differences in the focus_level ranging from +331 to -3502. Of course, I did not validate everything, ie. I did assume that if (and only if) the love variable is 50 or greater then a dwarf will consider another a friend. (It might also be the case that for some reason the game might in some cases consider arguing with someone else as meeting a friend, eventhough I did not observe that yet, as arguing does not change the &amp;quot;last meet&amp;quot; variable of the hf_visual relationship entries - in that case my assumption that the last-meet variables give the timestamps of last meeting a friend will not always be correct).[[Special:Contributions/91.49.245.123|91.49.245.123]] 09:46, 24 June 2026 (UTC)&lt;/div&gt;</summary>
		<author><name>Quietust</name></author>
	</entry>
</feed>