<?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=I2amroy</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=I2amroy"/>
	<link rel="alternate" type="text/html" href="https://dwarffortresswiki.org/index.php/Special:Contributions/I2amroy"/>
	<updated>2026-06-21T00:26:42Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.35.11</generator>
	<entry>
		<id>https://dwarffortresswiki.org/index.php?title=Plant_token&amp;diff=235870</id>
		<title>Plant token</title>
		<link rel="alternate" type="text/html" href="https://dwarffortresswiki.org/index.php?title=Plant_token&amp;diff=235870"/>
		<updated>2018-05-05T23:41:18Z</updated>

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

		<summary type="html">&lt;p&gt;I2amroy: /* Tokens */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Quality|Exceptional|08:43, 9 June 2010 (UTC)}}{{av}}&lt;br /&gt;
&lt;br /&gt;
The tokens for all types of [[armor]] on all slots, including [[shield]]s. Usage column gives information on what types of '''armor''' the token might be restricted to.&lt;br /&gt;
&lt;br /&gt;
These tokens can only be placed within an ITEM_ARMOR, ITEM_GLOVES, ITEM_SHOES, ITEM_SHIELD, ITEM_HELM, or ITEM_PANTS object definition, most do not function in weapon objects.&lt;br /&gt;
&lt;br /&gt;
==Tokens==&lt;br /&gt;
{| {{prettytable}}&lt;br /&gt;
|- bgcolor=&amp;quot;#999999&amp;quot;&lt;br /&gt;
! Token&lt;br /&gt;
! Arguments&lt;br /&gt;
! Usage&lt;br /&gt;
! Description&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| NAME&lt;br /&gt;
| singular:plural&lt;br /&gt;
| All&lt;br /&gt;
| What this item will be called ingame.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| PREPLURAL&lt;br /&gt;
| &amp;lt;phrase&amp;gt; of&lt;br /&gt;
| ITEM_ARMOR&amp;lt;br /&amp;gt;ITEM_PANTS&lt;br /&gt;
| Changes the plural form of this item to &amp;quot;&amp;lt;phrase of&amp;gt; item&amp;quot;. Primarily pertains to the stock screens. Example, &amp;quot;suits of&amp;quot; platemail, &amp;quot;pairs of&amp;quot; trousers, etc. &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| MATERIAL_PLACEHOLDER&lt;br /&gt;
| adjective&lt;br /&gt;
| ITEM_ARMOR&amp;lt;br /&amp;gt;ITEM_PANTS&lt;br /&gt;
| If the item has no material associated with it (e.g. stockpile menus and trade negotiations), this will be displayed in its place. Used for leather armor.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| VALUE&lt;br /&gt;
| num&lt;br /&gt;
| ITEM_ARMOR&amp;lt;br /&amp;gt;ITEM_GLOVES&amp;lt;br /&amp;gt;ITEM_SHOES&amp;lt;br /&amp;gt;ITEM_SHIELD&amp;lt;br /&amp;gt;ITEM_HELM&lt;br /&gt;
| Unused. Defaults to -1.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| ARMORLEVEL&lt;br /&gt;
|&lt;br /&gt;
0 - clothing&amp;lt;br&amp;gt;&lt;br /&gt;
1 - leather&amp;lt;br&amp;gt;&lt;br /&gt;
2 - chain&amp;lt;br&amp;gt;&lt;br /&gt;
3 - plate&lt;br /&gt;
| All&lt;br /&gt;
| What category this item falls under. Defaults to 1 for shields, 0 for everything else. Clothing-category armor is subject to [[wear]] as well as being used as every-day clothing by dwarves.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| UPSTEP&lt;br /&gt;
| value, MAX&lt;br /&gt;
| ITEM_GLOVES&amp;lt;br /&amp;gt;ITEM_SHOES&amp;lt;br /&amp;gt;ITEM_SHIELD&lt;br /&gt;
| This token functions exactly like LBSTEP but in reverse.  How many steps up this item protects.  'Up'is defined as &amp;quot;Connected through a series of one or more body parts with the [LIMB] token to an UPPERBODY part.  Gloves and shoes can not protect upper or lower bodies.  Example, chausses with an upstep of MAX, protect the the foot and the entire leg, but not the lower body. The same effect could be achieved (on a humanoid) with UPSTEP&amp;gt;=2.  Since toes and fingers lack the [LIMB] token, gloves and boots do not protect them. This may be a bug.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| UBSTEP&lt;br /&gt;
| value, MAX&lt;br /&gt;
| ITEM_ARMOR&lt;br /&gt;
| How many steps away from upper body the armor protects. Only present on torso armor. When counting steps, ignore any steps through upper or lower body parts(UBSTEP:0 items protect the upper and lower bodies as a result of this).  Currently bugged{{bug|1821}}, high values of UBSTEP will result in the item protecting facial features, fingers, and toes, while leaving those parts that it can not protect unprotected (but still counting them as steps).  Torso armor can not protect hands, feet, or heads (parts with [GRASP],[STANCE], or [HEAD] tokens respectively) regardless of the UBSTEP value.  UBSTEP can also not protect parts that can be protected by LBSTEP.  Example, torso armor with [UBSTEP:1] will protect upper arms, wings, non-[STANCE] tails, the torso, and lower body.  However, a torso armor with [UBSTEP:4] or higher will also cover lower arms, fingers, facial features, and toes. &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| LBSTEP&lt;br /&gt;
| value or MAX&lt;br /&gt;
| ITEM_ARMOR&amp;lt;br /&amp;gt;ITEM_PANTS&lt;br /&gt;
| How many steps down the armor protects. 'Down' is defined as &amp;quot;Connected through a series of one or more body parts with the [LIMB] token to a body part with the [STANCE] token.  [LBSTEP] can not protect feet (parts with the [STANCE] token).  When counting steps, ignore any steps through upper or lower body parts.  Example, torso armor with a LBSTEP:1 will protect both the lower body and the upper legs in addition to the torso(the lower body step is not counted).  Leg armor with LBSTEP:MAX will protect the lower body, the entire legs, but not the feet or toes. &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| METAL_ARMOR_LEVELS&lt;br /&gt;
| &lt;br /&gt;
| ITEM_ARMOR&amp;lt;br /&amp;gt;ITEM_GLOVES&amp;lt;br /&amp;gt;ITEM_SHOES&amp;lt;br /&amp;gt;ITEM_HELM&amp;lt;br /&amp;gt;ITEM_PANTS&lt;br /&gt;
| Metal versions of this item count as one ARMORLEVEL higher.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| BLOCKCHANCE&lt;br /&gt;
| value&lt;br /&gt;
| ITEM_SHIELD&lt;br /&gt;
| Affects the block chance of the shield. Defaults to 10.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| MATERIAL_SIZE&lt;br /&gt;
| value&lt;br /&gt;
| All&lt;br /&gt;
| How much material is needed to make the item. Most important with bars. The number of bars required to make the item is the value divided by three. &amp;lt;font color=&amp;quot;red&amp;quot;&amp;gt;Required&amp;lt;/font&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| SOFT&lt;br /&gt;
| &lt;br /&gt;
| All but ITEM_SHIELD&lt;br /&gt;
| Randomly generated equipped armor will have an equal probability of being made of leather or cloth, when this token is present and [METAL] is absent. Further uses of this tag are unknown.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| HARD&lt;br /&gt;
| &lt;br /&gt;
| All but ITEM_SHIELD&lt;br /&gt;
| Allows armor to be made of wood.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| METAL&lt;br /&gt;
| &lt;br /&gt;
| All but ITEM_SHIELD&lt;br /&gt;
| Item can be made with metal. Randomly generated equipped armor will always be made out of metal whenever possible.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| BARRED&lt;br /&gt;
| &lt;br /&gt;
| All but ITEM_SHIELD&lt;br /&gt;
| Can be crafted out of bone. Randomly generated equipped armor will never be made out of bone.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| SCALED&lt;br /&gt;
| &lt;br /&gt;
| All but ITEM_SHIELD&lt;br /&gt;
| Can be crafted from shell. Randomly generated equipped armor will never be made of shell.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| LEATHER&lt;br /&gt;
| &lt;br /&gt;
| All but ITEM_SHIELD&lt;br /&gt;
| Item can be made from leather. Randomly generated equipped armor with [LEATHER] will not be made of cloth, unless [SOFT] is also present.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| SHAPED&lt;br /&gt;
| &lt;br /&gt;
| All but ITEM_SHIELD&lt;br /&gt;
| Only one shaped piece of clothing can be worn on a single body slot at a time.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| CHAIN_METAL_TEXT&lt;br /&gt;
| &lt;br /&gt;
| All but ITEM_SHIELD&lt;br /&gt;
| Metal versions of this item will have &amp;quot;chain&amp;quot; added between the material and item name.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| STRUCTURAL_ELASTICITY_WOVEN_THREAD&lt;br /&gt;
|&lt;br /&gt;
| All but ITEM_SHIELD&lt;br /&gt;
| Makes the item behave much more elastic and flexible, but only when the object is made from woven thread.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| STRUCTURAL_ELASTICITY_CHAIN_METAL&lt;br /&gt;
| &lt;br /&gt;
| All but ITEM_SHIELD&lt;br /&gt;
| Behaves the same as STRUCTURAL_ELASTICITY_CHAIN_ALL, but only when the object is made of metal.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| STRUCTURAL_ELASTICITY_CHAIN_ALL&lt;br /&gt;
| &lt;br /&gt;
| All but ITEM_SHIELD&lt;br /&gt;
| Seems to make blunt attacks more damaging, while blunting any attack from inferior materials. Further testing is needed.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| LAYER_SIZE&lt;br /&gt;
| value&lt;br /&gt;
| All but ITEM_SHIELD&lt;br /&gt;
| What the size of this item in question is, when it is put on. See [[Armor]] for more on item sizes and layering. Defaults to 10.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| LAYER_PERMIT&lt;br /&gt;
| value&lt;br /&gt;
| All but ITEM_SHIELD&lt;br /&gt;
| The maximum number of items allowed on that body slot. If the body slot's layer value is over this, no more of this item can be put on. See [[Armor]] for more on item sizes and layering. Defaults to 10.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| LAYER&lt;br /&gt;
| UNDER, OVER, ARMOR, COVER&lt;br /&gt;
| All but ITEM_SHIELD&lt;br /&gt;
| How this item is layered. The [LAYER_PERMIT:#] of a [LAYER:ARMOR] item overrides the [LAYER_PERMIT:#] of other items on the same ITEM_&amp;lt;name1&amp;gt;, unless it is a [LAYER:COVER] items. Defaults to UNDER.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| COVERAGE&lt;br /&gt;
| % value&lt;br /&gt;
| All but ITEM_SHIELD&lt;br /&gt;
| Coverage determines how often attacks and contaminants get through clothes.  Armor with a 5% coverage value, for example, will be near useless because 95% of attacks will bypass it completely.  Temperature effects are also influenced by coverage. Defaults to 100.&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{{Category|Modding}}&lt;br /&gt;
{{Category|Tokens}}&lt;/div&gt;</summary>
		<author><name>I2amroy</name></author>
	</entry>
	<entry>
		<id>https://dwarffortresswiki.org/index.php?title=v0.34:Armor_token&amp;diff=184030</id>
		<title>v0.34:Armor token</title>
		<link rel="alternate" type="text/html" href="https://dwarffortresswiki.org/index.php?title=v0.34:Armor_token&amp;diff=184030"/>
		<updated>2013-04-17T01:36:09Z</updated>

		<summary type="html">&lt;p&gt;I2amroy: /* Tokens */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Quality|Exceptional|08:43, 9 June 2010 (UTC)}}{{av}}&lt;br /&gt;
&lt;br /&gt;
The tokens for all types of [[armor]] on all slots, including [[shield]]s. Usage column gives information on what types of '''armor''' the token might be restricted to.&lt;br /&gt;
&lt;br /&gt;
These tokens can only be placed within an ITEM_ARMOR, ITEM_GLOVES, ITEM_SHOES, ITEM_SHIELD, ITEM_HELM, or ITEM_PANTS object definition, most do not function in weapon objects.&lt;br /&gt;
&lt;br /&gt;
==Tokens==&lt;br /&gt;
{| {{prettytable}}&lt;br /&gt;
|- bgcolor=&amp;quot;#999999&amp;quot;&lt;br /&gt;
! Token&lt;br /&gt;
! Arguments&lt;br /&gt;
! Usage&lt;br /&gt;
! Description&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| NAME&lt;br /&gt;
| singular:plural&lt;br /&gt;
| All&lt;br /&gt;
| What this item will be called ingame.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| PREPLURAL&lt;br /&gt;
| &amp;lt;phrase&amp;gt; of&lt;br /&gt;
| ITEM_ARMOR&amp;lt;br /&amp;gt;ITEM_PANTS&lt;br /&gt;
| Changes the plural form of this item to &amp;quot;&amp;lt;phrase of&amp;gt; item&amp;quot;. Primarily pertains to the stock screens. Example, &amp;quot;suits of&amp;quot; platemail, &amp;quot;pairs of&amp;quot; trousers, etc. &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| MATERIAL_PLACEHOLDER&lt;br /&gt;
| adjective&lt;br /&gt;
| ITEM_ARMOR&amp;lt;br /&amp;gt;ITEM_PANTS&lt;br /&gt;
| If the item has no material associated with it (e.g. stockpile menus and trade negotiations), this will be displayed in its place. Used for leather armor.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| VALUE&lt;br /&gt;
| num&lt;br /&gt;
| ITEM_ARMOR&amp;lt;br /&amp;gt;ITEM_GLOVES&amp;lt;br /&amp;gt;ITEM_SHOES&amp;lt;br /&amp;gt;ITEM_SHIELD&amp;lt;br /&amp;gt;ITEM_HELM&lt;br /&gt;
| Unused. Defaults to -1.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| ARMORLEVEL&lt;br /&gt;
|&lt;br /&gt;
0 - clothing&amp;lt;br&amp;gt;&lt;br /&gt;
1 - leather&amp;lt;br&amp;gt;&lt;br /&gt;
2 - chain&amp;lt;br&amp;gt;&lt;br /&gt;
3 - plate&lt;br /&gt;
| All&lt;br /&gt;
| What category this item falls under. Defaults to 1 for shields, 0 for everything else. Clothing-category armor is subject to [[wear]] as well as being used as every-day clothing by dwarves.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| UPSTEP&lt;br /&gt;
| value, MAX&lt;br /&gt;
| ITEM_GLOVES&amp;lt;br /&amp;gt;ITEM_SHOES&amp;lt;br /&amp;gt;ITEM_SHIELD&lt;br /&gt;
| This token functions exactly like LBSTEP but in reverse.  How many steps up this item protects.  'Up'is defined as &amp;quot;Connected through a series of one or more body parts with the [LIMB] token to an UPPERBODY part.  Gloves and shoes can not protect upper or lower bodies.  Example, chausses with an upstep of MAX, protect the the foot and the entire leg, but not the lower body. The same effect could be achieved (on a humanoid) with UPSTEP&amp;gt;=2.  Since toes and fingers lack the [LIMB] token, gloves and boots do not protect them. This may be a bug.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| UBSTEP&lt;br /&gt;
| value, MAX&lt;br /&gt;
| ITEM_ARMOR&lt;br /&gt;
| How many steps away from upper body the armor protects. Only present on torso armor. When counting steps, ignore any steps through upper or lower body parts(UBSTEP:0 items protect the upper and lower bodies as a result of this).  Currently bugged{{bug|1821}}, high values of UBSTEP will result in the item protecting facial features, fingers, and toes, while leaving those parts that it can not protect unprotected (but still counting them as steps).  Torso armor can not protect hands, feet, or heads (parts with [GRASP],[STANCE], or [HEAD] tokens respectively) regardless of the UBSTEP value.  UBSTEP can also not protect parts that can be protected by LBSTEP.  Example, torso armor with [UBSTEP:1] will protect upper arms, wings, non-[STANCE] tails, the torso, and lower body.  However, a torso armor with [UBSTEP:4] or higher will also cover lower arms, fingers, facial features, and toes. &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| LBSTEP&lt;br /&gt;
| value or MAX&lt;br /&gt;
| ITEM_ARMOR&amp;lt;br /&amp;gt;ITEM_PANTS&lt;br /&gt;
| How many steps down the armor protects. 'Down' is defined as &amp;quot;Connected through a series of one or more body parts with the [LIMB] token to a body part with the [STANCE] token.  [LBSTEP] can not protect feet (parts with the [STANCE] token).  When counting steps, ignore any steps through upper or lower body parts.  Example, torso armor with a LBSTEP:1 will protect both the lower body and the upper legs in addition to the torso(the lower body step is not counted).  Leg armor with LBSTEP:MAX will protect the lower body, the entire legs, but not the feet or toes. &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| METAL_ARMOR_LEVELS&lt;br /&gt;
| &lt;br /&gt;
| ITEM_ARMOR&amp;lt;br /&amp;gt;ITEM_GLOVES&amp;lt;br /&amp;gt;ITEM_SHOES&amp;lt;br /&amp;gt;ITEM_HELM&amp;lt;br /&amp;gt;ITEM_PANTS&lt;br /&gt;
| Metal versions of this item count as one ARMORLEVEL higher.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| BLOCKCHANCE&lt;br /&gt;
| value&lt;br /&gt;
| ITEM_SHIELD&lt;br /&gt;
| Affects the block chance of the shield. Defaults to 10.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| MATERIAL_SIZE&lt;br /&gt;
| value&lt;br /&gt;
| All&lt;br /&gt;
| How much material is needed to make the item. Most important with bars. The number of bars required to make the item is the value divided by three. &amp;lt;font color=&amp;quot;red&amp;quot;&amp;gt;Required&amp;lt;/font&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| SOFT&lt;br /&gt;
| &lt;br /&gt;
| All but ITEM_SHIELD&lt;br /&gt;
| Randomly generated equipped armor will have an equal probability of being made of leather or cloth, when this token is present and [METAL] is absent. Further uses of this tag are unknown.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| HARD&lt;br /&gt;
| &lt;br /&gt;
| All but ITEM_SHIELD&lt;br /&gt;
| Allows armor to be made of wood&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| METAL&lt;br /&gt;
| &lt;br /&gt;
| All but ITEM_SHIELD&lt;br /&gt;
| Item can be made with metal. Randomly generated equipped armor will always be made out of metal whenever possible.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| BARRED&lt;br /&gt;
| &lt;br /&gt;
| All but ITEM_SHIELD&lt;br /&gt;
| Can be crafted out of bone. Randomly generated equipped armor will never be made out of bone.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| SCALED&lt;br /&gt;
| &lt;br /&gt;
| All but ITEM_SHIELD&lt;br /&gt;
| Can be crafted from shell. Randomly generated equipped armor will never be made of shell.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| LEATHER&lt;br /&gt;
| &lt;br /&gt;
| All but ITEM_SHIELD&lt;br /&gt;
| Item can be made from leather. Randomly generated equipped armor with [LEATHER] will not be made of cloth, unless [SOFT] is also present.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| SHAPED&lt;br /&gt;
| &lt;br /&gt;
| All but ITEM_SHIELD&lt;br /&gt;
| Only one shaped piece of clothing can be worn on a single body slot at a time.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| CHAIN_METAL_TEXT&lt;br /&gt;
| &lt;br /&gt;
| All but ITEM_SHIELD&lt;br /&gt;
| Metal versions of this item will have &amp;quot;chain&amp;quot; added between the material and item name.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| STRUCTURAL_ELASTICITY_WOVEN_THREAD&lt;br /&gt;
|&lt;br /&gt;
| All but ITEM_SHIELD&lt;br /&gt;
| Makes the item behave much more elastic and flexible, but only when the object is made from woven thread.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| STRUCTURAL_ELASTICITY_CHAIN_METAL&lt;br /&gt;
| &lt;br /&gt;
| All but ITEM_SHIELD&lt;br /&gt;
| Behaves the same as STRUCTURAL_ELASTICITY_CHAIN_ALL, but only when the object is made of metal.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| STRUCTURAL_ELASTICITY_CHAIN_ALL&lt;br /&gt;
| &lt;br /&gt;
| All but ITEM_SHIELD&lt;br /&gt;
| Seems to make blunt attacks more damaging, while blunting any attack from inferior materials. Further testing is needed.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| LAYER_SIZE&lt;br /&gt;
| value&lt;br /&gt;
| All but ITEM_SHIELD&lt;br /&gt;
| What the size of this item in question is, when it is put on. See [[Armor]] for more on item sizes and layering. Defaults to 10.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| LAYER_PERMIT&lt;br /&gt;
| value&lt;br /&gt;
| All but ITEM_SHIELD&lt;br /&gt;
| The maximum number of items allowed on that body slot. If the body slot's layer value is over this, no more of this item can be put on. See [[Armor]] for more on item sizes and layering. Defaults to 10.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| LAYER&lt;br /&gt;
| UNDER, OVER, ARMOR, COVER&lt;br /&gt;
| All but ITEM_SHIELD&lt;br /&gt;
| How this item is layered. The [LAYER_PERMIT:#] of a [LAYER:ARMOR] item overrides the [LAYER_PERMIT:#] of other items on the same ITEM_&amp;lt;name1&amp;gt;, unless it is a [LAYER:COVER] items. Defaults to UNDER.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| COVERAGE&lt;br /&gt;
| % value&lt;br /&gt;
| All but ITEM_SHIELD&lt;br /&gt;
| Coverage determines how often attacks and contaminants get through clothes.  Armor with a 5% coverage value, for example, will be near useless because 95% of attacks will bypass it completely.  Temperature effects are also influenced by coverage. Defaults to 100.&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{{Category|Modding}}&lt;br /&gt;
{{Category|Tokens}}&lt;/div&gt;</summary>
		<author><name>I2amroy</name></author>
	</entry>
	<entry>
		<id>https://dwarffortresswiki.org/index.php?title=v0.34:Animal_trainer&amp;diff=183454</id>
		<title>v0.34:Animal trainer</title>
		<link rel="alternate" type="text/html" href="https://dwarffortresswiki.org/index.php?title=v0.34:Animal_trainer&amp;diff=183454"/>
		<updated>2013-04-12T21:01:31Z</updated>

		<summary type="html">&lt;p&gt;I2amroy: /* Trainable war/hunting animals */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{quality|Exceptional|03:36, 10 January 2012 (UTC)}}&lt;br /&gt;
{{Skill&lt;br /&gt;
| color      = 2:0&lt;br /&gt;
| skill      = Animal Trainer&lt;br /&gt;
| profession = [[Ranger]]&lt;br /&gt;
| job name   = [[Animal training]]&lt;br /&gt;
| tasks      =&lt;br /&gt;
* Train [[dog|war animal]]&lt;br /&gt;
* Train [[dog|hunting animal]]&lt;br /&gt;
* Tame large animal&lt;br /&gt;
* Tame small animal&lt;br /&gt;
| workshop = [[Kennel]]&lt;br /&gt;
| attributes =&lt;br /&gt;
* Agility&lt;br /&gt;
* Toughness&lt;br /&gt;
* Endurance&lt;br /&gt;
* Intuition&lt;br /&gt;
* Patience&lt;br /&gt;
* Empathy&lt;br /&gt;
}}&lt;br /&gt;
{{av}}&lt;br /&gt;
&lt;br /&gt;
'''Animal trainer''' is the skill associated with the '''animal training''' [[labor]]. An animal trainer works with [[animal]]s, either taming wild ones, or training certain species for war or hunting.&lt;br /&gt;
&lt;br /&gt;
An [[Activity_zone#Animal_Training|animal training zone]] is required for all training activities.&lt;br /&gt;
&lt;br /&gt;
==Domesticating wild animals==&lt;br /&gt;
&lt;br /&gt;
An animal trainer is needed in order to domesticate wild animals. To do so you will need an animal captured in a [[trap#Cage_Trap|cage trap]], an animal training zone, and some plants or meat depending on whether the animal is carnivorous or herbivorous. To have your animal trainer begin taming a wild animal, use {{k|z}} to open the status screen and select the animal menu. Scroll through the list until your captured wild animal is selected and use {{k|t}} to set a trainer to tame it.&lt;br /&gt;
&lt;br /&gt;
A wild animal can be trained from a cage or on the loose. The trainer will bring food to the cage. Once the animal is no longer wild, it may be released from the cage (e.g. assigned to a [[pasture]] or [[restraint]]), and further training will take place wherever the animal is.  Trained animals become immune to traps.  However, if the animal reverts to the wild state it will retain its trap immunity, making it quite difficult to recapture. {{Bug|6002}}&lt;br /&gt;
&lt;br /&gt;
Adult trained animals will slowly revert to their wild origins over time and must have a trainer permanently assigned to them to ensure they remain friendly. Trained animals have a quality associated to their training whose full effects are not yet fully known, but seems to include the time before they revert to a wild state. The last state before an animal becomes fully wild is 'semi-wild' which prompts a game announcement.  Here are the known training quality levels:&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
! style=&amp;quot;padding-right: 35px;&amp;quot; | '''Designation''' || style=&amp;quot;text-align: left;&amp;quot; | '''Description''' &lt;br /&gt;
|-&lt;br /&gt;
| Semi-wild || Semi-wild&lt;br /&gt;
|-&lt;br /&gt;
| Trained || Trained&lt;br /&gt;
|-&lt;br /&gt;
| -Trained- || Well-trained &lt;br /&gt;
|-&lt;br /&gt;
| +Trained+ || Skillfully trained &lt;br /&gt;
|-&lt;br /&gt;
| *Trained* ||Expertly trained&lt;br /&gt;
|-&lt;br /&gt;
| ≡Trained≡ || Exceptionally trained &lt;br /&gt;
|-&lt;br /&gt;
| ☼Trained☼ || Masterfully trained &lt;br /&gt;
|-&lt;br /&gt;
| Domesticated || Tame&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Animals who are trained while young may become fully domesticated and will remain forever tame. In addition, animals who are born from a trained animal will inherit the mother's trained status, including the training quality.  It appears that this added training quality, with the addition of training reinforcement by assigning a trainer, allows for the progression to domestication.&lt;br /&gt;
&lt;br /&gt;
Animals born from partially tamed parents will not revert to a wild state while they are still a child. For example, if a wild female wolf is captured and trained up to the +T+ level, and gives birth, the pups may forget any training they're put under as pups, but will never go lower than Semi-Wild while they're still pups. They can, and will, revert to a wild state when they become adult wolves, though going back to a fully wild state will still take some time after they've reached adulthood.&lt;br /&gt;
&lt;br /&gt;
Finally, when training animals that your civilization has never domesticated before, successful training will result in some knowledge being transferred to your civilization every time the dwarven caravan returns to the mountainhomes. The effects of these are unknown but may result in easier or faster training by animal trainers in future fortresses established by that civilization.&lt;br /&gt;
&lt;br /&gt;
{|class=&amp;quot;wikitable&amp;quot; style=&amp;quot;width:80%;&amp;quot;&lt;br /&gt;
! Announcement&lt;br /&gt;
! Training level in {{k|z}} screen&lt;br /&gt;
|-&lt;br /&gt;
| {{Gametext|The dwarves of (civ) now know a few facts about (animal) training.|cyan}}&lt;br /&gt;
| {{DFtext|A few facts|red}}&lt;br /&gt;
|-&lt;br /&gt;
| {{Gametext|The dwarves of (civ) have attained a general familiarity with (animal) training methods.|cyan}}&lt;br /&gt;
| {{DFtext|General familiarity|yellow}}&lt;br /&gt;
|-&lt;br /&gt;
| {{Gametext|The dwarves of (civ) are now quite knowledgeable (animal) trainers.|cyan}}&lt;br /&gt;
| {{DFtext|Knowledgeable|white}}&lt;br /&gt;
|-&lt;br /&gt;
| {{Gametext|The dwarves of (civ) are now expert (animal) trainers.|cyan}}&lt;br /&gt;
| {{DFtext|Expert|cyan}}&lt;br /&gt;
|-&lt;br /&gt;
| {{Gametext|&amp;lt;!-- left blank, unsure of announcement text (or if there even is one) - feel free to replace --&amp;gt;?|red}}&lt;br /&gt;
|{{DFtext|Domesticated|lime}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Bonding==&lt;br /&gt;
As animal trainers work with an animal, they may become bonded to it (&amp;quot;formed a bond with an animal training partner&amp;quot;), and this relationship is visible in the dwarf's relationships screen. This happens even if the dwarf is not specifically assigned to the animal and regardless of training quality. The death of a bonded animal results in a bad thought for the trainer (&amp;quot;has lost an animal training partner to tragedy&amp;quot;), whose exact severity is unknown but fairly significant. It is unknown whether working with a bonded animal gives a happy thought similar to the one gained from talking to a friend.&lt;br /&gt;
&lt;br /&gt;
==Training Tasks==&lt;br /&gt;
To train an animal for Hunting or war, you need a [[Zone#Animal_Training|training zone]] ({{k|i}}, {{k|t}}) and a dwarf with the animal training labor enabled. Then you can go to your animal status screen ({{k|z}}, {{k|Enter}}) and find there a trainable animal. Trainable animals are those where you see you can press either {{k|w}} for war training or {{k|h}} for hunting training. If you wish you can also select a particular trainer {{k|t}} to perform this task.&lt;br /&gt;
&lt;br /&gt;
===Train a Hunting Animal===&lt;br /&gt;
Requires: An [[Cage|uncaged]] '''tame''' animal with [TRAINABLE] or [TRAINABLE_HUNTING], an 'animal training' activity zone, and an [[animal trainer]].  Note that an animal that is in a pasture can only be trained if the zone is also in the same [[pasture]].&lt;br /&gt;
&lt;br /&gt;
Hunting animals can be assigned ({{K|v}}-select dwarf-{{K|p}}-{{K|e}}) to follow a hunter and assist in the hunting process. They are faster and more agile than a regular tamed animal, but not as strong as a war animal and cannot be unassigned.&lt;br /&gt;
&lt;br /&gt;
===Train a War Animal===&lt;br /&gt;
Requires: An [[Cage|uncaged]] '''tame''' animal with [TRAINABLE] (or [TRAINABLE_WAR], although no such animals exist), an 'animal training' activity zone, and an [[animal trainer]]. [[Pasture|Pastured]] animals can only be trained if the zone is located within their pasture.&lt;br /&gt;
&lt;br /&gt;
A war animal is stronger than its untrained counterpart. War dogs make excellent companions when starting a fortress, when you can't spare many dwarves for fighting.&lt;br /&gt;
&lt;br /&gt;
Like hunting animals, they can also be assigned to individual dwarves; combined with their strength, this makes them effective expendable bodyguards for any dwarf likely to see danger or who you feel is valuable enough to be worth protecting.  Even if they fail to defeat an attacker, they can often buy their charge time to escape or for additional reinforcements to arrive.&lt;br /&gt;
&lt;br /&gt;
==Notes==&lt;br /&gt;
&lt;br /&gt;
Animal tab ({{k|z}} - {{k|Enter}}) has a list of all animals that are tame (and belong to your civilization) or are caged and can be tamed. Each animal on the list can be assigned a trainer, who will then tame (if needed) the animal, increase its tameness (if not born from tamed animals) or train it for war or hunting (if selected for hunting or training). Not all animals can be trained for war or hunting. Taming or increasing tameness requires an 'Animal Training' activity zone and food (edible [[crop|plant]] for herbivores, [[meat]] for carnivores), which the trainer will bring to the animals. If a caged animal is fed a plant, [[seed]]s will stay in the cage.  This has no effect on training, but if you later release the animal, you will need to [[Activity zone#Garbage Dump|dump]] the seeds from the cage before it can be reused.  &lt;br /&gt;
&lt;br /&gt;
Certain animals are trivial to tame ([[domestic animal]]s are well known by dwarven civilizations), some are rather easy to tame (animals from [[Cavern]]s aren't alien to dwarves). Other creatures will require more attention, at least until your fortress manages to get familiar with them. Which animals are known and how well can be checked in the second sub-tab in &amp;quot;Animals&amp;quot; tab. Badly trained animals can revert to a wild state, resulting in [[fun|dragons rampaging through the fortress]].&lt;br /&gt;
&lt;br /&gt;
Only wild animals can be trained while in a cage.  This means that if you want your animal trainer to provide additional lessons, you must release the trained animal.  Alternatively, with a difficult to train animal or a poor trainer, you may want to leave the animal in its cage.  The Animal will eventually revert back to its wild state, at which point your trainer will train it again, safely giving your trainer experience and also more knowledge about the animal if it's exotic.  (this probably won't work with grazing animals, as they'd starve to death in the cage)&lt;br /&gt;
&lt;br /&gt;
Sadly, [[noble]]s cannot be trained, no matter how desperately they need it.&lt;br /&gt;
&lt;br /&gt;
==Trainable war/hunting animals==&lt;br /&gt;
The following creatures can be trained into war animals or hunting animals:&lt;br /&gt;
If you trade for one of these animals, and they are already tame then they will remain tame when they become yours.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable sortable&amp;quot;&lt;br /&gt;
! Animal&lt;br /&gt;
! Size&lt;br /&gt;
! Notes&lt;br /&gt;
|-&lt;br /&gt;
|[[Dog]]&lt;br /&gt;
|30,000&lt;br /&gt;
|† ♪&lt;br /&gt;
|-&lt;br /&gt;
|[[Mandrill]]&lt;br /&gt;
|20,000&lt;br /&gt;
|☼ †&lt;br /&gt;
|-&lt;br /&gt;
|[[Gorilla]]&lt;br /&gt;
|150,000&lt;br /&gt;
|☼ †&lt;br /&gt;
|-&lt;br /&gt;
|[[Grizzly bear]]&lt;br /&gt;
|200,000&lt;br /&gt;
|☼&lt;br /&gt;
|-&lt;br /&gt;
|[[Polar bear]]&lt;br /&gt;
|400,000&lt;br /&gt;
|☼&lt;br /&gt;
|-&lt;br /&gt;
|[[Gigantic panda]]&lt;br /&gt;
|1,160,900&lt;br /&gt;
|‼&lt;br /&gt;
|-&lt;br /&gt;
|[[Elephant]]&lt;br /&gt;
|5,000,000&lt;br /&gt;
|‼&lt;br /&gt;
|-&lt;br /&gt;
|[[Rhinoceros]]&lt;br /&gt;
|3,000,000&lt;br /&gt;
|‼&lt;br /&gt;
|-&lt;br /&gt;
|[[Giraffe]]&lt;br /&gt;
|1,000,000&lt;br /&gt;
|‼&lt;br /&gt;
|-&lt;br /&gt;
|[[Giant bat]]&lt;br /&gt;
|200,000&lt;br /&gt;
|♪ Hunting only&lt;br /&gt;
|-&lt;br /&gt;
|[[Giant cave swallow]]&lt;br /&gt;
|200,000&lt;br /&gt;
|♪ Hunting only&lt;br /&gt;
|-&lt;br /&gt;
|[[Jabberer]]&lt;br /&gt;
|4,500,000&lt;br /&gt;
|☼&lt;br /&gt;
|-&lt;br /&gt;
|[[Cheetah]]&lt;br /&gt;
|50,000&lt;br /&gt;
|♪&lt;br /&gt;
|-&lt;br /&gt;
|[[Leopard]]&lt;br /&gt;
|50,000 &lt;br /&gt;
|♪ &lt;br /&gt;
|-&lt;br /&gt;
|[[Jaguar]]&lt;br /&gt;
|75,000&lt;br /&gt;
|♪ &lt;br /&gt;
|-&lt;br /&gt;
|[[Lion]]&lt;br /&gt;
|200,000 &lt;br /&gt;
|† ♪&lt;br /&gt;
|-&lt;br /&gt;
|[[Tiger]]&lt;br /&gt;
|225,000&lt;br /&gt;
|† ♪&lt;br /&gt;
|-&lt;br /&gt;
|[[Bobcat]]&lt;br /&gt;
|8,000&lt;br /&gt;
| Too small&lt;br /&gt;
|-&lt;br /&gt;
|[[Ocelot]]&lt;br /&gt;
|25,000&lt;br /&gt;
|?&lt;br /&gt;
|-&lt;br /&gt;
|[[Lynx]]&lt;br /&gt;
|25,000&lt;br /&gt;
|?&lt;br /&gt;
|-&lt;br /&gt;
|[[Giant bobcat]]&lt;br /&gt;
|256,320&lt;br /&gt;
|♪ &lt;br /&gt;
|-&lt;br /&gt;
|[[Giant ocelot]]&lt;br /&gt;
|377,750&lt;br /&gt;
|♪ &lt;br /&gt;
|-&lt;br /&gt;
|[[Giant lynx]]&lt;br /&gt;
|377,750&lt;br /&gt;
|♪ &lt;br /&gt;
|-&lt;br /&gt;
|[[Giant cheetah]]&lt;br /&gt;
|560,000&lt;br /&gt;
|♪ &lt;br /&gt;
|-&lt;br /&gt;
|[[Giant leopard]]&lt;br /&gt;
|560,000 &lt;br /&gt;
|♪ &lt;br /&gt;
|-&lt;br /&gt;
|[[Giant jaguar]]&lt;br /&gt;
|750,000&lt;br /&gt;
|♪ &lt;br /&gt;
|-&lt;br /&gt;
|[[Giant lion]]&lt;br /&gt;
|1,700,000 &lt;br /&gt;
|♪ &lt;br /&gt;
|-&lt;br /&gt;
|[[Giant tiger]]&lt;br /&gt;
|1,900,000 &lt;br /&gt;
|☼ ♪ &lt;br /&gt;
|-&lt;br /&gt;
|[[Cave dragon]]&lt;br /&gt;
|15,000,000&lt;br /&gt;
|☼ &lt;br /&gt;
|-&lt;br /&gt;
|[[Roc]]&lt;br /&gt;
|20,000,000&lt;br /&gt;
|☼ ♪ [[Megabeast]]&lt;br /&gt;
|-&lt;br /&gt;
|[[Dragon]]&lt;br /&gt;
|25,000,000&lt;br /&gt;
|☼ [[Megabeast]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
''☼ - These animals are a good choice for your army.''&amp;lt;br /&amp;gt;&lt;br /&gt;
''† - These animals are good choices for protecting important civilians, attacking dangerous creatures so the dwarf can escape.''&amp;lt;br /&amp;gt;&lt;br /&gt;
''♪ - These animals are good companions for hunters and marksdwarves.''&amp;lt;br /&amp;gt;&lt;br /&gt;
''‼ - These animals are a poor choice for training due to their voracious appetites for [[grass]].''&lt;br /&gt;
&lt;br /&gt;
Remember to keep a breeding pair out of harm's way around if you want more of a particular animal, in case the ones in service somehow die.&lt;br /&gt;
&lt;br /&gt;
==Tame water creatures==&lt;br /&gt;
It is reportedly possible to capture and tame water creatures if special care is used. But it's unknown how to butcher them.&lt;br /&gt;
[http://www.bay12forums.com/smf/index.php?topic=75780.0]&lt;br /&gt;
&lt;br /&gt;
{{skills}}&lt;/div&gt;</summary>
		<author><name>I2amroy</name></author>
	</entry>
	<entry>
		<id>https://dwarffortresswiki.org/index.php?title=v0.34:Freezing&amp;diff=183425</id>
		<title>v0.34:Freezing</title>
		<link rel="alternate" type="text/html" href="https://dwarffortresswiki.org/index.php?title=v0.34:Freezing&amp;diff=183425"/>
		<updated>2013-04-12T17:35:07Z</updated>

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

		<summary type="html">&lt;p&gt;I2amroy: /* Tuning macros */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Quality|Exceptional|14:18, 4 April 2011 (UTC)}}&lt;br /&gt;
{{av}}&lt;br /&gt;
Playing Dwarf Fortress means lots of typing. The game has an internal macro/keymap system. Using it or any external program can save you a great deal of time when dumping, rewalling, designating, and so forth.&lt;br /&gt;
&lt;br /&gt;
== DF macros ==&lt;br /&gt;
=== Creating macros ===&lt;br /&gt;
The controls for creating macros within DF are as follows:&lt;br /&gt;
&lt;br /&gt;
*{{k|Ctrl}}+{{k|r}} = record (and finish recording)&lt;br /&gt;
*{{k|Ctrl}}+{{k|s}} = save&lt;br /&gt;
*{{k|Ctrl}}+{{k|l}} = load&lt;br /&gt;
*{{k|Ctrl}}+{{k|u}}+number = set to repeat [number] of times&lt;br /&gt;
*{{k|Ctrl}}+{{k|p}} = play&lt;br /&gt;
&lt;br /&gt;
To create a macro, press {{k|Ctrl}}+{{k|r}} to begin recording your actions.  When you have recorded all the actions that you want, stop recording by hitting {{k|Ctrl}}+{{k|r}} again and save ({{k|Ctrl}}+{{k|s}}) the macro.  The macro is then added to your macro list.  To load a macro from the list just press {{k|Ctrl}}+{{k|l}}.  You can then play the macro by pressing {{k|Ctrl}}+{{k|p}} whenever you want.  You can also set a macro to repeat by pressing {{k|Ctrl}}+{{k|u}}, typing a two digit number, and then pressing {{k|Ctrl}}+{{k|p}} to begin the playback session.  Moving your mouse from the window{{verify}}, or otherwise losing focus on DwarfFortress, is &amp;lt;s&amp;gt;an annoying way&amp;lt;/s&amp;gt; a good way to interrupt a macro session from continuing (also the only known method{{verify}}).&lt;br /&gt;
&lt;br /&gt;
There is a directory data/init/macros for them. The macros are saved in .mak format. Even a recorded file for a simple macro - for example to create a 3 tiles wide ramp - may already consist of up to 50 commands listed. This is because every possible [[Key_bindings|binding of the key pressed]] is included in the macro and put in a block (and {{k|r}} for ramp has many by default).&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
pressing_enter_recorded&lt;br /&gt;
		SELECT&lt;br /&gt;
		CLOSE_MEGA_ANNOUNCEMENT&lt;br /&gt;
		WORLD_PARAM_ENTER_VALUE&lt;br /&gt;
		SETUPGAME_SAVE_PROFILE_GO&lt;br /&gt;
		D_BURROWS_DEFINE&lt;br /&gt;
		D_MILITARY_ALERTS_SET&lt;br /&gt;
	End of group&lt;br /&gt;
		CUSTOM_CTRL_R&lt;br /&gt;
	End of group&lt;br /&gt;
End of macro&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
For this example the recording was started, enter was pressed and the recording was stopped. When using this macro every underlying command in the file will be called, if possible. If you are in the designation menu, it will react as a select, the other commands will be ignored. If you are in the burrow menu, it will work like pressing enter there. The macro alway ends with a block containing the end of its recording. But executing macros seems to ignore this command. If you have changed your key bindings you'll get another result, because the underlying commands are recorded, not the keys pressed.&amp;lt;br /&amp;gt;&lt;br /&gt;
When creating or editing your own macros it is a good idea to use only those commands you really want.&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
ramping_created&lt;br /&gt;
		DESIGNATE_RAMP&lt;br /&gt;
	End of group&lt;br /&gt;
		CURSOR_DOWN_Z&lt;br /&gt;
	End of group&lt;br /&gt;
		SELECT&lt;br /&gt;
	End of group&lt;br /&gt;
		CURSOR_RIGHT&lt;br /&gt;
	End of group&lt;br /&gt;
		CURSOR_RIGHT&lt;br /&gt;
	End of group&lt;br /&gt;
		SELECT&lt;br /&gt;
	End of group&lt;br /&gt;
		CURSOR_LEFT&lt;br /&gt;
	End of group&lt;br /&gt;
		CURSOR_LEFT&lt;br /&gt;
	End of group&lt;br /&gt;
		CURSOR_UP&lt;br /&gt;
	End of group&lt;br /&gt;
End of macro&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
This selfmade example will designate a 3 tiles wide ramp one z-level below and place the cursor to make the next execution of the macro continue the way down. The first line has to be the name of the file. You can see that there are grouping tags for every single keypress. These are important for a working macro.&amp;lt;br /&amp;gt;&lt;br /&gt;
It is unknown if there is the possibility of creationg loops/iterations, other programming features or comments.&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Changing, removing and adding macros while the game is running uses a counter-intuitive process.  After editing the file, you must delete and reload the macro.  Select Options&amp;gt;KeyBindings&amp;gt;Macros.  Delete the macro and reload it with {{k|Ctrl}}+{{k|l}}.&lt;br /&gt;
&lt;br /&gt;
=== Tuning macros ===&lt;br /&gt;
The fewer commands a macro consists of, the faster it runs. This means you should avoid unnecessary steps by optimizing the &amp;quot;path&amp;quot; of your designations.&lt;br /&gt;
&lt;br /&gt;
The second and most effective way to increase speed is to remove all unnecessary commands DF recorded. These may be found in the init/macros folder and edited with any basic text editing program. The extra commands are ignored by the game but they still take time to be processed. To move a cursor 3 (up/down) or 4 (right/left) commands are recorded, most other keys are bound to more commands. Pressing {{k|d}} for example records more than 30 commands.&lt;br /&gt;
&lt;br /&gt;
For example the code below is a simple macro that selects the digging designation, moves one square to the right, and then designates that tile to be dug.&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
example&lt;br /&gt;
		OPTION4&lt;br /&gt;
		CUSTOM_D&lt;br /&gt;
		WORLD_PARAM_DELETE&lt;br /&gt;
		LEGENDS_EXPORT_DETAILED_MAP&lt;br /&gt;
		A_COMBAT_DODGE&lt;br /&gt;
		A_STATUS_DESC&lt;br /&gt;
		A_SLEEP_DAWN&lt;br /&gt;
		A_INV_DROP&lt;br /&gt;
		SETUP_NOTES_DELETE_NOTE&lt;br /&gt;
		BUILDJOB_TARGET_RIGHT&lt;br /&gt;
		BUILDJOB_BED_DORMITORY&lt;br /&gt;
		BUILDJOB_FARM_WINTER&lt;br /&gt;
		BUILDJOB_RACKSTAND_KILL2&lt;br /&gt;
		HOTKEY_BUILDING_DOOR&lt;br /&gt;
		HOTKEY_BUILDING_CONSTRUCTION_STAIR_DOWN&lt;br /&gt;
		HOTKEY_BUILDING_WORKSHOP_DYER&lt;br /&gt;
		BUILDING_ORIENT_RIGHT&lt;br /&gt;
		BUILDING_ADVANCE_STAGE&lt;br /&gt;
		BUILDING_TRIGGER_MAX_SIZE_DOWN&lt;br /&gt;
		BUILDING_TRACK_STOP_DUMP&lt;br /&gt;
		HOTKEY_GLASS_DOOR&lt;br /&gt;
		HOTKEY_CARPENTER_DOOR&lt;br /&gt;
		HOTKEY_MASON_DOOR&lt;br /&gt;
		HOTKEY_TRAP_DOOR&lt;br /&gt;
		BUILDJOB_STOCKPILE_DELETE_CHILD&lt;br /&gt;
		STOCKPILE_ARMOR&lt;br /&gt;
		STOCKPILE_SETTINGS_DISABLE&lt;br /&gt;
		STORES_DUMP&lt;br /&gt;
		ORDERS_DYED_CLOTH&lt;br /&gt;
		ORDERS_ZONE_DRINKING&lt;br /&gt;
		D_DESIGNATE&lt;br /&gt;
		D_HAULING_STOP_LC_DIR&lt;br /&gt;
		D_BURROWS_DELETE&lt;br /&gt;
		D_NOTE_DELETE&lt;br /&gt;
		D_NOTE_ROUTE_DELETE&lt;br /&gt;
		D_BITEM_DUMP&lt;br /&gt;
		D_LOOK_DUMP&lt;br /&gt;
		ARENA_CREATURE_SIDE_UP&lt;br /&gt;
		ASSIGNTRADE_SORT&lt;br /&gt;
		DESIGNATE_DUMP&lt;br /&gt;
		DESIGNATE_DIG&lt;br /&gt;
		ITEM_DUMP&lt;br /&gt;
		D_MILITARY_DISBAND_SQUAD&lt;br /&gt;
		D_MILITARY_ALERTS_DELETE&lt;br /&gt;
		D_MILITARY_AMMUNITION_REMOVE_ITEM&lt;br /&gt;
		D_MILITARY_DELETE_UNIFORM&lt;br /&gt;
		STRING_A100&lt;br /&gt;
	End of group&lt;br /&gt;
		STANDARDSCROLL_RIGHT&lt;br /&gt;
		CURSOR_RIGHT&lt;br /&gt;
		WORLD_PARAM_INCREASE&lt;br /&gt;
		A_MOVE_E&lt;br /&gt;
	End of group&lt;br /&gt;
		SELECT&lt;br /&gt;
		CLOSE_MEGA_ANNOUNCEMENT&lt;br /&gt;
		WORLD_PARAM_ENTER_VALUE&lt;br /&gt;
		SETUPGAME_SAVE_PROFILE_GO&lt;br /&gt;
		D_BURROWS_DEFINE&lt;br /&gt;
		D_MILITARY_ALERTS_SET&lt;br /&gt;
	End of group&lt;br /&gt;
		SELECT&lt;br /&gt;
		CLOSE_MEGA_ANNOUNCEMENT&lt;br /&gt;
		WORLD_PARAM_ENTER_VALUE&lt;br /&gt;
		SETUPGAME_SAVE_PROFILE_GO&lt;br /&gt;
		D_BURROWS_DEFINE&lt;br /&gt;
		D_MILITARY_ALERTS_SET&lt;br /&gt;
	End of group&lt;br /&gt;
		CUSTOM_CTRL_R&lt;br /&gt;
	End of group&lt;br /&gt;
End of macro&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
Here is the same code but optimized through removal of all the excess commands. Each macro also contains an addition CUSTOM_CTRL_R command at the end that may be removed as well.&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
example&lt;br /&gt;
		DESIGNATE_DIG&lt;br /&gt;
	End of group&lt;br /&gt;
		CURSOR_RIGHT&lt;br /&gt;
	End of group&lt;br /&gt;
		SELECT&lt;br /&gt;
	End of group&lt;br /&gt;
		SELECT&lt;br /&gt;
	End of group&lt;br /&gt;
End of macro&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The third way is to change settings in the init-files. In the base init file (data/init/init.txt) you will find the follow lines: &lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
If you set KEY_REPEAT_ACCEL_LIMIT above one, then after KEY_REPEAT_ACCEL_START repetitions &lt;br /&gt;
the repetition delay will smoothly decrease until repetition is this number of times faster &lt;br /&gt;
than at the start.&lt;br /&gt;
&lt;br /&gt;
[KEY_REPEAT_ACCEL_LIMIT:8]&lt;br /&gt;
[KEY_REPEAT_ACCEL_START:10]&lt;br /&gt;
&lt;br /&gt;
This controls the number of milliseconds between macro instructions.&lt;br /&gt;
&lt;br /&gt;
[MACRO_MS:15]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
This means that the speed between macro commands will gradually increase until it hits the limit. The secondary command is when the gradual increase in speed increases.&lt;br /&gt;
&lt;br /&gt;
== External utilities ==&lt;br /&gt;
&lt;br /&gt;
=== [http://joelpt.net/quickfort/ QuickFort] ===&lt;br /&gt;
A spreadsheet-driven construction tool for Dwarf Fortress. Converts CSV files containing a &amp;quot;graphical&amp;quot; (or at least two-dimensional) representation of what you want to build into efficient DF macros. Comes with a number of scripts to get you started, some of them quite complex.&lt;br /&gt;
&lt;br /&gt;
=== AutoHotKey ===&lt;br /&gt;
#  Go to [[Utilities#AutoHotKey]] and download AutoHotKey.  Installation is simple and the program uses few system resources.&lt;br /&gt;
#  Write macro scripts (file type .ahk), which may contain any number of commands.  You activate scripts by double-clicking .ahk files and deactivate them by right-clicking the AutoHotKey icon on the task bar.  Both of these can be done at any time - even right in the middle of a game.  AutoHotKey also allows for automated activation of scripts.&lt;br /&gt;
&lt;br /&gt;
=== Fluxbox + xvkbd ===&lt;br /&gt;
For linux, it's a quite cool solution. It's possible to create macros with outside tools, like fluxbox (linux window manager) + xvkbd (linux virtual keyboard for kiosks, with some macro capabilities). See the documentation [[Fluxbox_macros|here]]. &lt;br /&gt;
&lt;br /&gt;
*Pros&lt;br /&gt;
 **Faster executations&lt;br /&gt;
 **Easier script writing&lt;br /&gt;
 **Portable code&lt;br /&gt;
*Cons&lt;br /&gt;
 **Sometime needs timing&lt;br /&gt;
 **Need xvkbd (Linux at least)&lt;br /&gt;
 **Need some special key reservation&lt;br /&gt;
&lt;br /&gt;
:'''Please see also the [[40d:Macros and Keymaps|40d macros page]], as much of what is there works perfectly fine. If you can verify it works, please move it to this page.'''&lt;br /&gt;
&lt;br /&gt;
== Useful Macro Ideas ==&lt;br /&gt;
&lt;br /&gt;
The following are macro ideas that other players have found useful, and may make management of your fort easier. For most macros it's highly recommended to '''pause the game''' before hitting the play button to avoid your dwarves causing unexpected behavior, i.e. a dwarf giving birth or anything else that auto-zooms to a different location.&lt;br /&gt;
&lt;br /&gt;
=== Large Bedrooms ===&lt;br /&gt;
&lt;br /&gt;
Bedrooms, especially larger ones or large blocks of identical ones, involve a lot of designations and build orders. These macros are designed to streamline the process. For all of these mass-building macros you may wish to temporarily forbid any of your artifact or masterwork furniture, to avoid giving overly-valuable items to your dwarf peasantry.&lt;br /&gt;
&lt;br /&gt;
==== Placing Beds ====&lt;br /&gt;
&lt;br /&gt;
So you've recorded a macro to dig out a series of bedrooms, and now you have to fill them. Bring up the {{k|b}}uild menu, select {{k|b}}ed, and go the first position you want to place a bed in.&lt;br /&gt;
&lt;br /&gt;
Start a new macro ({{k|Ctrl}}+{{k|r}}) and place the bed (selecting the first bed from the list), then move to the next bedroom in sequence. Repeat this until you reach the end of the row. If you are placing beds into multiple long rows of bedrooms, move the cursor to the first bed in the next row to make things faster. Turn off macro recording ({{k|Ctrl}}+{{k|r}}), but don't exit the build menu. You can then save your macro if you wish, though it's not necessary. Play the macro ({{k|Ctrl}}+{{k|p}}), and you have just laid out another row. Repeat until you have enough bedrooms or you run out of beds.&lt;br /&gt;
&lt;br /&gt;
==== Placing Other Furniture ====&lt;br /&gt;
&lt;br /&gt;
You can make another macro similar to the above for placing cabinets / tables / chairs / doors. Select the proper item from build menu, go to the first bedroom position wherever you want it, and repeat the record/play process above.&lt;br /&gt;
&lt;br /&gt;
==== Placing Coffers ====&lt;br /&gt;
&lt;br /&gt;
Placing coffers (but ''not'' bags) requires an extra step. Pause the game (you ''did'' remember to pause before playing macros, didn't you?) and go to the Stocks menu. Forbid all bags, regardless of what's inside them or what they're being used for (this is temporary). Exit to main screen and repeat the steps above, this time placing containers in your rooms. You will end up placing only chests / coffers / boxes, ignoring any bags. Repeat and play back for the rest of your bedrooms, then un-forbid your bags before un-pausing the game.&lt;br /&gt;
&lt;br /&gt;
==== Resizing Rooms ====&lt;br /&gt;
&lt;br /&gt;
If the bedroom is finished (at least all the beds are hauled to place), you may want to create a new macro to designate each room as a bedroom. {{k|q}}uery the building and select the first bed. Start a new macro and press {{k|r}} to designate it as a bedroom, then press + a few times to fill the available space. If you are fine with the size of the bedroom you can press enter, move on to the next bed, and repeat this for the whole row. If you want bedrooms that fill all the room and not all your bedrooms are the same size, you may have to press + a bit more or less for the larger cases. Repeat this for the rest of the rows as above.&lt;br /&gt;
&lt;br /&gt;
=== Mass Selector ===&lt;br /&gt;
&lt;br /&gt;
With this macro you can select a lot of things at once. Extremely helpful if you want to sell a lot of junk to the caravans. Record {{k|enter}}, then {{k|down}} about 10-25 times in a row. (For some menus you may wish to use {{k|enter}}, then {{k|+}}) When the caravan arrives, your dwarves haul all the bins to your Trade Depot for sale as normal. At the trade menu, load the macro and play it as many times as you like. The macro will select all the items in your &amp;quot;for sale&amp;quot; list, saving the bins you carried them in for later use. Be sure to at least browse through the final list once you're done to avoid selling items you didn't wish to sell, i.e. items that were in the same bin as your trade goods that you wish to keep, or wood items if you're trading with the Elves.&lt;br /&gt;
&lt;br /&gt;
=== Mass Trap Builder ===&lt;br /&gt;
&lt;br /&gt;
It's basically just the same as building items in bedrooms, but for traps. Useful for populating entire hallways with weapon or stone-fall traps.&lt;br /&gt;
&lt;br /&gt;
=== Custom Uniforms ===&lt;br /&gt;
&lt;br /&gt;
Since custom uniforms are not saved from one fortress to another, it can be tedious to remake them after each new embark. Instead, you can record a few macros to create each of your custom uniforms (Axedwarves with full armor, Wrestlers with light armor, Archers, Civilians, etc.) It is recommended to start recording each macro from the main window, before entering the (m)ilitary screen, and to avoid naming the uniform as part of the macro.  Because of the way the uniform menu is set up, you should also be careful not to move the cursor back into the uniform list during the recording of your macro, or problems may arise. As always, pause the game before you start recording or playback.&lt;br /&gt;
&lt;br /&gt;
=== Digging in Odd Directions/Shapes ===&lt;br /&gt;
&lt;br /&gt;
While it is very simple and fast to designate mining in any of the 6 possible linear directions (North, East, South, West, Up, and Down) in very long sections, specialized mining, such as diagonal hallways, circular rooms, etc., are more difficult.  It may be worth, for example, recording 4 macros that dig a short section of 3-tile wide hallway in non-standard directions (NE, NW, SW, and SE).  This way, when you want a hallway dug at a 45 degree angle you just load the appropriate macro and keep playing it until the hallway is the desired length.&lt;br /&gt;
&lt;br /&gt;
=== Downshafts ===&lt;br /&gt;
&lt;br /&gt;
Simple up/down stairs are easy to do, but if your standard fort layout includes stairs with empty spaces around them, like so...&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
       (rooms)&lt;br /&gt;
&lt;br /&gt;
        %%..%%&lt;br /&gt;
        %....%&lt;br /&gt;
(more   ..XX.. (still&lt;br /&gt;
 rooms) ..XX..  more&lt;br /&gt;
        %....%  rooms)&lt;br /&gt;
        %%..%%&lt;br /&gt;
&lt;br /&gt;
       (etc...)&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
...it can be cumbersome to designate all of that for multiple Z-levels at once. Instead, create a macro from one reference point (say, the top-left staircase of the 2x2 shaft or some such) and hit record, then designate the staircase area as you see fit. Move the cursor back to your reference point and move down one Z-level, then stop recording. You can now load it up and play it wherever you need it.&lt;br /&gt;
&lt;br /&gt;
For added awesomeness, trim out the extra commands in a text editor as described above. Then highlight the whole macro and copy/paste it into a new file, copying the commands 5 times or as many as you want. Then save the new macro as a separate file (be sure to rename it at the top of the macro text as well). In this way you can have easy-to-use macros for digging your own standard stairwell. Separate macros for 1 level, 5 levels, and 20 levels seem to work well.&lt;br /&gt;
&lt;br /&gt;
== Troubleshooting Scripts ==&lt;br /&gt;
Users may experience some issues in getting external scripts to work, particularly when using looping scripts when experiencing low frame-rates.&lt;br /&gt;
* If experiencing low frame-rates, try adding delays (&amp;quot;Sleep 100&amp;quot; to pause for 100 milliseconds for example) within macros to allow the interface to keep up. If there are nested loops, sometimes adding a pause at the end of an inner loop is all that is needed to flush the keyboard buffer.&lt;br /&gt;
* Another way to add delay during and after each simulated key press is to put &amp;lt;B&amp;gt;SetKeyDelay, 40, 40&amp;lt;/B&amp;gt; at the start of the macro.&lt;br /&gt;
* Make sure that Dwarf Fortress maintains focus. IM windows are the enemy! Who needs friends anyhow? You've got Dwarf Fortress.&lt;br /&gt;
* This may go without saying, but most macros assume standard key-mappings. If you're using non-standard ones, you may have to edit the macro to get it to work.&lt;br /&gt;
* Visiting liaisons can bring up screens that eat keystrokes, throwing a long-looping script out-of-phase with where it expects the game to be.  Wait for the farewell screen before running a long script, or just pause the game beforehand.&lt;br /&gt;
* The &amp;lt;B&amp;gt;SendPlay&amp;lt;/B&amp;gt; function supports keys that the &amp;lt;B&amp;gt;Send&amp;lt;/B&amp;gt; function does not, for example {{key|Shift-Enter}}.  According to the AutoHotKey documentation, &amp;lt;B&amp;gt;SendPlay&amp;lt;/B&amp;gt; may also be better at preventing dropped keystrokes.&lt;br /&gt;
&lt;br /&gt;
=== General Fortress Mode Hotkeys Script ===&lt;br /&gt;
An attempt at speeding up various designations. Includes an up/down stair builder, a fast move up/down, and some select-and-advance keys. Please see [[user:DDR#Dwarf_Fortress_General_AHK_Script]].&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{{av}}&lt;/div&gt;</summary>
		<author><name>I2amroy</name></author>
	</entry>
	<entry>
		<id>https://dwarffortresswiki.org/index.php?title=v0.34:Military_design&amp;diff=180431</id>
		<title>v0.34:Military design</title>
		<link rel="alternate" type="text/html" href="https://dwarffortresswiki.org/index.php?title=v0.34:Military_design&amp;diff=180431"/>
		<updated>2013-01-16T21:33:51Z</updated>

		<summary type="html">&lt;p&gt;I2amroy: /* Training */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{av}}&lt;br /&gt;
{{Quality|Fine}}&lt;br /&gt;
{{Timelessness Notice}}&lt;br /&gt;
&amp;lt;!-- Editors &amp;amp; Contributors''': Please see the discussion page before posting. --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
:''This page is one of several inter-related articles on the broader topic of defending your fortress and your dwarves. '''Military design''' focuses on the training, organization and deployment of your military and how to prepare them for any situation. For a general overview of the threats that will challenge your fortress and things to consider when preparing a standard defence, see the '''[[defense guide]]'''. For tips on laying out your architecture to protect your military, see '''[[security design]]'''. For complex traps that are not a minor/optional part of a larger defensive plan (but might be adapted or plugged into one), see '''[[trap design]]'''.&lt;br /&gt;
&lt;br /&gt;
The role of a military force in fortress defense can be extremely varied depending on the player's overall approach and strategy; it can be central, non-existent, or anywhere in between. One of their advantages is their mobility &amp;amp;mdash; they can go where no static defenses exist, to rescue or support other dwarves, or escort a caravan through unknown or deadly threats. Only military can take the fight to the enemy (doomsday devices excepted).&lt;br /&gt;
&lt;br /&gt;
Unfortunately, they are also expensive to maintain compared to static traps, and can cost a lot of resources for the [[metal]], labor, as well as food, drink and accommodation for the military. Additionally, soldiers are almost constantly under high risk in their job defending the fortress, possibly draining the fortress of some otherwise useful dwarves. Finally, the military system can take a lot of time on the player's part to set up and get working. An efficient military design can offset some of these major issues. &lt;br /&gt;
&lt;br /&gt;
==Training==&lt;br /&gt;
One of the important parts of a military is to have dwarves with high physical [[attribute]]s and decent [[experience]] in [[combat skill]]s, and that requires training them up. See [[cross-training]] for suggestions on various attribute training plans.&lt;br /&gt;
&lt;br /&gt;
The [[danger room]] method is a quick and effective way of training [[shield user]], [[dodger]], and any [[weapon]] [[skill]]s. Another very effective way of training is sending the military to actively fight captured invaders or wildlife, especially with training weapons equipped so that the combat takes longer. Certain creatures, such as [[flesh ball]]s are more suitable for combat training than others. See [[mass pitting]].&lt;br /&gt;
&lt;br /&gt;
For further information on how to better improve your dwarves training, see [[training]].&lt;br /&gt;
&lt;br /&gt;
===Daylight training room===&lt;br /&gt;
Put a [[weapon rack]], [[armor stand]] or [[archery target]] on the surface near your entrance and make it a training room by designating it as a barracks. Training dwarves will be in position if there's trouble. A major reason for training in daylight is that it also helps prevent [[cave adaptation]] in your military.&lt;br /&gt;
&lt;br /&gt;
==Archery==&lt;br /&gt;
Archers are deadly, but vulnerable to melee &amp;amp;mdash; crossbows as clubs just aren't the best. Additionally, it is impractical to have archer towers every 15 tiles across the map (it is possible, but that sometimes would be tedious). Sometimes, the only option is to take it directly to the enemy. Beyond that, mixing or matching is largely up to you.&lt;br /&gt;
&lt;br /&gt;
[[Fortification]]s are crucial to any archery platform, even the tallest towers. If these are built improperly or do not exist, enemy archers will return fire, causing mammoth losses to any archery squads.&lt;br /&gt;
&lt;br /&gt;
===Marksdwarf training===&lt;br /&gt;
A couple tips/troubleshooting for training your ranged military:&lt;br /&gt;
* If you use archery targets, make sure you have one for each dwarf in the squad and assign each target to the squad.&lt;br /&gt;
* If you use live captured targets, you dwarves are most likely to shoot if they have no path to the target.&lt;br /&gt;
* Force your dwarves to stand next to fortifications (touching them). You can use burrows or walls for this.&lt;br /&gt;
* Every marksdwarf needs a quiver.&lt;br /&gt;
* Make plenty of ammunition and assign 100-200 bolts per dwarf to each squad, instead of the default 200 or so per squad.&lt;br /&gt;
&lt;br /&gt;
==== Live targets ====&lt;br /&gt;
Building a [[goblin]] shooting range where live goblins are shot at can increase the speed of ranged training. The caged prisoners, obtained from [[cage trap]]s, are dropped down a shaft 4-5 z-levels down, enough to break their legs but hopefully no more. Then have your marksdwarves shoot the stunned and immobile goblins from 14-18 steps away. The further away you place your marksdwarves, the higher probability that they might miss, thereby prolonging their target practice. Remember to add a lever and a bridge to enable retrieving the goblin corpses and items, and cleaning up the mess you just made. Sometimes, it might be necessary to send in meleedwarves to finish off a goblin. Therefore, place the lever to the bridge '''outside''' the shooting range as civilian dwarves will see the goblins and run away.  &lt;br /&gt;
  &lt;br /&gt;
 ╔═══════════╗    four z-levels up:&lt;br /&gt;
 ║···········║    ╔═╦═╦═╦═╦═╗&lt;br /&gt;
 ║·+·+·g·+·+·║    ║·║·║·║·║·║&lt;br /&gt;
 ║···········║    ║+║+║+║+║+║&lt;br /&gt;
 ║▼·········▼║    ║+++++++++║&lt;br /&gt;
 ║+++++++++++║    ║+++++++++║   &lt;br /&gt;
 ║+++++++++++║      &lt;br /&gt;
 ║+++++++++++║       ║D║&lt;br /&gt;
 ║+++++++++++║       ║+║&lt;br /&gt;
 ║+++++++++++║    Locked tunnel&lt;br /&gt;
 ║+++++++++++║     one z-level down&lt;br /&gt;
 ║+++++++++++║       ║+║&lt;br /&gt;
 ║+++++++++++║       ║+║&lt;br /&gt;
 ║+++++++++++║       ║+║&lt;br /&gt;
 ║+++++++++++║  ╔════╝D╚════╗&lt;br /&gt;
 ║···········║  ║+++++++++++║&lt;br /&gt;
 ║▼▼▼▼▼▼▼▼▼▼▼║  ║▲▲▲▲▲▲▲▲▲▲▲║&lt;br /&gt;
 ║++☺+++☺++☺+║  ╚═══════════╝&lt;br /&gt;
 ║+☺++☺++☺+++║   &lt;br /&gt;
 ║+++++++++++║   &lt;br /&gt;
 ╚════++═════╝&lt;br /&gt;
          ò   Lever to bridge&lt;br /&gt;
&lt;br /&gt;
==Squad management==&lt;br /&gt;
Ordering multiple [[squads]] around can become cumbersome after a while. It's best to set most of your dwarves to follow a good regimen of training, guarding important [[burrow]]s, and patrolling routes along the fort by programming their [[scheduling|schedules]]. By preparing a number of different alerts with different schedules, you can largely manage your military by swapping a few squads to different alerts. With the majority of your squads patrolling the fort, you're free to take one or two squads of your highest-trained soldiers out to [[thief|take]] [[snatcher|care]] [[ambush|of]] [[siege|some]] [[megabeast|business]].&lt;br /&gt;
&lt;br /&gt;
Keep in mind that dwarves are bloodthirsty fiends. If a [[creature]] crosses their path, no matter the odds or whether they've been ordered to stand down, your dwarves will open pursuit and attack until either it or they are dead. Keep an eye on your dwarves, and if they're going to be in combat it's a good idea to make sure there's a few highly-trained melee dwarves in the squad with them.&lt;br /&gt;
&lt;br /&gt;
If trained to (near-)legendary in [[dodger|dodging]], [[fighter|fighting]] and a weapon of choice, and armored up with [[steel]] or [[adamantine|better]], one lone hero can take out several squads of goblins without a scratch. But combat always has a random element &amp;amp;mdash; [[losing|Fun happens]].&lt;br /&gt;
&lt;br /&gt;
=== Uniforms ===&lt;br /&gt;
&lt;br /&gt;
:''Note that these uniforms are designed to simply &amp;quot;work&amp;quot;, but they are not the best option. See the [[armor]] article for more about this.''&lt;br /&gt;
&lt;br /&gt;
Use the starter outfits in the armor article. They are maxed out protection for their material. If you ''know'' you have full suits of armor for the recruits, use replace clothes and exact matches. This lets you wear the full set without a XXCave Spider Silk RobeXX leaving your military less protected.&lt;br /&gt;
&lt;br /&gt;
==== Starter Uniform ====&lt;br /&gt;
&lt;br /&gt;
# Leather shirts&lt;br /&gt;
# Leather trousers&lt;br /&gt;
# Leather gloves&lt;br /&gt;
# Leather caps&lt;br /&gt;
# Leather armor&lt;br /&gt;
# Leather low/high boots&lt;br /&gt;
# Bone gauntlets&lt;br /&gt;
# Bone helms&lt;br /&gt;
# Bone greaves&lt;br /&gt;
# Wooden shields&lt;br /&gt;
# Melee weapons (non-training) or Crossbows&lt;br /&gt;
&lt;br /&gt;
==== Basic Uniform ====&lt;br /&gt;
# Leather shirt&lt;br /&gt;
# Leather trousers&lt;br /&gt;
# Leather caps&lt;br /&gt;
# Leather hoods&lt;br /&gt;
# Leather gloves&lt;br /&gt;
# Leather mittens&lt;br /&gt;
# Leather shoes&lt;br /&gt;
# Cloaks (6)&lt;br /&gt;
# Socks&lt;br /&gt;
# Metal helm&lt;br /&gt;
# Metal mail armor&lt;br /&gt;
# Metal gauntlets&lt;br /&gt;
# Metal greaves&lt;br /&gt;
# Metal shield&lt;br /&gt;
# Metal melee weapon (non-training)&lt;br /&gt;
&lt;br /&gt;
You can order your dwarves to wear more than one piece of same type, typically you would want three suits of mail armor and six cloaks. The [[Armor]] article explains these possibilities in detail.&lt;br /&gt;
&lt;br /&gt;
==Strategy &amp;amp; Tactics==&lt;br /&gt;
===Roughing it===&lt;br /&gt;
Always have your soldiers carry food. They will each need a [[backpack]] to carry it. This keeps your soldiers from wandering off to eat. You can also have them carry [[alcohol]] or [[water]] in [[waterskin]]s or [[flask]]s, though water isn't recommended for the long term, as it makes your soldiers sluggish - always remember to keep the booze stockpiles full. For an around the clock guard, have them sleep on the ground while on duty. Hopefully the sounds of combat will wake them up before they get killed. Note that sleeping on the floor also causes unhappy [[thought]]s; if floor sleeping is included in a military design, be sure to add counteracting thoughts.&lt;br /&gt;
&lt;br /&gt;
===Wait for my signal...===&lt;br /&gt;
When ganging up on dangerous [[creature]]s (such as [[megabeast]]s), keep them far, far away until all your units are in position, and try to ambush the target in an area with no other creatures. If your dwarves get too close, they'll smell blood and charge in, regardless of what you do to try and stop them. Getting all your units into position, pausing the game, and then turning them loose at once, can achieve the desired advantage of numbers against formidable opponents.&lt;br /&gt;
&lt;br /&gt;
When under [[siege]] or other attack, keep the entire squad far back from the exit until they are all armed and armored, and ready to roll as a unit. Having a good lockable front gate will also avoid this.&lt;br /&gt;
&lt;br /&gt;
==Animals==&lt;br /&gt;
&lt;br /&gt;
[[Animal training|War animals]] can also be assigned to dwarves who go outside frequently, whether military or civilian.  Then, when the dwarf encounters danger, the war animal runs at the danger while the dwarf runs away from it.  Unfortunately, war animals are slower than dwarves with high [[attribute|agility]], and do not shadow the dwarf perfectly. Try to not assign more than one or two war animals to a dwarf; the loss of happiness from an assigned animal dying (assigned War/Hunting animals are pets) can lead to a [[tantrum|tantrum spiral]]. Also, war animals cannot be reassigned once they are assigned; to get around this, have the dwarf you want to be guarded train the animal themself.&lt;br /&gt;
 &lt;br /&gt;
{{Military}}&lt;br /&gt;
&lt;br /&gt;
{{Category|Guides}}&lt;br /&gt;
{{Category|Fortress defense}}&lt;br /&gt;
{{Category|Design}}&lt;/div&gt;</summary>
		<author><name>I2amroy</name></author>
	</entry>
	<entry>
		<id>https://dwarffortresswiki.org/index.php?title=v0.34:Candy&amp;diff=178693</id>
		<title>v0.34:Candy</title>
		<link rel="alternate" type="text/html" href="https://dwarffortresswiki.org/index.php?title=v0.34:Candy&amp;diff=178693"/>
		<updated>2012-11-14T05:46:23Z</updated>

		<summary type="html">&lt;p&gt;I2amroy: Redirected page to Adamantine&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;#REDIRECT [[Adamantine]]&lt;/div&gt;</summary>
		<author><name>I2amroy</name></author>
	</entry>
	<entry>
		<id>https://dwarffortresswiki.org/index.php?title=v0.34:Item_token&amp;diff=178608</id>
		<title>v0.34:Item token</title>
		<link rel="alternate" type="text/html" href="https://dwarffortresswiki.org/index.php?title=v0.34:Item_token&amp;diff=178608"/>
		<updated>2012-11-09T16:20:30Z</updated>

		<summary type="html">&lt;p&gt;I2amroy: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{av}}{{Quality|Fine}}&lt;br /&gt;
&lt;br /&gt;
Item tokens are the first part in defining the target item in reactions, containing the item type and subtype. They determine the most basic form of item, and made more specific by [[material token]]s.  Most item tokens use NO_SUBTYPE or NONE for subtype.&lt;br /&gt;
&lt;br /&gt;
Nearly all items are made of a [[Material token|material]], though several types expect a creature ID and caste ID (e.g. [[Ant|ANT:SOLDIER]]) instead. This currently does not work correctly{{bug|4973}}.&lt;br /&gt;
&lt;br /&gt;
Actually defining an item in item raws is done with [[item definition token]]s.&lt;br /&gt;
&lt;br /&gt;
Note: If the subtype is NONE then the correct format is ''item token:NONE:material tokens'', not ''item token:material tokens''.&lt;br /&gt;
&lt;br /&gt;
==Standard Item Tokens==&lt;br /&gt;
&lt;br /&gt;
{| {{prettytable}} class=&amp;quot;sortable&amp;quot;&lt;br /&gt;
|- bgcolor=&amp;quot;#ddd&amp;quot;&lt;br /&gt;
! # !! Token !! Subtype !! Description&lt;br /&gt;
|-&lt;br /&gt;
| 0 || BAR || NONE || [[Bar]]s, such as [[metal]], [[fuel]], or [[soap]].&lt;br /&gt;
|-&lt;br /&gt;
| 1 || SMALLGEM || NONE || Cut [[gem]]stones usable in [[jeweler's workshop]]&lt;br /&gt;
|-&lt;br /&gt;
| 2 || BLOCKS || NONE || [[Block]]s of any kind.&lt;br /&gt;
|-&lt;br /&gt;
| 3 || ROUGH || NONE || Rough [[gem]]stones or raw [[glass]].&lt;br /&gt;
|-&lt;br /&gt;
| 4 || BOULDER / STONE || NONE || Raw mined [[stone]].&lt;br /&gt;
|-&lt;br /&gt;
| 5 || WOOD || NONE || Wooden [[log]]s.&lt;br /&gt;
|-&lt;br /&gt;
| 6 || DOOR || NONE || [[Door]]s.&lt;br /&gt;
|-&lt;br /&gt;
| 7 || FLOODGATE || NONE || [[Floodgate]]s.&lt;br /&gt;
|-&lt;br /&gt;
| 8 || BED || NONE || [[Bed]]s.&lt;br /&gt;
|-&lt;br /&gt;
| 9 || CHAIR || NONE || [[Chair]]s and thrones.&lt;br /&gt;
|-&lt;br /&gt;
| 10 || CHAIN || NONE || [[Chain]]s and [[rope]]s.&lt;br /&gt;
|-&lt;br /&gt;
| 11 || FLASK || NONE || [[Flask]]s.&lt;br /&gt;
|-&lt;br /&gt;
| 12 || GOBLET || NONE || [[Goblet]]s.&lt;br /&gt;
|-&lt;br /&gt;
| 13 || INSTRUMENT || item_instrument.txt || Musical [[instrument]]s.&lt;br /&gt;
|-&lt;br /&gt;
| 14 || TOY || item_toy.txt || [[Toy]]s.&lt;br /&gt;
|-&lt;br /&gt;
| 15 || WINDOW || NONE || Glass [[window]]s.&lt;br /&gt;
|-&lt;br /&gt;
| 16 || CAGE || NONE || [[Cage]]s.&lt;br /&gt;
|-&lt;br /&gt;
| 17 || BARREL || NONE || [[Barrel]]s.&lt;br /&gt;
|-&lt;br /&gt;
| 18 || BUCKET || NONE || [[Bucket]]s.&lt;br /&gt;
|-&lt;br /&gt;
| 19 || ANIMALTRAP || NONE || [[Animal trap]]s.&lt;br /&gt;
|-&lt;br /&gt;
| 20 || TABLE || NONE || [[Table]]s.&lt;br /&gt;
|-&lt;br /&gt;
| 21 || COFFIN || NONE || [[Coffin]]s.&lt;br /&gt;
|-&lt;br /&gt;
| 22 || STATUE || NONE || [[Statue]]s.&lt;br /&gt;
|-&lt;br /&gt;
| 23 || CORPSE || NONE || [[Corpse]]s. Does not have a material that can be specified for reactions, but GET_MATERIAL_FROM_REAGENT will return the &amp;quot;dominant&amp;quot; material.&lt;br /&gt;
|-&lt;br /&gt;
| 24 || WEAPON || item_weapon.txt || [[Weapon]]s.&lt;br /&gt;
|-&lt;br /&gt;
| 25 || ARMOR || item_armor.txt || [[Armor]] and clothing worn on the upper body.&lt;br /&gt;
|-&lt;br /&gt;
| 26 || SHOES || item_shoes.txt || Armor and clothing worn on the feet.&lt;br /&gt;
|-&lt;br /&gt;
| 27 || SHIELD || item_shield.txt || [[Shield]]s and bucklers.&lt;br /&gt;
|-&lt;br /&gt;
| 28 || HELM || item_helm.txt || Armor and clothing worn on the head.&lt;br /&gt;
|-&lt;br /&gt;
| 29 || GLOVES || item_gloves.txt || Armor and clothing worn on the hands.&lt;br /&gt;
|-&lt;br /&gt;
| 30 || BOX || NONE || [[Container|Chest]]s (wood), coffers (stone), boxes (glass, default), and bags (cloth or leather).&lt;br /&gt;
|-&lt;br /&gt;
| 31 || BIN || NONE || [[Bin]]s.&lt;br /&gt;
|-&lt;br /&gt;
| 32 || ARMORSTAND || NONE || [[Armor stand]]s.&lt;br /&gt;
|-&lt;br /&gt;
| 33 || WEAPONRACK || NONE || [[Weapon rack]]s.&lt;br /&gt;
|-&lt;br /&gt;
| 34 || CABINET || NONE || [[Cabinet]]s.&lt;br /&gt;
|-&lt;br /&gt;
| 35 || FIGURINE || NONE || [[Figurine]]s.&lt;br /&gt;
|-&lt;br /&gt;
| 36 || AMULET || NONE || [[Jewelry|Amulet]]s.&lt;br /&gt;
|-&lt;br /&gt;
| 37 || SCEPTER || NONE || [[Finished_goods#Crafts|Scepter]]s.&lt;br /&gt;
|-&lt;br /&gt;
| 38 || AMMO || item_ammo.txt || [[Ammunition]] for hand-held weapons.&lt;br /&gt;
|-&lt;br /&gt;
| 39 || CROWN || NONE || [[Jewelry|Crown]]s.&lt;br /&gt;
|-&lt;br /&gt;
| 40 || RING || NONE || [[Jewelry|Ring]]s.&lt;br /&gt;
|-&lt;br /&gt;
| 41 || EARRING || NONE || [[Jewelry|Earring]]s.&lt;br /&gt;
|-&lt;br /&gt;
| 42 || BRACELET || NONE || [[Jewelry|Bracelet]]s.&lt;br /&gt;
|-&lt;br /&gt;
| 43 || GEM || NONE || Large [[gem]]s.&lt;br /&gt;
|-&lt;br /&gt;
| 44 || ANVIL || NONE || [[Anvil]]s.&lt;br /&gt;
|-&lt;br /&gt;
| 45 || CORPSEPIECE || NONE || [[Body part]]s. Does not have a material that can be specified for reactions, but GET_MATERIAL_FROM_REAGENT will return the &amp;quot;dominant&amp;quot; material.&lt;br /&gt;
|-&lt;br /&gt;
| 46 || REMAINS || NONE || Dead [[vermin]] bodies. Material is CREATURE_ID:CASTE.&lt;br /&gt;
|-&lt;br /&gt;
| 47 || MEAT || NONE || Butchered [[meat]].&lt;br /&gt;
|-&lt;br /&gt;
| 48 || FISH || NONE || Prepared [[fish]]. Material is CREATURE_ID:CASTE.&lt;br /&gt;
|-&lt;br /&gt;
| 49 || FISH_RAW || NONE || Unprepared [[fish]]. Material is CREATURE_ID:CASTE.&lt;br /&gt;
|-&lt;br /&gt;
| 50 || VERMIN || NONE || Live [[vermin]]. Material is CREATURE_ID:CASTE.&lt;br /&gt;
|-&lt;br /&gt;
| 51 || PET || NONE || Tame [[vermin]]. Material is CREATURE_ID:CASTE.&lt;br /&gt;
|-&lt;br /&gt;
| 52 || SEEDS || NONE || [[Seed]]s from plants.&lt;br /&gt;
|-&lt;br /&gt;
| 53 || PLANT || NONE || [[Plant]]s.&lt;br /&gt;
|-&lt;br /&gt;
| 54 || SKIN_TANNED || NONE || [[Leather]].&lt;br /&gt;
|-&lt;br /&gt;
| 55 || LEAVES || NONE || Leaves, usually from [[quarry bush]]es.&lt;br /&gt;
|-&lt;br /&gt;
| 56 || THREAD || NONE || [[Thread]] gathered from webs or made at the [[farmer's workshop]].&lt;br /&gt;
|-&lt;br /&gt;
| 57 || CLOTH || NONE || [[Cloth]] made at the [[loom]].&lt;br /&gt;
|-&lt;br /&gt;
| 58 || TOTEM || NONE || Skull [[totem]]s.&lt;br /&gt;
|-&lt;br /&gt;
| 59 || PANTS || item_pants.txt || Armor and clothing worn on the legs.&lt;br /&gt;
|-&lt;br /&gt;
| 60 || BACKPACK || NONE || [[Backpack]]s.&lt;br /&gt;
|-&lt;br /&gt;
| 61 || QUIVER || NONE || [[Quiver]]s.&lt;br /&gt;
|-&lt;br /&gt;
| 62 || CATAPULTPARTS || NONE || [[Catapult]] parts.&lt;br /&gt;
|-&lt;br /&gt;
| 63 || BALLISTAPARTS || NONE || [[Ballista]] parts.&lt;br /&gt;
|-&lt;br /&gt;
| 64 || SIEGEAMMO || item_siegeammo.txt || Siege engine ammunition.&lt;br /&gt;
|-&lt;br /&gt;
| 65 || BALLISTAARROWHEAD || NONE || Ballista arrow heads.&lt;br /&gt;
|-&lt;br /&gt;
| 66 || TRAPPARTS || NONE || [[Mechanism]]s.&lt;br /&gt;
|-&lt;br /&gt;
| 67 || TRAPCOMP || item_trapcomp.txt || [[Trap component]]s.&lt;br /&gt;
|-&lt;br /&gt;
| 68 || DRINK || NONE || [[Alcohol]]ic drinks.&lt;br /&gt;
|-&lt;br /&gt;
| 69 || POWDER_MISC || NONE || Powders such as [[flour]], [[gypsum plaster]], [[dye]], or [[sand]].&lt;br /&gt;
|-&lt;br /&gt;
| 70 || CHEESE || NONE || Pieces of [[cheese]].&lt;br /&gt;
|-&lt;br /&gt;
| 71 || FOOD || item_food.txt || [[Prepared meal]]s.&lt;br /&gt;
|-&lt;br /&gt;
| 72 || LIQUID_MISC || NONE || Liquids such as [[water]], [[lye]], and extracts.&lt;br /&gt;
|-&lt;br /&gt;
| 73 || COIN || NONE || [[Coin]]s.&lt;br /&gt;
|-&lt;br /&gt;
| 74 || GLOB || NONE || [[Fat]], [[tallow]], pastes/pressed objects, and small bits of molten rock/metal.&lt;br /&gt;
|-&lt;br /&gt;
| 75 || ROCK || NONE || Small rocks (usually [[Knapper|sharpened]] and/or [[Thrower|thrown]] in [[adventurer mode]]).&lt;br /&gt;
|-&lt;br /&gt;
| 76 || PIPE_SECTION || NONE || [[Pipe section]]s.&lt;br /&gt;
|-&lt;br /&gt;
| 77 || HATCH_COVER || NONE || [[Hatch cover]]s.&lt;br /&gt;
|-&lt;br /&gt;
| 78 || GRATE || NONE || [[Grate]]s.&lt;br /&gt;
|-&lt;br /&gt;
| 79 || QUERN || NONE || [[Quern]]s.&lt;br /&gt;
|-&lt;br /&gt;
| 80 || MILLSTONE || NONE || [[Millstone]]s.&lt;br /&gt;
|-&lt;br /&gt;
| 81 || SPLINT || NONE || [[Splint]]s.&lt;br /&gt;
|-&lt;br /&gt;
| 82 || CRUTCH || NONE || [[Crutch]]es.&lt;br /&gt;
|-&lt;br /&gt;
| 83 || TRACTION_BENCH || NONE || [[Traction bench]]es.&lt;br /&gt;
|-&lt;br /&gt;
| 84 || ORTHOPEDIC_CAST || NONE || [[Cast]]s.&lt;br /&gt;
|-&lt;br /&gt;
| 85 || TOOL || item_tool.txt || [[Tool]]s.&lt;br /&gt;
|-&lt;br /&gt;
| 86 || SLAB || NONE || [[Slab]]s.&lt;br /&gt;
|-&lt;br /&gt;
| 87 || EGG || NONE || [[Egg]]s. Material is CREATURE_ID:CASTE.&lt;br /&gt;
|-&lt;br /&gt;
| 88 || BOOK || NONE || [[Book]]s.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Limited/Special Use Item Tokens==&lt;br /&gt;
&lt;br /&gt;
In several specific locations, the values below can be substituted for the item type and subtype (and be followed directly by the [[material token]]).&lt;br /&gt;
&lt;br /&gt;
{| {{prettytable}}&lt;br /&gt;
|- style='background-color:#ddd'&lt;br /&gt;
! Token&lt;br /&gt;
! Subtype&lt;br /&gt;
! Valid Uses&lt;br /&gt;
! Description&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| ANY_CRAFT&lt;br /&gt;
| NONE&lt;br /&gt;
| [[Reaction]] [REAGENT]&lt;br /&gt;
| Matches FIGURINE, AMULET, SCEPTER, CROWN, RING, EARRING, or BRACELET.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| ANY_RAW_MATERIAL&lt;br /&gt;
| NONE&lt;br /&gt;
| [[Reaction]] [REAGENT]&lt;br /&gt;
| Matches POWDER_MISC, BAR, BOULDER, or GLOB.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| CRAFTS&lt;br /&gt;
| NONE&lt;br /&gt;
| [[Reaction]] [PRODUCT]&lt;br /&gt;
| Produces 1-3 items of type FIGURINE, AMULET, SCEPTER, CROWN, RING, EARRING, or BRACELET.&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Related Tokens==&lt;br /&gt;
&lt;br /&gt;
These tokens are not Item Tokens at all, but can take the place of them in some circumstances.&lt;br /&gt;
&lt;br /&gt;
{| {{prettytable}}&lt;br /&gt;
|- style='background-color:#ddd'&lt;br /&gt;
! Token&lt;br /&gt;
! Subtype&lt;br /&gt;
! Valid Uses&lt;br /&gt;
! Description&lt;br /&gt;
&lt;br /&gt;
|-   &lt;br /&gt;
| METAL_ORE   &lt;br /&gt;
| Metal   &lt;br /&gt;
| [[Reaction]] [REAGENT]   &lt;br /&gt;
| Matches a BOULDER item made of a material having [METAL_ORE:&amp;lt;Metal&amp;gt;:###].&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==See Also==&lt;br /&gt;
*[[Material token]]&lt;br /&gt;
*[[Reactions]]&lt;br /&gt;
&lt;br /&gt;
{{Category|Tokens}}&lt;br /&gt;
{{Category|Modding}}&lt;/div&gt;</summary>
		<author><name>I2amroy</name></author>
	</entry>
	<entry>
		<id>https://dwarffortresswiki.org/index.php?title=v0.34:Creature_token&amp;diff=178579</id>
		<title>v0.34:Creature token</title>
		<link rel="alternate" type="text/html" href="https://dwarffortresswiki.org/index.php?title=v0.34:Creature_token&amp;diff=178579"/>
		<updated>2012-11-08T21:08:17Z</updated>

		<summary type="html">&lt;p&gt;I2amroy: /* N */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{av}}{{Quality|Exceptional}}&lt;br /&gt;
&lt;br /&gt;
A full list of all known creature tokens.&lt;br /&gt;
&lt;br /&gt;
__NOTOC__&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div align=&amp;quot;center&amp;quot;&amp;gt;&lt;br /&gt;
{{alphabetical TOC}}&lt;br /&gt;
&amp;lt;/div&amp;gt;&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;
| ADOPTS_OWNER&lt;br /&gt;
| Caste&lt;br /&gt;
|&lt;br /&gt;
| Tame creature cannot be made available for adoption, instead automatically adopting whoever it wants. It appears that the basic requirements for adoption are intact; for example, the creature is more likely to adopt an owner which likes creatures of that species.{{verify}}&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| ALCOHOL_DEPENDENT &lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| Creature needs alcohol to get through the working day.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| ALL_ACTIVE &lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| Sets if the creature is active in day, night, and twilight. Seems to be a separate value from DIURNAL/NOCTURNAL/CREPUSCULAR, rather than implying them. &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| ALTTILE &lt;br /&gt;
| Creature&lt;br /&gt;
|  &lt;br /&gt;
| If set, the creature will blink between its [TILE] and its [ALTTILE]. &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| AMBUSHPREDATOR &lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| Instead of charging relentlessly at prey, a creature with this tag will wait till the prey is within a few squares before charging.{{verify}}&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| AMPHIBIOUS &lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| Allows a creature to breathe with or without [[water]]. Implies [AQUATIC].&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| APP_MOD_DESC_RANGE&lt;br /&gt;
| Caste&lt;br /&gt;
|&lt;br /&gt;
*Range&lt;br /&gt;
| [http://www.bay12forums.com/smf/index.php?topic=60554.msg1766793#msg1766793 Forum post describing how description ranges work]&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| APP_MOD_GENETIC_MODEL&lt;br /&gt;
| Caste&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;
| APP_MOD_IMPORTANCE&lt;br /&gt;
| Caste&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;
| APP_MOD_NOUN &lt;br /&gt;
| Caste&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;
| APP_MOD_RATE &lt;br /&gt;
| Caste&lt;br /&gt;
| &lt;br /&gt;
*Rate (integer)&lt;br /&gt;
*Scale (DAILY,  YEARLY)&lt;br /&gt;
*min:max  of growth&lt;br /&gt;
*start year:start day&lt;br /&gt;
*end year: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;
| APPLY_CREATURE_VARIATION &lt;br /&gt;
| Special&lt;br /&gt;
| &lt;br /&gt;
*CV TEMPLATE NAME &lt;br /&gt;
| Loads the Creature Variation Template specified.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| APPLY_CURRENT_CREATURE_VARIATION &lt;br /&gt;
| Special&lt;br /&gt;
|  &lt;br /&gt;
| Applies loaded Creature Variation&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| AQUATIC &lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| Allows a creature to breathe underwater, but causes it to &amp;quot;drown&amp;quot; out of [[water]]. &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| ARENA_RESTRICTED &lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| Does not appear in arena mode list&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| ARTIFICIAL_HIVEABLE&lt;br /&gt;
| Creature&lt;br /&gt;
|&lt;br /&gt;
| Can be kept in artificial hives by beekeepers.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| AT_PEACE_WITH_WILDLIFE&lt;br /&gt;
| Caste&lt;br /&gt;
|&lt;br /&gt;
| Does not attack or frighten wildlife.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| ATTACK &lt;br /&gt;
| Caste&lt;br /&gt;
| &lt;br /&gt;
*token&lt;br /&gt;
*bodypart&lt;br /&gt;
*selection criteria&lt;br /&gt;
*location &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;
[ATTACK:GORE:BODYPART:BY_CATEGORY:HORN]&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;
| ATTACK_TRIGGER &lt;br /&gt;
| Caste&lt;br /&gt;
| pop:exported wealth:created wealth&lt;br /&gt;
| Specifies when a [[megabeast]] will attack the fortress.&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div align=&amp;quot;center&amp;quot;&amp;gt;&lt;br /&gt;
{{alphabetical TOC}}&lt;br /&gt;
&amp;lt;/div&amp;gt;&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;
| BABY &lt;br /&gt;
| Caste&lt;br /&gt;
| integer &lt;br /&gt;
| Age at which creature is considered a child. Default is zero. One can think of this as the duration of the baby stage.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| BABYNAME &lt;br /&gt;
| Caste&lt;br /&gt;
| singular: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 GENERAL_BABY_NAME.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| BEACH_FREQUENCY &lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| [[Whale]]s and [[Sea nettle jellyfish|jellyfish]] have this. Controls the beaching frequency of the creature. &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| BENIGN &lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| The creature will only show up in &amp;quot;tame&amp;quot; biomes. Such creatures will generally avoid dwarves, although they may chase and/or attack them if they get too close, notably including [[elephant]]s.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| 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;
| BLOOD&lt;br /&gt;
| Caste&lt;br /&gt;
| &lt;br /&gt;
* [[material token]]&lt;br /&gt;
*matter state (LIQUID, GAS, SOLID) &lt;br /&gt;
| Specifies what the creature's blood is made of.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| BLOODSUCKER&lt;br /&gt;
| Caste&lt;br /&gt;
| &lt;br /&gt;
| Seems to be required to make the creature denouncable as a creature of the night.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| BODY&lt;br /&gt;
| Caste&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. Thats all a maggot needs.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| BODY_APPEARANCE_MODIFIER &lt;br /&gt;
| Caste&lt;br /&gt;
| &lt;br /&gt;
*ATTRIBUTE&lt;br /&gt;
*lowest:lower:low:median:high:higher: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;
| BODY_DETAIL_PLAN &lt;br /&gt;
| Caste&lt;br /&gt;
| PlanName, PlanName:type:type:type:etc &lt;br /&gt;
| loads a plan 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;
| BODY_SIZE&lt;br /&gt;
| Caste&lt;br /&gt;
| years:days: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]]. His 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 he 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) he 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;
| BODYGLOSS &lt;br /&gt;
| Caste&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;
| BONECARN &lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| Creature eats bones. Implies CARNIVORE. Civilized creatures (e.g. Kobolds) with this tag tend to die out during world generation.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| BP_APPEARANCE_MODIFIER &lt;br /&gt;
| Caste&lt;br /&gt;
| &lt;br /&gt;
*QUALITY&lt;br /&gt;
*lowest:lower:low:median:high:higher: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;
| BUILDINGDESTROYER &lt;br /&gt;
| Caste&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 b + C commands. &lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div align=&amp;quot;center&amp;quot;&amp;gt;&lt;br /&gt;
{{alphabetical TOC}}&lt;br /&gt;
&amp;lt;/div&amp;gt;&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;
| CAN_DO_INTERACTION&lt;br /&gt;
| Caste&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;
| CAN_LEARN &lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| The creature gets skills and professions. Note that this token makes the creature unable to be butchered 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.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| CAN_SPEAK &lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| Can talk. Note that it is not necessary for a creature to gain social skills. If a member of a civilization (such as a pet) has this token, it'll need to eat and drink.{{verify}}&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| CANNOT_UNDEAD &lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| Alias for NOT_LIVING&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| CANOPENDOORS &lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| Allows the creature to open doors. &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| 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;
| 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;
| 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 alternate tile. Requires CASTE_TILE.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| CASTE_COLOR&lt;br /&gt;
| Caste&lt;br /&gt;
|&lt;br /&gt;
*fg&lt;br /&gt;
*bg&lt;br /&gt;
*brightness&lt;br /&gt;
| Creature tile color of the caste.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| CASTE_GLOWCOLOR&lt;br /&gt;
| Caste&lt;br /&gt;
|&lt;br /&gt;
*fg&lt;br /&gt;
*bg&lt;br /&gt;
*brightness&lt;br /&gt;
| GLOWTILE color of the caste.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| 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 glowtile&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| CASTE_NAME &lt;br /&gt;
| Caste&lt;br /&gt;
| singular:plural:adjective &lt;br /&gt;
| The name of the caste of the creature in the game.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| 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;
| alters the name of the given profession, caste-specific&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| CASTE_SOLDIER_ALTTILE&lt;br /&gt;
| Caste&lt;br /&gt;
| 'character' or tile number&lt;br /&gt;
| Creatures of this caste active in their civilization's military will blink between their default soldier tile and this one. Requires CASTE_SOLDIER_TILE.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| CASTE_SOLDIER_TILE&lt;br /&gt;
| Caste&lt;br /&gt;
| 'character' or tile number&lt;br /&gt;
| Creatures of this caste active in their civilization's military will use this tile instead.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| CASTE_SPEECH&lt;br /&gt;
| Caste&lt;br /&gt;
| speech file?&lt;br /&gt;
| Possibly a caste-specific instance of the SPEECH token&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| 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 creature tile.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| CAVE_ADAPT &lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| Gives the creature a bonus in caves. Also causes [[Cave adaptation]]. &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| CDI&lt;br /&gt;
| Caste&lt;br /&gt;
| Varies&lt;br /&gt;
| Specifies details for the preceding CAN_DO_INTERACTION token. See [[Interaction token]].&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| CHANGE_BODY_SIZE_PERC&lt;br /&gt;
| Caste&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| CHILD &lt;br /&gt;
| Caste&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 child stage. Without this token, a creature will not reproduce in Fortress mode.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| CHILDNAME &lt;br /&gt;
| Caste&lt;br /&gt;
| singular:plural &lt;br /&gt;
| Defines a new name for a creature in child state at the caste level. For non-caste-specific child names, see GENERAL_CHILD_NAME.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| 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. Certain vermin fish use this token in combination with temperate ocean and river biome tokens to perform seasonal migrations.&lt;br /&gt;
e.g. [CLUSTER_NUMBER:1:3] &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| CLUTCH_SIZE&lt;br /&gt;
| Caste&lt;br /&gt;
|&lt;br /&gt;
*min&lt;br /&gt;
*max&lt;br /&gt;
|Number of eggs laid in one sitting.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| 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;
| COLOR &lt;br /&gt;
| Creature&lt;br /&gt;
| foreground:background:brightness &lt;br /&gt;
| Color  of the creature's tile. &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| COMMON_DOMESTIC &lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| Allows the creature to be brought with immigrants and when creating a new fortress, as long as the creature also includes at least one of the following tokens: PET, PACK_ANIMAL, WAGON_PULLER, MOUNT.  In addition, the creature must be NATURAL rather than FANCIFUL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| CONVERTED_SPOUSE&lt;br /&gt;
| Caste&lt;br /&gt;
|&lt;br /&gt;
| Creatures of this caste's species with the SPOUSE_CONVERTER and NIGHT_CREATURE_HUNTER tokens will kidnap SPOUSE_CONVERSION_TARGETs of an appropriate sex and convert them into castes with CONVERTED_SPOUSE.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| COOKABLE_LIVE &lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| Set this to allow the creature to be cooked in meals without first being butchered / fishcleaned.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| CRAZED&lt;br /&gt;
| Caste&lt;br /&gt;
| &lt;br /&gt;
| Creature is 'berserk' and will attack all other creatures, except members of its own species that ALSO have the CRAZED tag.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| COPY_TAGS_FROM &lt;br /&gt;
| Special&lt;br /&gt;
| &lt;br /&gt;
*CREATURE NAME&lt;br /&gt;
| Copies tags from another specified creature.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| CREATURE_CLASS &lt;br /&gt;
| Caste&lt;br /&gt;
|&lt;br /&gt;
*classname&lt;br /&gt;
| Creature class. Can be anything, but only existing use is GENERAL_POISON. Appears to only be used for Syndromes. Supposedly can also be used for entity positions.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| CREATURE_SOLDIER_TILE&lt;br /&gt;
| Creature&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;
| CREATURE_TILE &lt;br /&gt;
| Creature&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;
| CREPUSCULAR &lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| Sets if the creature is active at twilight.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| CURIOUSBEAST_EATER &lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| Allows a creature to steal and eat edible items from a site. &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| CURIOUSBEAST_GUZZLER &lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| Allows a creature to (very quickly) drink your alcohol. Or spill the barrel to the ground. Also affects undead versions of the creature. &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| CURIOUSBEAST_ITEM &lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| Allows a creature to steal things (apparently the highest value it can find).  If the creature goes on rampages in worldgen, it will often steal items instead of attacking.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| 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;
| 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;
&amp;lt;div align=&amp;quot;center&amp;quot;&amp;gt;&lt;br /&gt;
{{alphabetical TOC}}&lt;br /&gt;
&amp;lt;/div&amp;gt;&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;
| DEMON&lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| Found on generated [[demon]]s. Cannot be specified in user-defined raws.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| DESCRIPTION &lt;br /&gt;
| Caste&lt;br /&gt;
| text &lt;br /&gt;
| A brief description of the creature type.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| DIE_WHEN_VERMIN_BITE&lt;br /&gt;
| Caste&lt;br /&gt;
|&lt;br /&gt;
| Dies upon attacking.  Used for bee stings.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| DIFFICULTY &lt;br /&gt;
| Caste&lt;br /&gt;
| integer &lt;br /&gt;
| Toady: &amp;quot;Difficulty determines how deep it places them in adventure mode/reclaim caves, and the chance that they are wounded the first few river attacks.&amp;quot; (Outdated? This particular quote referred to version .23a) Also increases experience gain during adventure mode. &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| DIURNAL &lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| Sets if the creature is active in day. &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| DIVE_HUNTS_VERMIN&lt;br /&gt;
| Caste&lt;br /&gt;
| &lt;br /&gt;
| Found on [[peregrine falcon]]s.  The creature hunts vermin by diving from the air.  May be bugged due to fortress pets remaining earthbound.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| DOES_NOT_EXIST &lt;br /&gt;
| Creature&lt;br /&gt;
|  &lt;br /&gt;
| Creature does not actually exist; used for fanciful creatures.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div align=&amp;quot;center&amp;quot;&amp;gt;&lt;br /&gt;
{{alphabetical TOC}}&lt;br /&gt;
&amp;lt;/div&amp;gt;&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;
| EBO_ITEM&lt;br /&gt;
| Caste&lt;br /&gt;
| [[item token]]:[[material token]] (ANY_HARD_STONE can be used for the material)&lt;br /&gt;
| Defines the item that the creature drops upon being butchered.  Used with EXTRA_BUTCHER_OBJECT.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| EBO_SHAPE&lt;br /&gt;
| Caste&lt;br /&gt;
| gem shape&lt;br /&gt;
| The shape of the extra item of the creature upon butchering.  Used with EXTRA_BUTCHER_OBJECT.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| EGG_MATERIAL&lt;br /&gt;
| Caste&lt;br /&gt;
|&lt;br /&gt;
* [[material token]]&lt;br /&gt;
*state (SOLID, LIQUID, or GAS)&lt;br /&gt;
| Egg material. Egg-laying creatures will 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;
| EGG_SIZE&lt;br /&gt;
| Caste&lt;br /&gt;
|&lt;br /&gt;
*size&lt;br /&gt;
| Determines the size of eggs.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| EQUIPMENT_WAGON &lt;br /&gt;
| Creature&lt;br /&gt;
|  &lt;br /&gt;
| Makes the creature into a large 3x3 creature responsible for carrying trade goods, pulled by two [WAGON_PULLER]s and driven by a merchant.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| 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;
| EVIL &lt;br /&gt;
| Creature&lt;br /&gt;
|  &lt;br /&gt;
| Creature is considered evil and will only show up in evil biomes. Has no effect on cavern creatures.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| EXTRA_BUTCHER_OBJECT&lt;br /&gt;
| Caste&lt;br /&gt;
| &lt;br /&gt;
* BY_CATEGORY, BY_TYPE, BY_TOKEN&lt;br /&gt;
* TYPE, CATEGORY, or TOKEN&lt;br /&gt;
| The creature drops an additional object when butchered (typically a gizzard stone), defined by EBO_ITEM and EBO_SHAPE.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| 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;
| EXTRAVISION &lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| Creature can see regardless of whether it has working eyes. &lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div align=&amp;quot;center&amp;quot;&amp;gt;&lt;br /&gt;
{{alphabetical TOC}}&lt;br /&gt;
&amp;lt;/div&amp;gt;&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;
| FANCIFUL &lt;br /&gt;
| Creature&lt;br /&gt;
|  &lt;br /&gt;
| Makes every civilization know about the creature. The creature won't occur in regular material preference lists. The tag also adds some art value modifiers. Used for things like dragons and other legendary creatures.  Conflicts with [COMMON_DOMESTIC]&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| FEATURE_ATTACK_GROUP&lt;br /&gt;
| Caste&lt;br /&gt;
|&lt;br /&gt;
| Found on subterranean animalmen.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| FEATURE_BEAST&lt;br /&gt;
| Caste&lt;br /&gt;
|&lt;br /&gt;
| Found on [[forgotten beast]]s. Cannot be specified in user-defined raws.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| FEMALE &lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| Inside a female caste, sets femaleness. Outside of a caste, sets all individuals female unless overridden by caste.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| FIREIMMUNE &lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| Renders a creature immune to being damaged by FIREBREATH's short range cone attack.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| FIREIMMUNE_SUPER &lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| The creature is immune to DRAGONFIREBREATH. Implies FIREIMMUNE. &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| FISHITEM &lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| Needs to be cleaned at a fishery&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| FIXED_TEMP &lt;br /&gt;
| Caste&lt;br /&gt;
| temperature &lt;br /&gt;
| The natural heat generated by the creature.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| FLEEQUICK &lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| Determines how soon a creature flees in a losing battle. Creatures with this tag will flee at the first sign of resistance.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| FLIER &lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| Allows a creature to fly. Fortress Mode pathfinding only partially incorporates pathfinding - flying dwarves 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.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| FREQUENCY &lt;br /&gt;
| Creature&lt;br /&gt;
|&lt;br /&gt;
*number, max 100&lt;br /&gt;
| Determines the chances of a creature appearing within its environment, with higher values resulting in more frequent appearance. The game effectively considers all creatures that can possibly appear and uses the FREQUENCY value as a ''weight'' - for example, if there are three creatures with frequencies 10/25/50, the creature with [FREQUENCY:50] will appear approximately 58.8% of the time. Defaults to 50 if not specified. Not to be confused with POP_RATIO.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div align=&amp;quot;center&amp;quot;&amp;gt;&lt;br /&gt;
{{alphabetical TOC}}&lt;br /&gt;
&amp;lt;/div&amp;gt;&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;
| GENERAL_BABY_NAME &lt;br /&gt;
| Creature&lt;br /&gt;
| singular:plural &lt;br /&gt;
| name at creature level&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| GENERAL_CHILD_NAME &lt;br /&gt;
| Creature&lt;br /&gt;
| singular:plural &lt;br /&gt;
| name at creature level&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| GENERAL_MATERIAL_FORCE_MULTIPLIER&lt;br /&gt;
| Caste&lt;br /&gt;
| A:B&lt;br /&gt;
| Attacks against the creature have their force modified by A/B. For example, 1:2 will halve the force of an attack made against the creature. {{verify}}&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| GENERATED&lt;br /&gt;
| Creature&lt;br /&gt;
|  &lt;br /&gt;
| Found on procedurally generated creatures like [[Forgotten beast]]s, (biome name) [[titan]]s, [[Demon]]s, and [[night creature]]s. Cannot be specified in user-defined raws.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| GETS_INFECTIONS_FROM_ROT &lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| Creature can get infections from necrotic tissue.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| GETS_WOUND_INFECTIONS &lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| Creature's wounds can become infected.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| 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 GLOWTILE of the creature.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| GLOWTILE &lt;br /&gt;
| Creature&lt;br /&gt;
| ascii character &lt;br /&gt;
| If present, the being glows in the dark (generally used for Adventure 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 CASTE_GLOWTILE instead.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| GNAWER &lt;br /&gt;
| Caste&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. Due to a bug, however, they will only escape from [[artifact]]s.{{bug|6117}}&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| GOBBLE_VERMIN_CLASS&lt;br /&gt;
| Caste&lt;br /&gt;
| class&lt;br /&gt;
| The creature eats vermin of the specified class.  &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| GOBBLE_VERMIN_CREATURE&lt;br /&gt;
| Caste&lt;br /&gt;
| creature:caste&lt;br /&gt;
| The creature eats a specified vermin.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| 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;
| 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;
| GO_TO_TAG&lt;br /&gt;
| Special&lt;br /&gt;
|  &lt;br /&gt;
| When using tags from an existing creature, inserts new tags after the specified tag.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| GOOD &lt;br /&gt;
| Creature&lt;br /&gt;
|  &lt;br /&gt;
| Creature is considered good and will only show up in good biomes, for example [[unicorn]]s. Presumably has no effect on cavern creatures.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| GRASSTRAMPLE &lt;br /&gt;
| Caste&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;
| GRAVITATE_BODY_SIZE&lt;br /&gt;
| Caste&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;
| GRAZER&lt;br /&gt;
| Caste&lt;br /&gt;
|&lt;br /&gt;
*number&lt;br /&gt;
| Animals is a grazer.  The higher the number, the less frequently it needs to eat in order to survive.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div align=&amp;quot;center&amp;quot;&amp;gt;&lt;br /&gt;
{{alphabetical TOC}}&lt;br /&gt;
&amp;lt;/div&amp;gt;&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;
| HABIT&lt;br /&gt;
| Caste&lt;br /&gt;
| type:probability&lt;br /&gt;
| Defines certain behaviors for the creature. The habit types are COLLECT_TROPHIES, COOK_PEOPLE, COOK_VERMIN, GRIND_VERMIN, COOK_BLOOD, GRIND_BONE_MEAL, EAT_BONE_PORRIDGE, USE_ANY_MELEE_WEAPON, GIANT_NEST, and COLLECT_WEALTH. These may require the creature to have a lair to work properly.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| HABIT_NUM&lt;br /&gt;
| Caste&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;.&amp;lt;sup&amp;gt;[[http://www.bay12forums.com/smf/index.php?topic=60554.msg1719248#msg1719248 source post]]&amp;lt;/sup&amp;gt; All lists of HABITs are preceded by [HABIT_NUM:TEST_ALL]&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| HAS_NERVES &lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| This makes the creature susceptible to severed motor and sensory nerves when muscles are torn in limb, grasp and stance parts. Some butchering yields nervous tissue.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| 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;
| 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;
| HOMEOTHERM &lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| Default 'NONE'. The creature's normal body [[temperature]]&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| HUNTS_VERMIN&lt;br /&gt;
| Caste&lt;br /&gt;
|&lt;br /&gt;
| Creature hunts and kills nearby vermin.&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div align=&amp;quot;center&amp;quot;&amp;gt;&lt;br /&gt;
{{alphabetical TOC}}&lt;br /&gt;
&amp;lt;/div&amp;gt;&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;
| 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 effected, if one is IMMOBILE no breeding will happen)&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| IMMOBILE_LAND &lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| The creature is immobile while on land.  Only works on AQUATIC creatures which can't breathe on land.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| IMMOLATE &lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| Will ignite, and potentially completely destroy, items the creature is standing on. Keep booze away from critters with this tag. Also gives the vermin a high chance of escaping from [[animal trap]]s and [[cage]]s made of certain materials. Due to a bug, however, they will only escape from [[artifact]]s.{{bug|6117}}&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| INTELLIGENT &lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| Shortcut for [CAN_SPEAK] + [CAN_LEARN].&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| 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, ash from ghost etc).&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| ITEMCORPSE_QUALITY &lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| The quality of an item-type corpse left behind; 5 is masterpiece-level. &lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div align=&amp;quot;center&amp;quot;&amp;gt;&lt;br /&gt;
{{alphabetical TOC}}&lt;br /&gt;
&amp;lt;/div&amp;gt;&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;
| LAIR&lt;br /&gt;
| Caste&lt;br /&gt;
| type:probability&lt;br /&gt;
| Found on megabeasts, semimegabeasts, and night creatues. The creature will seek out sites of this type and take them as lairs. The lair types are SIMPLE_BURROW, SIMPLE_MOUND, WILDERNESS_LOCATION, SHRINE, and LABYRINTH.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| LAIR_CHARACTERISTIC&lt;br /&gt;
| Caste&lt;br /&gt;
| characteristic: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;
| 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;
| LAIR_HUNTER_SPEECH&lt;br /&gt;
| Caste&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;
| LARGE_PREDATOR &lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| Will attack things that are smaller than it (like dwarves). Only one group of &amp;quot;large predators&amp;quot; will appear on any given map (possibly two groups on &amp;quot;savage&amp;quot; maps). In adventure 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;
&lt;br /&gt;
|- &lt;br /&gt;
| LARGE_ROAMING &lt;br /&gt;
| Creature&lt;br /&gt;
|  &lt;br /&gt;
| In Fortress Mode, spawns outdoors and is not a vermin creature. &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| LAYS_EGGS&lt;br /&gt;
| Caste&lt;br /&gt;
|&lt;br /&gt;
| Creature lays eggs instead of giving birth to live young.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| 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 a particular item instead of regular eggs.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| LIGAMENTS &lt;br /&gt;
| Caste&lt;br /&gt;
| &lt;br /&gt;
* [[material token]]&lt;br /&gt;
*healing rate &lt;br /&gt;
| Defines the material and healing rate of ligaments.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| LIGHT_GEN &lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| The creature will generate light, such as in adventurer mode at night. &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| 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 - included modded dwarves. &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| 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;)&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| LITTERSIZE&lt;br /&gt;
| Caste&lt;br /&gt;
| &lt;br /&gt;
* minumum&lt;br /&gt;
* maximum&lt;br /&gt;
| Determines the random chance of how many creatures are generated when giving birth. [LITTERSIZE:1:2]&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| LOCKPICKER &lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| Lets a creature open doors that are set to forbidden in Fortress Mode.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| 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;
&amp;lt;div align=&amp;quot;center&amp;quot;&amp;gt;&lt;br /&gt;
{{alphabetical TOC}}&lt;br /&gt;
&amp;lt;/div&amp;gt;&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;
| MAGICAL&lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| Unknown.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| MAGMA_VISION &lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| Creature's able to see while covered in magma. &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| MALE &lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| The species or caste is all male.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| 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.&lt;br /&gt;
Refer to [[Creature mannerism token]]s&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| MATERIAL&lt;br /&gt;
| Creature&lt;br /&gt;
|&lt;br /&gt;
*material id&lt;br /&gt;
| Begins defining a new material.{{verify}}&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| MATERIAL_FORCE_MULTIPLIER&lt;br /&gt;
| Caste&lt;br /&gt;
| &lt;br /&gt;
*[[Material token]]&lt;br /&gt;
*A:B&lt;br /&gt;
| Set the force multiplier of a specific material against the creature to A/B. For example, 10:1 multiplies the force by 10. {{verify}}&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| MATUTINAL&lt;br /&gt;
| Caste&lt;br /&gt;
| &lt;br /&gt;
| Sets if the creature is active in dawn. &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| MAXAGE &lt;br /&gt;
| Caste&lt;br /&gt;
| min:max &lt;br /&gt;
| Range of time in years in which death from old age may occur. Once a creature reaches the min value, it has a random chance each season of dying from old age. Unknown if the chance increases with further age.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| MEANDERER &lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| Gives a creature random movement. &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| MEGABEAST &lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| A 'boss' creature.  A small number of the creature 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 age names.  When appearing in Fortress Mode, they will have a pop-up message announcing their arrival.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|MENT_ATT_CAP_PERC&lt;br /&gt;
| Caste&lt;br /&gt;
|&lt;br /&gt;
*[[DF2012: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;
| MENT_ATT_RANGE &lt;br /&gt;
| Caste&lt;br /&gt;
|&lt;br /&gt;
*[[DF2012:Attribute|ATTRIBUTE]]&lt;br /&gt;
*lowest:lower:low:median:high:higher:highest &lt;br /&gt;
| Sets up a 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;
| MENT_ATT_RATES&lt;br /&gt;
| Caste&lt;br /&gt;
| &lt;br /&gt;
*[[DF2012: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;
| Mental attribute gain/decay rates. Defaults are 500:4:5:4.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| 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 milked. &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| MISCHIEVIOUS&lt;br /&gt;
| Caste&lt;br /&gt;
|&lt;br /&gt;
| Alias for MISCHIEVOUS&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| MISCHIEVOUS &lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| Will pull any levers it comes across. Also makes creature spawn invisible and with several ranks in Ambusher. &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;
| MODVALUE&lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| Seemingly no longer used.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| MOUNT &lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| Creature may be used as a mount.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| MOUNT_EXOTIC &lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| ?&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| MULTIPLE_LITTER_RARE &lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| Makes litters with more than one offspring rare. &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| 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, and determining whether a creature will attack creatures with the AT_PEACE_WITH_WILDLIFE token.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div align=&amp;quot;center&amp;quot;&amp;gt;&lt;br /&gt;
{{alphabetical TOC}}&lt;br /&gt;
&amp;lt;/div&amp;gt;&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;
| NAME &lt;br /&gt;
| Creature&lt;br /&gt;
| singular:plural:adjective &lt;br /&gt;
| The generic name for any creature of this type - will be used when distinctions between caste are unimportant. For names for specific castes, use CASTE_NAME instead. If left undefined, the creature will be labeled as &amp;quot;nothing&amp;quot; by the game.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| NATURAL &lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| Alias for NATURAL_ANIMAL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| NATURAL_ANIMAL&lt;br /&gt;
| Caste&lt;br /&gt;
| &lt;br /&gt;
| Animal is considered to be natural.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| NATURAL_SKILL&lt;br /&gt;
| Caste&lt;br /&gt;
| [[Skill_token|Skill token]]:value&lt;br /&gt;
| The creature possesses this skill at this level inherently. It begins with this skill at this level, and the skill may never rust below this level.  Requires CAN_LEARN or INTELLIGENT to function in .25 or earlier.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| NIGHT_CREATURE_BOGEYMAN&lt;br /&gt;
| Caste&lt;br /&gt;
|&lt;br /&gt;
| Found on bogeymen. Creatures with this tag will join other bogeymen in attacking adventurers at night, and will also adopt their other behaviors, such as vanishing in smoke upon being killed. This does not affect the creature's presence elsewhere, such as for generated megabeasts, normal creatures, entity members, etc. Setting the number of bogeyman types to zero in the world gen parameters will remove only the randomly-generated bogeymen.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| NIGHT_CREATURE_HUNTER&lt;br /&gt;
| Caste&lt;br /&gt;
|&lt;br /&gt;
| 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.  If this creature has SPOUSE_CONVERTER, 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;
This tag causes the usual behaviour of [[werebeast]]s 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.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| NO_AUTUMN  &lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| This creature caste does not appear in [[Calendar|autumn]].&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| 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;
| NO_DIZZINESS &lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| Creature cannot become dizzy&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| 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;
| NO_EAT &lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| Creature does not need to eat. &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| NO_FEVERS &lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| Creature cannot suffer fevers&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| NO_GENDER&lt;br /&gt;
| Caste&lt;br /&gt;
|&lt;br /&gt;
| Creature has no gender.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| NO_PHYS_ATT_GAIN&lt;br /&gt;
| Caste&lt;br /&gt;
|&lt;br /&gt;
| The affected caste cannot gain any physical skills.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| NO_PHYS_ATT_RUST&lt;br /&gt;
| Caste&lt;br /&gt;
| &lt;br /&gt;
| The affected caste cannot lose any physical skills.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| NO_SLEEP &lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| Creature does not need to sleep. &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| NO_SPRING &lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| This creature caste does not appear in [[Calendar|spring]].&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| NO_SUMMER &lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| This creature caste does not appear in [[Calendar|summer]].&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| NO_THOUGHT_CENTER_FOR_MOVEMENT &lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| Creature doesn't require an organ with the [THOUGHT] tag to survive or attack; generally used on creatures that don't have brains.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| NO_WINTER &lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| This creature caste does not appear in [[Calendar|winter]].&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| NOBONES &lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| Creature has no bones.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| NOBREATHE &lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| Creature doesn't need to breathe or have [BREATHE] parts in body. Cannot drown or be strangled. &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| NOCTURNAL &lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| Sets if the creature is active in night. &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| NOEMOTION &lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| The creature has no emotions, and does not rage.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| NOEXERT &lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| Creature can't become tired or over-exerted. &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| NOFEAR &lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| Creature doesn't feel fear and will never run away from battle. &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| NOMEAT &lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| Creature will not drop meat on butcher. &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| NONAUSEA &lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| Creature can't vomit.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| 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;
| NOSKIN &lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| Creature will not drop skin on butcher. &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| NOSKULL &lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| Creature will not drop skull on butcher, rot, or decay of severed head. &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| 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;
| NOSTUCKINS &lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| Weapons can't be stuck in creature. &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| NOSTUN &lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| Creature can't be stunned. Creatures with this tag never wake up from sleep in Fortress Mode and stay drowsy. If this creature must eat and drink while playing, it WILL die.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| NOT_BUTCHERABLE &lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| Cannot be butchered&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| NOT_LIVING&lt;br /&gt;
| Caste&lt;br /&gt;
| &lt;br /&gt;
| Cannot be raised from the dead.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| NOTHOUGHT &lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| Creature doesn't require a [THOUGHT] body part to survive.  If it does not have NO_THOUGHT_CENTER_FOR_MOVEMENT as well, it will be unable to use any attacks other than the default 'push'.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div align=&amp;quot;center&amp;quot;&amp;gt;&lt;br /&gt;
{{alphabetical TOC}}&lt;br /&gt;
&amp;lt;/div&amp;gt;&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;
| 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.  Used for [[Undead]].&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div align=&amp;quot;center&amp;quot;&amp;gt;&lt;br /&gt;
{{alphabetical TOC}}&lt;br /&gt;
&amp;lt;/div&amp;gt;&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;
| PACK_ANIMAL &lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| Allows the creature to be used as a pack animal. Currently only used by merchants. Also prevents creature from dropping hauled items on its own -- do not use for player-controllable creatures.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| PARALYZEIMMUNE &lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| The creature is immune to all paralyzing special attacks.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| PATTERNFLIER&lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| PEARL &lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| In earlier versions, creature would generate pearls.  Does nothing in the current version.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| PENETRATEPOWER &lt;br /&gt;
| Caste&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;
|- &lt;br /&gt;
| PERSONALITY &lt;br /&gt;
| Caste&lt;br /&gt;
| &lt;br /&gt;
*ATTRIBUTE&lt;br /&gt;
*lowest:median:highest &lt;br /&gt;
| Determines the range and chance of personality traits. Standard is 0:50:100. See [[Personality trait]] for more info.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| PET &lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| Allows the creature to be tamed. Also allows all females of the species to breed regardless of marital status.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| PET_EXOTIC &lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| The creature can be tamed, but it is much harder to tame and most civilizations have limited knowledge.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| PETVALUE &lt;br /&gt;
| Caste&lt;br /&gt;
| value &lt;br /&gt;
| How valuable a tamed animal/pet is. Actual cost in points in the embarking screen is (PETVALUE/2)+1 for an untrained animal, PETVALUE+1 for a trained(War or Hunting) one. Note that for an animal to be selectable in this screen, it must have the COMMON_DOMESTIC token. &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| PETVALUE_DIVISOR&lt;br /&gt;
| Caste&lt;br /&gt;
| value&lt;br /&gt;
| Divides the creature's PETVALUE by the specified number. Used for bees to prevent a single hive from being worth a fortune.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|PHYS_ATT_CAP_PERC&lt;br /&gt;
| Caste&lt;br /&gt;
|&lt;br /&gt;
*[[DF2012: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;
| PHYS_ATT_RANGE &lt;br /&gt;
| Caste&lt;br /&gt;
| &lt;br /&gt;
*[[DF2012:Attribute|ATTRIBUTE]]&lt;br /&gt;
*lowest:lower:low:median:high:higher:highest &lt;br /&gt;
| Sets up a 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;
| PHYS_ATT_RATES&lt;br /&gt;
| Caste&lt;br /&gt;
| &lt;br /&gt;
*[[DF2012: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;
| Physical attribute gain/decay rates. 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;
| 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 SET_BP_GROUP.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| 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 SELECT_MATERIAL.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| POP_RATIO &lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| Weighted population of caste; Lower is rarer. Not to be confused with FREQUENCY.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| POPULATION_NUMBER &lt;br /&gt;
| Creature&lt;br /&gt;
| min: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.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| POWER&lt;br /&gt;
| Caste&lt;br /&gt;
|&lt;br /&gt;
| Allows the being to represent itself as a deity. Requires CAN_SPEAK 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.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| PREFSTRING &lt;br /&gt;
| Creature&lt;br /&gt;
| string&lt;br /&gt;
| Sets what other creatures like about this creature. &amp;quot;Urist likes dwarves for their beards.&amp;quot; Multiple entries will be chosen from at random&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| 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 CASTE_PROFESSION_NAME instead.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| PRONE_TO_RAGE&lt;br /&gt;
| Caste&lt;br /&gt;
| number&lt;br /&gt;
| Small creatures with this tag will occasionally attack larger creatures on sight instead of running away; the number indicates how likely it is to do so.  They are also more likely to enter a 'rage' state during combat, increasing their offensive power.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| PUS&lt;br /&gt;
| Caste&lt;br /&gt;
| &lt;br /&gt;
* [[material token]]&lt;br /&gt;
*matter state (LIQUID, GAS, SOLID) &lt;br /&gt;
| Specifies what the creature's wounds will ooze when infected.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div align=&amp;quot;center&amp;quot;&amp;gt;&lt;br /&gt;
{{alphabetical TOC}}&lt;br /&gt;
&amp;lt;/div&amp;gt;&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;
| 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;
| REMAINS&lt;br /&gt;
| Caste&lt;br /&gt;
| singular:plural&lt;br /&gt;
| What creature's remains are called.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| REMAINS_COLOR&lt;br /&gt;
| Caste&lt;br /&gt;
|&lt;br /&gt;
| What color creature's remains are.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| REMAINS_ON_VERMIN_BITE_DEATH&lt;br /&gt;
| Caste&lt;br /&gt;
|&lt;br /&gt;
| Goes with VERMIN_BITE and DIE_WHEN_VERMIN_BITE, 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;
| REMAINS_UNDETERMINED&lt;br /&gt;
| Caste&lt;br /&gt;
|&lt;br /&gt;
| Unknown.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| REMOVE_MATERIAL &lt;br /&gt;
| Creature&lt;br /&gt;
| &lt;br /&gt;
*material token &lt;br /&gt;
| Removes a material from a creature.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| REMOVE_TISSUE&lt;br /&gt;
| Creature&lt;br /&gt;
|&lt;br /&gt;
*material token&lt;br /&gt;
| Removes a tissue from a creature.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| RETRACT_INTO_BP&lt;br /&gt;
| Caste&lt;br /&gt;
|&lt;br /&gt;
*BY_TYPE, BY_CATEGORY or BY_TOKEN&lt;br /&gt;
*TYPE, CATEGORY or TOKEN&lt;br /&gt;
| The creature will retract a body part when threatened.  It will be unable to move or attack, but enemies will only be able to attack the specified body part.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| RETURNS_VERMIN_KILLS_TO_OWNER&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
| Used with HUNTS_VERMIN, causes the creature to return killed vermin to its owner.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| ROOT_AROUND&lt;br /&gt;
| Caste&lt;br /&gt;
| &lt;br /&gt;
| Creature will occasionally root around in the grass, looking for insects.  Used for flavor in Adventure Mode, no practical effect known.&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div align=&amp;quot;center&amp;quot;&amp;gt;&lt;br /&gt;
{{alphabetical TOC}}&lt;br /&gt;
&amp;lt;/div&amp;gt;&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;
| SAVAGE &lt;br /&gt;
| Creature&lt;br /&gt;
|  &lt;br /&gt;
| The creature will only show up in &amp;quot;savage&amp;quot; biomes.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| SECRETION &lt;br /&gt;
| Caste&lt;br /&gt;
| &lt;br /&gt;
* [[material token]]&lt;br /&gt;
*Material State&lt;br /&gt;
*location secreted from (by_type, by_category, by_token)&lt;br /&gt;
*body part &lt;br /&gt;
*tissue layer &lt;br /&gt;
| creates a secreted material on given tissue on a given part of the body.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| SELECT_ADDITIONAL_CASTE&lt;br /&gt;
| Creature&lt;br /&gt;
| &lt;br /&gt;
*caste name&lt;br /&gt;
| adds an additional previously defined caste to the selection. Used immediately after SELECT_CASTE.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| SELECT_CASTE &lt;br /&gt;
| Creature&lt;br /&gt;
| &lt;br /&gt;
*caste name, or ALL &lt;br /&gt;
| selects a previously defined caste&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| SELECT_MATERIAL &lt;br /&gt;
| Creature&lt;br /&gt;
| &lt;br /&gt;
*Material token&lt;br /&gt;
| Selects a locally defined material. Can be ALL.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| SEMIMEGABEAST &lt;br /&gt;
| Caste&lt;br /&gt;
| &lt;br /&gt;
| Essentially the same as MEGABEAST, but more of them are created during worldgen.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| 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;
| 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&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| 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 (a llama's wool must have a LENGTH of 300 before it is shearable).&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| SKILL_LEARN_RATE&lt;br /&gt;
| Caste&lt;br /&gt;
| [[skill_token]]:percentage&lt;br /&gt;
| The rate at which this creature learns this skill.  Requires CAN_LEARN or INTELLIGENT to function.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| SKILL_LEARN_RATES&lt;br /&gt;
| Caste&lt;br /&gt;
| percentage&lt;br /&gt;
| The rate at which this creature learns all skills.  Requires CAN_LEARN or INTELLIGENT to function.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| SKILL_RATE&lt;br /&gt;
| Caste&lt;br /&gt;
| [[skill_token]]:percentage:value:value:value&lt;br /&gt;
| As SKILL_RATES for individual skills.  Requires CAN_LEARN or INTELLIGENT to function.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| SKILL_RATES&lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
*% of improvement points you get&lt;br /&gt;
*unused counter rate&lt;br /&gt;
*rust counter rate&lt;br /&gt;
*demotion counter rate&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].   [SLOW_LEARNER] changes the 100 to a 50.  Requires CAN_LEARN or INTELLIGENT to function.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| SKILL_RUST_RATE&lt;br /&gt;
| Caste&lt;br /&gt;
| [[skill_token]]:value:value:value&lt;br /&gt;
| The rate at which this skill decays. Lower values cause the skill to decay faster.  Requires CAN_LEARN or INTELLIGENT to function.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| SKILL_RUST_RATES&lt;br /&gt;
| Caste&lt;br /&gt;
| value:value:value&lt;br /&gt;
| The rate at which all skills decay. Lower values cause the skills to decay faster.  Requires CAN_LEARN or INTELLIGENT to function.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| SLOW_LEARNER &lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| Similar to [CAN_LEARN], but slower; skills are gained at a fraction of the rate. Present in the entries for ogres and giants; can be applied to civ or player races. &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| SMALL_REMAINS &lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| If a creature has this token, it'll leave &amp;quot;remains&amp;quot; instead of a corpse.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| SOLDIER_ALTTILE&lt;br /&gt;
| Creature&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;
| 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;
&lt;br /&gt;
|-&lt;br /&gt;
| SPECIFIC_FOOD&lt;br /&gt;
| Caste&lt;br /&gt;
|&lt;br /&gt;
* PLANT or CREATURE&lt;br /&gt;
* Plant/creature ID&lt;br /&gt;
| Indicates that the creature is only capable of eating a particular type of food.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| SPEECH &lt;br /&gt;
| Creature&lt;br /&gt;
| speech file &lt;br /&gt;
| Boasting speeches relating to killing this creature. Examples include dwarf.txt and elf.txt in data\speech.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| SPEECH_FEMALE&lt;br /&gt;
| Creature&lt;br /&gt;
| speech file &lt;br /&gt;
| Boasting speeches relating to killing females of this creature.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| SPEECH_MALE&lt;br /&gt;
| Creature&lt;br /&gt;
| speech file &lt;br /&gt;
| Boasting speeches relating to killing males of this creature.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| SPEED &lt;br /&gt;
| Caste&lt;br /&gt;
| value &lt;br /&gt;
| Sets the creatures' movement and work speed, 1000/[100 + SPEED X] is the resulting effect on creatures movement and work rates from default. See [[Speed]] for more information.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| SPHERE &lt;br /&gt;
| Creature&lt;br /&gt;
| &lt;br /&gt;
*sphere name &lt;br /&gt;
| Sets what religious spheres the creature is aligned to, for purposes of being worshipped via the [POWER] token. Also affects the layout of hidden fun stuff, and the creature's name.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| SPOUSE_CONVERSION_TARGET&lt;br /&gt;
| Caste&lt;br /&gt;
|&lt;br /&gt;
| This creature can be converted by a night creature with SPOUSE_CONVERTED.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| SPOUSE_CONVERTER&lt;br /&gt;
| Caste&lt;br /&gt;
|&lt;br /&gt;
| If the creature has the NIGHT_CREATURE_HUNTER tag, it will kidnap SPOUSE_CONVERSION_TARGETs and transform them into the caste of its species with the CONVERTED_SPOUSE tag during worldgen.  It may also start families this way.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| SUPERNATURAL&lt;br /&gt;
| Caste&lt;br /&gt;
| &lt;br /&gt;
| Gives the creature knowledge of any secrets with SUPERNATURAL_LEARNING_POSSIBLE that match its spheres. Other effects are unknown.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| SWIM_SPEED &lt;br /&gt;
| Caste&lt;br /&gt;
| &lt;br /&gt;
*speed &lt;br /&gt;
| How fast the creature swims. Typically 2500 (0.38 times the default speed). &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| SWIMS_INNATE &lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| The creature naturally knows how to swim, as opposed to [SWIMS_LEARNED] below. Currently, an AI bug prevents this from being useful on PC races in fortress mode. &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| SWIMS_LEARNED &lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| The creature doesn't know how to swim unless it has learned the skill. Requires [CAN_LEARN], obviously. &lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div align=&amp;quot;center&amp;quot;&amp;gt;&lt;br /&gt;
{{alphabetical TOC}}&lt;br /&gt;
&amp;lt;/div&amp;gt;&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;
| TENDONS &lt;br /&gt;
| Caste&lt;br /&gt;
| &lt;br /&gt;
* [[material token]]&lt;br /&gt;
*healing rate &lt;br /&gt;
| Defines the material and healing rate of tendons.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| THICKWEB &lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| The creature's webs can catch larger creatures.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| TISSUE &lt;br /&gt;
| Creature&lt;br /&gt;
| name &lt;br /&gt;
| Begins defining a tissue in the creature file.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| 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;
| TL_COLOR_MODIFIER &lt;br /&gt;
| Caste&lt;br /&gt;
| COLOR:freq:COLOR:freq etc &lt;br /&gt;
| Creates a list of color patterns, giving each a frequency. &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| TLCM_GENETIC_MODEL&lt;br /&gt;
| Caste&lt;br /&gt;
|&lt;br /&gt;
| tissue layer color modifier is passed to offspring genetically?&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| 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;
| 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&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| TLCM_TIMING &lt;br /&gt;
| Caste&lt;br /&gt;
| &lt;br /&gt;
*ROOT&lt;br /&gt;
*start change window years:days:end change window years:days&lt;br /&gt;
| determines the point in the creature's life where the color change begins&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| TRADE_CAPACITY &lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| How much the creature can carry when used by merchants. &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| TRAINABLE &lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| Shortcut for [TRAINABLE_HUNTING] + [TRAINABLE_WAR].&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| TRAINABLE_HUNTING &lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| Can be trained as hunting beasts by way of kennels.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| TRAINABLE_WAR &lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| Can be trained as war beasts by way of kennels.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| TRANCES &lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| Allows the creature to go into martial trances.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| TRAPAVOID &lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| The creature is immune to traps. Probably every procedurally generated megabeast has this.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| TRIGGERABLE_GROUP &lt;br /&gt;
| Creature&lt;br /&gt;
| min:max &lt;br /&gt;
| A large swarm of vermin can be disturbed, usually in Adventure mode.{{verify}}&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| 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 TISSUE_STYLE_UNIT, used in the description of the tissue layer's style.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div align=&amp;quot;center&amp;quot;&amp;gt;&lt;br /&gt;
{{alphabetical TOC}}&lt;br /&gt;
&amp;lt;/div&amp;gt;&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;
| 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 evil/good tags.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| UNDERGROUND_DEPTH &lt;br /&gt;
| Creature&lt;br /&gt;
|&lt;br /&gt;
*mindepth&lt;br /&gt;
*maxdepth &lt;br /&gt;
| Depth 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.  A single argument may be used instead of min and max.  Only magma creatures use 4 or 5 in the default raws.  Civilizations that can use underground plants or animals will only export (via the embark screen or caravans) things that available at depth 1.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| UNDERSWIM &lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| Creature swims under the water and can't be seen. Currently appears to have no effect as of 31.25.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| UNIQUE_DEMON&lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| Typically found on generated [[demon]]s; causes the game to create a single named instance of the demon which will emerge from the underworld and take over civilizations during worldgen. Cannot be specified in user-defined raws.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| 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;
&lt;br /&gt;
|-&lt;br /&gt;
| 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.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| 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.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| 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;
| 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;
| UTTERANCES &lt;br /&gt;
| Caste&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 SKULKING 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;
&amp;lt;div align=&amp;quot;center&amp;quot;&amp;gt;&lt;br /&gt;
{{alphabetical TOC}}&lt;br /&gt;
&amp;lt;/div&amp;gt;&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;
| VEGETATION &lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| unknown&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| VERMIN_BITE &lt;br /&gt;
| Caste&lt;br /&gt;
| &lt;br /&gt;
*chance of occurance{{verify}}&lt;br /&gt;
*verb (bitten, stung, etc)&lt;br /&gt;
* [[material token]]&lt;br /&gt;
| Vermin bites, and injects something.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| VERMIN_EATER&lt;br /&gt;
| Creature&lt;br /&gt;
|&lt;br /&gt;
| The vermin creature will attempt to eat exposed food. See PENETRATEPOWER. Distict from VERMIN_ROTTER.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| VERMIN_FISH &lt;br /&gt;
| Creature&lt;br /&gt;
|  &lt;br /&gt;
| The vermin appears in water and will attempt to swim around.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| 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;
| VERMIN_HATEABLE &lt;br /&gt;
| Caste&lt;br /&gt;
|&lt;br /&gt;
| Some dwarves will hate the creature and get unhappy thoughts when around it. &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| 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. I.E. Swarm of flies, swarm of ants, etc. &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| 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;
| 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;
| VERMIN_NOTRAP &lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| The creature cannot be caught in baited animal traps; however, a &amp;quot;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;
| VERMIN_ROTTER &lt;br /&gt;
| Creature&lt;br /&gt;
|  &lt;br /&gt;
| Present on flies, knuckle worms, acorn flies, and blood gnats. Probably means either the creature is attracted to rot, the creature speeds rotting, or both.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| VERMIN_SOIL &lt;br /&gt;
| Creature&lt;br /&gt;
|  &lt;br /&gt;
| The creature randomly appears near dirt or mud.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| 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;
| VERMINHUNTER &lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| Shortcut for [AT_PEACE_WITH_WILDLIFE] + [RETURNS_VERMIN_KILLS_TO_OWNER] + [HUNTS_VERMIN] + [ADOPTS_OWNER].&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| VESPERTINE &lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| Sets if the creature is active in evening.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| VIEWRANGE&lt;br /&gt;
| Caste&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;
&amp;lt;div align=&amp;quot;center&amp;quot;&amp;gt;&lt;br /&gt;
{{alphabetical TOC}}&lt;br /&gt;
&amp;lt;/div&amp;gt;&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;
| WAGON_PULLER &lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| Allows the creature to pull caravan wagons. &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| WEBBER &lt;br /&gt;
| Caste&lt;br /&gt;
| &lt;br /&gt;
* [[material token]]&lt;br /&gt;
| Allows the creature to create webs, and defines what the webs are made of.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| WEBIMMUNE &lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| The creature will not get caught in thick webs.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Attack Tokens==&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;
| ATTACK_SKILL &lt;br /&gt;
| Caste&lt;br /&gt;
| &lt;br /&gt;
*skill used ([[Skill token]])&lt;br /&gt;
| defines the attack skill used&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| ATTACK_VERB &lt;br /&gt;
| Caste&lt;br /&gt;
| 2nd person:3rd person &lt;br /&gt;
| descriptive text for the attack&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| ATTACK_CONTACT_PERC &lt;br /&gt;
| Caste&lt;br /&gt;
| &lt;br /&gt;
*% value &lt;br /&gt;
| amount of available tissue used in attack, or possibly percent chance the attack makes contact&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| ATTACK_PENETRATION_PERC &lt;br /&gt;
| Caste&lt;br /&gt;
| &lt;br /&gt;
*% value &lt;br /&gt;
| probably amount of material that makes contact when penetration is done, or possibly percent chance the attack penetrates (as in sharp items. Default is 0, so it can be left out for blunt attacks, if this is what it does)&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| ATTACK_PRIORITY &lt;br /&gt;
| Caste&lt;br /&gt;
| &lt;br /&gt;
*MAIN or SECOND &lt;br /&gt;
| use of the attack in combat. Secondary attacks are only used if main attacks are impossible.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| ATTACK_VELOCITY_MODIFIER&lt;br /&gt;
| Caste&lt;br /&gt;
| number&lt;br /&gt;
| Modifies the attack velocity.  1000 is normal, same as weapon velocity.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| ATTACK_FLAG_CANLATCH &lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| Enables an attacker to occasionally latch on with the bodypart used by an attack when an attack with this flag in its definition is made.  It will then be able to 'shake' the body part for further damage.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| ATTACK_FLAG_WITH &lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| In adventure mode, displays the name of the body part used by an attack when announcing the attack.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| ATTACK_FLAG_EDGE &lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| The attack will deal edge-type damage.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| SPECIALATTACK_INJECT_EXTRACT &lt;br /&gt;
| Caste&lt;br /&gt;
| &lt;br /&gt;
* [[material token]]&lt;br /&gt;
*state (SOLID, LIQUID, GAS)&lt;br /&gt;
*min:max&lt;br /&gt;
| attack type addition that injects a material into the victim.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| SPECIALATTACK_INTERACTION&lt;br /&gt;
| Caste&lt;br /&gt;
| interaction&lt;br /&gt;
| When this attack lands successfully, an interaction with I_SOURCE:ATTACK 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.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| SPECIALATTACK_SUCK_BLOOD&lt;br /&gt;
| Caste&lt;br /&gt;
| min:max&lt;br /&gt;
| Successful attack draws out an amount of blood randomized between the min and max value.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Important Related Tokens==&lt;br /&gt;
These next groups of tokens include several tokens that are not technically classified as creature tokens in string dump, but bear mentioning in this as they are used frequently in creature raws. (Some regular creature tokens may also be reprinted for the sake of ease of navigation)&lt;br /&gt;
&lt;br /&gt;
===Tissue Modification===&lt;br /&gt;
This next group of tokens deals setting and modifying tissue properties. (See also [[Tissue definition token]])&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;
| 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 a tissue to those selected&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| PLUS_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;
| continues a selection of tissue layers&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| 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;
| 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;
| Selects a tissue layer for descriptor and cosmetic purposes.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| SET_LAYER_TISSUE&lt;br /&gt;
| Caste&lt;br /&gt;
|&lt;br /&gt;
| Sets a tissue layer to be made of a different tissue.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| 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;
| 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;
| Presumably a counterpart to TISSUE_LAYER_UNDER (see below).&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| 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 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;
| TISSUE_LAYER_APPEARANCE_MODIFIER &lt;br /&gt;
| Caste&lt;br /&gt;
| &lt;br /&gt;
*QUALITY&lt;br /&gt;
*lowest:lower:low:median:high:higher: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;
| TISSUE_STYLE_UNIT &lt;br /&gt;
| Caste&lt;br /&gt;
| &lt;br /&gt;
*tissue&lt;br /&gt;
*shaping &lt;br /&gt;
| sets tissue to be in a certain shape, mostly used with tissues HAIR, BEARD, MOUSTACHE, SIDEBURNS.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| TL_CONNECTS&lt;br /&gt;
| Caste&lt;br /&gt;
|&lt;br /&gt;
| Presumably gives the CONNECTS attribute to selected layers.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| TL_HEALING_RATE&lt;br /&gt;
| Caste&lt;br /&gt;
|&lt;br /&gt;
| Presumably changes the HEALING_RATE of the selected tissue layers.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| TL_MAJOR_ARTERIES&lt;br /&gt;
| Caste&lt;br /&gt;
|&lt;br /&gt;
| Gives Major Artery attribute to selected layers.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| TL_PAIN_RECEPTORS&lt;br /&gt;
| Caste&lt;br /&gt;
|&lt;br /&gt;
| Seems to set new number of pain receptors for selected tissue layers.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| TL_RELATIVE_THICKNESS&lt;br /&gt;
| Caste&lt;br /&gt;
|&lt;br /&gt;
| Seems to set new relative thickness for selected tissue layers.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| TL_VASCULAR&lt;br /&gt;
| Caste&lt;br /&gt;
|&lt;br /&gt;
| Seems to set new a 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;
&lt;br /&gt;
{{Category|Modding}}&lt;br /&gt;
{{Category|Tokens}}&lt;/div&gt;</summary>
		<author><name>I2amroy</name></author>
	</entry>
	<entry>
		<id>https://dwarffortresswiki.org/index.php?title=v0.34:Wood_furnace&amp;diff=178575</id>
		<title>v0.34:Wood furnace</title>
		<link rel="alternate" type="text/html" href="https://dwarffortresswiki.org/index.php?title=v0.34:Wood_furnace&amp;diff=178575"/>
		<updated>2012-11-08T19:19:21Z</updated>

		<summary type="html">&lt;p&gt;I2amroy: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Furnace|name=Wood furnace|key=w|job=[[Wood burner]]&lt;br /&gt;
|construction=&lt;br /&gt;
* [[Fire-safe]] [[building material]] (non-[[economic]])&lt;br /&gt;
|construction_job=&lt;br /&gt;
* [[Architecture]]&lt;br /&gt;
* [[Masonry]] or [[Metalsmithing]]&lt;br /&gt;
|use=&lt;br /&gt;
* [[Wood]]&lt;br /&gt;
|production=&lt;br /&gt;
* [[Ash]]&lt;br /&gt;
* [[Charcoal]]}}&lt;br /&gt;
{{av}}{{Quality|Fine|05:48, 14 June 2010 (UTC)}}&lt;br /&gt;
&lt;br /&gt;
A '''wood furnace''' is used to convert [[wood]] into [[ash]] or [[charcoal]]. It must be built out of [[fire-safe]] materials.&lt;br /&gt;
&lt;br /&gt;
Operating a wood furnace requires the [[Wood burner|wood burning]] [[labor]] enabled.&lt;br /&gt;
&lt;br /&gt;
Building a wood furnace requires the [[architecture]] skill and a skill relevant to the material used to make the furnace ([[masonry]] for [[stone]] or stone, [[glass]] or [[soap]] [[block]]s, or any of the [[Metalsmith#Metalsmith_profession|metalworking]] skills for metal bars or metal blocks).&lt;br /&gt;
&lt;br /&gt;
[[Wood]], [[charcoal]], and [[coke]] are not an option as building materials for this workshop, as these are not [[fire-safe]] materials.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
As with all other buildings that require an architect, Dwarves will admire wood furnaces and receive a good [[thought]] if the architect had a high skill.&lt;br /&gt;
&lt;br /&gt;
{{Workshops}}&lt;/div&gt;</summary>
		<author><name>I2amroy</name></author>
	</entry>
	<entry>
		<id>https://dwarffortresswiki.org/index.php?title=v0.34:Creature_token&amp;diff=178517</id>
		<title>v0.34:Creature token</title>
		<link rel="alternate" type="text/html" href="https://dwarffortresswiki.org/index.php?title=v0.34:Creature_token&amp;diff=178517"/>
		<updated>2012-11-05T17:52:20Z</updated>

		<summary type="html">&lt;p&gt;I2amroy: /* E */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{av}}{{Quality|Exceptional}}&lt;br /&gt;
&lt;br /&gt;
A full list of all known creature tokens.&lt;br /&gt;
&lt;br /&gt;
__NOTOC__&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div align=&amp;quot;center&amp;quot;&amp;gt;&lt;br /&gt;
{{alphabetical TOC}}&lt;br /&gt;
&amp;lt;/div&amp;gt;&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;
| ADOPTS_OWNER&lt;br /&gt;
| Caste&lt;br /&gt;
|&lt;br /&gt;
| Tame creature cannot be made available for adoption, instead automatically adopting whoever it wants. It appears that the basic requirements for adoption are intact; for example, the creature is more likely to adopt an owner which likes creatures of that species.{{verify}}&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| ALCOHOL_DEPENDENT &lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| Creature needs alcohol to get through the working day.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| ALL_ACTIVE &lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| Sets if the creature is active in day, night, and twilight. Seems to be a separate value from DIURNAL/NOCTURNAL/CREPUSCULAR, rather than implying them. &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| ALTTILE &lt;br /&gt;
| Creature&lt;br /&gt;
|  &lt;br /&gt;
| If set, the creature will blink between its [TILE] and its [ALTTILE]. &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| AMBUSHPREDATOR &lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| Instead of charging relentlessly at prey, a creature with this tag will wait till the prey is within a few squares before charging.{{verify}}&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| AMPHIBIOUS &lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| Allows a creature to breathe with or without [[water]]. Implies [AQUATIC].&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| APP_MOD_DESC_RANGE&lt;br /&gt;
| Caste&lt;br /&gt;
|&lt;br /&gt;
*Range&lt;br /&gt;
| [http://www.bay12forums.com/smf/index.php?topic=60554.msg1766793#msg1766793 Forum post describing how description ranges work]&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| APP_MOD_GENETIC_MODEL&lt;br /&gt;
| Caste&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;
| APP_MOD_IMPORTANCE&lt;br /&gt;
| Caste&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;
| APP_MOD_NOUN &lt;br /&gt;
| Caste&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;
| APP_MOD_RATE &lt;br /&gt;
| Caste&lt;br /&gt;
| &lt;br /&gt;
*Rate (integer)&lt;br /&gt;
*Scale (DAILY,  YEARLY)&lt;br /&gt;
*min:max  of growth&lt;br /&gt;
*start year:start day&lt;br /&gt;
*end year: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;
| APPLY_CREATURE_VARIATION &lt;br /&gt;
| Special&lt;br /&gt;
| &lt;br /&gt;
*CV TEMPLATE NAME &lt;br /&gt;
| Loads the Creature Variation Template specified.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| APPLY_CURRENT_CREATURE_VARIATION &lt;br /&gt;
| Special&lt;br /&gt;
|  &lt;br /&gt;
| Applies loaded Creature Variation&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| AQUATIC &lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| Allows a creature to breathe underwater, but causes it to &amp;quot;drown&amp;quot; out of [[water]]. &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| ARENA_RESTRICTED &lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| Does not appear in arena mode list&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| ARTIFICIAL_HIVEABLE&lt;br /&gt;
| Creature&lt;br /&gt;
|&lt;br /&gt;
| Can be kept in artificial hives by beekeepers.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| AT_PEACE_WITH_WILDLIFE&lt;br /&gt;
| Caste&lt;br /&gt;
|&lt;br /&gt;
| Does not attack or frighten wildlife.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| ATTACK &lt;br /&gt;
| Caste&lt;br /&gt;
| &lt;br /&gt;
*token&lt;br /&gt;
*bodypart&lt;br /&gt;
*selection criteria&lt;br /&gt;
*location &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;
[ATTACK:GORE:BODYPART:BY_CATEGORY:HORN]&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;
| ATTACK_TRIGGER &lt;br /&gt;
| Caste&lt;br /&gt;
| pop:exported wealth:created wealth&lt;br /&gt;
| Specifies when a [[megabeast]] will attack the fortress.&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div align=&amp;quot;center&amp;quot;&amp;gt;&lt;br /&gt;
{{alphabetical TOC}}&lt;br /&gt;
&amp;lt;/div&amp;gt;&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;
| BABY &lt;br /&gt;
| Caste&lt;br /&gt;
| integer &lt;br /&gt;
| Age at which creature is considered a child. Default is zero. One can think of this as the duration of the baby stage.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| BABYNAME &lt;br /&gt;
| Caste&lt;br /&gt;
| singular: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 GENERAL_BABY_NAME.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| BEACH_FREQUENCY &lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| [[Whale]]s and [[Sea nettle jellyfish|jellyfish]] have this. Controls the beaching frequency of the creature. &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| BENIGN &lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| The creature will only show up in &amp;quot;tame&amp;quot; biomes. Such creatures will generally avoid dwarves, although they may chase and/or attack them if they get too close, notably including [[elephant]]s.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| 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;
| BLOOD&lt;br /&gt;
| Caste&lt;br /&gt;
| &lt;br /&gt;
* [[material token]]&lt;br /&gt;
*matter state (LIQUID, GAS, SOLID) &lt;br /&gt;
| Specifies what the creature's blood is made of.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| BLOODSUCKER&lt;br /&gt;
| Caste&lt;br /&gt;
| &lt;br /&gt;
| Seems to be required to make the creature denouncable as a creature of the night.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| BODY&lt;br /&gt;
| Caste&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. Thats all a maggot needs.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| BODY_APPEARANCE_MODIFIER &lt;br /&gt;
| Caste&lt;br /&gt;
| &lt;br /&gt;
*ATTRIBUTE&lt;br /&gt;
*lowest:lower:low:median:high:higher: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;
| BODY_DETAIL_PLAN &lt;br /&gt;
| Caste&lt;br /&gt;
| PlanName, PlanName:type:type:type:etc &lt;br /&gt;
| loads a plan 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;
| BODY_SIZE&lt;br /&gt;
| Caste&lt;br /&gt;
| years:days: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]]. His 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 he 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) he 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;
| BODYGLOSS &lt;br /&gt;
| Caste&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;
| BONECARN &lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| Creature eats bones. Implies CARNIVORE. Civilized creatures (e.g. Kobolds) with this tag tend to die out during world generation.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| BP_APPEARANCE_MODIFIER &lt;br /&gt;
| Caste&lt;br /&gt;
| &lt;br /&gt;
*QUALITY&lt;br /&gt;
*lowest:lower:low:median:high:higher: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;
| BUILDINGDESTROYER &lt;br /&gt;
| Caste&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 b + C commands. &lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div align=&amp;quot;center&amp;quot;&amp;gt;&lt;br /&gt;
{{alphabetical TOC}}&lt;br /&gt;
&amp;lt;/div&amp;gt;&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;
| CAN_DO_INTERACTION&lt;br /&gt;
| Caste&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;
| CAN_LEARN &lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| The creature gets skills and professions. Note that this token makes the creature unable to be butchered 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.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| CAN_SPEAK &lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| Can talk. Note that it is not necessary for a creature to gain social skills. If a member of a civilization (such as a pet) has this token, it'll need to eat and drink.{{verify}}&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| CANNOT_UNDEAD &lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| Alias for NOT_LIVING&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| CANOPENDOORS &lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| Allows the creature to open doors. &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| 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;
| 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;
| 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 alternate tile. Requires CASTE_TILE.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| CASTE_COLOR&lt;br /&gt;
| Caste&lt;br /&gt;
|&lt;br /&gt;
*fg&lt;br /&gt;
*bg&lt;br /&gt;
*brightness&lt;br /&gt;
| Creature tile color of the caste.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| CASTE_GLOWCOLOR&lt;br /&gt;
| Caste&lt;br /&gt;
|&lt;br /&gt;
*fg&lt;br /&gt;
*bg&lt;br /&gt;
*brightness&lt;br /&gt;
| GLOWTILE color of the caste.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| 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 glowtile&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| CASTE_NAME &lt;br /&gt;
| Caste&lt;br /&gt;
| singular:plural:adjective &lt;br /&gt;
| The name of the caste of the creature in the game.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| 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;
| alters the name of the given profession, caste-specific&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| CASTE_SOLDIER_ALTTILE&lt;br /&gt;
| Caste&lt;br /&gt;
| 'character' or tile number&lt;br /&gt;
| Creatures of this caste active in their civilization's military will blink between their default soldier tile and this one. Requires CASTE_SOLDIER_TILE.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| CASTE_SOLDIER_TILE&lt;br /&gt;
| Caste&lt;br /&gt;
| 'character' or tile number&lt;br /&gt;
| Creatures of this caste active in their civilization's military will use this tile instead.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| CASTE_SPEECH&lt;br /&gt;
| Caste&lt;br /&gt;
| speech file?&lt;br /&gt;
| Possibly a caste-specific instance of the SPEECH token&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| 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 creature tile.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| CAVE_ADAPT &lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| Gives the creature a bonus in caves. Also causes [[Cave adaptation]]. &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| CDI&lt;br /&gt;
| Caste&lt;br /&gt;
| Varies&lt;br /&gt;
| Specifies details for the preceding CAN_DO_INTERACTION token. See [[Interaction token]].&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| CHANGE_BODY_SIZE_PERC&lt;br /&gt;
| Caste&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| CHILD &lt;br /&gt;
| Caste&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 child stage. Without this token, a creature will not reproduce in Fortress mode.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| CHILDNAME &lt;br /&gt;
| Caste&lt;br /&gt;
| singular:plural &lt;br /&gt;
| Defines a new name for a creature in child state at the caste level. For non-caste-specific child names, see GENERAL_CHILD_NAME.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| 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. Certain vermin fish use this token in combination with temperate ocean and river biome tokens to perform seasonal migrations.&lt;br /&gt;
e.g. [CLUSTER_NUMBER:1:3] &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| CLUTCH_SIZE&lt;br /&gt;
| Caste&lt;br /&gt;
|&lt;br /&gt;
*min&lt;br /&gt;
*max&lt;br /&gt;
|Number of eggs laid in one sitting.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| 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;
| COLOR &lt;br /&gt;
| Creature&lt;br /&gt;
| foreground:background:brightness &lt;br /&gt;
| Color  of the creature's tile. &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| COMMON_DOMESTIC &lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| Allows the creature to be brought with immigrants and when creating a new fortress, as long as the creature also includes at least one of the following tokens: PET, PACK_ANIMAL, WAGON_PULLER, MOUNT.  In addition, the creature must be NATURAL rather than FANCIFUL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| CONVERTED_SPOUSE&lt;br /&gt;
| Caste&lt;br /&gt;
|&lt;br /&gt;
| Creatures of this caste's species with the SPOUSE_CONVERTER and NIGHT_CREATURE_HUNTER tokens will kidnap SPOUSE_CONVERSION_TARGETs of an appropriate sex and convert them into castes with CONVERTED_SPOUSE.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| COOKABLE_LIVE &lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| Set this to allow the creature to be cooked in meals without first being butchered / fishcleaned.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| CRAZED&lt;br /&gt;
| Caste&lt;br /&gt;
| &lt;br /&gt;
| Creature is 'berserk' and will attack all other creatures, except members of its own species that ALSO have the CRAZED tag.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| COPY_TAGS_FROM &lt;br /&gt;
| Special&lt;br /&gt;
| &lt;br /&gt;
*CREATURE NAME&lt;br /&gt;
| Copies tags from another specified creature.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| CREATURE_CLASS &lt;br /&gt;
| Caste&lt;br /&gt;
|&lt;br /&gt;
*classname&lt;br /&gt;
| Creature class. Can be anything, but only existing use is GENERAL_POISON. Appears to only be used for Syndromes. Supposedly can also be used for entity positions.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| CREATURE_SOLDIER_TILE&lt;br /&gt;
| Creature&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;
| CREATURE_TILE &lt;br /&gt;
| Creature&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;
| CREPUSCULAR &lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| Sets if the creature is active at twilight.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| CURIOUSBEAST_EATER &lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| Allows a creature to steal and eat edible items from a site. &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| CURIOUSBEAST_GUZZLER &lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| Allows a creature to (very quickly) drink your alcohol. Or spill the barrel to the ground. Also affects undead versions of the creature. &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| CURIOUSBEAST_ITEM &lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| Allows a creature to steal things (apparently the highest value it can find).  If the creature goes on rampages in worldgen, it will often steal items instead of attacking.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| 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;
| 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;
&amp;lt;div align=&amp;quot;center&amp;quot;&amp;gt;&lt;br /&gt;
{{alphabetical TOC}}&lt;br /&gt;
&amp;lt;/div&amp;gt;&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;
| DEMON&lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| Found on generated [[demon]]s. Cannot be specified in user-defined raws.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| DESCRIPTION &lt;br /&gt;
| Caste&lt;br /&gt;
| text &lt;br /&gt;
| A brief description of the creature type.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| DIE_WHEN_VERMIN_BITE&lt;br /&gt;
| Caste&lt;br /&gt;
|&lt;br /&gt;
| Dies upon attacking.  Used for bee stings.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| DIFFICULTY &lt;br /&gt;
| Caste&lt;br /&gt;
| integer &lt;br /&gt;
| Toady: &amp;quot;Difficulty determines how deep it places them in adventure mode/reclaim caves, and the chance that they are wounded the first few river attacks.&amp;quot; (Outdated? This particular quote referred to version .23a) Also increases experience gain during adventure mode. &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| DIURNAL &lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| Sets if the creature is active in day. &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| DIVE_HUNTS_VERMIN&lt;br /&gt;
| Caste&lt;br /&gt;
| &lt;br /&gt;
| Found on [[peregrine falcon]]s.  The creature hunts vermin by diving from the air.  May be bugged due to fortress pets remaining earthbound.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| DOES_NOT_EXIST &lt;br /&gt;
| Creature&lt;br /&gt;
|  &lt;br /&gt;
| Creature does not actually exist; used for fanciful creatures.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div align=&amp;quot;center&amp;quot;&amp;gt;&lt;br /&gt;
{{alphabetical TOC}}&lt;br /&gt;
&amp;lt;/div&amp;gt;&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;
| EBO_ITEM&lt;br /&gt;
| Caste&lt;br /&gt;
| [[item token]]:[[material token]] (ANY_HARD_STONE can be used for the material)&lt;br /&gt;
| Defines the item that the creature drops upon being butchered.  Used with EXTRA_BUTCHER_OBJECT.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| EBO_SHAPE&lt;br /&gt;
| Caste&lt;br /&gt;
| gem shape&lt;br /&gt;
| The shape of the extra item of the creature upon butchering.  Used with EXTRA_BUTCHER_OBJECT.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| EGG_MATERIAL&lt;br /&gt;
| Caste&lt;br /&gt;
|&lt;br /&gt;
* [[material token]]&lt;br /&gt;
*state (SOLID, LIQUID, or GAS)&lt;br /&gt;
| Egg material. Egg-laying creatures will 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;
| EGG_SIZE&lt;br /&gt;
| Caste&lt;br /&gt;
|&lt;br /&gt;
*size&lt;br /&gt;
| Determines the size of eggs.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| EQUIPMENT_WAGON &lt;br /&gt;
| Creature&lt;br /&gt;
|  &lt;br /&gt;
| Makes the creature into a large 3x3 creature responsible for carrying trade goods, pulled by two [WAGON_PULLER]s and driven by a merchant.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| 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;
| EVIL &lt;br /&gt;
| Creature&lt;br /&gt;
|  &lt;br /&gt;
| Creature is considered evil and will only show up in evil biomes. Has no effect on cavern creatures.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| EXTRA_BUTCHER_OBJECT&lt;br /&gt;
| Caste&lt;br /&gt;
| &lt;br /&gt;
* BY_CATEGORY, BY_TYPE, BY_TOKEN&lt;br /&gt;
* TYPE, CATEGORY, or TOKEN&lt;br /&gt;
| The creature drops an additional object when butchered (typically a gizzard stone), defined by EBO_ITEM and EBO_SHAPE.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| 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;
| EXTRAVISION &lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| Creature can see regardless of whether it has working eyes. &lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div align=&amp;quot;center&amp;quot;&amp;gt;&lt;br /&gt;
{{alphabetical TOC}}&lt;br /&gt;
&amp;lt;/div&amp;gt;&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;
| FANCIFUL &lt;br /&gt;
| Creature&lt;br /&gt;
|  &lt;br /&gt;
| Makes every civilization know about the creature. The creature won't occur in regular material preference lists. The tag also adds some art value modifiers. Used for things like dragons and other legendary creatures.  Conflicts with [COMMON_DOMESTIC]&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| FEATURE_ATTACK_GROUP&lt;br /&gt;
| Caste&lt;br /&gt;
|&lt;br /&gt;
| Found on subterranean animalmen.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| FEATURE_BEAST&lt;br /&gt;
| Caste&lt;br /&gt;
|&lt;br /&gt;
| Found on [[forgotten beast]]s. Cannot be specified in user-defined raws.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| FEMALE &lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| Inside a female caste, sets femaleness. Outside of a caste, sets all individuals female unless overridden by caste.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| FIREIMMUNE &lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| Renders a creature immune to being damaged by FIREBREATH's short range cone attack.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| FIREIMMUNE_SUPER &lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| The creature is immune to DRAGONFIREBREATH. Implies FIREIMMUNE. &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| FISHITEM &lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| Needs to be cleaned at a fishery&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| FIXED_TEMP &lt;br /&gt;
| Caste&lt;br /&gt;
| temperature &lt;br /&gt;
| The natural heat generated by the creature.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| FLEEQUICK &lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| Determines how soon a creature flees in a losing battle. Creatures with this tag will flee at the first sign of resistance.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| FLIER &lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| Allows a creature to fly. Fortress Mode pathfinding only partially incorporates pathfinding - flying dwarves 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.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| FREQUENCY &lt;br /&gt;
| Creature&lt;br /&gt;
|&lt;br /&gt;
*number, max 100&lt;br /&gt;
| Determines the chances of a creature appearing within its environment, with higher values resulting in more frequent appearance. The game effectively considers all creatures that can possibly appear and uses the FREQUENCY value as a ''weight'' - for example, if there are three creatures with frequencies 10/25/50, the creature with [FREQUENCY:50] will appear approximately 58.8% of the time. Defaults to 50 if not specified. Not to be confused with POP_RATIO.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div align=&amp;quot;center&amp;quot;&amp;gt;&lt;br /&gt;
{{alphabetical TOC}}&lt;br /&gt;
&amp;lt;/div&amp;gt;&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;
| GENERAL_BABY_NAME &lt;br /&gt;
| Creature&lt;br /&gt;
| singular:plural &lt;br /&gt;
| name at creature level&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| GENERAL_CHILD_NAME &lt;br /&gt;
| Creature&lt;br /&gt;
| singular:plural &lt;br /&gt;
| name at creature level&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| GENERAL_MATERIAL_FORCE_MULTIPLIER&lt;br /&gt;
| Caste&lt;br /&gt;
| A:B&lt;br /&gt;
| Attacks against the creature have their force modified by A/B. For example, 1:2 will halve the force of an attack made against the creature. {{verify}}&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| GENERATED&lt;br /&gt;
| Creature&lt;br /&gt;
|  &lt;br /&gt;
| Found on procedurally generated creatures like [[Forgotten beast]]s, (biome name) [[titan]]s, [[Demon]]s, and [[night creature]]s. Cannot be specified in user-defined raws.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| GETS_INFECTIONS_FROM_ROT &lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| Creature can get infections from necrotic tissue.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| GETS_WOUND_INFECTIONS &lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| Creature's wounds can become infected.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| 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 GLOWTILE of the creature.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| GLOWTILE &lt;br /&gt;
| Creature&lt;br /&gt;
| ascii character &lt;br /&gt;
| If present, the being glows in the dark (generally used for Adventure 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 CASTE_GLOWTILE instead.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| GNAWER &lt;br /&gt;
| Caste&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. Due to a bug, however, they will only escape from [[artifact]]s.{{bug|6117}}&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| GOBBLE_VERMIN_CLASS&lt;br /&gt;
| Caste&lt;br /&gt;
| class&lt;br /&gt;
| The creature eats vermin of the specified class.  &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| GOBBLE_VERMIN_CREATURE&lt;br /&gt;
| Caste&lt;br /&gt;
| creature:caste&lt;br /&gt;
| The creature eats a specified vermin.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| 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;
| 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;
| GO_TO_TAG&lt;br /&gt;
| Special&lt;br /&gt;
|  &lt;br /&gt;
| When using tags from an existing creature, inserts new tags after the specified tag.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| GOOD &lt;br /&gt;
| Creature&lt;br /&gt;
|  &lt;br /&gt;
| Creature is considered good and will only show up in good biomes, for example [[unicorn]]s. Presumably has no effect on cavern creatures.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| GRASSTRAMPLE &lt;br /&gt;
| Caste&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;
| GRAVITATE_BODY_SIZE&lt;br /&gt;
| Caste&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;
| GRAZER&lt;br /&gt;
| Caste&lt;br /&gt;
|&lt;br /&gt;
*number&lt;br /&gt;
| Animals is a grazer.  The higher the number, the less frequently it needs to eat in order to survive.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div align=&amp;quot;center&amp;quot;&amp;gt;&lt;br /&gt;
{{alphabetical TOC}}&lt;br /&gt;
&amp;lt;/div&amp;gt;&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;
| HABIT&lt;br /&gt;
| Caste&lt;br /&gt;
| type:probability&lt;br /&gt;
| Defines certain behaviors for the creature. The habit types are COLLECT_TROPHIES, COOK_PEOPLE, COOK_VERMIN, GRIND_VERMIN, COOK_BLOOD, GRIND_BONE_MEAL, EAT_BONE_PORRIDGE, USE_ANY_MELEE_WEAPON, GIANT_NEST, and COLLECT_WEALTH. These may require the creature to have a lair to work properly.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| HABIT_NUM&lt;br /&gt;
| Caste&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;.&amp;lt;sup&amp;gt;[[http://www.bay12forums.com/smf/index.php?topic=60554.msg1719248#msg1719248 source post]]&amp;lt;/sup&amp;gt; All lists of HABITs are preceded by [HABIT_NUM:TEST_ALL]&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| HAS_NERVES &lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| This makes the creature susceptible to severed motor and sensory nerves when muscles are torn in limb, grasp and stance parts. Some butchering yields nervous tissue.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| 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;
| 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;
| HOMEOTHERM &lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| Default 'NONE'. The creature's normal body [[temperature]]&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| HUNTS_VERMIN&lt;br /&gt;
| Caste&lt;br /&gt;
|&lt;br /&gt;
| Creature hunts and kills nearby vermin.&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div align=&amp;quot;center&amp;quot;&amp;gt;&lt;br /&gt;
{{alphabetical TOC}}&lt;br /&gt;
&amp;lt;/div&amp;gt;&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;
| 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 effected, if one is IMMOBILE no breeding will happen)&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| IMMOBILE_LAND &lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| The creature is immobile while on land.  Only works on AQUATIC creatures which can't breathe on land.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| IMMOLATE &lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| Will ignite, and potentially completely destroy, items the creature is standing on. Keep booze away from critters with this tag. Also gives the vermin a high chance of escaping from [[animal trap]]s and [[cage]]s made of certain materials. Due to a bug, however, they will only escape from [[artifact]]s.{{bug|6117}}&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| INTELLIGENT &lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| Shortcut for [CAN_SPEAK] + [CAN_LEARN].&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| 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, ash from ghost etc).&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| ITEMCORPSE_QUALITY &lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| The quality of an item-type corpse left behind; 5 is masterpiece-level. &lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div align=&amp;quot;center&amp;quot;&amp;gt;&lt;br /&gt;
{{alphabetical TOC}}&lt;br /&gt;
&amp;lt;/div&amp;gt;&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;
| LAIR&lt;br /&gt;
| Caste&lt;br /&gt;
| type:probability&lt;br /&gt;
| Found on megabeasts, semimegabeasts, and night creatues. The creature will seek out sites of this type and take them as lairs. The lair types are SIMPLE_BURROW, SIMPLE_MOUND, WILDERNESS_LOCATION, SHRINE, and LABYRINTH.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| LAIR_CHARACTERISTIC&lt;br /&gt;
| Caste&lt;br /&gt;
| characteristic: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;
| 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;
| LAIR_HUNTER_SPEECH&lt;br /&gt;
| Caste&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;
| LARGE_PREDATOR &lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| Will attack things that are smaller than it (like dwarves). Only one group of &amp;quot;large predators&amp;quot; will appear on any given map (possibly two groups on &amp;quot;savage&amp;quot; maps). In adventure 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;
&lt;br /&gt;
|- &lt;br /&gt;
| LARGE_ROAMING &lt;br /&gt;
| Creature&lt;br /&gt;
|  &lt;br /&gt;
| In Fortress Mode, spawns outdoors and is not a vermin creature. &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| LAYS_EGGS&lt;br /&gt;
| Caste&lt;br /&gt;
|&lt;br /&gt;
| Creature lays eggs instead of giving birth to live young.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| 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 a particular item instead of regular eggs.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| LIGAMENTS &lt;br /&gt;
| Caste&lt;br /&gt;
| &lt;br /&gt;
* [[material token]]&lt;br /&gt;
*healing rate &lt;br /&gt;
| Defines the material and healing rate of ligaments.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| LIGHT_GEN &lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| The creature will generate light, such as in adventurer mode at night. &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| 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 - included modded dwarves. &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| 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;)&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| LITTERSIZE&lt;br /&gt;
| Caste&lt;br /&gt;
| &lt;br /&gt;
* minumum&lt;br /&gt;
* maximum&lt;br /&gt;
| Determines the random chance of how many creatures are generated when giving birth. [LITTERSIZE:1:2]&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| LOCKPICKER &lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| Lets a creature open doors that are set to forbidden in Fortress Mode.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| 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;
&amp;lt;div align=&amp;quot;center&amp;quot;&amp;gt;&lt;br /&gt;
{{alphabetical TOC}}&lt;br /&gt;
&amp;lt;/div&amp;gt;&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;
| MAGICAL&lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| Unknown.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| MAGMA_VISION &lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| Creature's able to see while covered in magma. &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| MALE &lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| The species or caste is all male.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| 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.&lt;br /&gt;
Refer to [[Creature mannerism token]]s&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| MATERIAL&lt;br /&gt;
| Creature&lt;br /&gt;
|&lt;br /&gt;
*material id&lt;br /&gt;
| Begins defining a new material.{{verify}}&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| MATERIAL_FORCE_MULTIPLIER&lt;br /&gt;
| Caste&lt;br /&gt;
| &lt;br /&gt;
*[[Material token]]&lt;br /&gt;
*A:B&lt;br /&gt;
| Set the force multiplier of a specific material against the creature to A/B. For example, 10:1 multiplies the force by 10. {{verify}}&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| MATUTINAL&lt;br /&gt;
| Caste&lt;br /&gt;
| &lt;br /&gt;
| Sets if the creature is active in dawn. &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| MAXAGE &lt;br /&gt;
| Caste&lt;br /&gt;
| min:max &lt;br /&gt;
| Range of time in years in which death from old age may occur. Once a creature reaches the min value, it has a random chance each season of dying from old age. Unknown if the chance increases with further age.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| MEANDERER &lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| Gives a creature random movement. &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| MEGABEAST &lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| A 'boss' creature.  A small number of the creature 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 age names.  When appearing in Fortress Mode, they will have a pop-up message announcing their arrival.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|MENT_ATT_CAP_PERC&lt;br /&gt;
| Caste&lt;br /&gt;
|&lt;br /&gt;
*[[DF2012: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;
| MENT_ATT_RANGE &lt;br /&gt;
| Caste&lt;br /&gt;
|&lt;br /&gt;
*[[DF2012:Attribute|ATTRIBUTE]]&lt;br /&gt;
*lowest:lower:low:median:high:higher:highest &lt;br /&gt;
| Sets up a 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;
| MENT_ATT_RATES&lt;br /&gt;
| Caste&lt;br /&gt;
| &lt;br /&gt;
*[[DF2012: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;
| Mental attribute gain/decay rates. Defaults are 500:4:5:4.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| 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 milked. &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| MISCHIEVIOUS&lt;br /&gt;
| Caste&lt;br /&gt;
|&lt;br /&gt;
| Alias for MISCHIEVOUS&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| MISCHIEVOUS &lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| Will pull any levers it comes across. Also makes creature spawn invisible and with several ranks in Ambusher. &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;
| MODVALUE&lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| Seemingly no longer used.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| MOUNT &lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| Creature may be used as a mount.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| MOUNT_EXOTIC &lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| ?&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| MULTIPLE_LITTER_RARE &lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| Makes litters with more than one offspring rare. &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| 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, and determining whether a creature will attack creatures with the AT_PEACE_WITH_WILDLIFE token.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div align=&amp;quot;center&amp;quot;&amp;gt;&lt;br /&gt;
{{alphabetical TOC}}&lt;br /&gt;
&amp;lt;/div&amp;gt;&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;
| NAME &lt;br /&gt;
| Creature&lt;br /&gt;
| singular:plural:adjective &lt;br /&gt;
| The generic name for any creature of this type - will be used when distinctions between caste are unimportant. For names for specific castes, use CASTE_NAME instead. If left undefined, the creature will be labeled as &amp;quot;nothing&amp;quot; by the game.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| NATURAL &lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| Alias for NATURAL_ANIMAL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| NATURAL_ANIMAL&lt;br /&gt;
| Caste&lt;br /&gt;
| &lt;br /&gt;
| Animal is considered to be natural.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| NATURAL_SKILL&lt;br /&gt;
| Caste&lt;br /&gt;
| [[Skill_token|Skill token]]:value&lt;br /&gt;
| The creature possesses this skill at this level inherently. It begins with this skill at this level, and the skill may never rust below this level.  Requires CAN_LEARN or INTELLIGENT to function (changed in .25 or earlier that CAN_LEARN is no longer required).&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| NIGHT_CREATURE_BOGEYMAN&lt;br /&gt;
| Caste&lt;br /&gt;
|&lt;br /&gt;
| Found on bogeymen. Creatures with this tag will join other bogeymen in attacking adventurers at night, and will also adopt their other behaviors, such as vanishing in smoke upon being killed. This does not affect the creature's presence elsewhere, such as for generated megabeasts, normal creatures, entity members, etc. Setting the number of bogeyman types to zero in the world gen parameters will remove only the randomly-generated bogeymen.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| NIGHT_CREATURE_HUNTER&lt;br /&gt;
| Caste&lt;br /&gt;
|&lt;br /&gt;
| 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.  If this creature has SPOUSE_CONVERTER, 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;
This tag causes the usual behaviour of [[werebeast]]s 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.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| NO_AUTUMN  &lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| This creature caste does not appear in [[Calendar|autumn]].&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| 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;
| NO_DIZZINESS &lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| Creature cannot become dizzy&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| 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;
| NO_EAT &lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| Creature does not need to eat. &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| NO_FEVERS &lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| Creature cannot suffer fevers&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| NO_GENDER&lt;br /&gt;
| Caste&lt;br /&gt;
|&lt;br /&gt;
| Creature has no gender.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| NO_PHYS_ATT_GAIN&lt;br /&gt;
| Caste&lt;br /&gt;
|&lt;br /&gt;
| The affected caste cannot gain any physical skills.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| NO_PHYS_ATT_RUST&lt;br /&gt;
| Caste&lt;br /&gt;
| &lt;br /&gt;
| The affected caste cannot lose any physical skills.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| NO_SLEEP &lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| Creature does not need to sleep. &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| NO_SPRING &lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| This creature caste does not appear in [[Calendar|spring]].&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| NO_SUMMER &lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| This creature caste does not appear in [[Calendar|summer]].&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| NO_THOUGHT_CENTER_FOR_MOVEMENT &lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| Creature doesn't require an organ with the [THOUGHT] tag to survive or attack; generally used on creatures that don't have brains.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| NO_WINTER &lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| This creature caste does not appear in [[Calendar|winter]].&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| NOBONES &lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| Creature has no bones.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| NOBREATHE &lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| Creature doesn't need to breathe or have [BREATHE] parts in body. Cannot drown or be strangled. &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| NOCTURNAL &lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| Sets if the creature is active in night. &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| NOEMOTION &lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| The creature has no emotions, and does not rage.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| NOEXERT &lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| Creature can't become tired or over-exerted. &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| NOFEAR &lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| Creature doesn't feel fear and will never run away from battle. &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| NOMEAT &lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| Creature will not drop meat on butcher. &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| NONAUSEA &lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| Creature can't vomit.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| 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;
| NOSKIN &lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| Creature will not drop skin on butcher. &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| NOSKULL &lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| Creature will not drop skull on butcher, rot, or decay of severed head. &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| 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;
| NOSTUCKINS &lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| Weapons can't be stuck in creature. &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| NOSTUN &lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| Creature can't be stunned. Creatures with this tag never wake up from sleep in Fortress Mode and stay drowsy. If this creature must eat and drink while playing, it WILL die.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| NOT_BUTCHERABLE &lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| Cannot be butchered&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| NOT_LIVING&lt;br /&gt;
| Caste&lt;br /&gt;
| &lt;br /&gt;
| Cannot be raised from the dead.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| NOTHOUGHT &lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| Creature doesn't require a [THOUGHT] body part to survive.  If it does not have NO_THOUGHT_CENTER_FOR_MOVEMENT as well, it will be unable to use any attacks other than the default 'push'.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div align=&amp;quot;center&amp;quot;&amp;gt;&lt;br /&gt;
{{alphabetical TOC}}&lt;br /&gt;
&amp;lt;/div&amp;gt;&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;
| 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.  Used for [[Undead]].&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div align=&amp;quot;center&amp;quot;&amp;gt;&lt;br /&gt;
{{alphabetical TOC}}&lt;br /&gt;
&amp;lt;/div&amp;gt;&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;
| PACK_ANIMAL &lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| Allows the creature to be used as a pack animal. Currently only used by merchants. Also prevents creature from dropping hauled items on its own -- do not use for player-controllable creatures.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| PARALYZEIMMUNE &lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| The creature is immune to all paralyzing special attacks.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| PATTERNFLIER&lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| PEARL &lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| In earlier versions, creature would generate pearls.  Does nothing in the current version.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| PENETRATEPOWER &lt;br /&gt;
| Caste&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;
|- &lt;br /&gt;
| PERSONALITY &lt;br /&gt;
| Caste&lt;br /&gt;
| &lt;br /&gt;
*ATTRIBUTE&lt;br /&gt;
*lowest:median:highest &lt;br /&gt;
| Determines the range and chance of personality traits. Standard is 0:50:100. See [[Personality trait]] for more info.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| PET &lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| Allows the creature to be tamed. Also allows all females of the species to breed regardless of marital status.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| PET_EXOTIC &lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| The creature can be tamed, but it is much harder to tame and most civilizations have limited knowledge.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| PETVALUE &lt;br /&gt;
| Caste&lt;br /&gt;
| value &lt;br /&gt;
| How valuable a tamed animal/pet is. Actual cost in points in the embarking screen is (PETVALUE/2)+1 for an untrained animal, PETVALUE+1 for a trained(War or Hunting) one. Note that for an animal to be selectable in this screen, it must have the COMMON_DOMESTIC token. &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| PETVALUE_DIVISOR&lt;br /&gt;
| Caste&lt;br /&gt;
| value&lt;br /&gt;
| Divides the creature's PETVALUE by the specified number. Used for bees to prevent a single hive from being worth a fortune.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|PHYS_ATT_CAP_PERC&lt;br /&gt;
| Caste&lt;br /&gt;
|&lt;br /&gt;
*[[DF2012: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;
| PHYS_ATT_RANGE &lt;br /&gt;
| Caste&lt;br /&gt;
| &lt;br /&gt;
*[[DF2012:Attribute|ATTRIBUTE]]&lt;br /&gt;
*lowest:lower:low:median:high:higher:highest &lt;br /&gt;
| Sets up a 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;
| PHYS_ATT_RATES&lt;br /&gt;
| Caste&lt;br /&gt;
| &lt;br /&gt;
*[[DF2012: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;
| Physical attribute gain/decay rates. 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;
| 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 SET_BP_GROUP.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| 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 SELECT_MATERIAL.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| POP_RATIO &lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| Weighted population of caste; Lower is rarer. Not to be confused with FREQUENCY.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| POPULATION_NUMBER &lt;br /&gt;
| Creature&lt;br /&gt;
| min: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.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| POWER&lt;br /&gt;
| Caste&lt;br /&gt;
|&lt;br /&gt;
| Allows the being to represent itself as a deity. Requires CAN_SPEAK 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.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| PREFSTRING &lt;br /&gt;
| Creature&lt;br /&gt;
| string&lt;br /&gt;
| Sets what other creatures like about this creature. &amp;quot;Urist likes dwarves for their beards.&amp;quot; Multiple entries will be chosen from at random&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| 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 CASTE_PROFESSION_NAME instead.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| PRONE_TO_RAGE&lt;br /&gt;
| Caste&lt;br /&gt;
| number&lt;br /&gt;
| Small creatures with this tag will occasionally attack larger creatures on sight instead of running away; the number indicates how likely it is to do so.  They are also more likely to enter a 'rage' state during combat, increasing their offensive power.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| PUS&lt;br /&gt;
| Caste&lt;br /&gt;
| &lt;br /&gt;
* [[material token]]&lt;br /&gt;
*matter state (LIQUID, GAS, SOLID) &lt;br /&gt;
| Specifies what the creature's wounds will ooze when infected.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div align=&amp;quot;center&amp;quot;&amp;gt;&lt;br /&gt;
{{alphabetical TOC}}&lt;br /&gt;
&amp;lt;/div&amp;gt;&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;
| 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;
| REMAINS&lt;br /&gt;
| Caste&lt;br /&gt;
| singular:plural&lt;br /&gt;
| What creature's remains are called.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| REMAINS_COLOR&lt;br /&gt;
| Caste&lt;br /&gt;
|&lt;br /&gt;
| What color creature's remains are.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| REMAINS_ON_VERMIN_BITE_DEATH&lt;br /&gt;
| Caste&lt;br /&gt;
|&lt;br /&gt;
| Goes with VERMIN_BITE and DIE_WHEN_VERMIN_BITE, 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;
| REMAINS_UNDETERMINED&lt;br /&gt;
| Caste&lt;br /&gt;
|&lt;br /&gt;
| Unknown.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| REMOVE_MATERIAL &lt;br /&gt;
| Creature&lt;br /&gt;
| &lt;br /&gt;
*material token &lt;br /&gt;
| Removes a material from a creature.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| REMOVE_TISSUE&lt;br /&gt;
| Creature&lt;br /&gt;
|&lt;br /&gt;
*material token&lt;br /&gt;
| Removes a tissue from a creature.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| RETRACT_INTO_BP&lt;br /&gt;
| Caste&lt;br /&gt;
|&lt;br /&gt;
*BY_TYPE, BY_CATEGORY or BY_TOKEN&lt;br /&gt;
*TYPE, CATEGORY or TOKEN&lt;br /&gt;
| The creature will retract a body part when threatened.  It will be unable to move or attack, but enemies will only be able to attack the specified body part.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| RETURNS_VERMIN_KILLS_TO_OWNER&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
| Used with HUNTS_VERMIN, causes the creature to return killed vermin to its owner.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| ROOT_AROUND&lt;br /&gt;
| Caste&lt;br /&gt;
| &lt;br /&gt;
| Creature will occasionally root around in the grass, looking for insects.  Used for flavor in Adventure Mode, no practical effect known.&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div align=&amp;quot;center&amp;quot;&amp;gt;&lt;br /&gt;
{{alphabetical TOC}}&lt;br /&gt;
&amp;lt;/div&amp;gt;&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;
| SAVAGE &lt;br /&gt;
| Creature&lt;br /&gt;
|  &lt;br /&gt;
| The creature will only show up in &amp;quot;savage&amp;quot; biomes.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| SECRETION &lt;br /&gt;
| Caste&lt;br /&gt;
| &lt;br /&gt;
* [[material token]]&lt;br /&gt;
*Material State&lt;br /&gt;
*location secreted from (by_type, by_category, by_token)&lt;br /&gt;
*body part &lt;br /&gt;
*tissue layer &lt;br /&gt;
| creates a secreted material on given tissue on a given part of the body.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| SELECT_ADDITIONAL_CASTE&lt;br /&gt;
| Creature&lt;br /&gt;
| &lt;br /&gt;
*caste name&lt;br /&gt;
| adds an additional previously defined caste to the selection. Used immediately after SELECT_CASTE.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| SELECT_CASTE &lt;br /&gt;
| Creature&lt;br /&gt;
| &lt;br /&gt;
*caste name, or ALL &lt;br /&gt;
| selects a previously defined caste&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| SELECT_MATERIAL &lt;br /&gt;
| Creature&lt;br /&gt;
| &lt;br /&gt;
*Material token&lt;br /&gt;
| Selects a locally defined material. Can be ALL.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| SEMIMEGABEAST &lt;br /&gt;
| Caste&lt;br /&gt;
| &lt;br /&gt;
| Essentially the same as MEGABEAST, but more of them are created during worldgen.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| 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;
| 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&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| 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 (a llama's wool must have a LENGTH of 300 before it is shearable).&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| SKILL_LEARN_RATE&lt;br /&gt;
| Caste&lt;br /&gt;
| [[skill_token]]:percentage&lt;br /&gt;
| The rate at which this creature learns this skill.  Requires CAN_LEARN or INTELLIGENT to function.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| SKILL_LEARN_RATES&lt;br /&gt;
| Caste&lt;br /&gt;
| percentage&lt;br /&gt;
| The rate at which this creature learns all skills.  Requires CAN_LEARN or INTELLIGENT to function.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| SKILL_RATE&lt;br /&gt;
| Caste&lt;br /&gt;
| [[skill_token]]:percentage:value:value:value&lt;br /&gt;
| As SKILL_RATES for individual skills.  Requires CAN_LEARN or INTELLIGENT to function.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| SKILL_RATES&lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
*% of improvement points you get&lt;br /&gt;
*unused counter rate&lt;br /&gt;
*rust counter rate&lt;br /&gt;
*demotion counter rate&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].   [SLOW_LEARNER] changes the 100 to a 50.  Requires CAN_LEARN or INTELLIGENT to function.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| SKILL_RUST_RATE&lt;br /&gt;
| Caste&lt;br /&gt;
| [[skill_token]]:value:value:value&lt;br /&gt;
| The rate at which this skill decays. Lower values cause the skill to decay faster.  Requires CAN_LEARN or INTELLIGENT to function.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| SKILL_RUST_RATES&lt;br /&gt;
| Caste&lt;br /&gt;
| value:value:value&lt;br /&gt;
| The rate at which all skills decay. Lower values cause the skills to decay faster.  Requires CAN_LEARN or INTELLIGENT to function.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| SLOW_LEARNER &lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| Similar to [CAN_LEARN], but slower; skills are gained at a fraction of the rate. Present in the entries for ogres and giants; can be applied to civ or player races. &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| SMALL_REMAINS &lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| If a creature has this token, it'll leave &amp;quot;remains&amp;quot; instead of a corpse.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| SOLDIER_ALTTILE&lt;br /&gt;
| Creature&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;
| 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;
&lt;br /&gt;
|-&lt;br /&gt;
| SPECIFIC_FOOD&lt;br /&gt;
| Caste&lt;br /&gt;
|&lt;br /&gt;
* PLANT or CREATURE&lt;br /&gt;
* Plant/creature ID&lt;br /&gt;
| Indicates that the creature is only capable of eating a particular type of food.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| SPEECH &lt;br /&gt;
| Creature&lt;br /&gt;
| speech file &lt;br /&gt;
| Boasting speeches relating to killing this creature. Examples include dwarf.txt and elf.txt in data\speech.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| SPEECH_FEMALE&lt;br /&gt;
| Creature&lt;br /&gt;
| speech file &lt;br /&gt;
| Boasting speeches relating to killing females of this creature.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| SPEECH_MALE&lt;br /&gt;
| Creature&lt;br /&gt;
| speech file &lt;br /&gt;
| Boasting speeches relating to killing males of this creature.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| SPEED &lt;br /&gt;
| Caste&lt;br /&gt;
| value &lt;br /&gt;
| Sets the creatures' movement and work speed, 1000/[100 + SPEED X] is the resulting effect on creatures movement and work rates from default. See [[Speed]] for more information.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| SPHERE &lt;br /&gt;
| Creature&lt;br /&gt;
| &lt;br /&gt;
*sphere name &lt;br /&gt;
| Sets what religious spheres the creature is aligned to, for purposes of being worshipped via the [POWER] token. Also affects the layout of hidden fun stuff, and the creature's name.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| SPOUSE_CONVERSION_TARGET&lt;br /&gt;
| Caste&lt;br /&gt;
|&lt;br /&gt;
| This creature can be converted by a night creature with SPOUSE_CONVERTED.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| SPOUSE_CONVERTER&lt;br /&gt;
| Caste&lt;br /&gt;
|&lt;br /&gt;
| If the creature has the NIGHT_CREATURE_HUNTER tag, it will kidnap SPOUSE_CONVERSION_TARGETs and transform them into the caste of its species with the CONVERTED_SPOUSE tag during worldgen.  It may also start families this way.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| SUPERNATURAL&lt;br /&gt;
| Caste&lt;br /&gt;
| &lt;br /&gt;
| Gives the creature knowledge of any secrets with SUPERNATURAL_LEARNING_POSSIBLE that match its spheres. Other effects are unknown.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| SWIM_SPEED &lt;br /&gt;
| Caste&lt;br /&gt;
| &lt;br /&gt;
*speed &lt;br /&gt;
| How fast the creature swims. Typically 2500 (0.38 times the default speed). &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| SWIMS_INNATE &lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| The creature naturally knows how to swim, as opposed to [SWIMS_LEARNED] below. Currently, an AI bug prevents this from being useful on PC races in fortress mode. &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| SWIMS_LEARNED &lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| The creature doesn't know how to swim unless it has learned the skill. Requires [CAN_LEARN], obviously. &lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div align=&amp;quot;center&amp;quot;&amp;gt;&lt;br /&gt;
{{alphabetical TOC}}&lt;br /&gt;
&amp;lt;/div&amp;gt;&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;
| TENDONS &lt;br /&gt;
| Caste&lt;br /&gt;
| &lt;br /&gt;
* [[material token]]&lt;br /&gt;
*healing rate &lt;br /&gt;
| Defines the material and healing rate of tendons.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| THICKWEB &lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| The creature's webs can catch larger creatures.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| TISSUE &lt;br /&gt;
| Creature&lt;br /&gt;
| name &lt;br /&gt;
| Begins defining a tissue in the creature file.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| 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;
| TL_COLOR_MODIFIER &lt;br /&gt;
| Caste&lt;br /&gt;
| COLOR:freq:COLOR:freq etc &lt;br /&gt;
| Creates a list of color patterns, giving each a frequency. &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| TLCM_GENETIC_MODEL&lt;br /&gt;
| Caste&lt;br /&gt;
|&lt;br /&gt;
| tissue layer color modifier is passed to offspring genetically?&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| 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;
| 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&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| TLCM_TIMING &lt;br /&gt;
| Caste&lt;br /&gt;
| &lt;br /&gt;
*ROOT&lt;br /&gt;
*start change window years:days:end change window years:days&lt;br /&gt;
| determines the point in the creature's life where the color change begins&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| TRADE_CAPACITY &lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| How much the creature can carry when used by merchants. &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| TRAINABLE &lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| Shortcut for [TRAINABLE_HUNTING] + [TRAINABLE_WAR].&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| TRAINABLE_HUNTING &lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| Can be trained as hunting beasts by way of kennels.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| TRAINABLE_WAR &lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| Can be trained as war beasts by way of kennels.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| TRANCES &lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| Allows the creature to go into martial trances.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| TRAPAVOID &lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| The creature is immune to traps. Probably every procedurally generated megabeast has this.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| TRIGGERABLE_GROUP &lt;br /&gt;
| Creature&lt;br /&gt;
| min:max &lt;br /&gt;
| A large swarm of vermin can be disturbed, usually in Adventure mode.{{verify}}&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| 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 TISSUE_STYLE_UNIT, used in the description of the tissue layer's style.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div align=&amp;quot;center&amp;quot;&amp;gt;&lt;br /&gt;
{{alphabetical TOC}}&lt;br /&gt;
&amp;lt;/div&amp;gt;&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;
| 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 evil/good tags.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| UNDERGROUND_DEPTH &lt;br /&gt;
| Creature&lt;br /&gt;
|&lt;br /&gt;
*mindepth&lt;br /&gt;
*maxdepth &lt;br /&gt;
| Depth 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.  A single argument may be used instead of min and max.  Only magma creatures use 4 or 5 in the default raws.  Civilizations that can use underground plants or animals will only export (via the embark screen or caravans) things that available at depth 1.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| UNDERSWIM &lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| Creature swims under the water and can't be seen. Currently appears to have no effect as of 31.25.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| UNIQUE_DEMON&lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| Typically found on generated [[demon]]s; causes the game to create a single named instance of the demon which will emerge from the underworld and take over civilizations during worldgen. Cannot be specified in user-defined raws.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| 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;
&lt;br /&gt;
|-&lt;br /&gt;
| 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.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| 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.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| 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;
| 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;
| UTTERANCES &lt;br /&gt;
| Caste&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 SKULKING 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;
&amp;lt;div align=&amp;quot;center&amp;quot;&amp;gt;&lt;br /&gt;
{{alphabetical TOC}}&lt;br /&gt;
&amp;lt;/div&amp;gt;&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;
| VEGETATION &lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| unknown&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| VERMIN_BITE &lt;br /&gt;
| Caste&lt;br /&gt;
| &lt;br /&gt;
*chance of occurance{{verify}}&lt;br /&gt;
*verb (bitten, stung, etc)&lt;br /&gt;
* [[material token]]&lt;br /&gt;
| Vermin bites, and injects something.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| VERMIN_EATER&lt;br /&gt;
| Creature&lt;br /&gt;
|&lt;br /&gt;
| The vermin creature will attempt to eat exposed food. See PENETRATEPOWER. Distict from VERMIN_ROTTER.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| VERMIN_FISH &lt;br /&gt;
| Creature&lt;br /&gt;
|  &lt;br /&gt;
| The vermin appears in water and will attempt to swim around.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| 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;
| VERMIN_HATEABLE &lt;br /&gt;
| Caste&lt;br /&gt;
|&lt;br /&gt;
| Some dwarves will hate the creature and get unhappy thoughts when around it. &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| 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. I.E. Swarm of flies, swarm of ants, etc. &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| 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;
| 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;
| VERMIN_NOTRAP &lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| The creature cannot be caught in baited animal traps; however, a &amp;quot;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;
| VERMIN_ROTTER &lt;br /&gt;
| Creature&lt;br /&gt;
|  &lt;br /&gt;
| Present on flies, knuckle worms, acorn flies, and blood gnats. Probably means either the creature is attracted to rot, the creature speeds rotting, or both.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| VERMIN_SOIL &lt;br /&gt;
| Creature&lt;br /&gt;
|  &lt;br /&gt;
| The creature randomly appears near dirt or mud.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| 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;
| VERMINHUNTER &lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| Shortcut for [AT_PEACE_WITH_WILDLIFE] + [RETURNS_VERMIN_KILLS_TO_OWNER] + [HUNTS_VERMIN] + [ADOPTS_OWNER].&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| VESPERTINE &lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| Sets if the creature is active in evening.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| VIEWRANGE&lt;br /&gt;
| Caste&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;
&amp;lt;div align=&amp;quot;center&amp;quot;&amp;gt;&lt;br /&gt;
{{alphabetical TOC}}&lt;br /&gt;
&amp;lt;/div&amp;gt;&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;
| WAGON_PULLER &lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| Allows the creature to pull caravan wagons. &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| WEBBER &lt;br /&gt;
| Caste&lt;br /&gt;
| &lt;br /&gt;
* [[material token]]&lt;br /&gt;
| Allows the creature to create webs, and defines what the webs are made of.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| WEBIMMUNE &lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| The creature will not get caught in thick webs.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Attack Tokens==&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;
| ATTACK_SKILL &lt;br /&gt;
| Caste&lt;br /&gt;
| &lt;br /&gt;
*skill used ([[Skill token]])&lt;br /&gt;
| defines the attack skill used&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| ATTACK_VERB &lt;br /&gt;
| Caste&lt;br /&gt;
| 2nd person:3rd person &lt;br /&gt;
| descriptive text for the attack&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| ATTACK_CONTACT_PERC &lt;br /&gt;
| Caste&lt;br /&gt;
| &lt;br /&gt;
*% value &lt;br /&gt;
| amount of available tissue used in attack, or possibly percent chance the attack makes contact&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| ATTACK_PENETRATION_PERC &lt;br /&gt;
| Caste&lt;br /&gt;
| &lt;br /&gt;
*% value &lt;br /&gt;
| probably amount of material that makes contact when penetration is done, or possibly percent chance the attack penetrates (as in sharp items. Default is 0, so it can be left out for blunt attacks, if this is what it does)&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| ATTACK_PRIORITY &lt;br /&gt;
| Caste&lt;br /&gt;
| &lt;br /&gt;
*MAIN or SECOND &lt;br /&gt;
| use of the attack in combat. Secondary attacks are only used if main attacks are impossible.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| ATTACK_VELOCITY_MODIFIER&lt;br /&gt;
| Caste&lt;br /&gt;
| number&lt;br /&gt;
| Modifies the attack velocity.  1000 is normal, same as weapon velocity.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| ATTACK_FLAG_CANLATCH &lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| Enables an attacker to occasionally latch on with the bodypart used by an attack when an attack with this flag in its definition is made.  It will then be able to 'shake' the body part for further damage.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| ATTACK_FLAG_WITH &lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| In adventure mode, displays the name of the body part used by an attack when announcing the attack.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| ATTACK_FLAG_EDGE &lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| The attack will deal edge-type damage.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| SPECIALATTACK_INJECT_EXTRACT &lt;br /&gt;
| Caste&lt;br /&gt;
| &lt;br /&gt;
* [[material token]]&lt;br /&gt;
*state (SOLID, LIQUID, GAS)&lt;br /&gt;
*min:max&lt;br /&gt;
| attack type addition that injects a material into the victim.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| SPECIALATTACK_INTERACTION&lt;br /&gt;
| Caste&lt;br /&gt;
| interaction&lt;br /&gt;
| When this attack lands successfully, an interaction with I_SOURCE:ATTACK 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.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| SPECIALATTACK_SUCK_BLOOD&lt;br /&gt;
| Caste&lt;br /&gt;
| min:max&lt;br /&gt;
| Successful attack draws out an amount of blood randomized between the min and max value.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Important Related Tokens==&lt;br /&gt;
These next groups of tokens include several tokens that are not technically classified as creature tokens in string dump, but bear mentioning in this as they are used frequently in creature raws. (Some regular creature tokens may also be reprinted for the sake of ease of navigation)&lt;br /&gt;
&lt;br /&gt;
===Tissue Modification===&lt;br /&gt;
This next group of tokens deals setting and modifying tissue properties. (See also [[Tissue definition token]])&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;
| 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 a tissue to those selected&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| PLUS_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;
| continues a selection of tissue layers&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| 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;
| 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;
| Selects a tissue layer for descriptor and cosmetic purposes.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| SET_LAYER_TISSUE&lt;br /&gt;
| Caste&lt;br /&gt;
|&lt;br /&gt;
| Sets a tissue layer to be made of a different tissue.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| 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;
| 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;
| Presumably a counterpart to TISSUE_LAYER_UNDER (see below).&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| 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 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;
| TISSUE_LAYER_APPEARANCE_MODIFIER &lt;br /&gt;
| Caste&lt;br /&gt;
| &lt;br /&gt;
*QUALITY&lt;br /&gt;
*lowest:lower:low:median:high:higher: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;
| TISSUE_STYLE_UNIT &lt;br /&gt;
| Caste&lt;br /&gt;
| &lt;br /&gt;
*tissue&lt;br /&gt;
*shaping &lt;br /&gt;
| sets tissue to be in a certain shape, mostly used with tissues HAIR, BEARD, MOUSTACHE, SIDEBURNS.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| TL_CONNECTS&lt;br /&gt;
| Caste&lt;br /&gt;
|&lt;br /&gt;
| Presumably gives the CONNECTS attribute to selected layers.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| TL_HEALING_RATE&lt;br /&gt;
| Caste&lt;br /&gt;
|&lt;br /&gt;
| Presumably changes the HEALING_RATE of the selected tissue layers.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| TL_MAJOR_ARTERIES&lt;br /&gt;
| Caste&lt;br /&gt;
|&lt;br /&gt;
| Gives Major Artery attribute to selected layers.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| TL_PAIN_RECEPTORS&lt;br /&gt;
| Caste&lt;br /&gt;
|&lt;br /&gt;
| Seems to set new number of pain receptors for selected tissue layers.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| TL_RELATIVE_THICKNESS&lt;br /&gt;
| Caste&lt;br /&gt;
|&lt;br /&gt;
| Seems to set new relative thickness for selected tissue layers.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| TL_VASCULAR&lt;br /&gt;
| Caste&lt;br /&gt;
|&lt;br /&gt;
| Seems to set new a 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;
&lt;br /&gt;
{{Category|Modding}}&lt;br /&gt;
{{Category|Tokens}}&lt;/div&gt;</summary>
		<author><name>I2amroy</name></author>
	</entry>
	<entry>
		<id>https://dwarffortresswiki.org/index.php?title=v0.34:Maximizing_framerate&amp;diff=177289</id>
		<title>v0.34:Maximizing framerate</title>
		<link rel="alternate" type="text/html" href="https://dwarffortresswiki.org/index.php?title=v0.34:Maximizing_framerate&amp;diff=177289"/>
		<updated>2012-09-01T01:55:17Z</updated>

		<summary type="html">&lt;p&gt;I2amroy: /* Game Settings */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{quality|Fine|02:47, 21 May 2012 (UTC)}}&lt;br /&gt;
{{av}}&lt;br /&gt;
&lt;br /&gt;
[[File:Frames_Per_Second_Meter.png|300px|thumb|bottom|A picture of Dwarf Fortress with Frames Per Second displayed.]]&lt;br /&gt;
&lt;br /&gt;
[[Frames per second|Framerate]] is used in Dwarf Fortress to measure the speed at which the game is running. It is measured in &amp;quot;frames per second&amp;quot;, or FPS for short. To check your FPS in Dwarf Fortress, simply change [FPS:NO] to [FPS:YES] in [[init.txt]], and your FPS will be displayed on the top row of the screen.  The first number is the current frame rate, while the number in parentheses is the current graphical frame refresh rate.&lt;br /&gt;
&lt;br /&gt;
==Increasing your Framerate==&lt;br /&gt;
In general, the more stuff the game has to keep track of, the slower the game will run.  So, reducing the amount of stuff active keeps your game running fast. The below lists separate ways to improve FPS into two categories: things that don't change the game in any fundamental way, and things that do.&lt;br /&gt;
&lt;br /&gt;
===Without Game Alterations===&lt;br /&gt;
Fortress design is specific ways of building and planning, game setting changes are changes mostly in the init and init_d files that don't actually change how the game plays out.&lt;br /&gt;
&lt;br /&gt;
====Fortress Design====&lt;br /&gt;
*Using the 'dwarf drops item when the path disappears' technique pioneered by Nil Eyeglazed [http://dwarffortresswiki.org/index.php/User:Vasiln/Undump link] it is possible to eliminate bins and most stockpiles from a fort. This 'allows for near infinite item storage with almost zero impact on fps' as shown [http://dffd.wimbli.com/file.php?id=6316 here] and discussed [http://www.bay12forums.com/smf/index.php?topic=92241.msg3271945#msg3271945 forum].&lt;br /&gt;
* Fewer items inside a fort means fewer items to be [[stockpile]]d, checked for [[wear]], and so on and so forth.&lt;br /&gt;
** Use a [[Dwarven atom smasher]] to remove items, or donate them to [[Trading|passing caravans]] to be taken away.&lt;br /&gt;
** Don't dig out so much of the ground, don't build such large [[Farming|farm plot]]s, just don't generate so many items in the first place.&lt;br /&gt;
* Flowing [[water]] slows the game down.&lt;br /&gt;
** Don't build [[mist]] generators, [[Screw pump|pump stacks]], or other major water-moving projects.  If you do build them, build a [[Lever|way to switch them off]].  &lt;br /&gt;
** Don't embark on a [[river]] or [[ocean]].  Rivers aren't too bad in their natural state, because the game only needs to calculate at where the water enters and where the water leaves, more-or-less skipping the water in between.  Then you start damming them and pumping water out, and it gets worse.&lt;br /&gt;
** [[Aquifer]]s don't impose load until you start digging around in them.&lt;br /&gt;
**[[Water wheel#Perpetual motion|Dwarven water reactors]] also slow down the game, often significantly.&lt;br /&gt;
* Proper use of [[traffic]] designations will help.&lt;br /&gt;
** Setting corridors to &amp;quot;high&amp;quot; traffic, and dead-end workshop rooms next to them to &amp;quot;low&amp;quot; traffic, means the pathfinder algorithm will search more quickly along the corridor, and waste less time searching in the rooms.&lt;br /&gt;
** Changing the normal traffic weight to 1 in d_init.txt will optimize the pathfinder at the cost of High traffic zones not making a difference ([http://www.bay12forums.com/smf/index.php?topic=97763.msg2841109#msg2841109 source])&lt;br /&gt;
* Closing off unused areas with raised [[bridge]]s and locked [[door]]s can help.&lt;br /&gt;
** Reducing the area which the pathfinder algorithm has to search lets it run faster.&lt;br /&gt;
** In general the pathfinder algorithm is good about not searching irrelevant areas.  Caverns are probably the worst offender.&lt;br /&gt;
* The size of your embark site increases the amount of terrain which DF needs to keep track of.&lt;br /&gt;
** If you don't mind going vertical, try reducing your embark site from the default 4x4 squares to 3x3 or even 2x2.&lt;br /&gt;
** World size probably doesn't matter except for the size of the save files, but reducing the number of cavern layers (default of 3) will help.  You need at least 1 cavern layer to get underground [[crop|plants]], and 2 caverns to get all the underground [[tree]]s.&lt;br /&gt;
* Encountering [[HFS]] will dramatically reduce FPS AFTER you seal the breach ({{bug|1340}}). Either avoid doing so or use the work around posted in the bug report.&lt;br /&gt;
&lt;br /&gt;
====Game Settings==== &lt;br /&gt;
* G_FPS is a setting in the [[init.txt]] file.  It controls how often Dwarf Fortress redraws the screen.  It also controls how often the game checks for keyboard or mouse input.&lt;br /&gt;
** Reducing G_FPS can speed up the rest of the game.  The default choice of 50 works well, but many people reduce it down to 20 with no ill effect.&lt;br /&gt;
** Reducing G_FPS too far can make the game unresponsive and glitchy.  Some people can cope with 5;  most cannot.&lt;br /&gt;
* PRINT_MODE is another init setting.  It controls the method Dwarf Fortress uses to draw the screen.&lt;br /&gt;
** More advanced methods allow DF to make more use of OpenGL features and therefore your graphics card.  STANDARD and VBO are good starting points.&lt;br /&gt;
** More advanced methods may still have bugs.  2D is more likely to be reliable.&lt;br /&gt;
* Using creature graphics may reduce FPS. (Using a custom ASCII tileset should have no effect)&lt;br /&gt;
*PRIORITY represents how much importance the game is given when it makes a request of the CPU.  From [[init.txt]]:&lt;br /&gt;
**&amp;quot;Change this to make the dwarfort.exe process have a different priority.  From highest to lowest, the options are REALTIME, HIGH, ABOVE_NORMAL, NORMAL, BELOW_NORMAL and IDLE.&amp;quot;&lt;br /&gt;
**While it's best to run DF with no other programs in the background if FPS is an issue, giving the priority a bump or two can help speed things up regardless.&lt;br /&gt;
*TEXTURE_PARAM controls how the graphics are displayed, specifically how the color value of each pixel is smoothed.  It is LINEAR by default.  Turning this off gives the CPU one less thing to do, though the improvement in performance is so far unquantified.&lt;br /&gt;
**From [[init.txt]]: &amp;quot;Change this to NEAREST if you want the texture values to use the nearest pixel without averaging.  Change this to LINEAR if you want the texture values to be averaged over the adjacent pixels.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
===With Game Alterations===&lt;br /&gt;
All changes in this area have some effect on the game itself, use at your own discretion.&lt;br /&gt;
&lt;br /&gt;
====Game Settings====&lt;br /&gt;
*Consider running an older version of DF. 40d should run better than 2010 or 2012, and 23a, while severely lacking, should be significantly faster. *Disputed*&lt;br /&gt;
* [[Temperature]] and [[Weather]] are two more features which users may or may not notice.&lt;br /&gt;
** Disabling them, using the settings in d_init.txt, can speed things up.&lt;br /&gt;
** But then rain won't refill [[murky pool]]s, [[magma]] won't melt [[goblin]]s, etc.&lt;br /&gt;
** Disabling temperature also results in obsidian farms being unusable; as they never cool down, dwarves refuse to step on the obsidian floor, preventing the access of hauling dwarves.&lt;br /&gt;
** One user [http://www.bay12forums.com/smf/index.php?topic=86761.msg2352509#msg2352509 reported] an FPS boost from 35 to 90 upon disabling temperature. (User note: Confirmed, went from 15 FPS to 70 FPS)&lt;br /&gt;
* Each dwarf needs to keep track of where he's going.&lt;br /&gt;
** Limit the number of dwarves by setting the population cap.&lt;br /&gt;
* Each animal needs to pathfind, too.&lt;br /&gt;
** Tame animals can be put into [[cage]]s, keeping them from having anywhere to go.  Or you can butcher them.&lt;br /&gt;
* Invaders also need to pathfind.&lt;br /&gt;
** Turn off invasions using the option in [[D_init.txt]]. Or you can kill them all.&lt;br /&gt;
&lt;br /&gt;
====Mods====&lt;br /&gt;
* Disabling your Dwarven civ from wearing clothing as a mod (required regen of world) may help maintain higher fps later in the game{{bug|3942}}, if you don't mind naked dwarves running around. Alternatively, finding a way to dump excess/worn out clothing might help restore fps on existing fortresses. Requires research.&lt;br /&gt;
&lt;br /&gt;
==Mac OS X Specific==&lt;br /&gt;
Spotlight indexes files on your mac. Since DF constantly changes files, spotlight will keep indexing them using 60-70% of your CPU. Exclude DF in system preferences: spotlight's privacy settings and you can get a factor of two in FPS. This can easily provide benefits of over 30 FPS, even on multicore computers that do not need to worry about CPU.&lt;br /&gt;
&lt;br /&gt;
{{Category|Guides}}&lt;/div&gt;</summary>
		<author><name>I2amroy</name></author>
	</entry>
	<entry>
		<id>https://dwarffortresswiki.org/index.php?title=v0.34:Plant_token&amp;diff=177255</id>
		<title>v0.34:Plant token</title>
		<link rel="alternate" type="text/html" href="https://dwarffortresswiki.org/index.php?title=v0.34:Plant_token&amp;diff=177255"/>
		<updated>2012-08-30T07:46:58Z</updated>

		<summary type="html">&lt;p&gt;I2amroy: /* Crop Tokens */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{quality|Exceptional|21:01, 30 March 2011 (UTC)}}{{av}} &lt;br /&gt;
The default plants are stored in the plant_standard.txt file, while grasses are stored in plant_grasses.txt.&lt;br /&gt;
&lt;br /&gt;
==Basic Tokens==&lt;br /&gt;
These tokens are specified for all plants and define their most basic characteristics.&lt;br /&gt;
&lt;br /&gt;
{| {{prettytable}}&lt;br /&gt;
|- style='background-color:#ddd'&lt;br /&gt;
! width=&amp;quot;20%&amp;quot; | Token&lt;br /&gt;
! width=&amp;quot;20%&amp;quot; | Arguments&lt;br /&gt;
! width=&amp;quot;60%&amp;quot; | Description&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| NAME&lt;br /&gt;
| &lt;br /&gt;
*name&lt;br /&gt;
| The singular form of the plants name as seen in game.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| NAME_PLURAL&lt;br /&gt;
| &lt;br /&gt;
*name&lt;br /&gt;
| The plural form of the plants name as seen in game.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| 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;
| 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;
| 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;
| MATERIAL&lt;br /&gt;
| &lt;br /&gt;
*material_name&lt;br /&gt;
| Starts defining a new local plant material with the given name and '''no''' properties.{{verify}}&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| USE_MATERIAL&lt;br /&gt;
| &lt;br /&gt;
*material_name&lt;br /&gt;
*old_material&lt;br /&gt;
| Starts defining a new local plant material with the given name and using the properties of another local plant material.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| USE_MATERIAL_TEMPLATE&lt;br /&gt;
| &lt;br /&gt;
*material_name&lt;br /&gt;
*template_name&lt;br /&gt;
| Starts defining a new local plant material with the given name and using the properties of the specified material template.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| BASIC_MAT&lt;br /&gt;
| &lt;br /&gt;
* [[Material token|material]]&lt;br /&gt;
| Sets the basic material of the plant. According to Toady, you can use other materials (for instance, iron) but the game may hiccup on plants that aren't structurally plants. For crops, said material should have [STRUCTURAL_PLANT_MAT] to permit proper stockpiling. Generally, this should be &amp;quot;LOCAL_PLANT_MAT:material_name&amp;quot;, using a material defined using MATERIAL, USE_MATERIAL, or USE_MATERIAL_TEMPLATE.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Environment Tokens==&lt;br /&gt;
These tokens, also applicable to all plants, specify where the plants grow.&lt;br /&gt;
&lt;br /&gt;
{| {{prettytable}}&lt;br /&gt;
|- style='background-color:#ddd'&lt;br /&gt;
! width=&amp;quot;20%&amp;quot; | Token&lt;br /&gt;
! width=&amp;quot;20%&amp;quot; | Arguments&lt;br /&gt;
! width=&amp;quot;60%&amp;quot; | Description&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| 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 available at depth 1. Defaults to 0:0 (surface only).&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| 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;
| 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;
| 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;
| 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.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| WET&lt;br /&gt;
|  &lt;br /&gt;
| Allows the plant to grow near water features.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| DRY&lt;br /&gt;
|  &lt;br /&gt;
| Allows the plant to grow away from water features.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| 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;
==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;
| TREE&lt;br /&gt;
| &lt;br /&gt;
* [[Material token|material]]&lt;br /&gt;
| Makes the plant into a [[tree]]. Cutting down the tree will yield logs made of this material.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| AUTUMNCOLOR&lt;br /&gt;
| &lt;br /&gt;
| Makes the tree turn yellow, orange, and red in Autumn, then lose its leaves in Winter.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| TREE_TILE&lt;br /&gt;
| &lt;br /&gt;
*tile&lt;br /&gt;
| The tile used for the tree on the map. May be a number or a character inside apostrophes. Defaults to 24 (↑).&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| DEAD_TREE_TILE&lt;br /&gt;
| &lt;br /&gt;
*tile&lt;br /&gt;
| The tile used for (un)dead trees of this type. Defaults to 198 (╞).&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| 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;
| 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;
| 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;
| 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;
| 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;
| 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;
| SAPLING_DROWN_LEVEL&lt;br /&gt;
| &lt;br /&gt;
*depth&lt;br /&gt;
| The water depth at which saplings of this tree will drown. Exact behavior is unknown. Defaults to 4.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| 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;
| 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;
==Crop Tokens==&lt;br /&gt;
These tokens are used only for plantable crops and harvestable shrubs.&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;
| SPRING&lt;br /&gt;
|  &lt;br /&gt;
| Allows the plant to grow during spring.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| SUMMER&lt;br /&gt;
|  &lt;br /&gt;
| Allows the plant to grow during summer.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| AUTUMN&lt;br /&gt;
|  &lt;br /&gt;
| Allows the plant to grow during autumn.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| WINTER&lt;br /&gt;
|  &lt;br /&gt;
| Allows the plant to grow during winter.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| GROWDUR&lt;br /&gt;
| &lt;br /&gt;
*time&lt;br /&gt;
| How long the plant takes to grow. See [[Time]]. Defaults to 300.  There are 1008 GROWDUR units in a season.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| VALUE&lt;br /&gt;
| &lt;br /&gt;
*value&lt;br /&gt;
| Has no effect as of version 34.11. Previously set the value of the harvested plant.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| PICKED_TILE&lt;br /&gt;
| &lt;br /&gt;
*tile&lt;br /&gt;
| The tile used when harvested. May either be a number or letter within apostrophes(confirm?). See [[Main:character table|character table]]. Defaults to 231 (τ).&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| DEAD_PICKED_TILE&lt;br /&gt;
| &lt;br /&gt;
*tile&lt;br /&gt;
| The tile used when a harvested plant has wilted. Defaults to 169 (⌐).&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| SHRUB_TILE&lt;br /&gt;
| &lt;br /&gt;
*tile&lt;br /&gt;
| What tile is used for shrubs bearing this plant. Can be either a number or a character inside apostrophes. Defaults to 34 (&amp;quot;).&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| DEAD_SHRUB_TILE&lt;br /&gt;
| &lt;br /&gt;
*tile&lt;br /&gt;
| What tile is used for dead shrubs that once bore this plant. Can be either a number or a character inside apostrophes. Defaults to 34 (&amp;quot;).&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| CLUSTERSIZE&lt;br /&gt;
| &lt;br /&gt;
*size&lt;br /&gt;
| The maximum stack size collected when gathered via herbalism. Defaults to 5.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| 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 in farms. Defaults to 2:0:0 (dark green).&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| 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 wilted. Defaults to 0:0:1 (dark gray).&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| SHRUB_COLOR&lt;br /&gt;
| &lt;br /&gt;
*foreground&lt;br /&gt;
*background&lt;br /&gt;
*bright&lt;br /&gt;
| The [[color]] of shrubs bearing this plant. Defaults to 2:0:0 (dark green).&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| DEAD_SHRUB_COLOR&lt;br /&gt;
| &lt;br /&gt;
*foreground&lt;br /&gt;
*background&lt;br /&gt;
*bright&lt;br /&gt;
|The [[color]] of dead shrubs that bore this plant. Defaults to 6:0:0 (brown).&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| SHRUB_DROWN_LEVEL&lt;br /&gt;
| &lt;br /&gt;
*depth&lt;br /&gt;
| The water depth at which shrubs of this plant will drown. Exact behavior is unknown. Defaults to 4.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| DRINK&lt;br /&gt;
| &lt;br /&gt;
* [[Material token|material]]&lt;br /&gt;
| Permits brewing the plant into [[alcohol]] made of this material. Said material should have [ALCOHOL_PLANT] to permit proper stockpiling.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| 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. Said material should have [POWDER_MISC_PLANT] to permit proper stockpiling.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| 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. Said material should have [THREAD_PLANT] to permit proper stockpiling.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| 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;
| LEAVES&lt;br /&gt;
| &lt;br /&gt;
*name&lt;br /&gt;
*name_plural&lt;br /&gt;
*tile&lt;br /&gt;
*foreground&lt;br /&gt;
*background&lt;br /&gt;
*bright&lt;br /&gt;
*wilt_foreground&lt;br /&gt;
*wilt_background&lt;br /&gt;
*wilt_bright&lt;br /&gt;
*[[Material token|material]]&lt;br /&gt;
| Permits processing the plant into a [[bag]] at a [[farmer's workshop]] to yield leaves made of this material and having these properties. Said material should have [LEAF_MAT] to permit proper stockpiling.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| 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;
| 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;
| 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;
| GRASS&lt;br /&gt;
| &lt;br /&gt;
| Makes the plant behave as a type of grass.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| GRASS_TILES&lt;br /&gt;
|&lt;br /&gt;
*tile&lt;br /&gt;
*tile&lt;br /&gt;
*tile&lt;br /&gt;
*tile&lt;br /&gt;
| Specifies the 4 tiles used to represent grass of this type. If VARIED_GROUND_TILES is disabled in d_init.txt, these are seemingly ignored. Defaults to 46:44:96:39 (.,`').&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| 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;
| 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;
| 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;/div&gt;</summary>
		<author><name>I2amroy</name></author>
	</entry>
	<entry>
		<id>https://dwarffortresswiki.org/index.php?title=v0.34:Body_token&amp;diff=170607</id>
		<title>v0.34:Body token</title>
		<link rel="alternate" type="text/html" href="https://dwarffortresswiki.org/index.php?title=v0.34:Body_token&amp;diff=170607"/>
		<updated>2012-04-28T03:54:20Z</updated>

		<summary type="html">&lt;p&gt;I2amroy: Alphabetized tokens by first letter.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{quality|Fine|00:14, 23 November 2010 (UTC)}}{{av}}&lt;br /&gt;
&lt;br /&gt;
'''Body tokens''' are one of the fundamental parts of creatures, and determine their bodily structure.  There are two major types of body tokens: ''body templates'' (BODY) and ''body parts'' (BP).&lt;br /&gt;
&lt;br /&gt;
A creature uses the [[creature token#B|BODY creature token]] to list all of the body templates it includes.  Each part listed in each template is then included in the creature.  In other words: a creature lists the ''body templates'' it is made of.  Each ''body template'' contains a set of ''body parts''.  Each ''body part'' specifies which other body part it is attached to.&lt;br /&gt;
&lt;br /&gt;
Body parts can connect specifically to another body part, or generally to any body part of a certain category.  These connections are handled by the CON and CONTYPE body part tokens respectively.&lt;br /&gt;
&lt;br /&gt;
Body parts can be renamed with a bodygloss, allowing someone to reuse an existing template instead of defining a similar template with only the names of the body parts changed.&lt;br /&gt;
&lt;br /&gt;
{| {{prettytable}}&lt;br /&gt;
|- bgcolor=&amp;quot;#999999&amp;quot;&lt;br /&gt;
! Token&lt;br /&gt;
! Arguments&lt;br /&gt;
! Description&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| APERTURE&lt;br /&gt;
| &lt;br /&gt;
| Marks body part as an opening in the body. This body part cannot be destroyed except by destroying the part it is attached to.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| BP&lt;br /&gt;
|&lt;br /&gt;
*ID&lt;br /&gt;
*name&lt;br /&gt;
*pluralized name&lt;br /&gt;
| &amp;quot;STP stands for &amp;quot;Standard Plural&amp;quot; and it just adds an 's' to the singular word to save some typing.  If you don't add something in that slot, the body part won't even load.&amp;quot; --Toady.  Note that this can cause confusing issues when porting from 40d to 2010.  Make sure you add your pluralizations!&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| BREATHE&lt;br /&gt;
| &lt;br /&gt;
| Body part is used to breathe. If all body parts with [BREATHE] are damaged or destroyed, the creature will suffocate unless it has the NOBREATHE tag in its creature def.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| CON&lt;br /&gt;
| &lt;br /&gt;
*value&lt;br /&gt;
| Connects the body part to a specific other body part&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| CON_CAT&lt;br /&gt;
| &lt;br /&gt;
*value&lt;br /&gt;
| Connects the body part to all other body parts having the specified CATEGORY&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| CONTYPE&lt;br /&gt;
| &lt;br /&gt;
*value&lt;br /&gt;
| Connects the body part to all other body parts having the specified type token. Valid values are UPPERBODY, LOWERBODY, HEAD, GRASP, or STANCE.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| CIRCULATION&lt;br /&gt;
| &lt;br /&gt;
| Body part is responsible for blood circulation. Exact effects not known.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| CONNECTOR&lt;br /&gt;
| &lt;br /&gt;
| Body part is used to connect other body parts together. Used for the neck and lower spine.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| CATEGORY&lt;br /&gt;
| &lt;br /&gt;
*ID&lt;br /&gt;
| Assigns the body part to a user-defined category. Used by CON_CAT to attach to other body parts.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| DEFAULT_RELSIZE&lt;br /&gt;
| &lt;br /&gt;
*Size&lt;br /&gt;
| This command establishes the relative size of body parts within a creature.  The numbers have no absolute meaning or units.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| DIGIT&lt;br /&gt;
| &lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| EMBEDDED&lt;br /&gt;
| &lt;br /&gt;
| Body part with this tag is on the surface of parent body part. ie: eye and mouth on head. It can be gouged.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| FLIER&lt;br /&gt;
| &lt;br /&gt;
| Flags the body part as being need for flight.  Damage to a certain number of FLIER body parts will prevent the creature from flying.  Note that a creature can only fly if the creature has the FLIER tag in its creature definition, and that a flying creature does not actually need any FLIER body parts.  This tags only purpose is to identify body parts which will cause a creature to '''lose''' the ability to fly, if they are damaged.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| GRASP&lt;br /&gt;
| &lt;br /&gt;
| Creature can wield a picked-up weapon with body part, and can use the part to initiate a wider variety of wrestling moves. When creatures are spawned with a weapon and shield, one GRASP part will hold a weapon while '''all others''' will hold shields.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| GUTS&lt;br /&gt;
| &lt;br /&gt;
| Body parts marked with this tag make the creature nauseous and vomit when hit.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| HEAD&lt;br /&gt;
| &lt;br /&gt;
| Flags the body part as being able to wear head clothing like hats, helms, etc. If all heads are chopped off, the creature dies. Multiple heads '''are''' redundant - for example, [[hydra]]s can survive with several missing heads.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| HEAR&lt;br /&gt;
| &lt;br /&gt;
| Body part is used to hear. No known effects.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| INDIVIDUAL_NAME&lt;br /&gt;
| &lt;br /&gt;
*name&lt;br /&gt;
*plural&lt;br /&gt;
| Adding individual names tells the game what to call each individual part in a NUMBERed bodypart.  This command replaces &amp;quot;first upper front tooth&amp;quot; for example.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| INTERNAL&lt;br /&gt;
|&lt;br /&gt;
| Marks the body part as inside the body. Needs [SMALL] tag as well to not be targetable by attacks.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| JOINT&lt;br /&gt;
| &lt;br /&gt;
| Body part is a joint that may be broken by wrestling.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| LIMB&lt;br /&gt;
| &lt;br /&gt;
| Body part is a limb.  It can be used to initiate certain types of wrestling moves.  If it is located between an UPPERBODY part and a GRASP body part, it is eligible to be covered by certain types of armor (body armors and gauntlets).  If it is located between a LOWERBODY part and a STANCE body part, it is eligible to be covered by other types of armor (Leg armors like pants, etc; trailing body armors like mail shirts and robes; and high boots).&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| LOWERBODY&lt;br /&gt;
| &lt;br /&gt;
| Flags the body part as being able to wear lower body clothing like skirts, pants, etc.  If a lower body is chopped off, the creature dies.  Multiple lowerbody parts aren't redundant.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| LEFT&lt;br /&gt;
| &lt;br /&gt;
| Marks body part as on the left side of the body and vulnerable to attacks from the left. Used in conjunction with tags in the b_detail_plan_default raw.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| MOUTH&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| NUMBER&lt;br /&gt;
| &lt;br /&gt;
*value&lt;br /&gt;
| In theory, the number lets you stack identical body parts.  These can be individually damaged by wounds, but you don't have to define them explicitly one by one.  If you don't give them individual names (see teeth) they'll be preceded by ordinal numbers (first, second, etc).  &lt;br /&gt;
HOWEVER, this tag appears to be non-functional.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| NERVOUS&lt;br /&gt;
| &lt;br /&gt;
| Body part is necessary for motor function. Damage will impair movement and also disallow creature from sparring in Fortress mode.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| RIGHT&lt;br /&gt;
| &lt;br /&gt;
| Marks body part as on the right side of the body and vulnerable to attacks from the right. Used in conjunction with tags in the b_detail_plan_default raw.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| SKELETON&lt;br /&gt;
| &lt;br /&gt;
| Body part is part of the creature's skeleton.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| STANCE&lt;br /&gt;
| &lt;br /&gt;
| Allows the creature to stand. Damage or loss of these body parts will cause creature to fall over.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| SIGHT&lt;br /&gt;
| &lt;br /&gt;
| Body part is used to see with.  If the creature has no SIGHT body parts, or if all its sight body parts are damaged or destroyed, it can't see unless it has the EXTRAVISION tag in its creature def.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| SMELL&lt;br /&gt;
| &lt;br /&gt;
| Body part is used to smell. No known function. (could possibly control reactions to miasma in fortress mode?)&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| SMALL&lt;br /&gt;
| &lt;br /&gt;
| &amp;quot;SMALL means that the part isn't displayed as part of the overall displayed body part lists.  They can't be splinted.  They are more often targeted for torture (although those situations might not occur anymore).  They are removed in skeletons if they aren't specifically skeletons/joints/digits/apertures.  They are more easily lost in world gen duels.  They are the only gougable/pinchable parts.  SMALL is an old tag, so it has accumulated some weird functions which'll get split off over time. &amp;quot; --Toady&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| SOCKET&lt;br /&gt;
| &lt;br /&gt;
| Allows the body part to be easily knocked out. Used on teeth.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| THROAT&lt;br /&gt;
| &lt;br /&gt;
| Body part can be strangled.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| THOUGHT&lt;br /&gt;
| &lt;br /&gt;
| Most creatures die if all bodyparts with this tag have sustained damage to a FUNCTIONAL tissue or been outright destroyed (chopped off).  Creatures will not die if they have NO_THOUGHT_CENTER_FOR_MOVEMENT (and/or NOTHOUGHT?)&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| TOTEMABLE&lt;br /&gt;
| &lt;br /&gt;
| Makes the body part makeable into totems at a craftsdwarf's workshop.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| UPPERBODY&lt;br /&gt;
| &lt;br /&gt;
| Flags the body part as being able to wear upper body clothing like coats, breastplates etc.  If an upper body is chopped off, the creature dies.  Multiple upperbody parts aren't redundant.  All default creatures with bodies have the upperbody as the root of the body tree, making it impossible to chop off.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| UNDER_PRESSURE&lt;br /&gt;
| &lt;br /&gt;
| Makes the body part pop out of edge attack wounds. Used on guts. Body part shows up as &amp;quot;~&amp;quot; when spilled/popped out.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| VERMIN_BUTCHER_ITEM&lt;br /&gt;
| &lt;br /&gt;
| Allows the item to be obtained from butchered or rotted vermin.&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{{Category|Modding}}&lt;br /&gt;
{{Category|Tokens}}&lt;/div&gt;</summary>
		<author><name>I2amroy</name></author>
	</entry>
	<entry>
		<id>https://dwarffortresswiki.org/index.php?title=v0.34:Creature_token&amp;diff=168744</id>
		<title>v0.34:Creature token</title>
		<link rel="alternate" type="text/html" href="https://dwarffortresswiki.org/index.php?title=v0.34:Creature_token&amp;diff=168744"/>
		<updated>2012-03-27T18:35:30Z</updated>

		<summary type="html">&lt;p&gt;I2amroy: /* D */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{av}}{{Quality|Exceptional}}&lt;br /&gt;
&lt;br /&gt;
A full list of all known creature tokens.&lt;br /&gt;
&lt;br /&gt;
__NOTOC__&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div align=&amp;quot;center&amp;quot;&amp;gt;&lt;br /&gt;
{{alphabetical TOC}}&lt;br /&gt;
&amp;lt;/div&amp;gt;&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;
| ADOPTS_OWNER&lt;br /&gt;
| Caste&lt;br /&gt;
|&lt;br /&gt;
| Tame creature cannot be made available for adoption, instead automatically adopting whoever it wants. It appears that the basic requirements for adoption are intact; for example, the creature is more likely to adopt an owner which likes creatures of that species.{{verify}}&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| ALCOHOL_DEPENDENT &lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| Creature needs alcohol to get through the working day.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| ALL_ACTIVE &lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| Sets if the creature is active in day, night, and twilight. Seems to be a separate value from DIURNAL/NOCTURNAL/CREPUSCULAR, rather than implying them. &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| ALTTILE &lt;br /&gt;
| Creature&lt;br /&gt;
|  &lt;br /&gt;
| If set, the creature will blink between its [TILE] and its [ALTTILE]. &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| AMBUSHPREDATOR &lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| Instead of charging relentlessly at prey, a creature with this tag will wait till the prey is within a few squares before charging.{{verify}}&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| AMPHIBIOUS &lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| Allows a creature to breathe with or without [[water]]. Implies [AQUATIC].&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| APP_MOD_DESC_RANGE&lt;br /&gt;
| Caste&lt;br /&gt;
|&lt;br /&gt;
*Range&lt;br /&gt;
| [http://www.bay12forums.com/smf/index.php?topic=60554.msg1766793#msg1766793 Forum post describing how description ranges work]&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| APP_MOD_GENETIC_MODEL&lt;br /&gt;
| Caste&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;
| APP_MOD_IMPORTANCE&lt;br /&gt;
| Caste&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;
| APP_MOD_NOUN &lt;br /&gt;
| Caste&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;
| APP_MOD_RATE &lt;br /&gt;
| Caste&lt;br /&gt;
| &lt;br /&gt;
*Rate (integer)&lt;br /&gt;
*Scale (DAILY,  YEARLY)&lt;br /&gt;
*min:max  of growth&lt;br /&gt;
*start year:start day&lt;br /&gt;
*end year: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;
| APPLY_CREATURE_VARIATION &lt;br /&gt;
| Special&lt;br /&gt;
| &lt;br /&gt;
*CV TEMPLATE NAME &lt;br /&gt;
| Loads the Creature Variation Template specified.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| APPLY_CURRENT_CREATURE_VARIATION &lt;br /&gt;
| Special&lt;br /&gt;
|  &lt;br /&gt;
| Applies loaded Creature Variation&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| AQUATIC &lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| Allows a creature to breathe underwater, but causes it to &amp;quot;drown&amp;quot; out of [[water]]. &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| ARENA_RESTRICTED &lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| Does not appear in arena mode list&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| ARTIFICIAL_HIVEABLE&lt;br /&gt;
| Creature&lt;br /&gt;
|&lt;br /&gt;
| Can be kept in artificial hives by beekeepers.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| AT_PEACE_WITH_WILDLIFE&lt;br /&gt;
| Caste&lt;br /&gt;
|&lt;br /&gt;
| Does not attack or frighten wildlife.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| ATTACK &lt;br /&gt;
| Caste&lt;br /&gt;
| &lt;br /&gt;
*token&lt;br /&gt;
*bodypart&lt;br /&gt;
*selection criteria&lt;br /&gt;
*location &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;
[ATTACK:GORE:BODYPART:BY_CATEGORY:HORN]&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;
| ATTACK_TRIGGER &lt;br /&gt;
| Caste&lt;br /&gt;
| pop:exported wealth:created wealth&lt;br /&gt;
| Specifies when a [[megabeast]] will attack the fortress.&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div align=&amp;quot;center&amp;quot;&amp;gt;&lt;br /&gt;
{{alphabetical TOC}}&lt;br /&gt;
&amp;lt;/div&amp;gt;&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;
| BABY &lt;br /&gt;
| Caste&lt;br /&gt;
| integer &lt;br /&gt;
| Age at which creature is considered a child. Default is zero. One can think of this as the duration of the baby stage.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| BABYNAME &lt;br /&gt;
| Caste&lt;br /&gt;
| singular: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 GENERAL_BABY_NAME.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| BEACH_FREQUENCY &lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| [[Whale]]s and [[Sea nettle jellyfish|jellyfish]] have this. Controls the beaching frequency of the creature. &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| BENIGN &lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| The creature will only show up in &amp;quot;tame&amp;quot; biomes. Such creatures will generally avoid dwarves, although they may chase and/or attack them if they get too close, notably including [[elephant]]s.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| 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;
| BLOOD&lt;br /&gt;
| Caste&lt;br /&gt;
| &lt;br /&gt;
* [[material token]]&lt;br /&gt;
*matter state (LIQUID, GAS, SOLID) &lt;br /&gt;
| Specifies what the creature's blood is made of.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| BLOODSUCKER&lt;br /&gt;
| Caste&lt;br /&gt;
| &lt;br /&gt;
| ?&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| BODY&lt;br /&gt;
| Caste&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. Thats all a maggot needs.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| BODY_APPEARANCE_MODIFIER &lt;br /&gt;
| Caste&lt;br /&gt;
| &lt;br /&gt;
*ATTRIBUTE&lt;br /&gt;
*lowest:lower:low:median:high:higher: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;
| BODY_DETAIL_PLAN &lt;br /&gt;
| Caste&lt;br /&gt;
| PlanName, PlanName:type:type:type:etc &lt;br /&gt;
| loads a plan 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;
| BODY_SIZE&lt;br /&gt;
| Caste&lt;br /&gt;
| years:days:size &lt;br /&gt;
| sets up size at a given time. Size is in cubic centimeters (milliliters), 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]]. His birth size would be 10000 (10000 mL, ~10 kg). With 1 year and 168 days he would be 50000 tall (~50 kg). As an adult (with 12 years) he would weight roughly 220 kg&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| BODYGLOSS &lt;br /&gt;
| Caste&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;
| BONECARN &lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| Creature 'eats' bones. Eating bones makes their happiness go up, but can cause death (suffocation){{verify}}. Implies CARNIVORE. Civilized creatures (ex. Kobolds) with this tag tend to die out during world generation.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| BP_APPEARANCE_MODIFIER &lt;br /&gt;
| Caste&lt;br /&gt;
| &lt;br /&gt;
*QUALITY&lt;br /&gt;
*lowest:lower:low:median:high:higher: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;
| BUILDINGDESTROYER &lt;br /&gt;
| Caste&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 b + C commands. &lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div align=&amp;quot;center&amp;quot;&amp;gt;&lt;br /&gt;
{{alphabetical TOC}}&lt;br /&gt;
&amp;lt;/div&amp;gt;&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;
| CAN_DO_INTERACTION&lt;br /&gt;
| Caste&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;
| CAN_LEARN &lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| The creature gets skills and professions. Note that this token makes the creature unable to be butchered 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.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| CAN_SPEAK &lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| Can talk. Note that it is not necessary for a creature to gain social skills. If a member of a civilization (such as a pet) has this token, it'll need to eat and drink.{{verify}}&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| CANNOT_UNDEAD &lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| Alias for NOT_LIVING&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| CANOPENDOORS &lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| Allows the creature to open doors. &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| CARNIVORE &lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| Creature ''only'' eats meat. Note that carnivorous species will not be able to survive worldgen if they do not also have NO_EAT.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| 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;
| 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 alternate tile. Expects CASTE_TILE&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| CASTE_COLOR&lt;br /&gt;
| Caste&lt;br /&gt;
|&lt;br /&gt;
*fg&lt;br /&gt;
*bg&lt;br /&gt;
*brightness&lt;br /&gt;
| Creature tile color of the caste.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| CASTE_GLOWCOLOR&lt;br /&gt;
| Caste&lt;br /&gt;
|&lt;br /&gt;
*fg&lt;br /&gt;
*bg&lt;br /&gt;
*brightness&lt;br /&gt;
| GLOWTILE color of the caste.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| 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 glowtile&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| CASTE_NAME &lt;br /&gt;
| Caste&lt;br /&gt;
| singular:plural:adjective &lt;br /&gt;
| The name of the caste of the creature in the game.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| 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;
| alters the name of the given profession, caste-specific&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| CASTE_SOLDIER_ALTTILE&lt;br /&gt;
| Caste&lt;br /&gt;
| 'character' or tile number&lt;br /&gt;
| Creatures of this caste active in their civilization's military will blink between their default tile and this one.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| CASTE_SOLDIER_TILE&lt;br /&gt;
| Caste&lt;br /&gt;
| 'character' or tile number&lt;br /&gt;
| Creatures of this caste active in their civilization's military will use this tile instead.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| CASTE_SPEECH&lt;br /&gt;
| Caste&lt;br /&gt;
| speech file?&lt;br /&gt;
| Possibly a caste-specific instance of the SPEECH token&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| 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 creature tile.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| CAVE_ADAPT &lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| Gives the creature a bonus in caves. Also causes [[Cave adaptation]]. &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| CDI&lt;br /&gt;
| Caste&lt;br /&gt;
| Varies&lt;br /&gt;
| Specifies details for the preceding CAN_DO_INTERACTION token. See [[Interaction token]].&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| CHANGE_BODY_SIZE_PERC&lt;br /&gt;
| Caste&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| CHILD &lt;br /&gt;
| Caste&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 child stage. Without this token, a creature will not reproduce in Fortress mode.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| CHILDNAME &lt;br /&gt;
| Caste&lt;br /&gt;
| singular:plural &lt;br /&gt;
| Defines a new name for a creature in child state at the caste level. For non-caste-specific child names, see GENERAL_CHILD_NAME.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| 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. Certain vermin fish use this token in combination with temperate ocean and river biome tokens to perform seasonal migrations.&lt;br /&gt;
e.g. [CLUSTER_NUMBER:1:3] &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| CLUTCH_SIZE&lt;br /&gt;
| Caste&lt;br /&gt;
|&lt;br /&gt;
*min&lt;br /&gt;
*max&lt;br /&gt;
|Number of eggs laid in one sitting.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| 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;
| COLOR &lt;br /&gt;
| Creature&lt;br /&gt;
| foreground:background:brightness &lt;br /&gt;
| Color  of the creature's tile. &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| COMMON_DOMESTIC &lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| Allows the creature to be brought with immigrants and when creating a new fortress, as long as the creature also includes at least one of the following tokens: PET, PACK_ANIMAL, WAGON_PULLER, MOUNT.  In addition, the creature must be NATURAL rather than FANCIFUL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| CONVERTED_SPOUSE&lt;br /&gt;
| Caste&lt;br /&gt;
|&lt;br /&gt;
| Creatures of this caste's species with the SPOUSE_CONVERTER and NIGHT_CREATURE_HUNTER tokens will kidnap SPOUSE_CONVERSION_TARGETs of an appropriate sex and convert them into castes with CONVERTED_SPOUSE.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| COOKABLE_LIVE &lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| Set this to allow the creature to be cooked in meals without first being butchered / fishcleaned.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| CRAZED&lt;br /&gt;
| Caste&lt;br /&gt;
| &lt;br /&gt;
| Attacks all creatures, including undead and inorganic ones.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| COPY_TAGS_FROM &lt;br /&gt;
| Special&lt;br /&gt;
| &lt;br /&gt;
*CREATURE NAME&lt;br /&gt;
| Copies tags from another specified creature.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| CREATURE_CLASS &lt;br /&gt;
| Caste&lt;br /&gt;
|&lt;br /&gt;
*classname&lt;br /&gt;
| Creature class. Can be anything, but only existing use is GENERAL_POISON. Appears to only be used for Syndromes. Supposedly can also be used for entity positions.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| CREATURE_SOLDIER_TILE&lt;br /&gt;
| Creature&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;
| CREATURE_TILE &lt;br /&gt;
| Creature&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;
| CREPUSCULAR &lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| Sets if the creature is active at twilight.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| CURIOUSBEAST_EATER &lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| Allows a creature to steal and eat edible items from a site. &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| CURIOUSBEAST_GUZZLER &lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| Allows a creature to (very quickly) drink your alcohol. Or spill the barrel to the ground. Also affects undead versions of the creature. &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| CURIOUSBEAST_ITEM &lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| Allows a creature to steal things (apparently the highest value it can find). Semimegabeast thievery is in Legends mode. Lightweight creatures can probably steal heavy items.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| 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;
| 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;
&amp;lt;div align=&amp;quot;center&amp;quot;&amp;gt;&lt;br /&gt;
{{alphabetical TOC}}&lt;br /&gt;
&amp;lt;/div&amp;gt;&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;
| DEMON&lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| Found on generated [[demon]]s. Cannot be specified in user-defined raws.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| DESCRIPTION &lt;br /&gt;
| Caste&lt;br /&gt;
| text &lt;br /&gt;
| A brief description of the creature type.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| DIE_WHEN_VERMIN_BITE&lt;br /&gt;
| Caste&lt;br /&gt;
|&lt;br /&gt;
| Dies upon attacking.  Used for bee stings.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| DIFFICULTY &lt;br /&gt;
| Caste&lt;br /&gt;
| integer &lt;br /&gt;
| Toady: &amp;quot;Difficulty determines how deep it places them in adventure mode/reclaim caves, and the chance that they are wounded the first few river attacks.&amp;quot; (Outdated? This particular quote referred to version .23a) Also increases experience gain during adventure mode. &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| DIURNAL &lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| Sets if the creature is active in day. &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| DIVE_HUNTS_VERMIN&lt;br /&gt;
| Caste&lt;br /&gt;
| &lt;br /&gt;
| Found on [[peregrine falcons]].  The creature hunts vermin by diving from the air.  May be bugged due to fortress pets remaining earthbound.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| DOES_NOT_EXIST &lt;br /&gt;
| Creature&lt;br /&gt;
|  &lt;br /&gt;
| Creature does not actually exist; used for fanciful creatures.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div align=&amp;quot;center&amp;quot;&amp;gt;&lt;br /&gt;
{{alphabetical TOC}}&lt;br /&gt;
&amp;lt;/div&amp;gt;&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;
| EBO_ITEM&lt;br /&gt;
| Caste&lt;br /&gt;
| [[item token]]:[[material token]] (ANY_HARD_STONE can be used for the material)&lt;br /&gt;
| Defines the item that the creature drops upon being butchered.  Used with EXTRA_BUTCHER_OBJECT.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| EBO_SHAPE&lt;br /&gt;
| Caste&lt;br /&gt;
| gem shape&lt;br /&gt;
| The shape of the extra item of the creature upon butchering.  Used with EXTRA_BUTCHER_OBJECT.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| EGG_MATERIAL&lt;br /&gt;
| Caste&lt;br /&gt;
|&lt;br /&gt;
* [[material token]]&lt;br /&gt;
*state (SOLID, LIQUID, or GAS)&lt;br /&gt;
| Egg material. Egg-laying creatures will 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;
| EGG_SIZE&lt;br /&gt;
| Caste&lt;br /&gt;
|&lt;br /&gt;
*size&lt;br /&gt;
| Determines how long it takes for eggs to hatch{{verify}}. The larger the number, the longer it takes.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| EQUIPMENT_WAGON &lt;br /&gt;
| Creature&lt;br /&gt;
|  &lt;br /&gt;
| Makes the creature into a large 3x3 creature responsible for carrying trade goods, pulled by two [WAGON_PULLER]s and driven by a merchant.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| 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;
| EVIL &lt;br /&gt;
| Creature&lt;br /&gt;
|  &lt;br /&gt;
| Creature is considered evil and will only show up in evil biomes. Has no effect on cavern creatures.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| EXTRA_BUTCHER_OBJECT&lt;br /&gt;
| Caste&lt;br /&gt;
| &lt;br /&gt;
* BY_CATEGORY, BY_TYPE, BY_TOKEN&lt;br /&gt;
* TYPE, CATEGORY, or TOKEN&lt;br /&gt;
| The creature drops an additional object when butchered (typically a gizzard stone), defined by EBO_ITEM and EBO_SHAPE.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| 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;
| EXTRAVISION &lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| Creature can see regardless of whether it has working eyes. &lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div align=&amp;quot;center&amp;quot;&amp;gt;&lt;br /&gt;
{{alphabetical TOC}}&lt;br /&gt;
&amp;lt;/div&amp;gt;&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;
| FANCIFUL &lt;br /&gt;
| Creature&lt;br /&gt;
|  &lt;br /&gt;
| Makes every civilization know about the creature. The creature won't occur in regular material preference lists. The tag also adds some art value modifiers. Used for things like dragons and other legendary creatures.  Conflicts with [COMMON_DOMESTIC]&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| FEATURE_ATTACK_GROUP&lt;br /&gt;
| Caste&lt;br /&gt;
|&lt;br /&gt;
| Found on subterranean animalmen.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| FEATURE_BEAST&lt;br /&gt;
| Caste&lt;br /&gt;
|&lt;br /&gt;
| Found on [[forgotten beast]]s. Cannot be specified in user-defined raws.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| FEMALE &lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| Inside a female caste, sets femaleness. Outside of a caste, sets all individuals female unless overridden by caste.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| FIREIMMUNE &lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| Renders a creature immune to being damaged by FIREBREATH's short range cone attack.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| FIREIMMUNE_SUPER &lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| The creature is immune to DRAGONFIREBREATH. Implies FIREIMMUNE. &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| FISHITEM &lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| Needs to be cleaned at a fishery&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| FIXED_TEMP &lt;br /&gt;
| Caste&lt;br /&gt;
| temperature &lt;br /&gt;
| The natural heat generated by the creature.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| FLEEQUICK &lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| Determines how soon a creature flees in a losing battle. Creatures with this tag will flee at the first sign of resistance.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| FLIER &lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| Allows a creature to fly. Fortress Mode pathfinding only partially incorporates pathfinding - flying dwarves 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.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| FREQUENCY &lt;br /&gt;
| Creature&lt;br /&gt;
|&lt;br /&gt;
*number, max 100&lt;br /&gt;
| Determines the time between creature spawns in Fortress Mode. Higher is more occurrences per time unit. Creatures without a frequency statement default to 50. Almost all others have either [FREQUENCY:5] or [FREQUENCY:100]. Not to be confused with POP_RATIO&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div align=&amp;quot;center&amp;quot;&amp;gt;&lt;br /&gt;
{{alphabetical TOC}}&lt;br /&gt;
&amp;lt;/div&amp;gt;&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;
| GENERAL_BABY_NAME &lt;br /&gt;
| Creature&lt;br /&gt;
| singular:plural &lt;br /&gt;
| name at creature level&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| GENERAL_CHILD_NAME &lt;br /&gt;
| Creature&lt;br /&gt;
| singular:plural &lt;br /&gt;
| name at creature level&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| GENERAL_MATERIAL_FORCE_MULTIPLIER&lt;br /&gt;
| Caste&lt;br /&gt;
| A:B&lt;br /&gt;
| Attacks against the creature have their force modified by A/B. For example, 1:2 will halve the force of an attack made against the creature. {{verify}}&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| GENERATED&lt;br /&gt;
| Creature&lt;br /&gt;
|  &lt;br /&gt;
| Found on procedurally generated creatures like [[Forgotten beast]]s, (biome name) [[titan]]s, [[Demon]]s, and [[night creature]]s. Cannot be specified in user-defined raws.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| GETS_INFECTIONS_FROM_ROT &lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| Creature can get infections from necrotic tissue.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| GETS_WOUND_INFECTIONS &lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| Creature's wounds can become infected.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| 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 GLOWTILE of the creature.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| GLOWTILE &lt;br /&gt;
| Creature&lt;br /&gt;
| ascii character &lt;br /&gt;
| If present, the being glows in the dark (generally used for Adventure 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 CASTE_GLOWTILE instead.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| GNAWER &lt;br /&gt;
| Caste&lt;br /&gt;
| verb&lt;br /&gt;
| The creature chews on food barrels and bags. The verb is past tense, for example [GNAWER:gnawed].&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| GOBBLE_VERMIN_CLASS&lt;br /&gt;
| Caste&lt;br /&gt;
| class&lt;br /&gt;
| The creature eats vermin of the specified caste.  &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| GOBBLE_VERMIN_CREATURE&lt;br /&gt;
| Caste&lt;br /&gt;
| creature:caste&lt;br /&gt;
| The creature eats a specified vermin.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| 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;
| 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;
| GO_TO_TAG&lt;br /&gt;
| Special&lt;br /&gt;
|  &lt;br /&gt;
| When using tags from an existing creature, inserts new tags after the specified tag.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| GOOD &lt;br /&gt;
| Creature&lt;br /&gt;
|  &lt;br /&gt;
| Creature is considered good and will only show up in good biomes, for example [[unicorn]]s. Presumably has no effect on cavern creatures.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| GRASSTRAMPLE &lt;br /&gt;
| Caste&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;
| GRAVITATE_BODY_SIZE&lt;br /&gt;
| Caste&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;
| GRAZER&lt;br /&gt;
| Caste&lt;br /&gt;
|&lt;br /&gt;
*number&lt;br /&gt;
| Animals is a grazer.  The higher the number, the less frequently it needs to eat in order to survive.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div align=&amp;quot;center&amp;quot;&amp;gt;&lt;br /&gt;
{{alphabetical TOC}}&lt;br /&gt;
&amp;lt;/div&amp;gt;&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;
| HABIT&lt;br /&gt;
| Caste&lt;br /&gt;
| type:probability&lt;br /&gt;
| Defines certain behaviors for the creature. The habit types are COLLECT_TROPHIES, COOK_PEOPLE, COOK_VERMIN, GRIND_VERMIN, COOK_BLOOD, GRIND_BONE_MEAL, EAT_BONE_PORRIDGE, USE_ANY_MELEE_WEAPON, GIANT_NEST, and COLLECT_WEALTH. These may require the creature to have a lair to work properly.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| HABIT_NUM&lt;br /&gt;
| Caste&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;.&amp;lt;sup&amp;gt;[[http://www.bay12forums.com/smf/index.php?topic=60554.msg1719248#msg1719248 source post]]&amp;lt;/sup&amp;gt; All lists of HABITs are preceded by [HABIT_NUM:TEST_ALL]&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| HAS_NERVES &lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| This makes the creature susceptible to severed motor and sensory nerves when muscles are torn in limb, grasp and stance parts. Some butchering yields nervous tissue.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| 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;
| 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;
| HOMEOTHERM &lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| Default 'NONE'. The creature's normal body [[temperature]]&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| HUNTS_VERMIN&lt;br /&gt;
| Caste&lt;br /&gt;
|&lt;br /&gt;
| Creature hunts and kills nearby vermin.&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div align=&amp;quot;center&amp;quot;&amp;gt;&lt;br /&gt;
{{alphabetical TOC}}&lt;br /&gt;
&amp;lt;/div&amp;gt;&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;
| IMMOBILE&lt;br /&gt;
| Caste&lt;br /&gt;
| &lt;br /&gt;
| The creature cannot move.  Found on [[sponge]]s.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| IMMOBILE_LAND &lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| The creature is immobile while on land.  Only works on AQUATIC creatures which can't breathe on land.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| IMMOLATE &lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| Will ignite, and potentially completely destroy, items the creature is standing on. Keep booze away from critters with this tag. &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| INTELLIGENT &lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| Shortcut for [CAN_SPEAK] + [CAN_LEARN].&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| 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, ash from ghost etc).&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| ITEMCORPSE_QUALITY &lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| The quality of an item-type corpse left behind; 5 is masterpiece-level. &lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div align=&amp;quot;center&amp;quot;&amp;gt;&lt;br /&gt;
{{alphabetical TOC}}&lt;br /&gt;
&amp;lt;/div&amp;gt;&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;
| LAIR&lt;br /&gt;
| Caste&lt;br /&gt;
| type:probability&lt;br /&gt;
| Found on megabeasts, semimegabeasts, and night creatues. The creature will seek out sites of this type and take them as lairs. The lair types are SIMPLE_BURROW, SIMPLE_MOUND, WILDERNESS_LOCATION, SHRINE, and LABYRINTH.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| LAIR_CHARACTERISTIC&lt;br /&gt;
| Caste&lt;br /&gt;
| characteristic: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;
| 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;
| LAIR_HUNTER_SPEECH&lt;br /&gt;
| Caste&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;
| LARGE_PREDATOR &lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| Will attack things that are smaller than it (like dwarves). Only one group of &amp;quot;large predators&amp;quot; will appear on any given map (possibly two groups on &amp;quot;savage&amp;quot; maps). In adventure mode, large predators will try to ambush and attack you (and your party will attack them back). 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;
&lt;br /&gt;
|- &lt;br /&gt;
| LARGE_ROAMING &lt;br /&gt;
| Creature&lt;br /&gt;
|  &lt;br /&gt;
| In Fortress Mode, spawns outdoors and is not a vermin creature. &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| LAYS_EGGS&lt;br /&gt;
| Caste&lt;br /&gt;
|&lt;br /&gt;
| Creature lays eggs instead of giving birth to live young.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| 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 a particular item instead of regular eggs.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| LIGAMENTS &lt;br /&gt;
| Caste&lt;br /&gt;
| &lt;br /&gt;
* [[material token]]&lt;br /&gt;
*healing rate &lt;br /&gt;
| Defines the material and healing rate of ligaments.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| LIGHT_GEN &lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| The creature will generate light, such as in adventurer mode at night. &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| 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 - included modded dwarves. &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| 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;)&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| LITTERSIZE&lt;br /&gt;
| Caste&lt;br /&gt;
| &lt;br /&gt;
* minumum&lt;br /&gt;
* maximum&lt;br /&gt;
| Determines the random chance of how many creatures are generated when giving birth. [LITTERSIZE:1:2]&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| LOCKPICKER &lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| Lets a creature open doors that are set to forbidden in Fortress Mode.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| 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;
&amp;lt;div align=&amp;quot;center&amp;quot;&amp;gt;&lt;br /&gt;
{{alphabetical TOC}}&lt;br /&gt;
&amp;lt;/div&amp;gt;&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;
| MAGICAL&lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| Unknown.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| MAGMA_VISION &lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| Creature's able to see while covered in magma. &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| MALE &lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| The species or caste is all male.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| 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.&lt;br /&gt;
Refer to [[Creature mannerism token]]s&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| MATERIAL&lt;br /&gt;
| Creature&lt;br /&gt;
|&lt;br /&gt;
*material id&lt;br /&gt;
| Begins defining a new material.{{verify}}&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| MATERIAL_FORCE_MULTIPLIER&lt;br /&gt;
| Caste&lt;br /&gt;
| *[[Material token]]&lt;br /&gt;
*A:B&lt;br /&gt;
| Set the force multiplier of a specific material against the creature to A/B. For example, 10:1 multiplies the force by 10. {{verify}}&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| MATUTINAL&lt;br /&gt;
| Caste&lt;br /&gt;
| &lt;br /&gt;
| Sets if the creature is active in dawn. &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| MAXAGE &lt;br /&gt;
| Caste&lt;br /&gt;
| min:max &lt;br /&gt;
| Range of time in years in which death from old age may occur. Once a creature reaches the min value, it has a random chance each season of dying from old age. Unknown if the chance increases with further age.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| MEANDERER &lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| Gives a creature random movement. &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| MEGABEAST &lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| Appears on fortress territory in Fortress Mode occasionally. Can also be worshipped.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|MENT_ATT_CAP_PERC&lt;br /&gt;
| Caste&lt;br /&gt;
|&lt;br /&gt;
*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;
| MENT_ATT_RANGE &lt;br /&gt;
| Caste&lt;br /&gt;
|&lt;br /&gt;
*ATTRIBUTE&lt;br /&gt;
*lowest:lower:low:median:high:higher:highest &lt;br /&gt;
| Sets up a 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;
| MENT_ATT_RATES&lt;br /&gt;
| Caste&lt;br /&gt;
| &lt;br /&gt;
*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;
| Mental attribute gain/decay rates. Defaults are 500:4:5:4.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| 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 milked. &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| MISCHIEVIOUS&lt;br /&gt;
| Caste&lt;br /&gt;
|&lt;br /&gt;
| Alias for MISCHIEVOUS&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| MISCHIEVOUS &lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| Will pull any levers it comes across. Also makes creature spawn invisible and with several ranks in Ambusher. &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;
| MODVALUE&lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| Seemingly no longer used - holdover from previous versions.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| MOUNT &lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| Creature may be used as a mount.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| MOUNT_EXOTIC &lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| You need the Dungeon master noble to mount the creature. &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| MULTIPLE_LITTER_RARE &lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| Makes litters with more than one offspring rare. &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| 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, and determining whether a creature will attack creatures with the AT_PEACE_WITH_WILDLIFE token.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div align=&amp;quot;center&amp;quot;&amp;gt;&lt;br /&gt;
{{alphabetical TOC}}&lt;br /&gt;
&amp;lt;/div&amp;gt;&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;
| NAME &lt;br /&gt;
| Creature&lt;br /&gt;
| singular:plural:adjective &lt;br /&gt;
| The generic name for any creature of this type - will be used when distinctions between caste are unimportant. For names for specific castes, use CASTE_NAME instead.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| NATURAL &lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| Alias for NATURAL_ANIMAL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| NATURAL_ANIMAL&lt;br /&gt;
| Caste&lt;br /&gt;
| &lt;br /&gt;
| Animal is considered to be natural.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| NATURAL_SKILL&lt;br /&gt;
| Caste&lt;br /&gt;
| skill:value&lt;br /&gt;
| The creature possesses this skill at this level inherently. It begins with this skill at this level, and the skill may never rust below this level.  Requires CAN_LEARN or INTELLIGENT to function (changed in .25 or earlier that CAN_LEARN is no longer required).&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| NIGHT_CREATURE_BOGEYMAN&lt;br /&gt;
| Caste&lt;br /&gt;
|&lt;br /&gt;
| Found on bogeymen. Creatures with this tag will join other bogeymen in attacking adventurers at night, and will also adopt their other behaviors, such as vanishing in smoke upon being killed. This does not affect the creature's presence elsewhere, such as for generated megabeasts, normal creatures, entity members, etc. Setting the number of night creatures to zero in the world gen parameters will remove only the randomly-generated bogeymen.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| NIGHT_CREATURE_HUNTER&lt;br /&gt;
| Caste&lt;br /&gt;
|&lt;br /&gt;
| If this creature has SPOUSE_CONVERTER, it will actively attempt to seek out potential conversion targets, abduct them, and convert them. Night creatures will seek out one SPOUSE_CONVERSION_TARGET &amp;lt;s&amp;gt;of the opposite sex&amp;lt;/s&amp;gt;(seems to choose anyone of any sex of the caste/s that have the CONVERTED_SPOUSE tag), convert them, and then have children with them(if possible). NIGHT_CREATURE_HUNTERs without SPOUSE_CONVERTER will not be placed. Setting the number of night creatures to zero in the world gen parameters will remove only the randomly-generated night creatures.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| NO_AUTUMN  &lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| does not appear this season.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| 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;
| NO_DIZZINESS &lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| Creature cannot become dizzy&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| 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;
| NO_EAT &lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| Creature does not need to eat. &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| NO_FEVERS &lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| Creature cannot suffer fevers&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| NO_GENDER&lt;br /&gt;
| Caste&lt;br /&gt;
|&lt;br /&gt;
| Creature has no gender.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| NO_PHYS_ATT_GAIN&lt;br /&gt;
| Caste&lt;br /&gt;
| ?&lt;br /&gt;
| ?&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| NO_PHYS_ATT_RUST&lt;br /&gt;
| Caste&lt;br /&gt;
| ?&lt;br /&gt;
| ?&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| NO_SLEEP &lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| Creature does not need to sleep. &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| NO_SPRING &lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| does not appear this season.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| NO_SUMMER &lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| does not appear this season.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| NO_THOUGHT_CENTER_FOR_MOVEMENT &lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| Creature doesn't require an organ with the [THOUGHT] tag to survive; generally used on creatures that don't have brains.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| NO_WINTER &lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| does not appear this season.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| NOBONES &lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| Creature has no bones.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| NOBREATHE &lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| Creature doesn't need to breathe or have [BREATHE] parts in body. Cannot drown or be strangled. &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| NOCTURNAL &lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| Sets if the creature is active in night. &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| NOEMOTION &lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| The creature has no emotions, and does not rage.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| NOEXERT &lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| Creature can't become tired or over-exerted. &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| NOFEAR &lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| Creature doesn't feel fear and will never run away from battle. &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| NOMEAT &lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| Creature will not drop meat on butcher. &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| NONAUSEA &lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| Creature can't vomit.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| 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;
| NOSKIN &lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| Creature will not drop skin on butcher. &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| NOSKULL &lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| Creature will not drop skull on butcher, rot, or decay of severed head. &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| 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;
| NOSTUCKINS &lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| Weapons can't be stuck in creature. &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| NOSTUN &lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| Creature can't be stunned. Creatures with this tag never wake up from sleep in Fortress Mode and stay drowsy. If this creature must eat and drink while playing, it WILL die.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| NOT_BUTCHERABLE &lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| Cannot be butchered&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| NOT_LIVING&lt;br /&gt;
| Caste&lt;br /&gt;
| &lt;br /&gt;
| Cannot be raised from the dead.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| NOTHOUGHT &lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| Creature doesn't think, or doesn't require a [BRAIN] body part. &lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div align=&amp;quot;center&amp;quot;&amp;gt;&lt;br /&gt;
{{alphabetical TOC}}&lt;br /&gt;
&amp;lt;/div&amp;gt;&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;
| 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.  Used for [[Undead]].&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div align=&amp;quot;center&amp;quot;&amp;gt;&lt;br /&gt;
{{alphabetical TOC}}&lt;br /&gt;
&amp;lt;/div&amp;gt;&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;
| PACK_ANIMAL &lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| Allows the creature to be used as a pack animal. Currently only used by merchants. Also prevents creature from dropping hauled items on its own -- do not use for player-controllable creatures.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| PARALYZEIMMUNE &lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| The creature is immune to all paralyzing special attacks.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| PATTERNFLIER&lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| PEARL &lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| Creature will generate pearls. &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| PENETRATEPOWER &lt;br /&gt;
| Caste&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. Wood and cloth objects roll a 0-9 and if it's greater than the penetrate power, their contents escape for the time being. Other objects roll a 0-99. &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| PERSONALITY &lt;br /&gt;
| Caste&lt;br /&gt;
| &lt;br /&gt;
*ATTRIBUTE&lt;br /&gt;
*lowest:median:highest &lt;br /&gt;
| Determines the range and chance of personality traits. Standard is 0:50:100. See [[Personality trait]] for more info.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| PET &lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| Allows the creature to be tamed. Also allows all females of the species to breed regardless of marital status.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| PET_EXOTIC &lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| You need a Dungeon master noble in your fortress for the creature to be tamable (but any Animal trainer can do the taming). &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| PETVALUE &lt;br /&gt;
| Caste&lt;br /&gt;
| value &lt;br /&gt;
| How valuable a tamed animal/pet is. Actual cost in points in the embarking screen is (PETVALUE/2)+1 for an untrained animal, PETVALUE+1 for a trained(War or Hunting) one. Note that for an animal to be selectable in this screen, it must have the COMMON_DOMESTIC token. &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| PETVALUE_DIVISOR&lt;br /&gt;
| Caste&lt;br /&gt;
| value&lt;br /&gt;
| Divides the creature's PETVALUE by the specified number. Used for bees to prevent a single hive from being worth a fortune.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|PHYS_ATT_CAP_PERC&lt;br /&gt;
| Caste&lt;br /&gt;
|&lt;br /&gt;
*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;
| PHYS_ATT_RANGE &lt;br /&gt;
| Caste&lt;br /&gt;
| &lt;br /&gt;
*ATTRIBUTE&lt;br /&gt;
*lowest:lower:low:median:high:higher:highest &lt;br /&gt;
| Sets up a 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;
| PHYS_ATT_RATES&lt;br /&gt;
| Caste&lt;br /&gt;
| &lt;br /&gt;
*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;
| Physical attribute gain/decay rates. 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;
| 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 SET_BP_GROUP.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| 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 SELECT_MATERIAL.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| POP_RATIO &lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| Weighted population of caste; Lower is rarer. Not to be confused with FREQUENCY.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| POPULATION_NUMBER &lt;br /&gt;
| Creature&lt;br /&gt;
| min:max &lt;br /&gt;
| old guess: &amp;quot;The minimum/maximum numbers of how many of these creatures can show up on a map per year.&amp;quot;&amp;lt;br&amp;gt;Toady: &amp;quot;Pop number is the number per square of the region, I think.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| POWER&lt;br /&gt;
| Caste&lt;br /&gt;
|&lt;br /&gt;
|Allows the being to represent itself as a deity. Requires CAN_SPEAK to actually do anything more than settle at a location.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| PREFSTRING &lt;br /&gt;
| Creature&lt;br /&gt;
| string&lt;br /&gt;
| Sets what other creatures like about this creature. &amp;quot;Urist likes dwarves for their beards.&amp;quot; Multiple entries will be chosen from at random&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| 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 CASTE_PROFESSION_NAME instead.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| PRONE_TO_RAGE&lt;br /&gt;
| Caste&lt;br /&gt;
| number&lt;br /&gt;
| Untested effect, though it clearly affects how likely a creature is to become enraged. Number may be percentage chance of becoming enraged during combat.  As described in file_changes.txt, creatures with this token &amp;quot;follow its normal behavior, but flip out on occasion, higher rate = more flipping out&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| PUS&lt;br /&gt;
| Caste&lt;br /&gt;
| &lt;br /&gt;
* [[material token]]&lt;br /&gt;
*matter state (LIQUID, GAS, SOLID) &lt;br /&gt;
| Specifies what the creature's wounds will ooze when infected.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div align=&amp;quot;center&amp;quot;&amp;gt;&lt;br /&gt;
{{alphabetical TOC}}&lt;br /&gt;
&amp;lt;/div&amp;gt;&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;
| 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;
| REMAINS&lt;br /&gt;
| Caste&lt;br /&gt;
| singular:plural&lt;br /&gt;
| What creature's remains are called.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| REMAINS_COLOR&lt;br /&gt;
| Caste&lt;br /&gt;
|&lt;br /&gt;
| What color creature's remains are.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| REMAINS_ON_VERMIN_BITE_DEATH&lt;br /&gt;
| Caste&lt;br /&gt;
|&lt;br /&gt;
| Leaves remains when its attack causes it to die?  Seems to go with DIE_WHEN_VERMIN_BITE.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| REMAINS_UNDETERMINED&lt;br /&gt;
| Caste&lt;br /&gt;
|&lt;br /&gt;
| Unknown.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| REMOVE_MATERIAL &lt;br /&gt;
| Creature&lt;br /&gt;
| &lt;br /&gt;
*material token &lt;br /&gt;
| Removes a material from a creature.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| REMOVE_TISSUE&lt;br /&gt;
| Creature&lt;br /&gt;
|&lt;br /&gt;
*material token&lt;br /&gt;
| Removes a tissue from a creature.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| RETRACT_INTO_BP&lt;br /&gt;
| Caste&lt;br /&gt;
|&lt;br /&gt;
*BY_TYPE, BY_CATEGORY or BY_TOKEN&lt;br /&gt;
*TYPE, CATEGORY or TOKEN&lt;br /&gt;
| The creature will retract a body part when threatened.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| RETURNS_VERMIN_KILLS_TO_OWNER&lt;br /&gt;
|&lt;br /&gt;
| Used with HUNTS_VERMIN, causes the creature to return killed vermin to its owner.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| ROOT_AROUND&lt;br /&gt;
| Caste&lt;br /&gt;
| ?&lt;br /&gt;
| ?&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div align=&amp;quot;center&amp;quot;&amp;gt;&lt;br /&gt;
{{alphabetical TOC}}&lt;br /&gt;
&amp;lt;/div&amp;gt;&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;
| SAVAGE &lt;br /&gt;
| Creature&lt;br /&gt;
|  &lt;br /&gt;
| The creature will only show up in &amp;quot;savage&amp;quot; biomes.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| SECRETION &lt;br /&gt;
| Caste&lt;br /&gt;
| &lt;br /&gt;
* [[material token]]&lt;br /&gt;
*Material State&lt;br /&gt;
*location secreted from (by_type, by_category, by_token)&lt;br /&gt;
*body part &lt;br /&gt;
*tissue layer &lt;br /&gt;
| creates a secreted material on given tissue on a given part of the body.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| SELECT_ADDITIONAL_CASTE&lt;br /&gt;
| Creature&lt;br /&gt;
| &lt;br /&gt;
*caste name&lt;br /&gt;
| adds an additional previously defined caste to the selection. Used immediately after SELECT_CASTE.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| SELECT_CASTE &lt;br /&gt;
| Creature&lt;br /&gt;
| &lt;br /&gt;
*caste name, or ALL &lt;br /&gt;
| selects a previously defined caste&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| SELECT_MATERIAL &lt;br /&gt;
| Creature&lt;br /&gt;
| &lt;br /&gt;
*Material token&lt;br /&gt;
| Selects a locally defined material. Can be ALL.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| SEMIMEGABEAST &lt;br /&gt;
| Caste&lt;br /&gt;
| &lt;br /&gt;
| Appears as boss creature in quests. Makes history by rampaging around towns. Appears on fortress territory in Fortress Mode occasionally. Possibly inhabits non-mountain caves.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| 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;
| 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&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| 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 (a llama's wool must have a LENGTH of 300 before it is shearable).&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| SKILL_LEARN_RATE&lt;br /&gt;
| Caste&lt;br /&gt;
| [[skill_token]]:percentage&lt;br /&gt;
| The rate at which this creature learns this skill.  Requires CAN_LEARN or INTELLIGENT to function.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| SKILL_LEARN_RATES&lt;br /&gt;
| Caste&lt;br /&gt;
| percentage&lt;br /&gt;
| The rate at which this creature learns all skills.  Requires CAN_LEARN or INTELLIGENT to function.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| SKILL_RATE&lt;br /&gt;
| Caste&lt;br /&gt;
| [[skill_token]]:percentage:value:value:value&lt;br /&gt;
| As SKILL_RATES for individual skills.  Requires CAN_LEARN or INTELLIGENT to function.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| SKILL_RATES&lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
*% of improvement points you get&lt;br /&gt;
*unused counter rate&lt;br /&gt;
*rust counter rate&lt;br /&gt;
*demotion counter rate&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].   [SLOW_LEARNER] changes the 100 to a 50.  Requires CAN_LEARN or INTELLIGENT to function.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| SKILL_RUST_RATE&lt;br /&gt;
| Caste&lt;br /&gt;
| [[skill_token]]:value:value:value&lt;br /&gt;
| The rate at which this skill decays. Lower values cause the skill to decay faster.  Requires CAN_LEARN or INTELLIGENT to function.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| SKILL_RUST_RATES&lt;br /&gt;
| Caste&lt;br /&gt;
| value:value:value&lt;br /&gt;
| The rate at which all skills decay. Lower values cause the skills to decay faster.  Requires CAN_LEARN or INTELLIGENT to function.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| SLOW_LEARNER &lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| Similar to [CAN_LEARN], but slower; skills are gained at a fraction of the rate. Present in the entries for ogres and giants; can be applied to civ or player races. &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| SMALL_REMAINS &lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| If a creature has this token, it'll leave &amp;quot;remains&amp;quot; instead of a corpse.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| SOLDIER_ALTTILE&lt;br /&gt;
| Creature&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;
| 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;
&lt;br /&gt;
|-&lt;br /&gt;
| SPECIFIC_FOOD&lt;br /&gt;
| Caste&lt;br /&gt;
|&lt;br /&gt;
* PLANT or CREATURE&lt;br /&gt;
* Plant/creature ID&lt;br /&gt;
| Indicates that the creature is only capable of eating a particular type of food.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| SPEECH &lt;br /&gt;
| Creature&lt;br /&gt;
| speech file &lt;br /&gt;
| Boasting speeches relating to killing this creature. Examples include dwarf.txt and elf.txt in data\speech.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| SPEECH_FEMALE&lt;br /&gt;
| Creature&lt;br /&gt;
| speech file &lt;br /&gt;
| Boasting speeches relating to killing females of this creature.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| SPEECH_MALE&lt;br /&gt;
| Creature&lt;br /&gt;
| speech file &lt;br /&gt;
| Boasting speeches relating to killing males of this creature.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| SPEED &lt;br /&gt;
| Caste&lt;br /&gt;
| value &lt;br /&gt;
| Sets the creatures' movement and work speed, 1000/[100 + SPEED X] is the resulting effect on creatures movement and work rates from default. See [[Speed]] for more information.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| SPHERE &lt;br /&gt;
| Creature&lt;br /&gt;
| &lt;br /&gt;
*sphere name &lt;br /&gt;
| Sets what religious spheres the creature is aligned to, for purposes of being worshipped via the [POWER] token. Also affects the layout of hidden fun stuff, and the creature's name.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| SPOUSE_CONVERSION_TARGET&lt;br /&gt;
| Caste&lt;br /&gt;
|&lt;br /&gt;
| This creature can be converted by a night creature with SPOUSE_CONVERTED.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| SPOUSE_CONVERTER&lt;br /&gt;
| Caste&lt;br /&gt;
|&lt;br /&gt;
| Enables the creature to convert SPOUSE_CONVERSION_TARGETs into CONVERTED_SPOUSE castes of its species. The creature won't actually actively do this unless it also has NIGHT_CREATURE_HUNTER, however.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| SUPERNATURAL&lt;br /&gt;
| Caste&lt;br /&gt;
| ?&lt;br /&gt;
| ?&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| SWIM_SPEED &lt;br /&gt;
| Caste&lt;br /&gt;
| &lt;br /&gt;
*speed &lt;br /&gt;
| How fast the creature swims. Typically 2500 (0.38 times the default speed). &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| SWIMS_INNATE &lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| The creature naturally knows how to swim, as opposed to [SWIMS_LEARNED] below. Currently, an AI bug prevents this from being useful on PC races in fortress mode. &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| SWIMS_LEARNED &lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| The creature doesn't know how to swim unless it has learned the skill. Requires [CAN_LEARN], obviously. &lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div align=&amp;quot;center&amp;quot;&amp;gt;&lt;br /&gt;
{{alphabetical TOC}}&lt;br /&gt;
&amp;lt;/div&amp;gt;&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;
| TENDONS &lt;br /&gt;
| Caste&lt;br /&gt;
| &lt;br /&gt;
* [[material token]]&lt;br /&gt;
*healing rate &lt;br /&gt;
| Defines the material and healing rate of tendons.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| THICKWEB &lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| The creature's webs can catch larger creatures.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| TISSUE &lt;br /&gt;
| Creature&lt;br /&gt;
| name &lt;br /&gt;
| Begins defining a tissue in the creature file.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| 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;
| TL_COLOR_MODIFIER &lt;br /&gt;
| Caste&lt;br /&gt;
| COLOR:freq:COLOR:freq etc &lt;br /&gt;
| Creates a list of color patterns, giving each a frequency. &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| TLCM_GENETIC_MODEL&lt;br /&gt;
| Caste&lt;br /&gt;
|&lt;br /&gt;
| tissue layer color modifier is passed to offspring genetically?&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| 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;
| 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&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| TLCM_TIMING &lt;br /&gt;
| Caste&lt;br /&gt;
| &lt;br /&gt;
*ROOT&lt;br /&gt;
*start change window years:days:end change window years:days&lt;br /&gt;
| determines the point in the creature's life where the color change begins&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| TRADE_CAPACITY &lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| How much the creature can carry when used by merchants. &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| TRAINABLE &lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| Shortcut for [TRAINABLE_HUNTING] + [TRAINABLE_WAR].&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| TRAINABLE_HUNTING &lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| Can be trained as hunting beasts by way of kennels.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| TRAINABLE_WAR &lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| Can be trained as war beasts by way of kennels.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| TRANCES &lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| Allows the creature to go into martial trances.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| TRAPAVOID &lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| The creature is immune to traps. Probably every procedurally generated megabeast has this.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| TRIGGERABLE_GROUP &lt;br /&gt;
| Creature&lt;br /&gt;
| min:max &lt;br /&gt;
| A large swarm of vermin can be disturbed, usually in Adventure mode.{{verify}}&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| 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 TISSUE_STYLE_UNIT, used in the description of the tissue layer's style.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div align=&amp;quot;center&amp;quot;&amp;gt;&lt;br /&gt;
{{alphabetical TOC}}&lt;br /&gt;
&amp;lt;/div&amp;gt;&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;
| 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 evil/good tags.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| UNDERGROUND_DEPTH &lt;br /&gt;
| Creature&lt;br /&gt;
|&lt;br /&gt;
*mindepth&lt;br /&gt;
*maxdepth &lt;br /&gt;
| Depth the creature appears underground. Numbers can be from 1 to 5. Only magma creatures use 4 or 5 in the default raws. A single argument may be used instead of min and max.  Dwarven civilizations will only export (via the embark screen or caravans) things that available at depth 1.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| UNDERSWIM &lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| Creature swims under the water and can't be seen. Currently appears to have no effect as of 31.25.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| UNIQUE_DEMON&lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| Typically found on generated [[demon]]s; causes the game to create a single named instance of the demon which will emerge from the underworld and take over civilizations during worldgen. Cannot be specified in user-defined raws.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| 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;
&lt;br /&gt;
|-&lt;br /&gt;
| 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.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| 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.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| 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;
| 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;
| UTTERANCES &lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| Changes the language of the creature into an unintelligible mess.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div align=&amp;quot;center&amp;quot;&amp;gt;&lt;br /&gt;
{{alphabetical TOC}}&lt;br /&gt;
&amp;lt;/div&amp;gt;&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;
| VEGETATION &lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| unknown&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| VERMIN_BITE &lt;br /&gt;
| Caste&lt;br /&gt;
| &lt;br /&gt;
*chance of occurance{{verify}}&lt;br /&gt;
*verb (bitten, stung, etc)&lt;br /&gt;
* [[material token]]&lt;br /&gt;
| Vermin bites, and injects something.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| VERMIN_EATER&lt;br /&gt;
| Creature&lt;br /&gt;
|&lt;br /&gt;
| The vermin creature will attempt to eat exposed food. See PENETRATEPOWER. Distict from VERMIN_ROTTER.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| VERMIN_FISH &lt;br /&gt;
| Creature&lt;br /&gt;
|  &lt;br /&gt;
| The vermin appears in water and will attempt to swim around.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| 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;
| VERMIN_HATEABLE &lt;br /&gt;
| Caste&lt;br /&gt;
|&lt;br /&gt;
| Some dwarves will hate the creature and get unhappy thoughts when around it. &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| 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. I.E. Swarm of flies, swarm of ants, etc. &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| 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;
| 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;
| VERMIN_NOTRAP &lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| The creature cannot be caught in baited animal traps; however, a &amp;quot;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;
| VERMIN_ROTTER &lt;br /&gt;
| Creature&lt;br /&gt;
|  &lt;br /&gt;
| Present on flies, knuckle worms, acorn flies, and blood gnats. Probably means either the creature is attracted to rot, the creature speeds rotting, or both.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| VERMIN_SOIL &lt;br /&gt;
| Creature&lt;br /&gt;
|  &lt;br /&gt;
| The creature randomly appears near dirt or mud.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| 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;
| VERMINHUNTER &lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| Shortcut for [AT_PEACE_WITH_WILDLIFE] + [RETURNS_VERMIN_KILLS_TO_OWNER] + [HUNTS_VERMIN] + [ADOPTS_OWNER].&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| VESPERTINE &lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| Sets if the creature is active in evening.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| VIEWRANGE&lt;br /&gt;
| Caste&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;
&amp;lt;div align=&amp;quot;center&amp;quot;&amp;gt;&lt;br /&gt;
{{alphabetical TOC}}&lt;br /&gt;
&amp;lt;/div&amp;gt;&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;
| WAGON_PULLER &lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| Allows the creature to pull caravan wagons. &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| WEBBER &lt;br /&gt;
| Caste&lt;br /&gt;
| &lt;br /&gt;
* [[material token]]&lt;br /&gt;
| Allows the creature to create webs, and defines what the webs are made of.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| WEBIMMUNE &lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| The creature will not get caught in thick webs.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Attack Tokens==&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;
| ATTACK_SKILL &lt;br /&gt;
| Caste&lt;br /&gt;
| &lt;br /&gt;
*skill used ([[Skill token]])&lt;br /&gt;
| defines the attack skill used&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| ATTACK_VERB &lt;br /&gt;
| Caste&lt;br /&gt;
| 2nd person:3rd person &lt;br /&gt;
| descriptive text for the attack&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| ATTACK_CONTACT_PERC &lt;br /&gt;
| Caste&lt;br /&gt;
| &lt;br /&gt;
*% value &lt;br /&gt;
| amount of available tissue used in attack, or possibly percent chance the attack makes contact&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| ATTACK_PENETRATION_PERC &lt;br /&gt;
| Caste&lt;br /&gt;
| &lt;br /&gt;
*% value &lt;br /&gt;
| probably amount of material that makes contact when penetration is done, or possibly percent chance the attack penetrates (as in sharp items. Default is 0, so it can be left out for blunt attacks, if this is what it does)&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| ATTACK_PRIORITY &lt;br /&gt;
| Caste&lt;br /&gt;
| &lt;br /&gt;
*MAIN or SECOND &lt;br /&gt;
| use of the attack in combat. Secondary attacks are only used if main attacks are impossible.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| ATTACK_VELOCITY_MODIFIER&lt;br /&gt;
| Caste&lt;br /&gt;
| number&lt;br /&gt;
| Modifies the attack velocity.  Almost certainly based on a scale where 1000 is normal, same as weapon velocity.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| ATTACK_FLAG_CANLATCH &lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| Enables an attacker to occasionally latch on with the bodypart used by an attack when an attack with this flag in its definition is made.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| ATTACK_FLAG_WITH &lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| In adventure mode, displays the name of the body part used by an attack when announcing the attack.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| ATTACK_FLAG_EDGE &lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| attack type&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| SPECIALATTACK_INJECT_EXTRACT &lt;br /&gt;
| Caste&lt;br /&gt;
| &lt;br /&gt;
* [[material token]]&lt;br /&gt;
*state (SOLID, LIQUID, GAS)&lt;br /&gt;
*min:max&lt;br /&gt;
| attack type addition that injects a material into the victim.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| SPECIALATTACK_INTERACTION&lt;br /&gt;
| Caste&lt;br /&gt;
| ?&lt;br /&gt;
| ?&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| SPECIALATTACK_SUCK_BLOOD&lt;br /&gt;
| Caste&lt;br /&gt;
| min:max&lt;br /&gt;
| Successful attack draws out an amount of blood randomized between the min and max value.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Important Related Tokens==&lt;br /&gt;
These next groups of tokens include several tokens that are not technically classified as creature tokens in string dump, but bear mentioning in this as they are used frequently in creature raws. (Some regular creature tokens may also be reprinted for the sake of ease of navigation)&lt;br /&gt;
&lt;br /&gt;
===Tissue Modification===&lt;br /&gt;
This next group of tokens deals setting and modifying tissue properties. (See also [[Tissue definition token]])&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;
| 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 a tissue to those selected&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| PLUS_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;
| continues a selection of tissue layers&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| 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;
| 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;
| Selects a tissue layer for descriptor and cosmetic purposes.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| SET_LAYER_TISSUE&lt;br /&gt;
| Caste&lt;br /&gt;
|&lt;br /&gt;
| Sets a tissue layer to be made of a different tissue.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| 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;
| 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;
| Presumably a counterpart to TISSUE_LAYER_UNDER (see below).&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| 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 Iron Man &lt;br /&gt;
       [TISSUE:GAS]&lt;br /&gt;
[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;
| TISSUE_LAYER_APPEARANCE_MODIFIER &lt;br /&gt;
| Caste&lt;br /&gt;
| &lt;br /&gt;
*QUALITY&lt;br /&gt;
*lowest:lower:low:median:high:higher: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;
| TISSUE_STYLE_UNIT &lt;br /&gt;
| Caste&lt;br /&gt;
| &lt;br /&gt;
*tissue&lt;br /&gt;
*shaping &lt;br /&gt;
| sets tissue to be in a certain shape, mostly used with tissues HAIR, BEARD, MOUSTACHE, SIDEBURNS.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| TL_CONNECTS&lt;br /&gt;
| Caste&lt;br /&gt;
|&lt;br /&gt;
| Presumably gives the CONNECTS attribute to selected layers.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| TL_HEALING_RATE&lt;br /&gt;
| Caste&lt;br /&gt;
|&lt;br /&gt;
| Presumably changes the HEALING_RATE of the selected tissue layers.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| TL_MAJOR_ARTERIES&lt;br /&gt;
| Caste&lt;br /&gt;
|&lt;br /&gt;
| Gives Major Artery attribute to selected layers.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| TL_PAIN_RECEPTORS&lt;br /&gt;
| Caste&lt;br /&gt;
|&lt;br /&gt;
| Seems to set new number of pain receptors for selected tissue layers.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| TL_RELATIVE_THICKNESS&lt;br /&gt;
| Caste&lt;br /&gt;
|&lt;br /&gt;
| Seems to set new relative thickness for selected tissue layers.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| TL_VASCULAR&lt;br /&gt;
| Caste&lt;br /&gt;
|&lt;br /&gt;
| Seems to set new a 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;
&lt;br /&gt;
{{Category|Modding}}&lt;br /&gt;
{{Category|Tokens}}&lt;/div&gt;</summary>
		<author><name>I2amroy</name></author>
	</entry>
	<entry>
		<id>https://dwarffortresswiki.org/index.php?title=v0.34:Syndrome&amp;diff=168547</id>
		<title>v0.34:Syndrome</title>
		<link rel="alternate" type="text/html" href="https://dwarffortresswiki.org/index.php?title=v0.34:Syndrome&amp;diff=168547"/>
		<updated>2012-03-24T21:04:03Z</updated>

		<summary type="html">&lt;p&gt;I2amroy: /* Special Syndromes */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{quality|Masterwork|21:09, 26 April 2011 (UTC)}}{{av}}&lt;br /&gt;
&lt;br /&gt;
A '''syndrome''' is a disease or effect that a poor hapless creature might get through encountering certain creatures, extracts or vindictive modders. They generally cause unpleasant and frequently fatal [[symptoms]] over a short to long period of time, but some will clear up over time or with the assistance of a [[doctor]].  A [[Health care|Hospital]] is required to diagnose and potentially treat the syndrome. [[File:Snakebite.png|200px|thumb|right|An example of a syndrome in effect. This hippo did not ultimately survive the encounter despite one bite being the only injury sustained.]]&lt;br /&gt;
&lt;br /&gt;
==List of syndromes==&lt;br /&gt;
{| {{prettytable}}&lt;br /&gt;
|- bgcolor=&amp;quot;#dddddd&amp;quot;&lt;br /&gt;
! Syndrome&lt;br /&gt;
! Venom&lt;br /&gt;
! Acquired&lt;br /&gt;
! Short-term Symptoms&lt;br /&gt;
! Long-term Symptoms&lt;br /&gt;
! Chronic Symptoms &lt;br /&gt;
|-&lt;br /&gt;
| Adder bite&lt;br /&gt;
| adder venom (injected)&lt;br /&gt;
| Being bitten by an [[adder]], [[giant adder]] or [[adder man]]&lt;br /&gt;
| Strong pain&lt;br /&gt;
| Swelling&amp;lt;br&amp;gt;Blisters&amp;lt;br&amp;gt;Nausea&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| Bark scorpion sting&lt;br /&gt;
| bark scorpion venom (injected)&lt;br /&gt;
| Being stung by a [[bark scorpion]], [[giant bark scorpion]] or [[bark scorpion man]]&lt;br /&gt;
| Strong pain&lt;br /&gt;
| none&lt;br /&gt;
| none&lt;br /&gt;
|-&lt;br /&gt;
| Black mamba bite&lt;br /&gt;
| black mamba venom (injected)&lt;br /&gt;
| Being bitten by a [[black mamba]], [[giant black mamba]] or [[black mamba man]]&lt;br /&gt;
| Dizziness&amp;lt;br&amp;gt;Drowsiness&amp;lt;br&amp;gt;Strong pain&amp;lt;br&amp;gt;Fever&amp;lt;br&amp;gt;Unconsciousness&amp;lt;br&amp;gt;Complete paralysis&amp;lt;sup&amp;gt;1&amp;lt;/sup&amp;gt;&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| Blob blisters&lt;br /&gt;
| cave blob fluid&amp;lt;br /&amp;gt;(contact or ingested)&lt;br /&gt;
| Touching a [[cave blob]]&lt;br /&gt;
| Mild pain&amp;lt;br/&amp;gt;Mild blisters&lt;br /&gt;
| None&lt;br /&gt;
| None&lt;br /&gt;
|-&lt;br /&gt;
| Brown recluse spider bite&lt;br /&gt;
| brown recluse spider venom (injected)&lt;br /&gt;
| Being bitten by a [[brown recluse spider]], [[giant brown recluse spider]] or [[brown recluse spider man]]&lt;br /&gt;
| Nausea&amp;lt;br&amp;gt;Fever&amp;lt;br&amp;gt;Pain&amp;lt;br&amp;gt;&lt;br /&gt;
| Severe localised necrosis&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| Bumblebee sting&lt;br /&gt;
| bumblebee venom (injected)&lt;br /&gt;
| Being stung by a [[bumblebee]] worker&lt;br /&gt;
| Pain&amp;lt;br&amp;gt;Strong swelling&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| Bushmaster bite&lt;br /&gt;
| bushmaster venom (injected)&lt;br /&gt;
| Being bitten by a [[bushmaster]], [[giant bushmaster]] or [[bushmaster man]]&lt;br /&gt;
| Strong pain&amp;lt;br&amp;gt;Mild bleeding&amp;lt;br&amp;gt;Dizziness&amp;lt;br&amp;gt;Nausea&amp;lt;br&amp;gt;Unconsciousness&amp;lt;br&amp;gt;Complete paralysis&amp;lt;sup&amp;gt;1&amp;lt;/sup&amp;gt;&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| Cave floater sickness&lt;br /&gt;
| cave floater gas&amp;lt;br /&amp;gt;(inhaled or ingested)&lt;br /&gt;
| Expelled from [[cave floater]]&lt;br /&gt;
| Mild nausea&lt;br /&gt;
| Fever&amp;lt;br/&amp;gt;Strong drowsiness (delayed)&amp;lt;br/&amp;gt;Strong dizziness (delayed)&lt;br /&gt;
| None&lt;br /&gt;
|-&lt;br /&gt;
| Cave spider bite&lt;br /&gt;
| cave spider venom&amp;lt;br /&amp;gt;(injected)&lt;br /&gt;
| Being bitten by a [[cave spider]]&lt;br /&gt;
| None&lt;br /&gt;
| None&lt;br /&gt;
| Very mild dizziness&lt;br /&gt;
|-&lt;br /&gt;
| Copperhead snake bite&lt;br /&gt;
| copperhead snake venom (injected)&lt;br /&gt;
| Being bitten by a [[copperhead snake]], [[giant copperhead snake]] or [[copperhead snake man]]&lt;br /&gt;
| Pain&amp;lt;br&amp;gt;Swelling&amp;lt;br&amp;gt;Nausea&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| Giant cave spider bite&lt;br /&gt;
| giant cave spider venom&amp;lt;br /&amp;gt;(injected)&lt;br /&gt;
| Being bitten by a [[giant cave spider]]&lt;br /&gt;
| Complete paralysis&amp;lt;sup&amp;gt;1&amp;lt;/sup&amp;gt;&amp;lt;br/&amp;gt;'''Being eaten by the GCS'''&lt;br /&gt;
| None, not that it really matters.&lt;br /&gt;
| None&lt;br /&gt;
|-&lt;br /&gt;
| Gila monster bite&lt;br /&gt;
| gila monster venom (injected)&lt;br /&gt;
| Being bitten by a [[gila monster]], [[giant gila monster]] or [[gila monster man]]&lt;br /&gt;
| Pain&amp;lt;br&amp;gt;Mild swelling&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| Gnomeblight&lt;br /&gt;
| [[gnomeblight]]&amp;lt;br /&amp;gt;(contact, inhaled, injected, or ingested)&lt;br /&gt;
| Unknown. Affects gnomes only&lt;br /&gt;
| None&lt;br /&gt;
| Severe systemic necrosis&amp;lt;sup&amp;gt;2&amp;lt;/sup&amp;gt;&lt;br /&gt;
| None&lt;br /&gt;
|-&lt;br /&gt;
| Giant desert scorpion sting&lt;br /&gt;
| giant desert scorpion&amp;lt;br /&amp;gt;(injected)&lt;br /&gt;
| Being stung by a [[giant desert scorpion]]&lt;br /&gt;
| &lt;br /&gt;
| Necrosis of the brain and nervous system&amp;lt;sup&amp;gt;2&amp;lt;/sup&amp;gt;&lt;br /&gt;
| '''Unavoidable death'''&lt;br /&gt;
|- &lt;br /&gt;
| Helmet snake bite&lt;br /&gt;
| helmet snake venom&amp;lt;br /&amp;gt;(injected)&lt;br /&gt;
| Being bitten by a [[helmet snake]]&lt;br /&gt;
| Minor bleeding&lt;br /&gt;
| Fever&amp;lt;br/&amp;gt;Nausea&amp;lt;br/&amp;gt;Dizziness&amp;lt;br/&amp;gt;Localized swelling&amp;lt;br/&amp;gt;Localized oozing&amp;lt;br/&amp;gt;Localized bruising&amp;lt;br/&amp;gt;Strong pain&amp;lt;br/&amp;gt;Intense localized necrosis&amp;lt;br/&amp;gt;Possible loss of limb &lt;br /&gt;
| None&lt;br /&gt;
|-&lt;br /&gt;
| Honey bee sting&lt;br /&gt;
| honey bee venom (injected)&lt;br /&gt;
| Being stung by a [[honey bee]] worker&lt;br /&gt;
| Pain&amp;lt;br&amp;gt;Strong swelling&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| Iron man cough&lt;br /&gt;
| iron man gas&amp;lt;br /&amp;gt;(inhaled)&lt;br /&gt;
| Expelled by [[iron man]]&lt;br /&gt;
| Coughing blood&lt;br /&gt;
| None&lt;br /&gt;
| None&lt;br /&gt;
|-&lt;br /&gt;
| King cobra bite&lt;br /&gt;
| king cobra venom&amp;lt;br /&amp;gt;(injected)&lt;br /&gt;
| Being bitten by a [[king cobra]]&lt;br /&gt;
| Complete paralysis&amp;lt;sup&amp;gt;1&amp;lt;/sup&amp;gt;&amp;lt;br/&amp;gt;Pain, dizziness, drowsiness&lt;br /&gt;
| None&lt;br /&gt;
| None&lt;br /&gt;
|-&lt;br /&gt;
| Phantom spider bite&lt;br /&gt;
| phantom spider venom&amp;lt;br /&amp;gt;(injected)&lt;br /&gt;
| Being bitten by a [[phantom spider]]&lt;br /&gt;
| None&lt;br /&gt;
| Numbness and mild dizziness&lt;br /&gt;
| None&lt;br /&gt;
|-&lt;br /&gt;
| Platypus sting&lt;br /&gt;
| platypus venom&amp;lt;br /&amp;gt;(injected)&lt;br /&gt;
| Being kicked by a [[platypus]], [[giant platypus]] or [[platypus man]]&lt;br /&gt;
| Pain and swelling&lt;br /&gt;
| Extreme pain, swelling possibly to the point of necrosis&lt;br /&gt;
| None&lt;br /&gt;
|-&lt;br /&gt;
| Rattlesnake bite&lt;br /&gt;
| rattlesnake venom&amp;lt;br /&amp;gt;(injected)&lt;br /&gt;
| Being bitten by a [[rattlesnake]], [[giant rattlesnake]] or [[rattlesnake man]]&lt;br /&gt;
| Pain, nausea, blisters, swelling, bruising&lt;br /&gt;
| Severe localized necrosis&lt;br /&gt;
| None&lt;br /&gt;
|-&lt;br /&gt;
| Serpent man bite&lt;br /&gt;
| serpent man venom&amp;lt;br /&amp;gt;(injected)&lt;br /&gt;
| Being bitten by a [[serpent man]]&lt;br /&gt;
| Complete paralysis&amp;lt;sup&amp;gt;1&amp;lt;/sup&amp;gt;&lt;br /&gt;
| None&lt;br /&gt;
| None&lt;br /&gt;
|-&lt;br /&gt;
| [evil rain] sickness&amp;lt;sup&amp;gt;3&amp;lt;/sup&amp;gt;&lt;br /&gt;
| random&lt;br /&gt;
| Being caught outside in freakish weather in an evil biome&lt;br /&gt;
| random&lt;br /&gt;
| random&lt;br /&gt;
| random&lt;br /&gt;
|-&lt;br /&gt;
| [evil cloud] sickness&amp;lt;sup&amp;gt;4&amp;lt;/sup&amp;gt;&lt;br /&gt;
| random&lt;br /&gt;
| Being caught in a creeping cloud in an evil biome&lt;br /&gt;
| random&lt;br /&gt;
| random&lt;br /&gt;
| random&lt;br /&gt;
|-&lt;br /&gt;
| beast sickness&amp;lt;sup&amp;gt;5&amp;lt;/sup&amp;gt;&lt;br /&gt;
| random&lt;br /&gt;
| Encounters with [[forgotten beast]]s&lt;br /&gt;
| random&lt;br /&gt;
| random&lt;br /&gt;
| random&lt;br /&gt;
|-&lt;br /&gt;
| titan sickness&amp;lt;sup&amp;gt;5&amp;lt;/sup&amp;gt;&lt;br /&gt;
| random&lt;br /&gt;
| Encounters with [[titan]]s&lt;br /&gt;
| random&lt;br /&gt;
| random&lt;br /&gt;
| random&lt;br /&gt;
|-&lt;br /&gt;
| demon sickness&amp;lt;sup&amp;gt;5&amp;lt;/sup&amp;gt;&lt;br /&gt;
| random&lt;br /&gt;
| Encounters with [[demon]]s&lt;br /&gt;
| random&lt;br /&gt;
| random&lt;br /&gt;
| random&lt;br /&gt;
|}&lt;br /&gt;
:&amp;lt;small&amp;gt;1. For small creatures such as humans and dwarves, paralysis tends to result in suffocation.&amp;lt;/small&amp;gt;&lt;br /&gt;
:&amp;lt;small&amp;gt;2. Necrosis of the brain will eventually result in instant death once the brain rots away completely.&amp;lt;/small&amp;gt;&lt;br /&gt;
:&amp;lt;small&amp;gt;3. Evil rain typically only causes minor symptoms such as blisters, bruising, coughing blood, dizziness, fever, nausea, oozing, and pain.&amp;lt;/small&amp;gt;&lt;br /&gt;
:&amp;lt;small&amp;gt;4. Evil clouds either cause major symptoms (as with beast/titan/demon sicknesses) or permanently transform creatures into [[Undead|zombie-like]] forms.&amp;lt;/small&amp;gt;&lt;br /&gt;
:&amp;lt;small&amp;gt;5. [[Titan]]s, [[forgotten beast]]s, and [[demon]]s have a chance to have a randomized syndrome. These range from pointless (mild blisters from inhaling boiling blood) to instantly deadly (Severe necrosis from a contact poison attached to a breath weapon/creature made of blood.&amp;lt;/small&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==The anatomy of a syndrome==&lt;br /&gt;
Mechanically, syndromes are bundles of tokens attached to a material - they're confined to creature materials in vanilla DF, but it's a simple matter to add them to inorganic materials.  When the material is injected, touched, inhaled, or ingested (depending on the syndrome), the creature suffers the predations of a nasty disease or poison.  Here's an example syndrome, taken from the Giant Cave Spider raws.&lt;br /&gt;
&lt;br /&gt;
If you are having troubles getting the syndromes to work (ie, in combat reports, getting &amp;quot;'''supersnake''' n/a splatters~etc&amp;quot;), then simply throw the venom template into the actual creature's raw, which is what the LOCAL_CREATURE_MAT actually calls on; the venom being in the same file.&lt;br /&gt;
&lt;br /&gt;
    [USE_MATERIAL_TEMPLATE:POISON:CREATURE_EXTRACT_TEMPLATE]&lt;br /&gt;
        [STATE_NAME:ALL_SOLID:frozen giant cave spider venom]&lt;br /&gt;
        [STATE_ADJ:ALL_SOLID:frozen giant cave spider venom]&lt;br /&gt;
        [STATE_NAME:LIQUID:giant cave spider venom]&lt;br /&gt;
        [STATE_ADJ:LIQUID:giant cave spider venom]&lt;br /&gt;
        [STATE_NAME:GAS:boiling giant cave spider venom]&lt;br /&gt;
        [STATE_ADJ:GAS:boiling giant cave spider venom]&lt;br /&gt;
        [PREFIX:NONE]&lt;br /&gt;
        [ENTERS_BLOOD]&lt;br /&gt;
        [SYNDROME]&lt;br /&gt;
            [SYN_NAME:giant cave spider bite]&lt;br /&gt;
            [SYN_AFFECTED_CLASS:GENERAL_POISON]&lt;br /&gt;
            [SYN_IMMUNE_CREATURE:SPIDER_CAVE:ALL]&lt;br /&gt;
            [SYN_INJECTED]&lt;br /&gt;
            [CE_PARALYSIS:SEV:100:PROB:100:RESISTABLE:SIZE_DILUTES:START:5:PEAK:10:END:20]&lt;br /&gt;
&lt;br /&gt;
The first line, USE_MATERIAL_TEMPLATE, is creating a new material, called POISON, using the CREATURE_EXTRACT_TEMPLATE as the basis.  After this, the STATE_NAME and STATE_ADJ tokens are used to define the names and adjectives assigned to different states of the material - GAS, LIQUID and ALL_SOLID, in this case, though ALL is also a valid token.  At this stage, you can use any material tags like MAT_FIXED_TEMP or similar to set further material properties, though this usually isn't necessary.&lt;br /&gt;
&lt;br /&gt;
  ENTERS_BLOOD&lt;br /&gt;
This tag determines whether a poison enters the blood or not. If it is not included, the poison will splatter (if liquid) or flow (if gas) over the affected body part instead when injected. If you're using a contact poison, leave this out. Necessary for injected poisons.&lt;br /&gt;
  SYNDROME&lt;br /&gt;
This tag ends the material details and begins the definition of the actual syndrome.&lt;br /&gt;
  SYN_NAME&lt;br /&gt;
This one is self-explanatory - the name of the syndrome as it will appear in-game.&lt;br /&gt;
  SYN_AFFECTED_CLASS&lt;br /&gt;
This token defines what CREATURE_CLASS will be affected by the syndrome.  Most creatures are classed under GENERAL_POISON.  Multiple tokens can be used in a single syndrome.&lt;br /&gt;
  SYN_IMMUNE_CLASS&lt;br /&gt;
As above, but makes class immune.&lt;br /&gt;
  SYN_IMMUNE_CREATURE&lt;br /&gt;
This token defines which creatures CANNOT be affected by the syndrome - useful for addressing specific instances within a population, such as a specific caste or an individual creature that falls under GENERAL_POISON. Syntax is [SYN_IMMUNE_CREATURE:creature:caste]. ALL can be used for the caste.&lt;br /&gt;
  SYN_AFFECTED_CREATURE&lt;br /&gt;
As above, but makes creature or caste susceptible.&lt;br /&gt;
&lt;br /&gt;
  SYN_INJECTED, SYN_CONTACT, SYN_INHALED, SYN_INGESTED&lt;br /&gt;
This token determines the method of infection - injected syndromes must be injected via a creature attack, while contact syndromes result from any contamination of a creature by material splatter (such as blood), inhaled syndromes must be inhaled in gaseous form (such as from boiling or a creature breath attack), and ingestion syndromes must be eaten or drunk.  Any combination of these tags can be used.  A fun variation on the usual creature injection routine is to create a material with a SYN_CONTACT syndrome and have a creature use it for blood - this tends to end poorly for any predator that chooses to attack them.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
  [SPECIALATTACK_INJECT_EXTRACT:LOCAL_CREATURE_MAT:VENOM:LIQUID:100:100]&lt;br /&gt;
This is one method for getting a poison into a creature. If [ENTERS_BLOOD] is applied, it will be injected into the bloodstream. Otherwise, it will just splatter over the area. Put this on a creature attack. Substance type (gas, liquid, solid) does not appear to have an effect. The numbers on the end are minimum and maximum.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
CE_X, or creature effect tokens, are the real meat and bones of your syndrome.  They're detailed below.&lt;br /&gt;
&lt;br /&gt;
==Creature effect tokens==&lt;br /&gt;
Each and every syndrome has a number of creature effect tokens, represented by CE_X - these lovely little beauties determine exactly how the poor creature suffering from the syndrome is affected.  An example CE token is as follows:&lt;br /&gt;
&lt;br /&gt;
  [CE_NECROSIS:SEV:100:PROB:100:LOCALIZED:VASCULAR_ONLY:RESISTABLE:START:50:PEAK:1000:END:2000]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
In this example, we have an effect that will always cause severe necrosis in whichever bodypart it touches, so long as that bodypart is vascular and that the creature is not able to resist it in some manner.  The effect begins shortly after the syndrome is contracted, peaks 1000 [[time|time units]] afterwards, and finally ceases another 1000 time units later.&lt;br /&gt;
&lt;br /&gt;
As a general rule of thumb, so long as CE_X starts the string and START/PEAK/END end it, the order of the intervening tokens isn't important.&lt;br /&gt;
&lt;br /&gt;
*CE_X&lt;br /&gt;
The effect type.  This can be a number of different tokens, as detailed in the table below this list.&lt;br /&gt;
*SEV:X&lt;br /&gt;
The severity of the effect.  Higher values appear to be worse, with SEV:1000 CE_NECROSIS causing a part to near-instantly become rotten.&lt;br /&gt;
*PROB:X&lt;br /&gt;
The probability of the effect actually manifesting in the victim, as a percentage.  100 means always, 1 means a 1 in 100 chance.&lt;br /&gt;
*LOCALIZED (Overwrites BP tokens)&lt;br /&gt;
This tag causes an effect to ignore all BP tokens and then forces the game to attempt to apply the effect to the limb that came into contact with the contagion - i.e. the part that was bitten by the creature injecting the syndrome material, or the one that was splattered by a contact contagion. If an effect can not be applied to the contacted limb (such as IMPAIR_FUNCTION on a non-organ) then this token makes the syndrome have no effect. This token also makes inhaled syndromes have no effect.&lt;br /&gt;
*BP:BODY_PART:TISSUE (Overwritten by LOCALIZED)&lt;br /&gt;
Specifies which body parts and tissues are to be affected by the syndrome. BODY_PART can be BY_CATEGORY:x to target body parts with a matching [CATEGORY:x] [[body token]] (or ALL to affect everything), BY_TYPE:x to target body parts having a particular type (UPPERBODY, LOWERBODY, HEAD, GRASP, or STANCE), or BY_TOKEN:x to target individual body parts by their ID (as specified in the [BP] token). For example, if you wanted to target the lungs of a creature, you would use BP:BY_CATEGORY:LUNG:ALL.  The syndrome would act on all bodyparts within the creature with the CATEGORY tag LUNG and affect all tissue layers.  For another example, say you wanted to cause the skin to rot off a creature - you could use BP:BY_CATEGORY:ALL:SKIN, targeting the SKIN tissue on all bodyparts. Multiple targets can be given in one syndrome by placing the BP tokens end to end. This is one of the most powerful and useful aspects of the syndrome system, as it allows you to selectively target bodyparts relevant to the contagion, like lungs for coal dust inhalation, or the eyes for exposure to an acid gas. Not everything takes a target!&lt;br /&gt;
*VASCULAR_ONLY (Optional)&lt;br /&gt;
This syndrome only affects tissue layers with the VASCULAR token.&lt;br /&gt;
*MUSCULAR_ONLY (Optional)&lt;br /&gt;
This syndrome only affects tissue layers with the MUSCULAR token.  Are you seeing a trend here?&lt;br /&gt;
*SIZE_DILUTES (Optional)&lt;br /&gt;
This token presumably causes the effects of the syndrome to scale with the size of the creature compared to the size of the dose of contagion they received, but has yet to be extensively tested.&lt;br /&gt;
*SIZE_DELAYS (Optional)&lt;br /&gt;
As above, this token has yet to be tested but presumably delays the onset of a syndrome according to the size of the victim.&lt;br /&gt;
&lt;br /&gt;
The details of this table are still being thrashed out by modders, so if you have anything to add, please don't hesitate to hit the edit button!&lt;br /&gt;
&lt;br /&gt;
Non-targeted syndromes will ignore any BP tokens and LOCALIZED tokens.&lt;br /&gt;
{| {{prettytable}}&lt;br /&gt;
|- bgcolor=&amp;quot;Bisque&amp;quot;&lt;br /&gt;
! Token&lt;br /&gt;
! Accepts Target&lt;br /&gt;
! Description&lt;br /&gt;
|-&lt;br /&gt;
| CE_BLEEDING&lt;br /&gt;
| Yes&lt;br /&gt;
| Causes the targeted bodypart to start bleeding, with heavy enough bleeding resulting in the death of the sufferer. Some conditions seem to cause bleeding to be fatal no matter how weak.&lt;br /&gt;
|-&lt;br /&gt;
| CE_BLISTERS&lt;br /&gt;
| Yes&lt;br /&gt;
| Covers the targeted bodypart with blisters.&lt;br /&gt;
|-&lt;br /&gt;
| CE_BRUISING&lt;br /&gt;
| Yes&lt;br /&gt;
| Causes the targeted bodypart to undergo bruising.&lt;br /&gt;
|-&lt;br /&gt;
| CE_IMPAIR_FUNCTION&lt;br /&gt;
| Yes&lt;br /&gt;
| An organ afflicted with this CE is rendered inoperable - for example, if both lungs are impaired the creature can't breathe and will suffocate.  This token only affects organs, not limbs.&lt;br /&gt;
|-&lt;br /&gt;
| CE_NECROSIS&lt;br /&gt;
| Yes&lt;br /&gt;
| Causes the targeted bodypart to rot, with associated tissue damage and miasma.  Badly necrotic limbs will require amputation and heavy rot will eventually result in bleeding.  Necrosis has some strange behavior involving bleeding to death that isn't fully understood; a 100% necrotic creature can survive fine with no non-yellow bodyparts but will die of bleeding as soon as they end a round of combat, even if they never take a hit. Because of this, fairly useless unless targeting the lungs or eyes.&lt;br /&gt;
|-&lt;br /&gt;
| CE_NUMBNESS&lt;br /&gt;
| Yes&lt;br /&gt;
| Causes numbness in the affected body part, blocking pain. Extreme numbness may lead to sensory nerve damage.&lt;br /&gt;
|-&lt;br /&gt;
| CE_OOZING&lt;br /&gt;
| Yes&lt;br /&gt;
| Causes pus to ooze from the afflicted bodypart.&lt;br /&gt;
|-&lt;br /&gt;
| CE_PAIN&lt;br /&gt;
| Yes&lt;br /&gt;
| Afflicts the targeted bodypart with intense pain.&lt;br /&gt;
|-&lt;br /&gt;
| CE_PARALYSIS&lt;br /&gt;
| Yes&lt;br /&gt;
| Causes paralysis in the affected body part. Targeted causes sluggishness and significantly reduces speed. Untargeted paralysis is 'complete paralysis' and will cause suffocation in smaller creatures.&lt;br /&gt;
|-&lt;br /&gt;
| CE_SWELLING&lt;br /&gt;
| Yes&lt;br /&gt;
| Causes the targeted bodypart to swell up. Extreme swelling may lead to necrosis.&lt;br /&gt;
|-&lt;br /&gt;
| CE_COUGH_BLOOD&lt;br /&gt;
| No&lt;br /&gt;
| This effect results in the sufferer periodically coughing blood, which stains the tile they're on and requires cleanup.  It doesn't appear to be lethal, but may cause minor bleeding damage.&lt;br /&gt;
|-&lt;br /&gt;
| CE_DIZZINESS&lt;br /&gt;
| No&lt;br /&gt;
| Inflicts the Dizziness condition, occasional fainting and a general slowdown in movement and work speed.&lt;br /&gt;
|-&lt;br /&gt;
| CE_DROWSINESS&lt;br /&gt;
| No&lt;br /&gt;
| Causes the Drowsiness condition.&lt;br /&gt;
|-&lt;br /&gt;
| CE_FEVER&lt;br /&gt;
| No&lt;br /&gt;
| Causes the Fever condition.&lt;br /&gt;
|-&lt;br /&gt;
| CE_NAUSEA&lt;br /&gt;
| No&lt;br /&gt;
| Causes the Nausea condition, and heavy vomiting. Can eventually lead to dehydration and death.&lt;br /&gt;
|-&lt;br /&gt;
| CE_UNCONSCIOUSNESS&lt;br /&gt;
| No&lt;br /&gt;
| Renders unconscious.&lt;br /&gt;
|-&lt;br /&gt;
| CE_VOMIT_BLOOD&lt;br /&gt;
| No&lt;br /&gt;
| This effect results in the sufferer periodically vomiting blood, which stains the tile they're on and requires cleanup.  It doesn't appear to be lethal, but may cause minor bleeding damage.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Special Syndromes==&lt;br /&gt;
v0.34 has added several special syndrome tags that take different arguments than the above.  These are used for generated interactions in unmodded games, but may be used as well for any substance or custom interaction.&lt;br /&gt;
&lt;br /&gt;
{| {{prettytable}}&lt;br /&gt;
|- bgcolor=&amp;quot;Bisque&amp;quot;&lt;br /&gt;
! Token&lt;br /&gt;
! Arguments&lt;br /&gt;
! Description&lt;br /&gt;
|-&lt;br /&gt;
| CE_ADD_TAG&lt;br /&gt;
| tags:START:number(:END:number)&lt;br /&gt;
| Adds a tag to the affected creature.  Many arguments can be used sequentially within one syndrome token. See the [[Interaction token]] '''IT_REQUIRES''' for valid tags.&lt;br /&gt;
|-&lt;br /&gt;
| CE_REMOVE_TAG&lt;br /&gt;
| tags:START:number(:END:number)&lt;br /&gt;
| Removes a tag from a creature.  Supported arguments are the same as CE_ADD_TAG.&lt;br /&gt;
|-&lt;br /&gt;
| CE_DISPLAY_TILE&lt;br /&gt;
| TILE:tile number:colour:START:number(:END:number)&lt;br /&gt;
| The creature displays the specified tile and colour instead of its normal one.&lt;br /&gt;
|-&lt;br /&gt;
| CE_DISPLAY_NAME&lt;br /&gt;
| NAME:singular:plural:adjective:START:number(:END:number)&lt;br /&gt;
| Attaches a specified name to the creature's normal name.&lt;br /&gt;
|-&lt;br /&gt;
| CE_FLASH_TILE&lt;br /&gt;
| TILE:tile number:colour:FREQUENCY:?:?:START:number(:END:number)&lt;br /&gt;
| The creature flashes between its normal tile and the one specified here.&lt;br /&gt;
|-&lt;br /&gt;
| CE_PHYS_ATT_CHANGE&lt;br /&gt;
| [[Attribute]]:percentage:fixed boost(?):START:number(:END:number)&lt;br /&gt;
| Alters the physical [[attribute]]s of a creature.&lt;br /&gt;
|-&lt;br /&gt;
| CE_MENT_ATT_CHANGE&lt;br /&gt;
| [[Attribute]]:percentage:fixed boost(?):START:number(:END:number)&lt;br /&gt;
| Alters the mental [[attribute]]s of a creature.&lt;br /&gt;
|-&lt;br /&gt;
| CE_BODY_APPEARANCE_MODIFIER&lt;br /&gt;
| &lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| CE_BP_APPEARANCE_MODIFIER&lt;br /&gt;
| START:number(:END:number):body part:APPEARANCE_MODIFIER:attribute:number]&lt;br /&gt;
| Alters the characteristics (height, width etc.) of a body part.&lt;br /&gt;
|-&lt;br /&gt;
| CE_MATERIAL_FORCE_MULTIPLIER&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| CE_BODY_MAT_INTERACTION&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| CE_SPEED_CHANGE&lt;br /&gt;
| speed modifier:START:number(:END:number) (might be more arguments existing in the first part?)&lt;br /&gt;
| Changes the speed of a creature. &lt;br /&gt;
Speed modifier contains one or both:&lt;br /&gt;
* SPEED_PERC:percentage (this modifies a creature's in-game speed, so higher numbers are faster)&lt;br /&gt;
* SPEED_ADD:number (this modifies a creature's [SPEED:XX] token, so higher numbers are slower. Negative numbers are accepted though will only reduce a creature's speed to zero)&lt;br /&gt;
The minimum and maximum speeds able to be created by CE_SPEED_CHANGE are 99 and 10,000 respectively.&lt;br /&gt;
|-&lt;br /&gt;
| CE_CAN_DO_INTERACTION&lt;br /&gt;
| START:number(:END:number)&lt;br /&gt;
| Makes the creature able to perform an interaction.  See [[Interaction token]].  To specify the interaction, use the argument:&lt;br /&gt;
* CDI:INTERACTION:interaction name&lt;br /&gt;
|-&lt;br /&gt;
| CE_BODY_TRANSFORMATION&lt;br /&gt;
| START:number(:END:number)&lt;br /&gt;
| Transforms into another creature.  The target creature is specified with:&lt;br /&gt;
* CE:CREATURE:creature name:caste name&amp;lt;br&amp;gt;&lt;br /&gt;
Note that any wounds the creature has suffered will instantly heal upon transforming, both into and out of the target form.  [[Undead]] limbs of a creature with this token will grow into a full instance of that creature.&lt;br /&gt;
|-&lt;br /&gt;
| CE_SKILL_ROLL_ADJUST&lt;br /&gt;
| PERC:percentage:PERC_ON:percentage:START:number(:END:number)&lt;br /&gt;
| Alters the skill level(?) of a creature.  The argument PERC specifies a percentage of the creature's current skill, and PERC_ON the probability of the effect being applied.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Inorganic syndromes and you!==&lt;br /&gt;
It's perfectly possible - and quite simple - to add a nasty syndrome to a type of rock or metal - you simply add the syndrome tokens to the material definition in the same manner that you would add them to a creature material definition.  The only catch is that since your hapless dwarves will only normally encounter the material in metal, gem or boulder form, a bit of creativity must be used to actually get them inside your citizens - that is, you need to make them 'explosively boil' as soon as they're mined or produced.  This has the sad side effect of destroying the actual item - sorry, no highly radioactive uranium this release.  &lt;br /&gt;
&lt;br /&gt;
The easiest way to accomplish this is to assign the material a low boiling point, usually just under room temperature, and make sure its temperature is fixed to a point above it.&lt;br /&gt;
  [MAT_FIXED_TEMP:9001]&lt;br /&gt;
  [BOILING_POINT:9000]&lt;br /&gt;
Now, as soon as this substance hits the open air - by being mined, smelted or reaction-produced at a custom workshop - it will EXPLOSIVELY BOIL, flooding a small area with delicious syndrome-rich gas.  Creatures who inhale the gas will be immediately hit with the syndrome you thoughtfully attached to the material definition earlier!&lt;br /&gt;
&lt;br /&gt;
There are a number of other tokens you can use to control the colour and naming conventions of your syndrome material, referred to as MATERIAL tokens.&lt;br /&gt;
&lt;br /&gt;
==Breath attacks==&lt;br /&gt;
Breath attacks have been changed to use Interactions as of 0.34.01. Instead of [MATERIAL_BREATH_ATTACK], you would now use the MATERIAL_EMISSION interaction, like so:&lt;br /&gt;
&lt;br /&gt;
  [CAN_DO_INTERACTION:MATERIAL_EMISSION]&lt;br /&gt;
  		[CDI:ADV_NAME:Breath custom material]&lt;br /&gt;
  		[CDI:USAGE_HINT:ATTACK]&lt;br /&gt;
  		[CDI:BP_REQUIRED:BY_CATEGORY:MOUTH]&lt;br /&gt;
  		[CDI:MATERIAL:LOCAL_CREATURE_MAT:CUSTOMMATERIAL:TRAILING_VAPOR_FLOW]&lt;br /&gt;
  		[CDI:TARGET:C:LINE_OF_SIGHT]&lt;br /&gt;
  		[CDI:TARGET_RANGE:C:15]&lt;br /&gt;
  		[CDI:MAX_TARGET_NUMBER:C:1]&lt;br /&gt;
  		[CDI:WAIT_PERIOD:50]&lt;br /&gt;
&lt;br /&gt;
The most important part is this line:&lt;br /&gt;
&lt;br /&gt;
  [CDI:MATERIAL:LOCAL_CREATURE_MAT:CUSTOMMATERIAL:TRAILING_VAPOR_FLOW]&lt;br /&gt;
&lt;br /&gt;
The CDI refers to CAN_DO_INTERACTION; the MATERIAL states that this line shows what the material is. LOCAL_CREATURE_MAT:CUSTOMMATERIAL is your material, and TRAILING_VAPOR_FLOW refers to the breath attack type. Other types are seen below. Also important is this line:&lt;br /&gt;
&lt;br /&gt;
  [CDI:TARGET:C:LINE_OF_SIGHT]&lt;br /&gt;
&lt;br /&gt;
LINE_OF_SIGHT refers to where the target C may be; others include SELF_ALLOWED (presumably like LINE_OF_SIGHT, but with the creature allowed to target itself), SELF_ONLY (preferable for undirected attacks and TOUCHABLE (for up-close attacks, as trailing flows tend to be).&lt;br /&gt;
&lt;br /&gt;
===Breath Attack Types===&lt;br /&gt;
&lt;br /&gt;
{| {{prettytable}}&lt;br /&gt;
|- bgcolor=&amp;quot;#ddd&amp;quot;&lt;br /&gt;
! Token&lt;br /&gt;
! Description&lt;br /&gt;
|-&lt;br /&gt;
| TRAILING_DUST_FLOW&lt;br /&gt;
| Lets out a cloud of solid dust. Appears to use cave-in dust physics, causing this to fling around anything it comes in contact with, making it capable of smashing creatures into the ground and flinging them over walls. Creature will attack as normal.&lt;br /&gt;
|-&lt;br /&gt;
| TRAILING_VAPOR_FLOW&lt;br /&gt;
| Similar to the trailing gas, but easier to breathe in, and condensed, so it will collect on creatures. Creature will attack as normal.&lt;br /&gt;
|-&lt;br /&gt;
| TRAILING_GAS_FLOW&lt;br /&gt;
| Shoots a trail of gas substance at the creature. Fairly easy to dodge. Creature will attack as normal.&lt;br /&gt;
|-&lt;br /&gt;
| SOLID_GLOB&lt;br /&gt;
| Shoots a solid glob of spinning substance at the creature, leaving symbols similar to broken arrows. Essentially a projectile weapon. Some creatures with this breath attack will not move, preferring instead to stay and shoot globs at you, even when you are literally right next to them.&lt;br /&gt;
|-&lt;br /&gt;
| LIQUID_GLOB&lt;br /&gt;
| Shoots a '''solid''' glob of spinning substance at the creature. Essentially the same as SOLID_GLOB. May do less damage.&lt;br /&gt;
|-&lt;br /&gt;
| SPATTER_POWDER&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| SPATTER_LIQUID&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| UNDIRECTED_GAS&lt;br /&gt;
| Creature occasionally releases a cloud of substance. Similar to TRAILING_GAS_FLOW, but undirected, thus affecting a larger area but losing the distance. Creature will attack as normal.&lt;br /&gt;
|-&lt;br /&gt;
| UNDIRECTED_VAPOR&lt;br /&gt;
| Creature occasionally releases a cloud of substance. Similar to TRAILING_VAPOR_FLOW, but undirected, thus affecting a larger area but losing the distance. Creature will attack as normal.&lt;br /&gt;
|-&lt;br /&gt;
| UNDIRECTED_DUST&lt;br /&gt;
| Creature occasionally releases a large cloud of substance, which will spread and dissipate. Similar to TRAILING_DUST_FLOW, but undirected, thus affecting a larger area but losing the distance - range is roughly the same as that of a cave-in. Creature will attack as normal. &amp;lt;s&amp;gt;DO NOT USE THIS TAG UNLESS YOU WANT TO KILL THE CREATURE AND EVERYTHING NEAR IT AND SEND PEOPLE FLYING.&amp;lt;/s&amp;gt; You know you want to.&lt;br /&gt;
|-&lt;br /&gt;
| WEB_SPRAY&lt;br /&gt;
| Emits a burst of [[web]]s that entangle target creatures.&lt;br /&gt;
|-&lt;br /&gt;
| DRAGONFIRE&lt;br /&gt;
| Emits a wide cone of [[fire]] that burns target creatures. &lt;br /&gt;
|-&lt;br /&gt;
| FIREJET&lt;br /&gt;
| Emits a narrow cone of [[fire]] that burns target creatures.&lt;br /&gt;
|-&lt;br /&gt;
| FIREBALL&lt;br /&gt;
| Emits a fireball that burns the target creature.&lt;br /&gt;
|-&lt;br /&gt;
| WEATHER_CREEPING_GAS&lt;br /&gt;
| Creates a slowly expanding cloud of gas, similar to miasma.&lt;br /&gt;
|-&lt;br /&gt;
| WEATHER_CREEPING_VAPOR&lt;br /&gt;
| Creates a slowly expanding cloud of vapor.&lt;br /&gt;
|-&lt;br /&gt;
| WEATHER_CREEPING_DUST&lt;br /&gt;
| Creates a slowly expanding cloud of dust.&lt;br /&gt;
|-&lt;br /&gt;
| WEATHER_FALLING_MATERIAL&lt;br /&gt;
| Causes it to start raining a particular material.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
Keep in mind that you can use multiple breath attacks, which appears to make the creature choose between them at random. &lt;br /&gt;
&lt;br /&gt;
{{Category|Modding}}&lt;br /&gt;
[[ru:DF2012:Syndrome]]&lt;/div&gt;</summary>
		<author><name>I2amroy</name></author>
	</entry>
	<entry>
		<id>https://dwarffortresswiki.org/index.php?title=v0.34:Syndrome&amp;diff=168544</id>
		<title>v0.34:Syndrome</title>
		<link rel="alternate" type="text/html" href="https://dwarffortresswiki.org/index.php?title=v0.34:Syndrome&amp;diff=168544"/>
		<updated>2012-03-24T20:47:49Z</updated>

		<summary type="html">&lt;p&gt;I2amroy: /* Special Syndromes */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{quality|Masterwork|21:09, 26 April 2011 (UTC)}}{{av}}&lt;br /&gt;
&lt;br /&gt;
A '''syndrome''' is a disease or effect that a poor hapless creature might get through encountering certain creatures, extracts or vindictive modders. They generally cause unpleasant and frequently fatal [[symptoms]] over a short to long period of time, but some will clear up over time or with the assistance of a [[doctor]].  A [[Health care|Hospital]] is required to diagnose and potentially treat the syndrome. [[File:Snakebite.png|200px|thumb|right|An example of a syndrome in effect. This hippo did not ultimately survive the encounter despite one bite being the only injury sustained.]]&lt;br /&gt;
&lt;br /&gt;
==List of syndromes==&lt;br /&gt;
{| {{prettytable}}&lt;br /&gt;
|- bgcolor=&amp;quot;#dddddd&amp;quot;&lt;br /&gt;
! Syndrome&lt;br /&gt;
! Venom&lt;br /&gt;
! Acquired&lt;br /&gt;
! Short-term Symptoms&lt;br /&gt;
! Long-term Symptoms&lt;br /&gt;
! Chronic Symptoms &lt;br /&gt;
|-&lt;br /&gt;
| Adder bite&lt;br /&gt;
| adder venom (injected)&lt;br /&gt;
| Being bitten by an [[adder]], [[giant adder]] or [[adder man]]&lt;br /&gt;
| Strong pain&lt;br /&gt;
| Swelling&amp;lt;br&amp;gt;Blisters&amp;lt;br&amp;gt;Nausea&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| Bark scorpion sting&lt;br /&gt;
| bark scorpion venom (injected)&lt;br /&gt;
| Being stung by a [[bark scorpion]], [[giant bark scorpion]] or [[bark scorpion man]]&lt;br /&gt;
| Strong pain&lt;br /&gt;
| none&lt;br /&gt;
| none&lt;br /&gt;
|-&lt;br /&gt;
| Black mamba bite&lt;br /&gt;
| black mamba venom (injected)&lt;br /&gt;
| Being bitten by a [[black mamba]], [[giant black mamba]] or [[black mamba man]]&lt;br /&gt;
| Dizziness&amp;lt;br&amp;gt;Drowsiness&amp;lt;br&amp;gt;Strong pain&amp;lt;br&amp;gt;Fever&amp;lt;br&amp;gt;Unconsciousness&amp;lt;br&amp;gt;Complete paralysis&amp;lt;sup&amp;gt;1&amp;lt;/sup&amp;gt;&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| Blob blisters&lt;br /&gt;
| cave blob fluid&amp;lt;br /&amp;gt;(contact or ingested)&lt;br /&gt;
| Touching a [[cave blob]]&lt;br /&gt;
| Mild pain&amp;lt;br/&amp;gt;Mild blisters&lt;br /&gt;
| None&lt;br /&gt;
| None&lt;br /&gt;
|-&lt;br /&gt;
| Brown recluse spider bite&lt;br /&gt;
| brown recluse spider venom (injected)&lt;br /&gt;
| Being bitten by a [[brown recluse spider]], [[giant brown recluse spider]] or [[brown recluse spider man]]&lt;br /&gt;
| Nausea&amp;lt;br&amp;gt;Fever&amp;lt;br&amp;gt;Pain&amp;lt;br&amp;gt;&lt;br /&gt;
| Severe localised necrosis&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| Bumblebee sting&lt;br /&gt;
| bumblebee venom (injected)&lt;br /&gt;
| Being stung by a [[bumblebee]] worker&lt;br /&gt;
| Pain&amp;lt;br&amp;gt;Strong swelling&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| Bushmaster bite&lt;br /&gt;
| bushmaster venom (injected)&lt;br /&gt;
| Being bitten by a [[bushmaster]], [[giant bushmaster]] or [[bushmaster man]]&lt;br /&gt;
| Strong pain&amp;lt;br&amp;gt;Mild bleeding&amp;lt;br&amp;gt;Dizziness&amp;lt;br&amp;gt;Nausea&amp;lt;br&amp;gt;Unconsciousness&amp;lt;br&amp;gt;Complete paralysis&amp;lt;sup&amp;gt;1&amp;lt;/sup&amp;gt;&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| Cave floater sickness&lt;br /&gt;
| cave floater gas&amp;lt;br /&amp;gt;(inhaled or ingested)&lt;br /&gt;
| Expelled from [[cave floater]]&lt;br /&gt;
| Mild nausea&lt;br /&gt;
| Fever&amp;lt;br/&amp;gt;Strong drowsiness (delayed)&amp;lt;br/&amp;gt;Strong dizziness (delayed)&lt;br /&gt;
| None&lt;br /&gt;
|-&lt;br /&gt;
| Cave spider bite&lt;br /&gt;
| cave spider venom&amp;lt;br /&amp;gt;(injected)&lt;br /&gt;
| Being bitten by a [[cave spider]]&lt;br /&gt;
| None&lt;br /&gt;
| None&lt;br /&gt;
| Very mild dizziness&lt;br /&gt;
|-&lt;br /&gt;
| Copperhead snake bite&lt;br /&gt;
| copperhead snake venom (injected)&lt;br /&gt;
| Being bitten by a [[copperhead snake]], [[giant copperhead snake]] or [[copperhead snake man]]&lt;br /&gt;
| Pain&amp;lt;br&amp;gt;Swelling&amp;lt;br&amp;gt;Nausea&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| Giant cave spider bite&lt;br /&gt;
| giant cave spider venom&amp;lt;br /&amp;gt;(injected)&lt;br /&gt;
| Being bitten by a [[giant cave spider]]&lt;br /&gt;
| Complete paralysis&amp;lt;sup&amp;gt;1&amp;lt;/sup&amp;gt;&amp;lt;br/&amp;gt;'''Being eaten by the GCS'''&lt;br /&gt;
| None, not that it really matters.&lt;br /&gt;
| None&lt;br /&gt;
|-&lt;br /&gt;
| Gila monster bite&lt;br /&gt;
| gila monster venom (injected)&lt;br /&gt;
| Being bitten by a [[gila monster]], [[giant gila monster]] or [[gila monster man]]&lt;br /&gt;
| Pain&amp;lt;br&amp;gt;Mild swelling&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| Gnomeblight&lt;br /&gt;
| [[gnomeblight]]&amp;lt;br /&amp;gt;(contact, inhaled, injected, or ingested)&lt;br /&gt;
| Unknown. Affects gnomes only&lt;br /&gt;
| None&lt;br /&gt;
| Severe systemic necrosis&amp;lt;sup&amp;gt;2&amp;lt;/sup&amp;gt;&lt;br /&gt;
| None&lt;br /&gt;
|-&lt;br /&gt;
| Giant desert scorpion sting&lt;br /&gt;
| giant desert scorpion&amp;lt;br /&amp;gt;(injected)&lt;br /&gt;
| Being stung by a [[giant desert scorpion]]&lt;br /&gt;
| &lt;br /&gt;
| Necrosis of the brain and nervous system&amp;lt;sup&amp;gt;2&amp;lt;/sup&amp;gt;&lt;br /&gt;
| '''Unavoidable death'''&lt;br /&gt;
|- &lt;br /&gt;
| Helmet snake bite&lt;br /&gt;
| helmet snake venom&amp;lt;br /&amp;gt;(injected)&lt;br /&gt;
| Being bitten by a [[helmet snake]]&lt;br /&gt;
| Minor bleeding&lt;br /&gt;
| Fever&amp;lt;br/&amp;gt;Nausea&amp;lt;br/&amp;gt;Dizziness&amp;lt;br/&amp;gt;Localized swelling&amp;lt;br/&amp;gt;Localized oozing&amp;lt;br/&amp;gt;Localized bruising&amp;lt;br/&amp;gt;Strong pain&amp;lt;br/&amp;gt;Intense localized necrosis&amp;lt;br/&amp;gt;Possible loss of limb &lt;br /&gt;
| None&lt;br /&gt;
|-&lt;br /&gt;
| Honey bee sting&lt;br /&gt;
| honey bee venom (injected)&lt;br /&gt;
| Being stung by a [[honey bee]] worker&lt;br /&gt;
| Pain&amp;lt;br&amp;gt;Strong swelling&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| Iron man cough&lt;br /&gt;
| iron man gas&amp;lt;br /&amp;gt;(inhaled)&lt;br /&gt;
| Expelled by [[iron man]]&lt;br /&gt;
| Coughing blood&lt;br /&gt;
| None&lt;br /&gt;
| None&lt;br /&gt;
|-&lt;br /&gt;
| King cobra bite&lt;br /&gt;
| king cobra venom&amp;lt;br /&amp;gt;(injected)&lt;br /&gt;
| Being bitten by a [[king cobra]]&lt;br /&gt;
| Complete paralysis&amp;lt;sup&amp;gt;1&amp;lt;/sup&amp;gt;&amp;lt;br/&amp;gt;Pain, dizziness, drowsiness&lt;br /&gt;
| None&lt;br /&gt;
| None&lt;br /&gt;
|-&lt;br /&gt;
| Phantom spider bite&lt;br /&gt;
| phantom spider venom&amp;lt;br /&amp;gt;(injected)&lt;br /&gt;
| Being bitten by a [[phantom spider]]&lt;br /&gt;
| None&lt;br /&gt;
| Numbness and mild dizziness&lt;br /&gt;
| None&lt;br /&gt;
|-&lt;br /&gt;
| Platypus sting&lt;br /&gt;
| platypus venom&amp;lt;br /&amp;gt;(injected)&lt;br /&gt;
| Being kicked by a [[platypus]], [[giant platypus]] or [[platypus man]]&lt;br /&gt;
| Pain and swelling&lt;br /&gt;
| Extreme pain, swelling possibly to the point of necrosis&lt;br /&gt;
| None&lt;br /&gt;
|-&lt;br /&gt;
| Rattlesnake bite&lt;br /&gt;
| rattlesnake venom&amp;lt;br /&amp;gt;(injected)&lt;br /&gt;
| Being bitten by a [[rattlesnake]], [[giant rattlesnake]] or [[rattlesnake man]]&lt;br /&gt;
| Pain, nausea, blisters, swelling, bruising&lt;br /&gt;
| Severe localized necrosis&lt;br /&gt;
| None&lt;br /&gt;
|-&lt;br /&gt;
| Serpent man bite&lt;br /&gt;
| serpent man venom&amp;lt;br /&amp;gt;(injected)&lt;br /&gt;
| Being bitten by a [[serpent man]]&lt;br /&gt;
| Complete paralysis&amp;lt;sup&amp;gt;1&amp;lt;/sup&amp;gt;&lt;br /&gt;
| None&lt;br /&gt;
| None&lt;br /&gt;
|-&lt;br /&gt;
| [evil rain] sickness&amp;lt;sup&amp;gt;3&amp;lt;/sup&amp;gt;&lt;br /&gt;
| random&lt;br /&gt;
| Being caught outside in freakish weather in an evil biome&lt;br /&gt;
| random&lt;br /&gt;
| random&lt;br /&gt;
| random&lt;br /&gt;
|-&lt;br /&gt;
| [evil cloud] sickness&amp;lt;sup&amp;gt;4&amp;lt;/sup&amp;gt;&lt;br /&gt;
| random&lt;br /&gt;
| Being caught in a creeping cloud in an evil biome&lt;br /&gt;
| random&lt;br /&gt;
| random&lt;br /&gt;
| random&lt;br /&gt;
|-&lt;br /&gt;
| beast sickness&amp;lt;sup&amp;gt;5&amp;lt;/sup&amp;gt;&lt;br /&gt;
| random&lt;br /&gt;
| Encounters with [[forgotten beast]]s&lt;br /&gt;
| random&lt;br /&gt;
| random&lt;br /&gt;
| random&lt;br /&gt;
|-&lt;br /&gt;
| titan sickness&amp;lt;sup&amp;gt;5&amp;lt;/sup&amp;gt;&lt;br /&gt;
| random&lt;br /&gt;
| Encounters with [[titan]]s&lt;br /&gt;
| random&lt;br /&gt;
| random&lt;br /&gt;
| random&lt;br /&gt;
|-&lt;br /&gt;
| demon sickness&amp;lt;sup&amp;gt;5&amp;lt;/sup&amp;gt;&lt;br /&gt;
| random&lt;br /&gt;
| Encounters with [[demon]]s&lt;br /&gt;
| random&lt;br /&gt;
| random&lt;br /&gt;
| random&lt;br /&gt;
|}&lt;br /&gt;
:&amp;lt;small&amp;gt;1. For small creatures such as humans and dwarves, paralysis tends to result in suffocation.&amp;lt;/small&amp;gt;&lt;br /&gt;
:&amp;lt;small&amp;gt;2. Necrosis of the brain will eventually result in instant death once the brain rots away completely.&amp;lt;/small&amp;gt;&lt;br /&gt;
:&amp;lt;small&amp;gt;3. Evil rain typically only causes minor symptoms such as blisters, bruising, coughing blood, dizziness, fever, nausea, oozing, and pain.&amp;lt;/small&amp;gt;&lt;br /&gt;
:&amp;lt;small&amp;gt;4. Evil clouds either cause major symptoms (as with beast/titan/demon sicknesses) or permanently transform creatures into [[Undead|zombie-like]] forms.&amp;lt;/small&amp;gt;&lt;br /&gt;
:&amp;lt;small&amp;gt;5. [[Titan]]s, [[forgotten beast]]s, and [[demon]]s have a chance to have a randomized syndrome. These range from pointless (mild blisters from inhaling boiling blood) to instantly deadly (Severe necrosis from a contact poison attached to a breath weapon/creature made of blood.&amp;lt;/small&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==The anatomy of a syndrome==&lt;br /&gt;
Mechanically, syndromes are bundles of tokens attached to a material - they're confined to creature materials in vanilla DF, but it's a simple matter to add them to inorganic materials.  When the material is injected, touched, inhaled, or ingested (depending on the syndrome), the creature suffers the predations of a nasty disease or poison.  Here's an example syndrome, taken from the Giant Cave Spider raws.&lt;br /&gt;
&lt;br /&gt;
If you are having troubles getting the syndromes to work (ie, in combat reports, getting &amp;quot;'''supersnake''' n/a splatters~etc&amp;quot;), then simply throw the venom template into the actual creature's raw, which is what the LOCAL_CREATURE_MAT actually calls on; the venom being in the same file.&lt;br /&gt;
&lt;br /&gt;
    [USE_MATERIAL_TEMPLATE:POISON:CREATURE_EXTRACT_TEMPLATE]&lt;br /&gt;
        [STATE_NAME:ALL_SOLID:frozen giant cave spider venom]&lt;br /&gt;
        [STATE_ADJ:ALL_SOLID:frozen giant cave spider venom]&lt;br /&gt;
        [STATE_NAME:LIQUID:giant cave spider venom]&lt;br /&gt;
        [STATE_ADJ:LIQUID:giant cave spider venom]&lt;br /&gt;
        [STATE_NAME:GAS:boiling giant cave spider venom]&lt;br /&gt;
        [STATE_ADJ:GAS:boiling giant cave spider venom]&lt;br /&gt;
        [PREFIX:NONE]&lt;br /&gt;
        [ENTERS_BLOOD]&lt;br /&gt;
        [SYNDROME]&lt;br /&gt;
            [SYN_NAME:giant cave spider bite]&lt;br /&gt;
            [SYN_AFFECTED_CLASS:GENERAL_POISON]&lt;br /&gt;
            [SYN_IMMUNE_CREATURE:SPIDER_CAVE:ALL]&lt;br /&gt;
            [SYN_INJECTED]&lt;br /&gt;
            [CE_PARALYSIS:SEV:100:PROB:100:RESISTABLE:SIZE_DILUTES:START:5:PEAK:10:END:20]&lt;br /&gt;
&lt;br /&gt;
The first line, USE_MATERIAL_TEMPLATE, is creating a new material, called POISON, using the CREATURE_EXTRACT_TEMPLATE as the basis.  After this, the STATE_NAME and STATE_ADJ tokens are used to define the names and adjectives assigned to different states of the material - GAS, LIQUID and ALL_SOLID, in this case, though ALL is also a valid token.  At this stage, you can use any material tags like MAT_FIXED_TEMP or similar to set further material properties, though this usually isn't necessary.&lt;br /&gt;
&lt;br /&gt;
  ENTERS_BLOOD&lt;br /&gt;
This tag determines whether a poison enters the blood or not. If it is not included, the poison will splatter (if liquid) or flow (if gas) over the affected body part instead when injected. If you're using a contact poison, leave this out. Necessary for injected poisons.&lt;br /&gt;
  SYNDROME&lt;br /&gt;
This tag ends the material details and begins the definition of the actual syndrome.&lt;br /&gt;
  SYN_NAME&lt;br /&gt;
This one is self-explanatory - the name of the syndrome as it will appear in-game.&lt;br /&gt;
  SYN_AFFECTED_CLASS&lt;br /&gt;
This token defines what CREATURE_CLASS will be affected by the syndrome.  Most creatures are classed under GENERAL_POISON.  Multiple tokens can be used in a single syndrome.&lt;br /&gt;
  SYN_IMMUNE_CLASS&lt;br /&gt;
As above, but makes class immune.&lt;br /&gt;
  SYN_IMMUNE_CREATURE&lt;br /&gt;
This token defines which creatures CANNOT be affected by the syndrome - useful for addressing specific instances within a population, such as a specific caste or an individual creature that falls under GENERAL_POISON. Syntax is [SYN_IMMUNE_CREATURE:creature:caste]. ALL can be used for the caste.&lt;br /&gt;
  SYN_AFFECTED_CREATURE&lt;br /&gt;
As above, but makes creature or caste susceptible.&lt;br /&gt;
&lt;br /&gt;
  SYN_INJECTED, SYN_CONTACT, SYN_INHALED, SYN_INGESTED&lt;br /&gt;
This token determines the method of infection - injected syndromes must be injected via a creature attack, while contact syndromes result from any contamination of a creature by material splatter (such as blood), inhaled syndromes must be inhaled in gaseous form (such as from boiling or a creature breath attack), and ingestion syndromes must be eaten or drunk.  Any combination of these tags can be used.  A fun variation on the usual creature injection routine is to create a material with a SYN_CONTACT syndrome and have a creature use it for blood - this tends to end poorly for any predator that chooses to attack them.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
  [SPECIALATTACK_INJECT_EXTRACT:LOCAL_CREATURE_MAT:VENOM:LIQUID:100:100]&lt;br /&gt;
This is one method for getting a poison into a creature. If [ENTERS_BLOOD] is applied, it will be injected into the bloodstream. Otherwise, it will just splatter over the area. Put this on a creature attack. Substance type (gas, liquid, solid) does not appear to have an effect. The numbers on the end are minimum and maximum.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
CE_X, or creature effect tokens, are the real meat and bones of your syndrome.  They're detailed below.&lt;br /&gt;
&lt;br /&gt;
==Creature effect tokens==&lt;br /&gt;
Each and every syndrome has a number of creature effect tokens, represented by CE_X - these lovely little beauties determine exactly how the poor creature suffering from the syndrome is affected.  An example CE token is as follows:&lt;br /&gt;
&lt;br /&gt;
  [CE_NECROSIS:SEV:100:PROB:100:LOCALIZED:VASCULAR_ONLY:RESISTABLE:START:50:PEAK:1000:END:2000]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
In this example, we have an effect that will always cause severe necrosis in whichever bodypart it touches, so long as that bodypart is vascular and that the creature is not able to resist it in some manner.  The effect begins shortly after the syndrome is contracted, peaks 1000 [[time|time units]] afterwards, and finally ceases another 1000 time units later.&lt;br /&gt;
&lt;br /&gt;
As a general rule of thumb, so long as CE_X starts the string and START/PEAK/END end it, the order of the intervening tokens isn't important.&lt;br /&gt;
&lt;br /&gt;
*CE_X&lt;br /&gt;
The effect type.  This can be a number of different tokens, as detailed in the table below this list.&lt;br /&gt;
*SEV:X&lt;br /&gt;
The severity of the effect.  Higher values appear to be worse, with SEV:1000 CE_NECROSIS causing a part to near-instantly become rotten.&lt;br /&gt;
*PROB:X&lt;br /&gt;
The probability of the effect actually manifesting in the victim, as a percentage.  100 means always, 1 means a 1 in 100 chance.&lt;br /&gt;
*LOCALIZED (Overwrites BP tokens)&lt;br /&gt;
This tag causes an effect to ignore all BP tokens and then forces the game to attempt to apply the effect to the limb that came into contact with the contagion - i.e. the part that was bitten by the creature injecting the syndrome material, or the one that was splattered by a contact contagion. If an effect can not be applied to the contacted limb (such as IMPAIR_FUNCTION on a non-organ) then this token makes the syndrome have no effect. This token also makes inhaled syndromes have no effect.&lt;br /&gt;
*BP:BODY_PART:TISSUE (Overwritten by LOCALIZED)&lt;br /&gt;
Specifies which body parts and tissues are to be affected by the syndrome. BODY_PART can be BY_CATEGORY:x to target body parts with a matching [CATEGORY:x] [[body token]] (or ALL to affect everything), BY_TYPE:x to target body parts having a particular type (UPPERBODY, LOWERBODY, HEAD, GRASP, or STANCE), or BY_TOKEN:x to target individual body parts by their ID (as specified in the [BP] token). For example, if you wanted to target the lungs of a creature, you would use BP:BY_CATEGORY:LUNG:ALL.  The syndrome would act on all bodyparts within the creature with the CATEGORY tag LUNG and affect all tissue layers.  For another example, say you wanted to cause the skin to rot off a creature - you could use BP:BY_CATEGORY:ALL:SKIN, targeting the SKIN tissue on all bodyparts. Multiple targets can be given in one syndrome by placing the BP tokens end to end. This is one of the most powerful and useful aspects of the syndrome system, as it allows you to selectively target bodyparts relevant to the contagion, like lungs for coal dust inhalation, or the eyes for exposure to an acid gas. Not everything takes a target!&lt;br /&gt;
*VASCULAR_ONLY (Optional)&lt;br /&gt;
This syndrome only affects tissue layers with the VASCULAR token.&lt;br /&gt;
*MUSCULAR_ONLY (Optional)&lt;br /&gt;
This syndrome only affects tissue layers with the MUSCULAR token.  Are you seeing a trend here?&lt;br /&gt;
*SIZE_DILUTES (Optional)&lt;br /&gt;
This token presumably causes the effects of the syndrome to scale with the size of the creature compared to the size of the dose of contagion they received, but has yet to be extensively tested.&lt;br /&gt;
*SIZE_DELAYS (Optional)&lt;br /&gt;
As above, this token has yet to be tested but presumably delays the onset of a syndrome according to the size of the victim.&lt;br /&gt;
&lt;br /&gt;
The details of this table are still being thrashed out by modders, so if you have anything to add, please don't hesitate to hit the edit button!&lt;br /&gt;
&lt;br /&gt;
Non-targeted syndromes will ignore any BP tokens and LOCALIZED tokens.&lt;br /&gt;
{| {{prettytable}}&lt;br /&gt;
|- bgcolor=&amp;quot;Bisque&amp;quot;&lt;br /&gt;
! Token&lt;br /&gt;
! Accepts Target&lt;br /&gt;
! Description&lt;br /&gt;
|-&lt;br /&gt;
| CE_BLEEDING&lt;br /&gt;
| Yes&lt;br /&gt;
| Causes the targeted bodypart to start bleeding, with heavy enough bleeding resulting in the death of the sufferer. Some conditions seem to cause bleeding to be fatal no matter how weak.&lt;br /&gt;
|-&lt;br /&gt;
| CE_BLISTERS&lt;br /&gt;
| Yes&lt;br /&gt;
| Covers the targeted bodypart with blisters.&lt;br /&gt;
|-&lt;br /&gt;
| CE_BRUISING&lt;br /&gt;
| Yes&lt;br /&gt;
| Causes the targeted bodypart to undergo bruising.&lt;br /&gt;
|-&lt;br /&gt;
| CE_IMPAIR_FUNCTION&lt;br /&gt;
| Yes&lt;br /&gt;
| An organ afflicted with this CE is rendered inoperable - for example, if both lungs are impaired the creature can't breathe and will suffocate.  This token only affects organs, not limbs.&lt;br /&gt;
|-&lt;br /&gt;
| CE_NECROSIS&lt;br /&gt;
| Yes&lt;br /&gt;
| Causes the targeted bodypart to rot, with associated tissue damage and miasma.  Badly necrotic limbs will require amputation and heavy rot will eventually result in bleeding.  Necrosis has some strange behavior involving bleeding to death that isn't fully understood; a 100% necrotic creature can survive fine with no non-yellow bodyparts but will die of bleeding as soon as they end a round of combat, even if they never take a hit. Because of this, fairly useless unless targeting the lungs or eyes.&lt;br /&gt;
|-&lt;br /&gt;
| CE_NUMBNESS&lt;br /&gt;
| Yes&lt;br /&gt;
| Causes numbness in the affected body part, blocking pain. Extreme numbness may lead to sensory nerve damage.&lt;br /&gt;
|-&lt;br /&gt;
| CE_OOZING&lt;br /&gt;
| Yes&lt;br /&gt;
| Causes pus to ooze from the afflicted bodypart.&lt;br /&gt;
|-&lt;br /&gt;
| CE_PAIN&lt;br /&gt;
| Yes&lt;br /&gt;
| Afflicts the targeted bodypart with intense pain.&lt;br /&gt;
|-&lt;br /&gt;
| CE_PARALYSIS&lt;br /&gt;
| Yes&lt;br /&gt;
| Causes paralysis in the affected body part. Targeted causes sluggishness and significantly reduces speed. Untargeted paralysis is 'complete paralysis' and will cause suffocation in smaller creatures.&lt;br /&gt;
|-&lt;br /&gt;
| CE_SWELLING&lt;br /&gt;
| Yes&lt;br /&gt;
| Causes the targeted bodypart to swell up. Extreme swelling may lead to necrosis.&lt;br /&gt;
|-&lt;br /&gt;
| CE_COUGH_BLOOD&lt;br /&gt;
| No&lt;br /&gt;
| This effect results in the sufferer periodically coughing blood, which stains the tile they're on and requires cleanup.  It doesn't appear to be lethal, but may cause minor bleeding damage.&lt;br /&gt;
|-&lt;br /&gt;
| CE_DIZZINESS&lt;br /&gt;
| No&lt;br /&gt;
| Inflicts the Dizziness condition, occasional fainting and a general slowdown in movement and work speed.&lt;br /&gt;
|-&lt;br /&gt;
| CE_DROWSINESS&lt;br /&gt;
| No&lt;br /&gt;
| Causes the Drowsiness condition.&lt;br /&gt;
|-&lt;br /&gt;
| CE_FEVER&lt;br /&gt;
| No&lt;br /&gt;
| Causes the Fever condition.&lt;br /&gt;
|-&lt;br /&gt;
| CE_NAUSEA&lt;br /&gt;
| No&lt;br /&gt;
| Causes the Nausea condition, and heavy vomiting. Can eventually lead to dehydration and death.&lt;br /&gt;
|-&lt;br /&gt;
| CE_UNCONSCIOUSNESS&lt;br /&gt;
| No&lt;br /&gt;
| Renders unconscious.&lt;br /&gt;
|-&lt;br /&gt;
| CE_VOMIT_BLOOD&lt;br /&gt;
| No&lt;br /&gt;
| This effect results in the sufferer periodically vomiting blood, which stains the tile they're on and requires cleanup.  It doesn't appear to be lethal, but may cause minor bleeding damage.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Special Syndromes==&lt;br /&gt;
v0.34 has added several special syndrome tags that take different arguments than the above.  These are used for generated interactions in unmodded games, but may be used as well for any substance or custom interaction.&lt;br /&gt;
&lt;br /&gt;
{| {{prettytable}}&lt;br /&gt;
|- bgcolor=&amp;quot;Bisque&amp;quot;&lt;br /&gt;
! Token&lt;br /&gt;
! Arguments&lt;br /&gt;
! Description&lt;br /&gt;
|-&lt;br /&gt;
| CE_ADD_TAG&lt;br /&gt;
| tags:START:number(:END:number)&lt;br /&gt;
| Adds a tag to the affected creature.  Many arguments can be used sequentially within one syndrome token. See the [[Interaction token]] '''IT_REQUIRES''' for valid tags.&lt;br /&gt;
|-&lt;br /&gt;
| CE_REMOVE_TAG&lt;br /&gt;
| tags:START:number(:END:number)&lt;br /&gt;
| Removes a tag from a creature.  Supported arguments are the same as CE_ADD_TAG.&lt;br /&gt;
|-&lt;br /&gt;
| CE_DISPLAY_TILE&lt;br /&gt;
| TILE:tile number:colour:START:number(:END:number)&lt;br /&gt;
| The creature displays the specified tile and colour instead of its normal one.&lt;br /&gt;
|-&lt;br /&gt;
| CE_DISPLAY_NAME&lt;br /&gt;
| NAME:singular:plural:adjective:START:number(:END:number)&lt;br /&gt;
| Attaches a specified name to the creature's normal name.&lt;br /&gt;
|-&lt;br /&gt;
| CE_FLASH_TILE&lt;br /&gt;
| TILE:tile number:colour:FREQUENCY:?:?:START:number(:END:number)&lt;br /&gt;
| The creature flashes between its normal tile and the one specified here.&lt;br /&gt;
|-&lt;br /&gt;
| CE_PHYS_ATT_CHANGE&lt;br /&gt;
| [[Attribute]]:percentage:fixed boost(?):START:number(:END:number)&lt;br /&gt;
| Alters the physical [[attribute]]s of a creature.&lt;br /&gt;
|-&lt;br /&gt;
| CE_MENT_ATT_CHANGE&lt;br /&gt;
| [[Attribute]]:percentage:fixed boost(?):START:number(:END:number)&lt;br /&gt;
| Alters the mental [[attribute]]s of a creature.&lt;br /&gt;
|-&lt;br /&gt;
| CE_BODY_APPEARANCE_MODIFIER&lt;br /&gt;
| &lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| CE_BP_APPEARANCE_MODIFIER&lt;br /&gt;
| START:number(:END:number):body part:APPEARANCE_MODIFIER:attribute:number]&lt;br /&gt;
| Alters the characteristics (height, width etc.) of a body part.&lt;br /&gt;
|-&lt;br /&gt;
| CE_MATERIAL_FORCE_MULTIPLIER&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| CE_BODY_MAT_INTERACTION&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| CE_SPEED_CHANGE&lt;br /&gt;
| speed modifier:START:number(:END:number) (might be more arguments existing in the first part?)&lt;br /&gt;
| Changes the speed of a creature. &lt;br /&gt;
Speed modifier contains one or both:&lt;br /&gt;
* SPEED_PERC:percentage&lt;br /&gt;
* SPEED_ADD:number (higher speed makes a creature slower, negative numbers are accepted though will only reduce a creature's speed to zero)&lt;br /&gt;
The minimum and maximum speeds able to be created by CE_SPEED_CHANGE are 99 and 10,000 respectively.&lt;br /&gt;
|-&lt;br /&gt;
| CE_CAN_DO_INTERACTION&lt;br /&gt;
| START:number(:END:number)&lt;br /&gt;
| Makes the creature able to perform an interaction.  See [[Interaction token]].  To specify the interaction, use the argument:&lt;br /&gt;
* CDI:INTERACTION:interaction name&lt;br /&gt;
|-&lt;br /&gt;
| CE_BODY_TRANSFORMATION&lt;br /&gt;
| START:number(:END:number)&lt;br /&gt;
| Transforms into another creature.  The target creature is specified with:&lt;br /&gt;
* CE:CREATURE:creature name:caste name&amp;lt;br&amp;gt;&lt;br /&gt;
Note that any wounds the creature has suffered will instantly heal upon transforming, both into and out of the target form.  [[Undead]] limbs of a creature with this token will grow into a full instance of that creature.&lt;br /&gt;
|-&lt;br /&gt;
| CE_SKILL_ROLL_ADJUST&lt;br /&gt;
| PERC:percentage:PERC_ON:percentage:START:number(:END:number)&lt;br /&gt;
| Alters the skill level(?) of a creature.  The argument PERC specifies a percentage of the creature's current skill, and PERC_ON the probability of the effect being applied.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Inorganic syndromes and you!==&lt;br /&gt;
It's perfectly possible - and quite simple - to add a nasty syndrome to a type of rock or metal - you simply add the syndrome tokens to the material definition in the same manner that you would add them to a creature material definition.  The only catch is that since your hapless dwarves will only normally encounter the material in metal, gem or boulder form, a bit of creativity must be used to actually get them inside your citizens - that is, you need to make them 'explosively boil' as soon as they're mined or produced.  This has the sad side effect of destroying the actual item - sorry, no highly radioactive uranium this release.  &lt;br /&gt;
&lt;br /&gt;
The easiest way to accomplish this is to assign the material a low boiling point, usually just under room temperature, and make sure its temperature is fixed to a point above it.&lt;br /&gt;
  [MAT_FIXED_TEMP:9001]&lt;br /&gt;
  [BOILING_POINT:9000]&lt;br /&gt;
Now, as soon as this substance hits the open air - by being mined, smelted or reaction-produced at a custom workshop - it will EXPLOSIVELY BOIL, flooding a small area with delicious syndrome-rich gas.  Creatures who inhale the gas will be immediately hit with the syndrome you thoughtfully attached to the material definition earlier!&lt;br /&gt;
&lt;br /&gt;
There are a number of other tokens you can use to control the colour and naming conventions of your syndrome material, referred to as MATERIAL tokens.&lt;br /&gt;
&lt;br /&gt;
==Breath attacks==&lt;br /&gt;
Breath attacks have been changed to use Interactions as of 0.34.01. Instead of [MATERIAL_BREATH_ATTACK], you would now use the MATERIAL_EMISSION interaction, like so:&lt;br /&gt;
&lt;br /&gt;
  [CAN_DO_INTERACTION:MATERIAL_EMISSION]&lt;br /&gt;
  		[CDI:ADV_NAME:Breath custom material]&lt;br /&gt;
  		[CDI:USAGE_HINT:ATTACK]&lt;br /&gt;
  		[CDI:BP_REQUIRED:BY_CATEGORY:MOUTH]&lt;br /&gt;
  		[CDI:MATERIAL:LOCAL_CREATURE_MAT:CUSTOMMATERIAL:TRAILING_VAPOR_FLOW]&lt;br /&gt;
  		[CDI:TARGET:C:LINE_OF_SIGHT]&lt;br /&gt;
  		[CDI:TARGET_RANGE:C:15]&lt;br /&gt;
  		[CDI:MAX_TARGET_NUMBER:C:1]&lt;br /&gt;
  		[CDI:WAIT_PERIOD:50]&lt;br /&gt;
&lt;br /&gt;
The most important part is this line:&lt;br /&gt;
&lt;br /&gt;
  [CDI:MATERIAL:LOCAL_CREATURE_MAT:CUSTOMMATERIAL:TRAILING_VAPOR_FLOW]&lt;br /&gt;
&lt;br /&gt;
The CDI refers to CAN_DO_INTERACTION; the MATERIAL states that this line shows what the material is. LOCAL_CREATURE_MAT:CUSTOMMATERIAL is your material, and TRAILING_VAPOR_FLOW refers to the breath attack type. Other types are seen below. Also important is this line:&lt;br /&gt;
&lt;br /&gt;
  [CDI:TARGET:C:LINE_OF_SIGHT]&lt;br /&gt;
&lt;br /&gt;
LINE_OF_SIGHT refers to where the target C may be; others include SELF_ALLOWED (presumably like LINE_OF_SIGHT, but with the creature allowed to target itself), SELF_ONLY (preferable for undirected attacks and TOUCHABLE (for up-close attacks, as trailing flows tend to be).&lt;br /&gt;
&lt;br /&gt;
===Breath Attack Types===&lt;br /&gt;
&lt;br /&gt;
{| {{prettytable}}&lt;br /&gt;
|- bgcolor=&amp;quot;#ddd&amp;quot;&lt;br /&gt;
! Token&lt;br /&gt;
! Description&lt;br /&gt;
|-&lt;br /&gt;
| TRAILING_DUST_FLOW&lt;br /&gt;
| Lets out a cloud of solid dust. Appears to use cave-in dust physics, causing this to fling around anything it comes in contact with, making it capable of smashing creatures into the ground and flinging them over walls. Creature will attack as normal.&lt;br /&gt;
|-&lt;br /&gt;
| TRAILING_VAPOR_FLOW&lt;br /&gt;
| Similar to the trailing gas, but easier to breathe in, and condensed, so it will collect on creatures. Creature will attack as normal.&lt;br /&gt;
|-&lt;br /&gt;
| TRAILING_GAS_FLOW&lt;br /&gt;
| Shoots a trail of gas substance at the creature. Fairly easy to dodge. Creature will attack as normal.&lt;br /&gt;
|-&lt;br /&gt;
| SOLID_GLOB&lt;br /&gt;
| Shoots a solid glob of spinning substance at the creature, leaving symbols similar to broken arrows. Essentially a projectile weapon. Some creatures with this breath attack will not move, preferring instead to stay and shoot globs at you, even when you are literally right next to them.&lt;br /&gt;
|-&lt;br /&gt;
| LIQUID_GLOB&lt;br /&gt;
| Shoots a '''solid''' glob of spinning substance at the creature. Essentially the same as SOLID_GLOB. May do less damage.&lt;br /&gt;
|-&lt;br /&gt;
| SPATTER_POWDER&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| SPATTER_LIQUID&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| UNDIRECTED_GAS&lt;br /&gt;
| Creature occasionally releases a cloud of substance. Similar to TRAILING_GAS_FLOW, but undirected, thus affecting a larger area but losing the distance. Creature will attack as normal.&lt;br /&gt;
|-&lt;br /&gt;
| UNDIRECTED_VAPOR&lt;br /&gt;
| Creature occasionally releases a cloud of substance. Similar to TRAILING_VAPOR_FLOW, but undirected, thus affecting a larger area but losing the distance. Creature will attack as normal.&lt;br /&gt;
|-&lt;br /&gt;
| UNDIRECTED_DUST&lt;br /&gt;
| Creature occasionally releases a large cloud of substance, which will spread and dissipate. Similar to TRAILING_DUST_FLOW, but undirected, thus affecting a larger area but losing the distance - range is roughly the same as that of a cave-in. Creature will attack as normal. &amp;lt;s&amp;gt;DO NOT USE THIS TAG UNLESS YOU WANT TO KILL THE CREATURE AND EVERYTHING NEAR IT AND SEND PEOPLE FLYING.&amp;lt;/s&amp;gt; You know you want to.&lt;br /&gt;
|-&lt;br /&gt;
| WEB_SPRAY&lt;br /&gt;
| Emits a burst of [[web]]s that entangle target creatures.&lt;br /&gt;
|-&lt;br /&gt;
| DRAGONFIRE&lt;br /&gt;
| Emits a wide cone of [[fire]] that burns target creatures. &lt;br /&gt;
|-&lt;br /&gt;
| FIREJET&lt;br /&gt;
| Emits a narrow cone of [[fire]] that burns target creatures.&lt;br /&gt;
|-&lt;br /&gt;
| FIREBALL&lt;br /&gt;
| Emits a fireball that burns the target creature.&lt;br /&gt;
|-&lt;br /&gt;
| WEATHER_CREEPING_GAS&lt;br /&gt;
| Creates a slowly expanding cloud of gas, similar to miasma.&lt;br /&gt;
|-&lt;br /&gt;
| WEATHER_CREEPING_VAPOR&lt;br /&gt;
| Creates a slowly expanding cloud of vapor.&lt;br /&gt;
|-&lt;br /&gt;
| WEATHER_CREEPING_DUST&lt;br /&gt;
| Creates a slowly expanding cloud of dust.&lt;br /&gt;
|-&lt;br /&gt;
| WEATHER_FALLING_MATERIAL&lt;br /&gt;
| Causes it to start raining a particular material.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
Keep in mind that you can use multiple breath attacks, which appears to make the creature choose between them at random. &lt;br /&gt;
&lt;br /&gt;
{{Category|Modding}}&lt;br /&gt;
[[ru:DF2012:Syndrome]]&lt;/div&gt;</summary>
		<author><name>I2amroy</name></author>
	</entry>
	<entry>
		<id>https://dwarffortresswiki.org/index.php?title=v0.34:Syndrome&amp;diff=168353</id>
		<title>v0.34:Syndrome</title>
		<link rel="alternate" type="text/html" href="https://dwarffortresswiki.org/index.php?title=v0.34:Syndrome&amp;diff=168353"/>
		<updated>2012-03-21T17:56:43Z</updated>

		<summary type="html">&lt;p&gt;I2amroy: /* Creature effect tokens */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{quality|Masterwork|21:09, 26 April 2011 (UTC)}}{{av}}&lt;br /&gt;
&lt;br /&gt;
A '''syndrome''' is a disease or effect that a poor hapless creature might get through encountering certain creatures, extracts or vindictive modders. They generally cause unpleasant and frequently fatal [[symptoms]] over a short to long period of time, but some will clear up over time or with the assistance of a [[doctor]].  A [[Health care|Hospital]] is required to diagnose and potentially treat the syndrome. [[File:Snakebite.png|200px|thumb|right|An example of a syndrome in effect. This hippo did not ultimately survive the encounter despite one bite being the only injury sustained.]]&lt;br /&gt;
&lt;br /&gt;
==List of syndromes==&lt;br /&gt;
{| {{prettytable}}&lt;br /&gt;
|- bgcolor=&amp;quot;#dddddd&amp;quot;&lt;br /&gt;
! Syndrome&lt;br /&gt;
! Venom&lt;br /&gt;
! Acquired&lt;br /&gt;
! Short-term Symptoms&lt;br /&gt;
! Long-term Symptoms&lt;br /&gt;
! Chronic Symptoms &lt;br /&gt;
|-&lt;br /&gt;
| Adder bite&lt;br /&gt;
| adder venom (injected)&lt;br /&gt;
| Being bitten by an [[adder]], [[giant adder]] or [[adder man]]&lt;br /&gt;
| Strong pain&lt;br /&gt;
| Swelling&amp;lt;br&amp;gt;Blisters&amp;lt;br&amp;gt;Nausea&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| Bark scorpion sting&lt;br /&gt;
| bark scorpion venom (injected)&lt;br /&gt;
| Being stung by a [[bark scorpion]], [[giant bark scorpion]] or [[bark scorpion man]]&lt;br /&gt;
| Strong pain&lt;br /&gt;
| none&lt;br /&gt;
| none&lt;br /&gt;
|-&lt;br /&gt;
| Black mamba bite&lt;br /&gt;
| black mamba venom (injected)&lt;br /&gt;
| Being bitten by a [[black mamba]], [[giant black mamba]] or [[black mamba man]]&lt;br /&gt;
| Dizziness&amp;lt;br&amp;gt;Drowsiness&amp;lt;br&amp;gt;Strong pain&amp;lt;br&amp;gt;Fever&amp;lt;br&amp;gt;Unconsciousness&amp;lt;br&amp;gt;Complete paralysis&amp;lt;sup&amp;gt;1&amp;lt;/sup&amp;gt;&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| Blob blisters&lt;br /&gt;
| cave blob fluid&amp;lt;br /&amp;gt;(contact or ingested)&lt;br /&gt;
| Touching a [[cave blob]]&lt;br /&gt;
| Mild pain&amp;lt;br/&amp;gt;Mild blisters&lt;br /&gt;
| None&lt;br /&gt;
| None&lt;br /&gt;
|-&lt;br /&gt;
| Brown recluse spider bite&lt;br /&gt;
| brown recluse spider venom (injected)&lt;br /&gt;
| Being bitten by a [[brown recluse spider]], [[giant brown recluse spider]] or [[brown recluse spider man]]&lt;br /&gt;
| Nausea&amp;lt;br&amp;gt;Fever&amp;lt;br&amp;gt;Pain&amp;lt;br&amp;gt;&lt;br /&gt;
| Severe localised necrosis&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| Bumblebee sting&lt;br /&gt;
| bumblebee venom (injected)&lt;br /&gt;
| Being stung by a [[bumblebee]] worker&lt;br /&gt;
| Pain&amp;lt;br&amp;gt;Strong swelling&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| Bushmaster bite&lt;br /&gt;
| bushmaster venom (injected)&lt;br /&gt;
| Being bitten by a [[bushmaster]], [[giant bushmaster]] or [[bushmaster man]]&lt;br /&gt;
| Strong pain&amp;lt;br&amp;gt;Mild bleeding&amp;lt;br&amp;gt;Dizziness&amp;lt;br&amp;gt;Nausea&amp;lt;br&amp;gt;Unconsciousness&amp;lt;br&amp;gt;Complete paralysis&amp;lt;sup&amp;gt;1&amp;lt;/sup&amp;gt;&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| Cave floater sickness&lt;br /&gt;
| cave floater gas&amp;lt;br /&amp;gt;(inhaled or ingested)&lt;br /&gt;
| Expelled from [[cave floater]]&lt;br /&gt;
| Mild nausea&lt;br /&gt;
| Fever&amp;lt;br/&amp;gt;Strong drowsiness (delayed)&amp;lt;br/&amp;gt;Strong dizziness (delayed)&lt;br /&gt;
| None&lt;br /&gt;
|-&lt;br /&gt;
| Cave spider bite&lt;br /&gt;
| cave spider venom&amp;lt;br /&amp;gt;(injected)&lt;br /&gt;
| Being bitten by a [[cave spider]]&lt;br /&gt;
| None&lt;br /&gt;
| None&lt;br /&gt;
| Very mild dizziness&lt;br /&gt;
|-&lt;br /&gt;
| Copperhead snake bite&lt;br /&gt;
| copperhead snake venom (injected)&lt;br /&gt;
| Being bitten by a [[copperhead snake]], [[giant copperhead snake]] or [[copperhead snake man]]&lt;br /&gt;
| Pain&amp;lt;br&amp;gt;Swelling&amp;lt;br&amp;gt;Nausea&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| Giant cave spider bite&lt;br /&gt;
| giant cave spider venom&amp;lt;br /&amp;gt;(injected)&lt;br /&gt;
| Being bitten by a [[giant cave spider]]&lt;br /&gt;
| Complete paralysis&amp;lt;sup&amp;gt;1&amp;lt;/sup&amp;gt;&amp;lt;br/&amp;gt;'''Being eaten by the GCS'''&lt;br /&gt;
| None, not that it really matters.&lt;br /&gt;
| None&lt;br /&gt;
|-&lt;br /&gt;
| Gila monster bite&lt;br /&gt;
| gila monster venom (injected)&lt;br /&gt;
| Being bitten by a [[gila monster]], [[giant gila monster]] or [[gila monster man]]&lt;br /&gt;
| Pain&amp;lt;br&amp;gt;Mild swelling&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| Gnomeblight&lt;br /&gt;
| [[gnomeblight]]&amp;lt;br /&amp;gt;(contact, inhaled, injected, or ingested)&lt;br /&gt;
| Unknown. Affects gnomes only&lt;br /&gt;
| None&lt;br /&gt;
| Severe systemic necrosis&amp;lt;sup&amp;gt;2&amp;lt;/sup&amp;gt;&lt;br /&gt;
| None&lt;br /&gt;
|-&lt;br /&gt;
| Giant desert scorpion sting&lt;br /&gt;
| giant desert scorpion&amp;lt;br /&amp;gt;(injected)&lt;br /&gt;
| Being stung by a [[giant desert scorpion]]&lt;br /&gt;
| &lt;br /&gt;
| Necrosis of the brain and nervous system&amp;lt;sup&amp;gt;2&amp;lt;/sup&amp;gt;&lt;br /&gt;
| '''Unavoidable death'''&lt;br /&gt;
|- &lt;br /&gt;
| Helmet snake bite&lt;br /&gt;
| helmet snake venom&amp;lt;br /&amp;gt;(injected)&lt;br /&gt;
| Being bitten by a [[helmet snake]]&lt;br /&gt;
| Minor bleeding&lt;br /&gt;
| Fever&amp;lt;br/&amp;gt;Nausea&amp;lt;br/&amp;gt;Dizziness&amp;lt;br/&amp;gt;Localized swelling&amp;lt;br/&amp;gt;Localized oozing&amp;lt;br/&amp;gt;Localized bruising&amp;lt;br/&amp;gt;Strong pain&amp;lt;br/&amp;gt;Intense localized necrosis&amp;lt;br/&amp;gt;Possible loss of limb &lt;br /&gt;
| None&lt;br /&gt;
|-&lt;br /&gt;
| Honey bee sting&lt;br /&gt;
| honey bee venom (injected)&lt;br /&gt;
| Being stung by a [[honey bee]] worker&lt;br /&gt;
| Pain&amp;lt;br&amp;gt;Strong swelling&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| Iron man cough&lt;br /&gt;
| iron man gas&amp;lt;br /&amp;gt;(inhaled)&lt;br /&gt;
| Expelled by [[iron man]]&lt;br /&gt;
| Coughing blood&lt;br /&gt;
| None&lt;br /&gt;
| None&lt;br /&gt;
|-&lt;br /&gt;
| King cobra bite&lt;br /&gt;
| king cobra venom&amp;lt;br /&amp;gt;(injected)&lt;br /&gt;
| Being bitten by a [[king cobra]]&lt;br /&gt;
| Complete paralysis&amp;lt;sup&amp;gt;1&amp;lt;/sup&amp;gt;&amp;lt;br/&amp;gt;Pain, dizziness, drowsiness&lt;br /&gt;
| None&lt;br /&gt;
| None&lt;br /&gt;
|-&lt;br /&gt;
| Phantom spider bite&lt;br /&gt;
| phantom spider venom&amp;lt;br /&amp;gt;(injected)&lt;br /&gt;
| Being bitten by a [[phantom spider]]&lt;br /&gt;
| None&lt;br /&gt;
| Numbness and mild dizziness&lt;br /&gt;
| None&lt;br /&gt;
|-&lt;br /&gt;
| Platypus sting&lt;br /&gt;
| platypus venom&amp;lt;br /&amp;gt;(injected)&lt;br /&gt;
| Being kicked by a [[platypus]], [[giant platypus]] or [[platypus man]]&lt;br /&gt;
| Pain and swelling&lt;br /&gt;
| Extreme pain, swelling possibly to the point of necrosis&lt;br /&gt;
| None&lt;br /&gt;
|-&lt;br /&gt;
| Rattlesnake bite&lt;br /&gt;
| rattlesnake venom&amp;lt;br /&amp;gt;(injected)&lt;br /&gt;
| Being bitten by a [[rattlesnake]], [[giant rattlesnake]] or [[rattlesnake man]]&lt;br /&gt;
| Pain, nausea, blisters, swelling, bruising&lt;br /&gt;
| Severe localized necrosis&lt;br /&gt;
| None&lt;br /&gt;
|-&lt;br /&gt;
| Serpent man bite&lt;br /&gt;
| serpent man venom&amp;lt;br /&amp;gt;(injected)&lt;br /&gt;
| Being bitten by a [[serpent man]]&lt;br /&gt;
| Complete paralysis&amp;lt;sup&amp;gt;1&amp;lt;/sup&amp;gt;&lt;br /&gt;
| None&lt;br /&gt;
| None&lt;br /&gt;
|-&lt;br /&gt;
| [evil rain] sickness&amp;lt;sup&amp;gt;3&amp;lt;/sup&amp;gt;&lt;br /&gt;
| random&lt;br /&gt;
| Being caught outside in freakish weather in an evil biome&lt;br /&gt;
| random&lt;br /&gt;
| random&lt;br /&gt;
| random&lt;br /&gt;
|-&lt;br /&gt;
| [evil cloud] sickness&amp;lt;sup&amp;gt;4&amp;lt;/sup&amp;gt;&lt;br /&gt;
| random&lt;br /&gt;
| Being caught in a creeping cloud in an evil biome&lt;br /&gt;
| random&lt;br /&gt;
| random&lt;br /&gt;
| random&lt;br /&gt;
|-&lt;br /&gt;
| beast sickness&amp;lt;sup&amp;gt;5&amp;lt;/sup&amp;gt;&lt;br /&gt;
| random&lt;br /&gt;
| Encounters with [[forgotten beast]]s&lt;br /&gt;
| random&lt;br /&gt;
| random&lt;br /&gt;
| random&lt;br /&gt;
|-&lt;br /&gt;
| titan sickness&amp;lt;sup&amp;gt;5&amp;lt;/sup&amp;gt;&lt;br /&gt;
| random&lt;br /&gt;
| Encounters with [[titan]]s&lt;br /&gt;
| random&lt;br /&gt;
| random&lt;br /&gt;
| random&lt;br /&gt;
|-&lt;br /&gt;
| demon sickness&amp;lt;sup&amp;gt;5&amp;lt;/sup&amp;gt;&lt;br /&gt;
| random&lt;br /&gt;
| Encounters with [[demon]]s&lt;br /&gt;
| random&lt;br /&gt;
| random&lt;br /&gt;
| random&lt;br /&gt;
|}&lt;br /&gt;
:&amp;lt;small&amp;gt;1. For small creatures such as humans and dwarves, paralysis tends to result in suffocation.&amp;lt;/small&amp;gt;&lt;br /&gt;
:&amp;lt;small&amp;gt;2. Necrosis of the brain will eventually result in instant death once the brain rots away completely.&amp;lt;/small&amp;gt;&lt;br /&gt;
:&amp;lt;small&amp;gt;3. Evil rain typically only causes minor symptoms such as blisters, bruising, coughing blood, dizziness, fever, nausea, oozing, and pain.&amp;lt;/small&amp;gt;&lt;br /&gt;
:&amp;lt;small&amp;gt;4. Evil clouds either cause major symptoms (as with beast/titan/demon sicknesses) or permanently transform creatures into [[Undead|zombie-like]] forms.&amp;lt;/small&amp;gt;&lt;br /&gt;
:&amp;lt;small&amp;gt;5. [[Titan]]s, [[forgotten beast]]s, and [[demon]]s have a chance to have a randomized syndrome. These range from pointless (mild blisters from inhaling boiling blood) to instantly deadly (Severe necrosis from a contact poison attached to a breath weapon/creature made of blood.&amp;lt;/small&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==The anatomy of a syndrome==&lt;br /&gt;
Mechanically, syndromes are bundles of tokens attached to a material - they're confined to creature materials in vanilla DF, but it's a simple matter to add them to inorganic materials.  When the material is injected, touched, inhaled, or ingested (depending on the syndrome), the creature suffers the predations of a nasty disease or poison.  Here's an example syndrome, taken from the Giant Cave Spider raws.&lt;br /&gt;
&lt;br /&gt;
If you are having troubles getting the syndromes to work (ie, in combat reports, getting &amp;quot;'''supersnake''' n/a splatters~etc&amp;quot;), then simply throw the venom template into the actual creature's raw, which is what the LOCAL_CREATURE_MAT actually calls on; the venom being in the same file.&lt;br /&gt;
&lt;br /&gt;
    [USE_MATERIAL_TEMPLATE:POISON:CREATURE_EXTRACT_TEMPLATE]&lt;br /&gt;
        [STATE_NAME:ALL_SOLID:frozen giant cave spider venom]&lt;br /&gt;
        [STATE_ADJ:ALL_SOLID:frozen giant cave spider venom]&lt;br /&gt;
        [STATE_NAME:LIQUID:giant cave spider venom]&lt;br /&gt;
        [STATE_ADJ:LIQUID:giant cave spider venom]&lt;br /&gt;
        [STATE_NAME:GAS:boiling giant cave spider venom]&lt;br /&gt;
        [STATE_ADJ:GAS:boiling giant cave spider venom]&lt;br /&gt;
        [PREFIX:NONE]&lt;br /&gt;
        [ENTERS_BLOOD]&lt;br /&gt;
        [SYNDROME]&lt;br /&gt;
            [SYN_NAME:giant cave spider bite]&lt;br /&gt;
            [SYN_AFFECTED_CLASS:GENERAL_POISON]&lt;br /&gt;
            [SYN_IMMUNE_CREATURE:SPIDER_CAVE:ALL]&lt;br /&gt;
            [SYN_INJECTED]&lt;br /&gt;
            [CE_PARALYSIS:SEV:100:PROB:100:RESISTABLE:SIZE_DILUTES:START:5:PEAK:10:END:20]&lt;br /&gt;
&lt;br /&gt;
The first line, USE_MATERIAL_TEMPLATE, is creating a new material, called POISON, using the CREATURE_EXTRACT_TEMPLATE as the basis.  After this, the STATE_NAME and STATE_ADJ tokens are used to define the names and adjectives assigned to different states of the material - GAS, LIQUID and ALL_SOLID, in this case, though ALL is also a valid token.  At this stage, you can use any material tags like MAT_FIXED_TEMP or similar to set further material properties, though this usually isn't necessary.&lt;br /&gt;
&lt;br /&gt;
  ENTERS_BLOOD&lt;br /&gt;
This tag determines whether a poison enters the blood or not. If it is not included, the poison will splatter (if liquid) or flow (if gas) over the affected body part instead when injected. If you're using a contact poison, leave this out. Necessary for injected poisons.&lt;br /&gt;
  SYNDROME&lt;br /&gt;
This tag ends the material details and begins the definition of the actual syndrome.&lt;br /&gt;
  SYN_NAME&lt;br /&gt;
This one is self-explanatory - the name of the syndrome as it will appear in-game.&lt;br /&gt;
  SYN_AFFECTED_CLASS&lt;br /&gt;
This token defines what CREATURE_CLASS will be affected by the syndrome.  Most creatures are classed under GENERAL_POISON.  Multiple tokens can be used in a single syndrome.&lt;br /&gt;
  SYN_IMMUNE_CLASS&lt;br /&gt;
As above, but makes class immune.&lt;br /&gt;
  SYN_IMMUNE_CREATURE&lt;br /&gt;
This token defines which creatures CANNOT be affected by the syndrome - useful for addressing specific instances within a population, such as a specific caste or an individual creature that falls under GENERAL_POISON. Syntax is [SYN_IMMUNE_CREATURE:creature:caste]. ALL can be used for the caste.&lt;br /&gt;
  SYN_AFFECTED_CREATURE&lt;br /&gt;
As above, but makes creature or caste susceptible.&lt;br /&gt;
&lt;br /&gt;
  SYN_INJECTED, SYN_CONTACT, SYN_INHALED, SYN_INGESTED&lt;br /&gt;
This token determines the method of infection - injected syndromes must be injected via a creature attack, while contact syndromes result from any contamination of a creature by material splatter (such as blood), inhaled syndromes must be inhaled in gaseous form (such as from boiling or a creature breath attack), and ingestion syndromes must be eaten or drunk.  Any combination of these tags can be used.  A fun variation on the usual creature injection routine is to create a material with a SYN_CONTACT syndrome and have a creature use it for blood - this tends to end poorly for any predator that chooses to attack them.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
  [SPECIALATTACK_INJECT_EXTRACT:LOCAL_CREATURE_MAT:VENOM:LIQUID:100:100]&lt;br /&gt;
This is one method for getting a poison into a creature. If [ENTERS_BLOOD] is applied, it will be injected into the bloodstream. Otherwise, it will just splatter over the area. Put this on a creature attack. Substance type (gas, liquid, solid) does not appear to have an effect. The numbers on the end are minimum and maximum.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
CE_X, or creature effect tokens, are the real meat and bones of your syndrome.  They're detailed below.&lt;br /&gt;
&lt;br /&gt;
==Creature effect tokens==&lt;br /&gt;
Each and every syndrome has a number of creature effect tokens, represented by CE_X - these lovely little beauties determine exactly how the poor creature suffering from the syndrome is affected.  An example CE token is as follows:&lt;br /&gt;
&lt;br /&gt;
  [CE_NECROSIS:SEV:100:PROB:100:LOCALIZED:VASCULAR_ONLY:RESISTABLE:START:50:PEAK:1000:END:2000]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
In this example, we have an effect that will always cause severe necrosis in whichever bodypart it touches, so long as that bodypart is vascular and that the creature is not able to resist it in some manner.  The effect begins shortly after the syndrome is contracted, peaks 1000 [[time|time units]] afterwards, and finally ceases another 1000 time units later.&lt;br /&gt;
&lt;br /&gt;
As a general rule of thumb, so long as CE_X starts the string and START/PEAK/END end it, the order of the intervening tokens isn't important.&lt;br /&gt;
&lt;br /&gt;
*CE_X&lt;br /&gt;
The effect type.  This can be a number of different tokens, as detailed in the table below this list.&lt;br /&gt;
*SEV:X&lt;br /&gt;
The severity of the effect.  Higher values appear to be worse, with SEV:1000 CE_NECROSIS causing a part to near-instantly become rotten.&lt;br /&gt;
*PROB:X&lt;br /&gt;
The probability of the effect actually manifesting in the victim, as a percentage.  100 means always, 1 means a 1 in 100 chance.&lt;br /&gt;
*LOCALIZED (Overwrites BP tokens)&lt;br /&gt;
This tag causes an effect to ignore all BP tokens and then forces the game to attempt to apply the effect to the limb that came into contact with the contagion - i.e. the part that was bitten by the creature injecting the syndrome material, or the one that was splattered by a contact contagion. If an effect can not be applied to the contacted limb (such as IMPAIR_FUNCTION on a non-organ) then this token makes the syndrome have no effect. This token also makes inhaled syndromes have no effect.&lt;br /&gt;
*BP:BODY_PART:TISSUE (Overwritten by LOCALIZED)&lt;br /&gt;
Specifies which body parts and tissues are to be affected by the syndrome. BODY_PART can be BY_CATEGORY:x to target body parts with a matching [CATEGORY:x] [[body token]] (or ALL to affect everything), BY_TYPE:x to target body parts having a particular type (UPPERBODY, LOWERBODY, HEAD, GRASP, or STANCE), or BY_TOKEN:x to target individual body parts by their ID (as specified in the [BP] token). For example, if you wanted to target the lungs of a creature, you would use BP:BY_CATEGORY:LUNG:ALL.  The syndrome would act on all bodyparts within the creature with the CATEGORY tag LUNG and affect all tissue layers.  For another example, say you wanted to cause the skin to rot off a creature - you could use BP:BY_CATEGORY:ALL:SKIN, targeting the SKIN tissue on all bodyparts. Multiple targets can be given in one syndrome by placing the BP tokens end to end. This is one of the most powerful and useful aspects of the syndrome system, as it allows you to selectively target bodyparts relevant to the contagion, like lungs for coal dust inhalation, or the eyes for exposure to an acid gas. Not everything takes a target!&lt;br /&gt;
*VASCULAR_ONLY (Optional)&lt;br /&gt;
This syndrome only affects tissue layers with the VASCULAR token.&lt;br /&gt;
*MUSCULAR_ONLY (Optional)&lt;br /&gt;
This syndrome only affects tissue layers with the MUSCULAR token.  Are you seeing a trend here?&lt;br /&gt;
*SIZE_DILUTES (Optional)&lt;br /&gt;
This token presumably causes the effects of the syndrome to scale with the size of the creature compared to the size of the dose of contagion they received, but has yet to be extensively tested.&lt;br /&gt;
*SIZE_DELAYS (Optional)&lt;br /&gt;
As above, this token has yet to be tested but presumably delays the onset of a syndrome according to the size of the victim.&lt;br /&gt;
&lt;br /&gt;
The details of this table are still being thrashed out by modders, so if you have anything to add, please don't hesitate to hit the edit button!&lt;br /&gt;
&lt;br /&gt;
Non-targeted syndromes will ignore any BP tokens and LOCALIZED tokens.&lt;br /&gt;
{| {{prettytable}}&lt;br /&gt;
|- bgcolor=&amp;quot;Bisque&amp;quot;&lt;br /&gt;
! Token&lt;br /&gt;
! Accepts Target&lt;br /&gt;
! Description&lt;br /&gt;
|-&lt;br /&gt;
| CE_BLEEDING&lt;br /&gt;
| Yes&lt;br /&gt;
| Causes the targeted bodypart to start bleeding, with heavy enough bleeding resulting in the death of the sufferer. Some conditions seem to cause bleeding to be fatal no matter how weak.&lt;br /&gt;
|-&lt;br /&gt;
| CE_BLISTERS&lt;br /&gt;
| Yes&lt;br /&gt;
| Covers the targeted bodypart with blisters.&lt;br /&gt;
|-&lt;br /&gt;
| CE_BRUISING&lt;br /&gt;
| Yes&lt;br /&gt;
| Causes the targeted bodypart to undergo bruising.&lt;br /&gt;
|-&lt;br /&gt;
| CE_IMPAIR_FUNCTION&lt;br /&gt;
| Yes&lt;br /&gt;
| An organ afflicted with this CE is rendered inoperable - for example, if both lungs are impaired the creature can't breathe and will suffocate.  This token only affects organs, not limbs.&lt;br /&gt;
|-&lt;br /&gt;
| CE_NECROSIS&lt;br /&gt;
| Yes&lt;br /&gt;
| Causes the targeted bodypart to rot, with associated tissue damage and miasma.  Badly necrotic limbs will require amputation and heavy rot will eventually result in bleeding.  Necrosis has some strange behavior involving bleeding to death that isn't fully understood; a 100% necrotic creature can survive fine with no non-yellow bodyparts but will die of bleeding as soon as they end a round of combat, even if they never take a hit. Because of this, fairly useless unless targeting the lungs or eyes.&lt;br /&gt;
|-&lt;br /&gt;
| CE_NUMBNESS&lt;br /&gt;
| Yes&lt;br /&gt;
| Causes numbness in the affected body part, blocking pain. Extreme numbness may lead to sensory nerve damage.&lt;br /&gt;
|-&lt;br /&gt;
| CE_OOZING&lt;br /&gt;
| Yes&lt;br /&gt;
| Causes pus to ooze from the afflicted bodypart.&lt;br /&gt;
|-&lt;br /&gt;
| CE_PAIN&lt;br /&gt;
| Yes&lt;br /&gt;
| Afflicts the targeted bodypart with intense pain.&lt;br /&gt;
|-&lt;br /&gt;
| CE_PARALYSIS&lt;br /&gt;
| Yes&lt;br /&gt;
| Causes paralysis in the affected body part. Targeted causes sluggishness and significantly reduces speed. Untargeted paralysis is 'complete paralysis' and will cause suffocation in smaller creatures.&lt;br /&gt;
|-&lt;br /&gt;
| CE_SWELLING&lt;br /&gt;
| Yes&lt;br /&gt;
| Causes the targeted bodypart to swell up. Extreme swelling may lead to necrosis.&lt;br /&gt;
|-&lt;br /&gt;
| CE_COUGH_BLOOD&lt;br /&gt;
| No&lt;br /&gt;
| This effect results in the sufferer periodically coughing blood, which stains the tile they're on and requires cleanup.  It doesn't appear to be lethal, but may cause minor bleeding damage.&lt;br /&gt;
|-&lt;br /&gt;
| CE_DIZZINESS&lt;br /&gt;
| No&lt;br /&gt;
| Inflicts the Dizziness condition, occasional fainting and a general slowdown in movement and work speed.&lt;br /&gt;
|-&lt;br /&gt;
| CE_DROWSINESS&lt;br /&gt;
| No&lt;br /&gt;
| Causes the Drowsiness condition.&lt;br /&gt;
|-&lt;br /&gt;
| CE_FEVER&lt;br /&gt;
| No&lt;br /&gt;
| Causes the Fever condition.&lt;br /&gt;
|-&lt;br /&gt;
| CE_NAUSEA&lt;br /&gt;
| No&lt;br /&gt;
| Causes the Nausea condition, and heavy vomiting. Can eventually lead to dehydration and death.&lt;br /&gt;
|-&lt;br /&gt;
| CE_UNCONSCIOUSNESS&lt;br /&gt;
| No&lt;br /&gt;
| Renders unconscious.&lt;br /&gt;
|-&lt;br /&gt;
| CE_VOMIT_BLOOD&lt;br /&gt;
| No&lt;br /&gt;
| This effect results in the sufferer periodically vomiting blood, which stains the tile they're on and requires cleanup.  It doesn't appear to be lethal, but may cause minor bleeding damage.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Special Syndromes==&lt;br /&gt;
v0.34 has added several special syndrome tags that take different arguments than the above.  These are used for generated interactions in unmodded games, but may be used as well for any substance or custom interaction.&lt;br /&gt;
&lt;br /&gt;
{| {{prettytable}}&lt;br /&gt;
|- bgcolor=&amp;quot;Bisque&amp;quot;&lt;br /&gt;
! Token&lt;br /&gt;
! Arguments&lt;br /&gt;
! Description&lt;br /&gt;
|-&lt;br /&gt;
| CE_ADD_TAG&lt;br /&gt;
| [[creature token]]s:START:number(:END:number)&lt;br /&gt;
| Adds a [[creature token]] to the affected creature.  Many arguments can be used sequentially within one syndrome token.&amp;lt;sup&amp;gt;6&amp;lt;/sup&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| CE_REMOVE_TAG&lt;br /&gt;
| [[creature token]]s:START:number(:END:number)&lt;br /&gt;
| Removes a [[creature token]] from a creature.  Supported arguments are the same as CE_ADD_TAG.&lt;br /&gt;
|-&lt;br /&gt;
| CE_DISPLAY_TILE&lt;br /&gt;
| TILE:tile number:colour:START:number(:END:number)&lt;br /&gt;
| The creature displays the specified tile and colour instead of its normal one.&lt;br /&gt;
|-&lt;br /&gt;
| CE_DISPLAY_NAME&lt;br /&gt;
| NAME:singular:plural:adjective:START:number(:END:number)&lt;br /&gt;
| Attaches a specified name to the creature's normal name.&lt;br /&gt;
|-&lt;br /&gt;
| CE_FLASH_TILE&lt;br /&gt;
| TILE:tile number:colour:FREQUENCY:?:?:START:number(:END:number)&lt;br /&gt;
| The creature flashes between its normal tile and the one specified here.&lt;br /&gt;
|-&lt;br /&gt;
| CE_PHYS_ATT_CHANGE&lt;br /&gt;
| [[Attribute]]:percentage:fixed boost(?):START:number(:END:number)&lt;br /&gt;
| Alters the physical [[attribute]]s of a creature.&lt;br /&gt;
|-&lt;br /&gt;
| CE_MENT_ATT_CHANGE&lt;br /&gt;
| [[Attribute]]:percentage:fixed boost(?):START:number(:END:number)&lt;br /&gt;
| Alters the mental [[attribute]]s of a creature.&lt;br /&gt;
|-&lt;br /&gt;
| CE_BODY_APPEARANCE_MODIFIER&lt;br /&gt;
| &lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| CE_BP_APPEARANCE_MODIFIER&lt;br /&gt;
| START:number(:END:number):body part:APPEARANCE_MODIFIER:attribute:number]&lt;br /&gt;
| Alters the characteristics (height, width etc.) of a body part.&lt;br /&gt;
|-&lt;br /&gt;
| CE_MATERIAL_FORCE_MULTIPLIER&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| CE_BODY_MAT_INTERACTION&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| CE_SPEED_CHANGE&lt;br /&gt;
| SPEED_PERC:percentage:START:number(:END:number) (might be more arguments existing in the first part?)&lt;br /&gt;
| Changes the speed of a creature. &lt;br /&gt;
|-&lt;br /&gt;
| CE_CAN_DO_INTERACTION&lt;br /&gt;
| START:number(:END:number)&lt;br /&gt;
| Makes the creature able to perform an interaction.  See [[Interaction token]].  To specify the interaction, use the argument:&lt;br /&gt;
* CDI:INTERACTION:interaction name&lt;br /&gt;
|-&lt;br /&gt;
| CE_BODY_TRANSFORMATION&lt;br /&gt;
| START:number(:END:number)&lt;br /&gt;
| Transforms into another creature.  The target creature is specified with:&lt;br /&gt;
* CE:CREATURE:creature name:caste name&amp;lt;br&amp;gt;&lt;br /&gt;
Note that any wounds the creature has suffered will instantly heal upon transforming, both into and out of the target form.  [[Undead]] limbs of a creature with this token will grow into a full instance of that creature.&lt;br /&gt;
|-&lt;br /&gt;
| CE_SKILL_ROLL_ADJUST&lt;br /&gt;
| PERC:percentage:PERC_ON:percentage:START:number(:END:number)&lt;br /&gt;
| Alters the skill level(?) of a creature.  The argument PERC specifies a percentage of the creature's current skill, and PERC_ON the probability of the effect being applied.&lt;br /&gt;
|}&lt;br /&gt;
:&amp;lt;small&amp;gt;6. At the moment, only a limited subset of creature tokens are supported.  Currently supported tokens are:&lt;br /&gt;
* EXTRAVISION&lt;br /&gt;
* OPPOSED_TO_LIFE&lt;br /&gt;
* SUPERNATURAL&lt;br /&gt;
* NOT_LIVING&lt;br /&gt;
* NOEXERT&lt;br /&gt;
* CRAZED&lt;br /&gt;
* BLOODSUCKER&lt;br /&gt;
* NOPAIN&lt;br /&gt;
* NOBREATHE&lt;br /&gt;
* HAS_BLOOD&lt;br /&gt;
* NOSTUN&lt;br /&gt;
* NONAUSEA&lt;br /&gt;
* NO_DIZZINESS&lt;br /&gt;
* NO_FEVERS&lt;br /&gt;
* TRANCES&lt;br /&gt;
* NOEMOTION&lt;br /&gt;
* LIKESFIGHTING&lt;br /&gt;
* PARALYZEIMMUNE&lt;br /&gt;
* NOFEAR&lt;br /&gt;
* NO_EAT&lt;br /&gt;
* NO_DRINK&lt;br /&gt;
* NO_SLEEP&lt;br /&gt;
* MISCHIEVOUS&lt;br /&gt;
* NO_PHYS_ATT_GAIN&lt;br /&gt;
* NO_PHYS_ATT_RUST&lt;br /&gt;
* NOTHOUGHT&lt;br /&gt;
* NO_THOUGHT_CENTER_FOR_MOVEMENT&lt;br /&gt;
* NO_CONNECTIONS_FOR_MOVEMENT&lt;br /&gt;
* CAN_SPEAK&lt;br /&gt;
* CAN_LEARN&lt;br /&gt;
* UTTERANCES&lt;br /&gt;
* MORTAL&lt;br /&gt;
* NO_AGING&lt;br /&gt;
* STERILE&lt;br /&gt;
* FIT_FOR_ANIMATION&lt;br /&gt;
* FIT_FOR_RESURRECTION&lt;br /&gt;
&amp;lt;/small&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Inorganic syndromes and you!==&lt;br /&gt;
It's perfectly possible - and quite simple - to add a nasty syndrome to a type of rock or metal - you simply add the syndrome tokens to the material definition in the same manner that you would add them to a creature material definition.  The only catch is that since your hapless dwarves will only normally encounter the material in metal, gem or boulder form, a bit of creativity must be used to actually get them inside your citizens - that is, you need to make them 'explosively boil' as soon as they're mined or produced.  This has the sad side effect of destroying the actual item - sorry, no highly radioactive uranium this release.  &lt;br /&gt;
&lt;br /&gt;
The easiest way to accomplish this is to assign the material a low boiling point, usually just under room temperature, and make sure its temperature is fixed to a point above it.&lt;br /&gt;
  [MAT_FIXED_TEMP:9001]&lt;br /&gt;
  [BOILING_POINT:9000]&lt;br /&gt;
Now, as soon as this substance hits the open air - by being mined, smelted or reaction-produced at a custom workshop - it will EXPLOSIVELY BOIL, flooding a small area with delicious syndrome-rich gas.  Creatures who inhale the gas will be immediately hit with the syndrome you thoughtfully attached to the material definition earlier!&lt;br /&gt;
&lt;br /&gt;
There are a number of other tokens you can use to control the colour and naming conventions of your syndrome material, referred to as MATERIAL tokens.&lt;br /&gt;
&lt;br /&gt;
==Breath attacks==&lt;br /&gt;
Breath attacks have been changed to use Interactions as of 0.34.01. Instead of [MATERIAL_BREATH_ATTACK], you would now use the MATERIAL_EMISSION interaction, like so:&lt;br /&gt;
&lt;br /&gt;
  [CAN_DO_INTERACTION:MATERIAL_EMISSION]&lt;br /&gt;
  		[CDI:ADV_NAME:Breath custom material]&lt;br /&gt;
  		[CDI:USAGE_HINT:ATTACK]&lt;br /&gt;
  		[CDI:BP_REQUIRED:BY_CATEGORY:MOUTH]&lt;br /&gt;
  		[CDI:MATERIAL:LOCAL_CREATURE_MAT:CUSTOMMATERIAL:TRAILING_VAPOR_FLOW]&lt;br /&gt;
  		[CDI:TARGET:C:LINE_OF_SIGHT]&lt;br /&gt;
  		[CDI:TARGET_RANGE:C:15]&lt;br /&gt;
  		[CDI:MAX_TARGET_NUMBER:C:1]&lt;br /&gt;
  		[CDI:WAIT_PERIOD:50]&lt;br /&gt;
&lt;br /&gt;
The most important part is this line:&lt;br /&gt;
&lt;br /&gt;
  [CDI:MATERIAL:LOCAL_CREATURE_MAT:CUSTOMMATERIAL:TRAILING_VAPOR_FLOW]&lt;br /&gt;
&lt;br /&gt;
The CDI refers to CAN_DO_INTERACTION; the MATERIAL states that this line shows what the material is. LOCAL_CREATURE_MAT:CUSTOMMATERIAL is your material, and TRAILING_VAPOR_FLOW refers to the breath attack type. Other types are seen below. Also important is this line:&lt;br /&gt;
&lt;br /&gt;
  [CDI:TARGET:C:LINE_OF_SIGHT]&lt;br /&gt;
&lt;br /&gt;
LINE_OF_SIGHT refers to where the target C may be; others include SELF_ALLOWED (presumably like LINE_OF_SIGHT, but with the creature allowed to target itself), SELF_ONLY (preferable for undirected attacks and TOUCHABLE (for up-close attacks, as trailing flows tend to be).&lt;br /&gt;
&lt;br /&gt;
===Breath Attack Types===&lt;br /&gt;
&lt;br /&gt;
{| {{prettytable}}&lt;br /&gt;
|- bgcolor=&amp;quot;#ddd&amp;quot;&lt;br /&gt;
! Token&lt;br /&gt;
! Description&lt;br /&gt;
|-&lt;br /&gt;
| TRAILING_DUST_FLOW&lt;br /&gt;
| Lets out a cloud of solid dust. Appears to use cave-in dust physics, causing this to fling around anything it comes in contact with, making it capable of smashing creatures into the ground and flinging them over walls. Creature will attack as normal.&lt;br /&gt;
|-&lt;br /&gt;
| TRAILING_VAPOR_FLOW&lt;br /&gt;
| Similar to the trailing gas, but easier to breathe in, and condensed, so it will collect on creatures. Creature will attack as normal.&lt;br /&gt;
|-&lt;br /&gt;
| TRAILING_GAS_FLOW&lt;br /&gt;
| Shoots a trail of gas substance at the creature. Fairly easy to dodge. Creature will attack as normal.&lt;br /&gt;
|-&lt;br /&gt;
| SOLID_GLOB&lt;br /&gt;
| Shoots a solid glob of spinning substance at the creature, leaving symbols similar to broken arrows. Essentially a projectile weapon. Some creatures with this breath attack will not move, preferring instead to stay and shoot globs at you, even when you are literally right next to them.&lt;br /&gt;
|-&lt;br /&gt;
| LIQUID_GLOB&lt;br /&gt;
| Shoots a '''solid''' glob of spinning substance at the creature. Essentially the same as SOLID_GLOB. May do less damage.&lt;br /&gt;
|-&lt;br /&gt;
| SPATTER_POWDER&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| SPATTER_LIQUID&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| UNDIRECTED_GAS&lt;br /&gt;
| Creature occasionally releases a cloud of substance. Similar to TRAILING_GAS_FLOW, but undirected, thus affecting a larger area but losing the distance. Creature will attack as normal.&lt;br /&gt;
|-&lt;br /&gt;
| UNDIRECTED_VAPOR&lt;br /&gt;
| Creature occasionally releases a cloud of substance. Similar to TRAILING_VAPOR_FLOW, but undirected, thus affecting a larger area but losing the distance. Creature will attack as normal.&lt;br /&gt;
|-&lt;br /&gt;
| UNDIRECTED_DUST&lt;br /&gt;
| Creature occasionally releases a large cloud of substance, which will spread and dissipate. Similar to TRAILING_DUST_FLOW, but undirected, thus affecting a larger area but losing the distance - range is roughly the same as that of a cave-in. Creature will attack as normal. &amp;lt;s&amp;gt;DO NOT USE THIS TAG UNLESS YOU WANT TO KILL THE CREATURE AND EVERYTHING NEAR IT AND SEND PEOPLE FLYING.&amp;lt;/s&amp;gt; You know you want to.&lt;br /&gt;
|-&lt;br /&gt;
| WEB_SPRAY&lt;br /&gt;
| Emits a burst of [[web]]s that entangle target creatures.&lt;br /&gt;
|-&lt;br /&gt;
| DRAGONFIRE&lt;br /&gt;
| Emits a wide cone of [[fire]] that burns target creatures. &lt;br /&gt;
|-&lt;br /&gt;
| FIREJET&lt;br /&gt;
| Emits a narrow cone of [[fire]] that burns target creatures.&lt;br /&gt;
|-&lt;br /&gt;
| FIREBALL&lt;br /&gt;
| Emits a fireball that burns the target creature.&lt;br /&gt;
|-&lt;br /&gt;
| WEATHER_CREEPING_GAS&lt;br /&gt;
| Creates a slowly expanding cloud of gas, similar to miasma.&lt;br /&gt;
|-&lt;br /&gt;
| WEATHER_CREEPING_VAPOR&lt;br /&gt;
| Creates a slowly expanding cloud of vapor.&lt;br /&gt;
|-&lt;br /&gt;
| WEATHER_CREEPING_DUST&lt;br /&gt;
| Creates a slowly expanding cloud of dust.&lt;br /&gt;
|-&lt;br /&gt;
| WEATHER_FALLING_MATERIAL&lt;br /&gt;
| Causes it to start raining a particular material.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
Keep in mind that you can use multiple breath attacks, which appears to make the creature choose between them at random. &lt;br /&gt;
&lt;br /&gt;
{{Category|Modding}}&lt;br /&gt;
[[ru:DF2012:Syndrome]]&lt;/div&gt;</summary>
		<author><name>I2amroy</name></author>
	</entry>
	<entry>
		<id>https://dwarffortresswiki.org/index.php?title=v0.31:Weapon&amp;diff=159573</id>
		<title>v0.31:Weapon</title>
		<link rel="alternate" type="text/html" href="https://dwarffortresswiki.org/index.php?title=v0.31:Weapon&amp;diff=159573"/>
		<updated>2012-01-25T18:28:39Z</updated>

		<summary type="html">&lt;p&gt;I2amroy: /* Dwarf-manufactured weapons */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{quality|Exceptional|00:05, 23 November 2010 (UTC)}}{{av}}{{Buggy}}&lt;br /&gt;
&lt;br /&gt;
&amp;quot;Weapon&amp;quot; can refer to either the manufactured weapons used by dwarves and other creatures for either [[combat]] or specific [[labor]]s, or natural weapons like fists, horns and [[syndrome|breath attacks]] used for creature-specific methods of combat.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- Do we really need to use top-level headings? --&amp;gt;&lt;br /&gt;
=Manufactured weapons=&lt;br /&gt;
These weapons are constructed by dwarves or other intelligent races. There are many types of weapons, but not all may be manufactured in [[Dwarf fortress mode|Fortress Mode]]. For notes on how to create weapons see [[Metalsmith's forge]].&lt;br /&gt;
&lt;br /&gt;
==Notes about manufactured weapons==&lt;br /&gt;
*If you find your dwarves wearing more than one weapon -- or any unwanted [[armor]], for that matter -- one way to get rid of them is to dump the weapon from their {{k|v}}-{{k|i}} inventory screen. This does not always work, as they might re-equip the item. Another option is to remove any weapons and/or shields listed on their military equip screen. This too does not always work. At least &amp;quot;left-handedness&amp;quot; seems to not pose a problem. If you cancel the work by {{k|v}}-{{k|p}} and selecting a job that needs a tool they will sometimes put it back in the pile. Example: Miners use picks, cancel their mining job and they will put the pick away AFTER you ordered it to be dumped. &lt;br /&gt;
*Using weapons is much more effective than unarmed combat -- an untrained swordsdwarf with an [[iron]] weapon can defeat a grand master [[wrestler]], provided neither is wearing armor. &lt;br /&gt;
**Larger weapons with more heft tend to do more damage. How damage is calculated is currently not fully understood, and this is an area requiring more research.&lt;br /&gt;
*Weapons and ammunition with the &amp;quot;foreign&amp;quot; attribute (item being rarer than Common in the entity file) must be either imported by either [[trade]]rs or [[invader]]s, or acquired from [[strange mood]]s. &lt;br /&gt;
*Weapons originating from strange moods can be made from almost any material: while it is never normally possible to manufacture a [[bone]] spear, for example, a fey [[bone carver]] may produce one from a single [[rainbow trout]] bone.&lt;br /&gt;
*Training weapons are all wooden, and all made at the [[Carpenter's workshop|carpenter's workshop]]. &amp;lt;s&amp;gt;All&amp;lt;/s&amp;gt; Battle axe, Spear, and Short Sword training weapons can be constructed in dwarf fortress mode.&lt;br /&gt;
*Crossbows can be made of metal, wood, and bone. Metal crossbows are made by a [[weaponsmith]] at a [[forge]], while wood and bone crossbows are made by a [[bowyer]] at a bowyer's workshop. The material of a crossbow does not affect its firing ability, only its melee damage. A dwarf's marksmanship skill is only affected by the core [[item quality|quality]] of the bow. This may be a consideration when deciding which dwarf you want outfitting your marksdwarves: a [[experience|legendary]] bowyer is a better choice than a proficient weaponsmith. &lt;br /&gt;
&lt;br /&gt;
*The size for a weapon is its volume in cm&amp;lt;sup&amp;gt;3&amp;lt;/sup&amp;gt;.&lt;br /&gt;
*Attacks of type EDGE will either slice or pierce their target, depending on the contact area and penetration depth, while BLUNT attacks tend to damage internal organs without necessarily causing significant damage to outer layers.&lt;br /&gt;
*The contact area represents the area of contact of the weapon, and the penetration determines how deep the attack goes (and is apparently ignored entirely for BLUNT attacks -- indicated by numbers in parentheses). Large contact areas combined with low penetration represent slashing attacks, while small contact areas with high penetration behave as piercing attacks.&lt;br /&gt;
*The velocity seems to adjust the amount of actual force used during the attack (otherwise based on the size of the weapon, the material from which the weapon is made, and the strength of the wielder) - for example, war hammers have a 2x velocity multiplier, presumably to model the fact that the hammer's mass is concentrated at the tip which, when combined with a long handle, permits swinging it harder than a weapon whose mass is evenly distributed (such as a sword).&lt;br /&gt;
&lt;br /&gt;
===Weapons as tools===&lt;br /&gt;
[[hunter|Hunters]], [[wood cutter|Woodcutters]] and [[miner|Miners]] use weapons for their [[labor|work]] and if need be will also [[combat|fight]] using them. Hunters seem to be limited to [[crossbow|crossbows]] while miners and woodcutters use [[pick|picks]] and [[battle axe|axes]] respectively.&lt;br /&gt;
&lt;br /&gt;
==Dwarf-manufactured weapons==&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;border&amp;quot;&lt;br /&gt;
! Type&lt;br /&gt;
! Size&lt;br /&gt;
! Attack&lt;br /&gt;
! [[Attack type]]&lt;br /&gt;
! Contact Area&lt;br /&gt;
! Penetration&lt;br /&gt;
! Velocity&lt;br /&gt;
! Skill Used&lt;br /&gt;
! Hands Used&lt;br /&gt;
! [[Weaponsmith|Metal]]&lt;br /&gt;
! [[Bowyer|Wood]]&lt;br /&gt;
! [[Bowyer|Bone]]&lt;br /&gt;
! [[Stone crafter|Obsidian]]&lt;br /&gt;
|- valign=&amp;quot;top&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;3&amp;quot;| Battle Axe&lt;br /&gt;
|rowspan=&amp;quot;3&amp;quot;| 800&lt;br /&gt;
| Hack || Edge || 40000 || 6000 || 1.25x&lt;br /&gt;
|rowspan=&amp;quot;3&amp;quot;| Axe&lt;br /&gt;
|rowspan=&amp;quot;3&amp;quot;| Multigrasp?&lt;br /&gt;
|rowspan=&amp;quot;3&amp;quot;| Yes&lt;br /&gt;
|rowspan=&amp;quot;3&amp;quot;| No&lt;br /&gt;
|rowspan=&amp;quot;3&amp;quot;| No&lt;br /&gt;
|rowspan=&amp;quot;3&amp;quot;| No&lt;br /&gt;
|-&lt;br /&gt;
| Flat slap || Blunt || 40000 || (6000) || 1.25x&lt;br /&gt;
|-&lt;br /&gt;
| Pommel strike || Blunt || 100 || (1000) || 1x&lt;br /&gt;
|-&lt;br /&gt;
| Crossbow (Melee)&lt;br /&gt;
| 400&lt;br /&gt;
| Bash || Blunt || 10000 || (4000) || 1.25x&lt;br /&gt;
| Hammer&lt;br /&gt;
| Singlegrasp?&lt;br /&gt;
| Yes&lt;br /&gt;
| Yes&lt;br /&gt;
| Yes&lt;br /&gt;
| No&lt;br /&gt;
|-&lt;br /&gt;
| Mace&lt;br /&gt;
| 800&lt;br /&gt;
| Bash || Blunt || 20 || (200) || 2.0x&lt;br /&gt;
| Mace&lt;br /&gt;
| Singlegrasp&lt;br /&gt;
| Yes&lt;br /&gt;
| No&lt;br /&gt;
| No&lt;br /&gt;
| No&lt;br /&gt;
|-&lt;br /&gt;
| Pick&lt;br /&gt;
| 500&lt;br /&gt;
| Strike || Edge || 100 || 4000 || 2.0x&lt;br /&gt;
| Mining&lt;br /&gt;
| Singlegrasp&lt;br /&gt;
| Yes&lt;br /&gt;
| No&lt;br /&gt;
| No&lt;br /&gt;
| No&lt;br /&gt;
|- valign=&amp;quot;top&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;4&amp;quot;| Short Sword&lt;br /&gt;
|rowspan=&amp;quot;4&amp;quot;| 300&lt;br /&gt;
| Slash || Edge || 20000 || 4000 || 1.25x&lt;br /&gt;
|rowspan=&amp;quot;4&amp;quot;| Sword&lt;br /&gt;
|rowspan=&amp;quot;4&amp;quot;| Singlegrasp&lt;br /&gt;
|rowspan=&amp;quot;4&amp;quot;| Yes&lt;br /&gt;
|rowspan=&amp;quot;4&amp;quot;| No&lt;br /&gt;
|rowspan=&amp;quot;4&amp;quot;| No&lt;br /&gt;
|rowspan=&amp;quot;4&amp;quot;| Yes&lt;br /&gt;
|-&lt;br /&gt;
| Stab || Edge || 50 || 2000 || 1.0x&lt;br /&gt;
|-&lt;br /&gt;
| Flat slap || Blunt || 20000 || (4000) || 1.25x&lt;br /&gt;
|-&lt;br /&gt;
| Pommel strike || Blunt || 100 || (1000) || 1.0x&lt;br /&gt;
|- valign=&amp;quot;top&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;2&amp;quot;| Spear&lt;br /&gt;
|rowspan=&amp;quot;2&amp;quot;| 400&lt;br /&gt;
| Stab || Edge || 20 || 10000 || 1.0x&lt;br /&gt;
|rowspan=&amp;quot;2&amp;quot;| Spear&lt;br /&gt;
|rowspan=&amp;quot;2&amp;quot;| Singlegrasp&lt;br /&gt;
|rowspan=&amp;quot;2&amp;quot;| Yes&lt;br /&gt;
|rowspan=&amp;quot;2&amp;quot;| No&lt;br /&gt;
|rowspan=&amp;quot;2&amp;quot;| No&lt;br /&gt;
|rowspan=&amp;quot;2&amp;quot;| No&lt;br /&gt;
|-&lt;br /&gt;
| Shaft bash || Blunt || 10000 || (6000) || 1.25x&lt;br /&gt;
|-&lt;br /&gt;
| War Hammer&lt;br /&gt;
| 400&lt;br /&gt;
| Bash || Blunt || 10 || (200) || 2.0x&lt;br /&gt;
| Hammer&lt;br /&gt;
| Singlegrasp&lt;br /&gt;
| Yes&lt;br /&gt;
| No&lt;br /&gt;
| No&lt;br /&gt;
| No&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Training Weapons==&lt;br /&gt;
&lt;br /&gt;
All training weapons must be made of [[Wood|wood]] at the [[Carpenter's workshop|carpenter's workshop]].&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;border&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Type&lt;br /&gt;
! Size&lt;br /&gt;
! Attack&lt;br /&gt;
! [[Attack type]]&lt;br /&gt;
! Contact Area&lt;br /&gt;
! Penetration&lt;br /&gt;
! Velocity&lt;br /&gt;
! Skill Used&lt;br /&gt;
|- valign=&amp;quot;top&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;3&amp;quot;| Training Axe&lt;br /&gt;
|rowspan=&amp;quot;3&amp;quot;| 800&lt;br /&gt;
| Hack || Blunt || 30000 || (6000) || 1.25x&lt;br /&gt;
|rowspan=&amp;quot;3&amp;quot;| Axe&lt;br /&gt;
|-&lt;br /&gt;
| Flat slap || Blunt || 30000 || (6000) || 1.25x&lt;br /&gt;
|-&lt;br /&gt;
| Pommel strike || Blunt || 100 || (1000) || 1.0x&lt;br /&gt;
|- valign=&amp;quot;top&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;4&amp;quot;| Training Sword&lt;br /&gt;
|rowspan=&amp;quot;4&amp;quot;| 300&lt;br /&gt;
| Slash || Blunt || 20000 || (4000) || 1.25x&lt;br /&gt;
|rowspan=&amp;quot;4&amp;quot;| Sword&lt;br /&gt;
|-&lt;br /&gt;
| Stab || Blunt || 50 || (2000) || 1.0x&lt;br /&gt;
|-&lt;br /&gt;
| Flat slap || Blunt || 20000 || (4000) || 1.25x&lt;br /&gt;
|-&lt;br /&gt;
| Pommel strike || Blunt || 100 || (1000) || 1.0x&lt;br /&gt;
|- valign=&amp;quot;top&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;2&amp;quot;| Training Spear&lt;br /&gt;
|rowspan=&amp;quot;2&amp;quot;| 400&lt;br /&gt;
| Stab || Blunt || 200 || (10000) || 1.0x&lt;br /&gt;
|rowspan=&amp;quot;2&amp;quot;| Spear&lt;br /&gt;
|-&lt;br /&gt;
| Shaft bash || Blunt || 10000 || (6000) || 1.25x&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Foreign weapons==&lt;br /&gt;
In fortress mode, foreign weapons can only be constructed by a dwarf experiencing a [[Strange mood|strange mood]], out of any material. They may also be acquired from other races through trade or looting. [[Elf|Elves]] construct these out of wood, while other races construct them out of metal. Many dwarf-made weapons can be made by foreign civilizations as well, the ''Used by'' column is in no way all the weapons that race can make. &lt;br /&gt;
&lt;br /&gt;
Using any multigrasp weapon in a single hand (ie. with a shield in the other hand) gives you a disability to hit.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;border&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Type&lt;br /&gt;
! Size&lt;br /&gt;
! Attack&lt;br /&gt;
! [[Attack type]]&lt;br /&gt;
! Contact Area&lt;br /&gt;
! Penetration&lt;br /&gt;
! Velocity&lt;br /&gt;
! Skill Used&lt;br /&gt;
! Used by&lt;br /&gt;
! Hands Used&lt;br /&gt;
|- valign=&amp;quot;top&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;4&amp;quot;| 2H Sword&lt;br /&gt;
|rowspan=&amp;quot;4&amp;quot;| 900&lt;br /&gt;
| Slash || Edge || 100000 || 8000 || 1.25x&lt;br /&gt;
|rowspan=&amp;quot;4&amp;quot;| Sword&lt;br /&gt;
|rowspan=&amp;quot;4&amp;quot;| [[Goblin]], [[Human]]&lt;br /&gt;
|rowspan=&amp;quot;4&amp;quot;| Multigrasp&lt;br /&gt;
|-&lt;br /&gt;
| Stab || Edge || 50 || 4000 || 1.0x&lt;br /&gt;
|-&lt;br /&gt;
| Flat slap || Blunt || 100000 || (8000) || 1.25x&lt;br /&gt;
|-&lt;br /&gt;
| Pommel strike || Blunt || 100 || (1000) || 1.0x&lt;br /&gt;
|- valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| Blowgun (Melee)&lt;br /&gt;
| 150&lt;br /&gt;
| Bash || Blunt || 10000 || (4000) || 1.25x&lt;br /&gt;
| Sword&lt;br /&gt;
| Subterranean animal peoples&lt;br /&gt;
| Singlegrasp?&lt;br /&gt;
|- valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| Bow (Melee)&lt;br /&gt;
| 300&lt;br /&gt;
| Bash || Blunt || 10000 || (4000) || 1.25x&lt;br /&gt;
| Sword&lt;br /&gt;
| [[Elf]], Goblin, Human, [[Kobold]]&lt;br /&gt;
| Singlegrasp?&lt;br /&gt;
|- valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| Flail&lt;br /&gt;
| 500&lt;br /&gt;
| Bash || Blunt || 200 || (4000) || 2.5x&lt;br /&gt;
| Mace&lt;br /&gt;
| Goblin, Human&lt;br /&gt;
| Singlegrasp&lt;br /&gt;
|- valign=&amp;quot;top&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;3&amp;quot;| Great Axe&lt;br /&gt;
|rowspan=&amp;quot;3&amp;quot;| 1300&lt;br /&gt;
| Hack || Edge || 60000 || 8000 || 1.25x&lt;br /&gt;
|rowspan=&amp;quot;3&amp;quot;| Axe&lt;br /&gt;
|rowspan=&amp;quot;3&amp;quot;| Goblin, Human&lt;br /&gt;
|rowspan=&amp;quot;3&amp;quot;| Multigrasp&lt;br /&gt;
|-&lt;br /&gt;
| Flat slap || Blunt || 60000 || (8000) || 1.25x&lt;br /&gt;
|-&lt;br /&gt;
| Pommel strike || Blunt || 100 || (1000) || 1.0x&lt;br /&gt;
|- valign=&amp;quot;top&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;3&amp;quot;| Halberd&lt;br /&gt;
|rowspan=&amp;quot;3&amp;quot;| 1200&lt;br /&gt;
| Slash || Edge || 20000 || 8000 || 1.25x&lt;br /&gt;
|rowspan=&amp;quot;3&amp;quot;| Axe&lt;br /&gt;
|rowspan=&amp;quot;3&amp;quot;| Goblin, Human&lt;br /&gt;
|rowspan=&amp;quot;3&amp;quot;| Multigrasp&lt;br /&gt;
|-&lt;br /&gt;
| Stab || Edge || 50 || 2000 || 1.0x&lt;br /&gt;
|-&lt;br /&gt;
| Shaft bash || Blunt || 20000 || (6000) || 1.25x&lt;br /&gt;
|- valign=&amp;quot;top&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;3&amp;quot;| Dagger (Large)&lt;br /&gt;
|rowspan=&amp;quot;3&amp;quot;| 200&lt;br /&gt;
| Slash || Edge || 1000 || 800 || 1.25x&lt;br /&gt;
|rowspan=&amp;quot;3&amp;quot;| Dagger&lt;br /&gt;
|rowspan=&amp;quot;3&amp;quot;| Goblin, Kobold&lt;br /&gt;
|rowspan=&amp;quot;3&amp;quot;| Singlegrasp&lt;br /&gt;
|-&lt;br /&gt;
| Stab || Edge || 5 || 1000 || 1.0x&lt;br /&gt;
|-&lt;br /&gt;
| Pommel strike || Blunt || 20 || (600) || 1.0x&lt;br /&gt;
|- valign=&amp;quot;top&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;4&amp;quot;| Long Sword&lt;br /&gt;
|rowspan=&amp;quot;4&amp;quot;| 700&lt;br /&gt;
| Slash || Edge || 60000 || 6000 || 1.25x&lt;br /&gt;
|rowspan=&amp;quot;4&amp;quot;| Sword&lt;br /&gt;
|rowspan=&amp;quot;4&amp;quot;| Elf, Goblin, Human&lt;br /&gt;
|rowspan=&amp;quot;4&amp;quot;| Singlegrasp&lt;br /&gt;
|-&lt;br /&gt;
| Stab || Edge || 50 || 3000 || 1.0x&lt;br /&gt;
|-&lt;br /&gt;
| Flat slap || Blunt || 60000 || (6000) || 1.25x&lt;br /&gt;
|-&lt;br /&gt;
| Pommel strike || Blunt || 100 || (1000) || 1.0x&lt;br /&gt;
|- valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| Maul&lt;br /&gt;
| 1300&lt;br /&gt;
| Bash || Blunt || 100 || (6000) || 2.0x&lt;br /&gt;
| Hammer&lt;br /&gt;
| Goblin, Human&lt;br /&gt;
| Multigrasp&lt;br /&gt;
|- valign=&amp;quot;top&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;2&amp;quot;| Morningstar&lt;br /&gt;
|rowspan=&amp;quot;2&amp;quot;| 500&lt;br /&gt;
| Bash || Edge || 10 || 500 || 2.0x&lt;br /&gt;
|rowspan=&amp;quot;2&amp;quot;| Mace&lt;br /&gt;
|rowspan=&amp;quot;2&amp;quot;| Goblin, Human&lt;br /&gt;
|rowspan=&amp;quot;2&amp;quot;| Singlegrasp&lt;br /&gt;
|-&lt;br /&gt;
| Pommel strike || Blunt || 50 || (1000) || 1.0x&lt;br /&gt;
|- valign=&amp;quot;top&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;2&amp;quot;| Pike&lt;br /&gt;
|rowspan=&amp;quot;2&amp;quot;| 800&lt;br /&gt;
| Stab || Edge || 20 || 12000 || 1.0x&lt;br /&gt;
|rowspan=&amp;quot;2&amp;quot;| Pike&lt;br /&gt;
|rowspan=&amp;quot;2&amp;quot;| Goblin, Human&lt;br /&gt;
|rowspan=&amp;quot;2&amp;quot;| Multigrasp&lt;br /&gt;
|-&lt;br /&gt;
| Shaft bash || Blunt || 10000 || (6000) || 1.25x&lt;br /&gt;
|- valign=&amp;quot;top&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;4&amp;quot;| Scimitar&lt;br /&gt;
|rowspan=&amp;quot;4&amp;quot;| 300&lt;br /&gt;
| Slash || Edge || 20000 || 4000 || 1.25x&lt;br /&gt;
|rowspan=&amp;quot;4&amp;quot;| Sword&lt;br /&gt;
|rowspan=&amp;quot;4&amp;quot;| Goblin, Human&lt;br /&gt;
|rowspan=&amp;quot;4&amp;quot;| Singlegrasp&lt;br /&gt;
|-&lt;br /&gt;
| Stab || Edge || 50 || 2000 || 1.0x&lt;br /&gt;
|-&lt;br /&gt;
| Flat slap || Blunt || 20000 || (4000) || 1.25x&lt;br /&gt;
|-&lt;br /&gt;
| Pommel strike || Blunt || 50 || (1000) || 1.0x&lt;br /&gt;
|- valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| Scourge&lt;br /&gt;
| 300&lt;br /&gt;
| Lash || Edge || 10 || 50 || 2.0x&lt;br /&gt;
| Whip&lt;br /&gt;
| Goblin&lt;br /&gt;
| Singlegrasp&lt;br /&gt;
|- valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| Whip&lt;br /&gt;
| 100&lt;br /&gt;
| Lash || Blunt || 1 || (10) || 5.0x&lt;br /&gt;
| Whip&lt;br /&gt;
| Goblin, Human&lt;br /&gt;
| Singlegrasp&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Quality Level==&lt;br /&gt;
Weapons have a to-hit bonus based on quality, however there is no bonus for any quality level under masterwork.&lt;br /&gt;
{{DF2010:Item quality/Table}}&lt;br /&gt;
&lt;br /&gt;
==Weapon Material Quality==&lt;br /&gt;
&lt;br /&gt;
{{DF2010 material metal table head}}&lt;br /&gt;
&lt;br /&gt;
{{DF2010 material metal table row|name=Adamantine|color={{Tile|/|3:1}}&amp;lt;span style=&amp;quot;display:none&amp;quot;&amp;gt;3:3:1&amp;lt;/span&amp;gt;|source=[[Raw adamantine]]|notes= &amp;lt;br/&amp;gt;|soliddensity=0.200|mp=25000|val=300|valinc=+50|impactyield=5000|impactfracture=5000|impactelasticity=0|shearyield=5000|shearfracture=5000|shearelasticity=0&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{DF2010 material metal table row|name=Steel|color={{Tile|/|0:1}}&amp;lt;span style=&amp;quot;display:none&amp;quot;&amp;gt;0:7:1&amp;lt;/span&amp;gt;|source=[[Iron]] + [[Pig iron]] + [[flux]] stone + [[fuel]] '''!'''|notes= |soliddensity=7.85|val=30|valinc=+20|mp=12718|impactyield=1505|impactfracture=2520|impactelasticity=940|shearyield=430|shearfracture=720|shearelasticity=215&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{DF2010 material metal table row|name=Bismuth bronze|color={{Tile|/|6:1}}&amp;lt;span style=&amp;quot;display:none&amp;quot;&amp;gt;6:6:1&amp;lt;/span&amp;gt;|source=2 [[Copper]] + 1 [[Tin]] + 1 [[Bismuth]] '''!'''|notes= |soliddensity=8.25|val=6|valinc=+4|mp=11868|impactyield=602|impactfracture=843|impactelasticity=547|shearyield=172|shearfracture=241|shearelasticity=156&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{DF2010 material metal table row|name=Bronze|color={{Tile|/|6:0}}&amp;lt;span style=&amp;quot;display:none&amp;quot;&amp;gt;6:4:0&amp;lt;/span&amp;gt;|source=[[Tin]] + [[Copper]]|notes= |soliddensity=8.25|val=5|valinc=+3|mp=11868|impactyield=602|impactfracture=843|impactelasticity=547|shearyield=172|shearfracture=241|shearelasticity=156&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{DF2010 material metal table row|name=Iron|color={{Tile|/|0:1}}&amp;lt;span style=&amp;quot;display:none&amp;quot;&amp;gt;0:7:1&amp;lt;/span&amp;gt;|source=[[Hematite]], [[Limonite]], [[Magnetite]]|notes= |soliddensity=7.85|mp=12768|val=10|valinc=+2|impactyield=542|impactfracture=1080|impactelasticity=319|shearyield=155|shearfracture=310|shearelasticity=189&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{DF2010 material metal table row|name=Copper|color={{Tile|/|6:0}}&amp;lt;span style=&amp;quot;display:none&amp;quot;&amp;gt;6:4:0&amp;lt;/span&amp;gt;|source=[[Native copper]], [[Malachite]], [[Tetrahedrite]]|notes= |soliddensity=8.93|mp=11952|val=2|valinc=+0, +0, -1*|impactyield=245|impactfracture=770|impactelasticity=175|shearyield=70|shearfracture=220|shearelasticity=145&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{{DF2010 material metal table row|name=Silver|color={{Tile|/|7:1}}&amp;lt;span style=&amp;quot;display:none&amp;quot;&amp;gt;7:7:1&amp;lt;/span&amp;gt;|source=[[Native silver]], [[Horn silver]],&amp;lt;br /&amp;gt;[[Galena]] (50%), [[Tetrahedrite]] (20%) |notes= |soliddensity=10.49|mp=11731|val=10|valinc=+0, +0,&amp;lt;br /&amp;gt;+5*, +7*|impactyield=350|impactfracture=595|impactelasticity=350|shearyield=100|shearfracture=170|shearelasticity=333&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{DF2010 material metal table row|name=Bone|color={{Tile|/|7:1}}&amp;lt;span style=&amp;quot;display:none&amp;quot;&amp;gt;7:7:1&amp;lt;/span&amp;gt;|source=Creatures|notes= |soliddensity=0.50|mp=NONE(burn at 10250)|val=1|valinc=+?, +?,&amp;lt;br /&amp;gt;+?, +?|impactyield=200|impactfracture=200|impactelasticity=100|shearyield=115|shearfracture=130|shearelasticity=100&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{DF2010 material metal table row|name=Wood|color={{Tile|/|7:1}}&amp;lt;span style=&amp;quot;display:none&amp;quot;&amp;gt;7:7:1&amp;lt;/span&amp;gt;|source=Trees|notes= |soliddensity=0.50|mp=NONE(burn at 10250)|val=1|valinc=+?, +?,&amp;lt;br /&amp;gt;+?, +?|impactyield=10|impactfracture=10|impactelasticity=1000|shearyield=40|shearfracture=40|shearelasticity=1000&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{DF2010 material metal table row|name=Shell|color={{Tile|/|7:1}}&amp;lt;span style=&amp;quot;display:none&amp;quot;&amp;gt;7:7:1&amp;lt;/span&amp;gt;|source=Creatures|notes= Only available as Artifact Weapons.|soliddensity=0.50|mp=NONE(burn at 10250)|val=1|valinc=+?, +?,&amp;lt;br /&amp;gt;+?, +?|impactyield=200|impactfracture=200|impactelasticity=100|shearyield=115|shearfracture=130|shearelasticity=100&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
*''Combat information'' is used internally by the game to determine the combat properties of weapons and armor made from this metal:&lt;br /&gt;
:'''Density''': Used in conjunction with other factors - heavier weapons (higher numbers) hit with more force, light weapons tend to have less penetration.  Value shown here is g/cm&amp;lt;sup&amp;gt;3&amp;lt;/sup&amp;gt;, which is the raw value divided by 10&amp;lt;sup&amp;gt;3&amp;lt;/sup&amp;gt;&lt;br /&gt;
:'''Impact yield''': Used for blunt-force combat; ''higher'' is better. This is the raw value divided by 10&amp;lt;sup&amp;gt;3&amp;lt;/sup&amp;gt; (i.e., kPa).&lt;br /&gt;
:'''Impact fracture''': Used for blunt-force combat; ''higher'' is better. This is the raw value divided by 10&amp;lt;sup&amp;gt;3&amp;lt;/sup&amp;gt; (i.e., kPa).&lt;br /&gt;
:'''Impact elasticity''': Used for blunt-force combat; ''lower'' is better. This is the raw value.&lt;br /&gt;
:'''Shear yield''': Used for cutting calculations in combat; ''higher'' is better. This is the raw value divided by 10&amp;lt;sup&amp;gt;3&amp;lt;/sup&amp;gt; (i.e., kPa).&lt;br /&gt;
:'''Shear fracture''': Used for cutting calculations in combat; ''higher'' is better. This is the raw value divided by 10&amp;lt;sup&amp;gt;3&amp;lt;/sup&amp;gt; (i.e., kPa).&lt;br /&gt;
:'''Shear elasticity''': Used for cutting calculations in combat; ''lower'' is better. This is the raw value.&lt;br /&gt;
&lt;br /&gt;
*General Term Explanations (From Wikipedia)&lt;br /&gt;
:'''Yield Strength''' - The stress at which material strain changes from elastic deformation to plastic deformation, causing it to deform permanently.&lt;br /&gt;
:'''Fracture Strength''' - The stress coordinate on the stress-strain curve at the point of rupture.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
:'''Stress''' - Force per area = F/A&lt;br /&gt;
:'''Strain''' - Deformation of a solid due to stress = Stress/Young's Modulus&lt;br /&gt;
&lt;br /&gt;
So...&lt;br /&gt;
:Explanations!&lt;br /&gt;
::'''Yield Strength''' is the amount of stress required to permanently deform (bend) a material (plastic deformation)&lt;br /&gt;
::'''Fracture Strength''' is the amount of stress required to permanently break (rupture) a material &lt;br /&gt;
::'''Elasticity''' (or ''IMPACT_STRAIN_AT_YIELD'' in RAWs) is the amount of deformation (bending) that occurs at the yield point&lt;br /&gt;
:Implications to Dwarf Fortress Combat&lt;br /&gt;
::Yield combined with Elasticity can tell what a material will do under stress (be it from a hammer, axe, or arrow)&lt;br /&gt;
::Higher yield means that it takes more stress to deform&lt;br /&gt;
::Lower elasticity means that it will deform less when stress is applied&lt;br /&gt;
&lt;br /&gt;
'''Preliminary Combat Testing &amp;amp; Analysis'''&lt;br /&gt;
&lt;br /&gt;
Adamantine and Steel take first and second place respectively, with Iron the third best material in the game. Beyond which, bronze is in a close tie with copper as to being the second worst material. As in older versions, silver continues to hold steady as the worst material available (no longer beneficial with wooden training weapons being available now) in regards to edged weaponry. &lt;br /&gt;
Additionally, with regards to blunt weapons almost all of the non-adamantine materials perform equally well, with a very slight edge towards steel and silver. Here is the thread with the details:&lt;br /&gt;
&lt;br /&gt;
http://www.bay12forums.com/smf/index.php?topic=53571.0&lt;br /&gt;
&lt;br /&gt;
Keep in mind with how unbelievably complicated this system is nothing should be taken as word of law yet. &lt;br /&gt;
&lt;br /&gt;
{| {{prettytable}}&lt;br /&gt;
|- bgcolor=&amp;quot;#999999&amp;quot;&lt;br /&gt;
! &lt;br /&gt;
! Best&lt;br /&gt;
! Better&lt;br /&gt;
! Good&lt;br /&gt;
! Fair&lt;br /&gt;
! Poor&lt;br /&gt;
! Terrible&lt;br /&gt;
! Notes&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| Armor&lt;br /&gt;
| Adamantine&lt;br /&gt;
| Steel&lt;br /&gt;
| Iron&lt;br /&gt;
| Bronze, Bismuth Bronze&lt;br /&gt;
| Copper&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| Edged Weapons&lt;br /&gt;
| Adamantine  &amp;lt;p&amp;gt;(worst for missiles)&lt;br /&gt;
| Steel&lt;br /&gt;
| Iron&lt;br /&gt;
| Bronze, Bismuth Bronze&lt;br /&gt;
| Copper&lt;br /&gt;
| Silver&lt;br /&gt;
| For piercing iron armor, copper is better than bronze.  For piercing copper or bronze armor, bronze is better than copper.&lt;br /&gt;
|-&lt;br /&gt;
| Blunt Weapons&lt;br /&gt;
| Steel, Silver&lt;br /&gt;
| Copper, Bismuth Bronze, Bronze, Iron&lt;br /&gt;
| ---&lt;br /&gt;
| ---&lt;br /&gt;
| ---&lt;br /&gt;
| Adamantine&lt;br /&gt;
| All six non-adamantine metals perform nearly identically. Steel has a slightly higher rate of critical wounds, while silver is slightly more likely to penetrate armor.&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
Cross refrencing this table with the table at the top of this section seems to indicate that low densities, high impact fractures, and high shear fractures contribute to the killing power of edged weapons.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Arena Testing==&lt;br /&gt;
&lt;br /&gt;
Testing of weapons (15 dwarfs vs 15 dwarfs combats) shows that, in v0.31.12, the best dwarven-made weapon against humanoids is the [[silver]] war hammer.&lt;br /&gt;
Even in 15x(steel armor+silver war hammer) versus 15x(adamantine armor+adamantine battle axe) matches, hammerdwarves won with less than 50% casualties (mostly one-strike kills). However, when the dwarves in question were without armor or only wearing leather/cloth, the result was inverted - axedwarves won with less than 50% casualties. In battles against megabeasts, 6 silver hammerdwarves were barely able to scratch a [[bronze colossus]] (attacks were glancing away) due to bronze being a better &amp;quot;weapon&amp;quot; material.&lt;br /&gt;
&lt;br /&gt;
This is because silver has the highest solid density of all materials that can regularly be made into weapons by dwarves.  Tests show that indeed [[gold]] and [[platinum]] (increasingly dense) do increasing amounts of damage, and that war hammers remain the tool of choice, however they can only be produced by a moody dwarf (and a very lucky one at that).&lt;br /&gt;
&lt;br /&gt;
More arena tests are available in the [[Military testing]] article.&lt;br /&gt;
&lt;br /&gt;
==Ammunition==&lt;br /&gt;
&lt;br /&gt;
Ammunition is fired from ranged weapons like crossbows and blowguns, and is stored in ammunition [[stockpile]]s, sometimes in quivers. Ammunition may also refer to the [[stone]]s and [[ballista]] arrows fired from siege engines: For more information about these weapons, see the [[siege engine]] article.&lt;br /&gt;
&lt;br /&gt;
===Notes about ammunition===&lt;br /&gt;
&lt;br /&gt;
*Ammunition for foreign weapons like bows and blowguns is also considered foreign and cannot be manufactured in the fortress. &lt;br /&gt;
&lt;br /&gt;
*All ammunition has the &amp;quot;EDGE&amp;quot; attack type.&lt;br /&gt;
&lt;br /&gt;
===Ammunition table===&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;border&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Type&lt;br /&gt;
! Size&lt;br /&gt;
! Contact Area&lt;br /&gt;
! Penetration&lt;br /&gt;
! Skill Used&lt;br /&gt;
! Craftable&lt;br /&gt;
! Used by&lt;br /&gt;
|-&lt;br /&gt;
| Bolt (Crossbow)&lt;br /&gt;
| 150&lt;br /&gt;
| 2&lt;br /&gt;
| 2000&lt;br /&gt;
| Crossbowman&lt;br /&gt;
| Yes ([[Weaponsmith|metal]], [[Wood crafter|wood]], [[Bone carver|bone]])&lt;br /&gt;
| [[Dwarf]], [[Goblin]], [[Human]]&lt;br /&gt;
|-&lt;br /&gt;
| Arrow (Bow)&lt;br /&gt;
| 150&lt;br /&gt;
| 2&lt;br /&gt;
| 2000&lt;br /&gt;
| Bowman&lt;br /&gt;
| No&lt;br /&gt;
| [[Elf]], [[Goblin]], [[Human]], [[Kobold]]&lt;br /&gt;
|-&lt;br /&gt;
| Blowdart (Blowgun)&lt;br /&gt;
| 20&lt;br /&gt;
| 1&lt;br /&gt;
| 50&lt;br /&gt;
| Blowgunner&lt;br /&gt;
| No&lt;br /&gt;
| &lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Weapon-Dwarf Relationships==&lt;br /&gt;
Dwarves can become attached to a weapon, even a low quality weapon, which can make it difficult or impossible to get them to upgrade later.  &lt;br /&gt;
&lt;br /&gt;
In addition, the game tracks kills not only by entity but also by weapon.  A weapon that has racked up enough kills might be named by its wielder.  When this happens the game will pause and bring up a dialog box, similar to discovering a new cavern.  Once named, the weapon will appear in the artifact list, albeit in blue.&lt;br /&gt;
&lt;br /&gt;
=Natural weapons=&lt;br /&gt;
&lt;br /&gt;
Natural weapons are incredibly varied, but may be divided into a few basic types. Every creature in the game has natural weapons of one sort or another. (Even if one mods the attacks out, the creature will '''push''' as an attack.) A short description of natural weapons and damage considerations follows.&lt;br /&gt;
&lt;br /&gt;
==Types of natural weapons==&lt;br /&gt;
&lt;br /&gt;
===Striking natural weapons===&lt;br /&gt;
Every creature has basic natural weapons, most commonly biting and kicking. Damage done by these weapons depends greatly on the respective size of the combatants and the strength and striking/kicking/biting skill of the attacker.&lt;br /&gt;
&lt;br /&gt;
Natural weapons in this category can include but are not limited to punching with the '''fists''', biting with the '''teeth''', goring with the '''horns''', scratching with the '''nails''', and '''kicking'''.&lt;br /&gt;
&lt;br /&gt;
===Other natural weapons===&lt;br /&gt;
The various [[syndrome]] delivery methods fall under this category, including breath weapons, poisonous blood, area dusting, venomous bites, and so on. With the exception of some breath weapons, these attacks do not rely on size for damage calculation. For more information, see the [[syndrome]] page. For specific information on breath weapons, see the [[Syndrome#Breath_attacks|breath attacks]] section of the syndrome page.&lt;br /&gt;
&lt;br /&gt;
[[Category:Weapons]]&lt;br /&gt;
&lt;br /&gt;
=Bugs=&lt;br /&gt;
*Equipping weapons/armor on military is erratic{{Bug|535}}&lt;br /&gt;
==See also==&lt;br /&gt;
* [[User:Shinziril#Weapons_and_Armor|Outstanding research]] on weapons and armor by Shinziril&lt;/div&gt;</summary>
		<author><name>I2amroy</name></author>
	</entry>
	<entry>
		<id>https://dwarffortresswiki.org/index.php?title=v0.31:Maximizing_framerate&amp;diff=159461</id>
		<title>v0.31:Maximizing framerate</title>
		<link rel="alternate" type="text/html" href="https://dwarffortresswiki.org/index.php?title=v0.31:Maximizing_framerate&amp;diff=159461"/>
		<updated>2012-01-19T00:56:54Z</updated>

		<summary type="html">&lt;p&gt;I2amroy: /* Increasing your Framerate */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{quality|Fine|01:51, 19 January 2011 (UTC)}}&lt;br /&gt;
{{av}}&lt;br /&gt;
[[File:Frames_Per_Second_Meter.png|300px|thumb|bottom|A picture of Dwarf Fortress with Frames Per Second displayed.]]&lt;br /&gt;
&lt;br /&gt;
[[Frames per second|Framerate]] is used in Dwarf Fortress to measure the speed at which the game is running. It is measured in &amp;quot;frames per second&amp;quot;, or FPS for short. To check your FPS in Dwarf Fortress, simply change [FPS:NO] to [FPS:YES] in [[init.txt]], and your FPS will be displayed on the top row of the screen.  The first number is the current frame rate, while the number in parentheses is the current graphical frame refresh rate.&lt;br /&gt;
&lt;br /&gt;
==Increasing your Framerate==&lt;br /&gt;
In general, the more stuff the game has to keep track of, the slower the game will run.  So, reducing the amount of stuff active keeps your game running fast.  Some possible reasons for slowdown, and ways to reduce and/or eliminate them:&lt;br /&gt;
&lt;br /&gt;
* Each dwarf needs to keep track of where he's going.&lt;br /&gt;
** Limit the number of dwarves by setting the population cap.&lt;br /&gt;
* Each animal needs to pathfind, too.&lt;br /&gt;
** Tame animals can be put into [[cage]]s, keeping them from having anywhere to go.  Or you can butcher them.&lt;br /&gt;
* Invaders also need to pathfind.&lt;br /&gt;
** Turn off invasions using the option in [[D_init.txt]]. Or you can kill them all.&lt;br /&gt;
* Contaminants, including [[blood]] spatters, accumulate on the ground and on dwarves and creatures.  When they walk over contaminants, these sometimes get smeared and spread.  There is a bug ({{bug|296}}) which makes contaminants continuously multiply and another bug ({{bug|3270}}) which prevents blood spatters from ever disappearing.&lt;br /&gt;
** There is a setting in D_init.txt (as of&amp;amp;nbsp;{{version|0.31.16}}) that prevents them spreading from dwarf (or animal) to ground.  For [[DF2010:Fortress_mode|Fortress Mode]], this is [[DF2010:Technical_tricks#More_Game_Options|WALKING_SPREADS_SPATTER_DWF]] and is already turned off by default.&lt;br /&gt;
** If the contaminants are outside, isolate the area and let [[DF2010:Weather|rain]] slowly wash it away. Pets can be kept out with a [[Activity_zone#Pen.2FPasture|pen/pasture]] or a [[DF2010:Activity_zone#Pit.2FPond|pit]]. Similarly, setting the [[traffic]] designation to restricted and/or assigning [[Activity_zone|Activity Zones]] strategically may keep dwarves away.&lt;br /&gt;
** Add in some in-fortress means of cleaning dwarves and pets. The &amp;quot;Dwarven Bathtub&amp;quot; is one example. And make sure you have the [[cleaning]] labor enabled. Details of these and other suggestions can be found on the [[cleaning]] page.&lt;br /&gt;
** Finding the above cleaning measures too tedious or lacking, some players opt to [[DF2010:Cheating|cheat]] by using the [[DF2010:Utilities#dfcleanmap|dfcleanmap]] tool from the [[DF2010:Utilities#DFHack|DFhack]] library.&lt;br /&gt;
* G_FPS is a setting in the [[init.txt]] file.  It controls how often Dwarf Fortress redraws the screen.  It also controls how often the game checks for keyboard or mouse input.&lt;br /&gt;
** Reducing G_FPS can speed up the rest of the game.  The default choice of 50 works well, but many people reduce it down to 20 with no ill effect.&lt;br /&gt;
** Reducing G_FPS too far can make the game unresponsive and glitchy.  Some people can cope with 5;  most cannot.&lt;br /&gt;
* PRINT_MODE is another init setting.  It controls the method Dwarf Fortress uses to draw the screen.&lt;br /&gt;
** More advanced methods allow DF to make more use of OpenGL features and therefore your graphics card.  STANDARD and VBO are good starting points.&lt;br /&gt;
** More advanced methods may still have bugs.  2D is more likely to be reliable.&lt;br /&gt;
* [[Temperature]] and [[Weather]] are two more features which users may or may not notice.&lt;br /&gt;
** Disabling them, using the settings in d_init.txt, can speed things up.&lt;br /&gt;
** But then rain won't refill [[murky pool]]s, [[magma]] won't melt [[goblin]]s, etc.&lt;br /&gt;
** One user [http://www.bay12forums.com/smf/index.php?topic=86761.msg2352509#msg2352509 reported] an FPS boost from 35 to 90 upon disabling temperature.&lt;br /&gt;
* The size of your world and embark site both increase the amount of terrain which DF needs to keep track of.&lt;br /&gt;
** If you don't mind going vertical, try reducing your embark site from the default 4x4 squares to 3x3 or even 2x2.&lt;br /&gt;
** World size probably doesn't matter except for the size of the save files, but reducing the number of cavern layers (default of 3) will help.  You need at least 1 cavern layer to get underground [[crop|plants]], and 2 caverns to get all the underground [[tree]]s.&lt;br /&gt;
* Proper use of [[traffic]] designations will help.&lt;br /&gt;
** Setting corridors to &amp;quot;high&amp;quot; traffic, and dead-end workshop rooms next to them to &amp;quot;low&amp;quot; traffic, means the pathfinder algorithm will search more quickly along the corridor, and waste less time searching in the rooms.&lt;br /&gt;
** Changing the normal traffic weight to 1 in d_init.txt will optimize the pathfinder at the cost of High traffic zones not making a difference ([http://www.bay12forums.com/smf/index.php?topic=97763.msg2841109#msg2841109 source])&lt;br /&gt;
* Closing off unused areas with raised [[bridge]]s and locked [[door]]s can help.&lt;br /&gt;
** Reducing the area which the pathfinder algorithm has to search lets it run faster.&lt;br /&gt;
** In general the pathfinder algorithm is good about not searching irrelevant areas.  Caverns are probably the worst offender.&lt;br /&gt;
* Fewer items inside a fort means fewer items to be [[stockpile]]d, checked for [[wear]], and so on and so forth.&lt;br /&gt;
** Use a [[Dwarven atom smasher]] to remove items, or donate them to [[Trading|passing caravans]] to be taken away.&lt;br /&gt;
** Don't dig out so much of the ground, don't build such large [[Farming|farm plot]]s, just don't generate so many items in the first place.&lt;br /&gt;
* Flowing [[water]] slows the game down.&lt;br /&gt;
** Don't build [[mist]] generators, [[Screw pump|pump stacks]], or other major water-moving projects.  If you do build them, build a [[Lever|way to switch them off]].  &lt;br /&gt;
** Don't embark on a [[river]] or [[ocean]].  Rivers aren't too bad in their natural state, because the game only needs to calculate at where the water enters and where the water leaves, more-or-less skipping the water in between.  Then you start damming them and pumping water out, and it gets worse.&lt;br /&gt;
** [[Aquifer]]s don't impose load until you start digging around in them.&lt;br /&gt;
**[[Water wheel#Perpetual motion|Dwarven water reactors]] also slow down the game, often significantly. &lt;br /&gt;
* Disabling your Dwarven civ from wearing clothing as a mod (required regen of world) may help maintain higher fps later in the game{{bug|3942}}, if you don't mind naked dwarves running around. Alternatively, finding a way to dump excess/worn out clothing might help restore fps on existing fortresses. Requires research.&lt;br /&gt;
* Encountering [[HFS]] will dramatically reduce FPS if you seal the breach ({{bug|1340}}). Either avoid doing so or use the work around posted in the bug report.&lt;br /&gt;
* Use the default ASCII Graphics Tileset. Custom tilesets (such as Ironhand, Mayday, and Phoebus) can decrease your framerate.&lt;br /&gt;
*Mac OSX: Spotlight indexes files on your mac. Since DF constantly changes files, spotlight will keep indexing them using 60-70% of your CPU. Exclude DF in system preferences: spotlight's privacy settings and you can get a factor of two in FPS. This can easily provide benefits of over 30 FPS, even on multicore computers that do not need to worry about CPU.&lt;/div&gt;</summary>
		<author><name>I2amroy</name></author>
	</entry>
	<entry>
		<id>https://dwarffortresswiki.org/index.php?title=v0.31:Reactions&amp;diff=155081</id>
		<title>v0.31:Reactions</title>
		<link rel="alternate" type="text/html" href="https://dwarffortresswiki.org/index.php?title=v0.31:Reactions&amp;diff=155081"/>
		<updated>2011-12-04T06:26:06Z</updated>

		<summary type="html">&lt;p&gt;I2amroy: /* Reaction name */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{quality|Fine|09:41, 6 October 2010 (UTC)}}&lt;br /&gt;
{{av}}&lt;br /&gt;
&lt;br /&gt;
Reactions are modular, editable formulas that take specific ingredients, or reagents, and use them to produce a desired item.  A lot of reactions are hardcoded - building beds or creating glass, for example -- but a few are freely editable, and it's quite simple to add additional ones.&lt;br /&gt;
&lt;br /&gt;
== Reaction differences between modes ==&lt;br /&gt;
In [[Fortress mode]], reactions are linked to specific buildings, and must be added to a civilization's [[Entities|entity file]] to be usable by that civilization.  This has the useful effect of limiting new items and materials (such as special [[wood]] or [[metal]]) to civilizations that have the requisite reaction -- so that if you give your custom civilization a reaction to produce star metal or some other custom material, only they will be able to use it.&lt;br /&gt;
&lt;br /&gt;
In [[Adventure mode]], reactions are freely available via x &amp;gt; create, and any adventurer character can make free use of them.  Reagents may be held in the hands or dropped on the ground, but cannot be used within a backpack or quiver.  As of .10, there are several bugs with Adventure mode reactions, chief of which is the fact that you cannot select liquid reagents. &amp;lt;!-- reaction product tag works now, liquids and improvement quality dont --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Prior to version 31.10, a reaction could only result in an object of base [[quality]].  However, in .10 items produced via reactions have been observed to have quality modifiers.  The way skill factors into them has yet is the same as for normal items{{version|0.31.21}}.&lt;br /&gt;
&lt;br /&gt;
==Anatomy of a reaction==&lt;br /&gt;
&lt;br /&gt;
Reactions are found within reaction_x files (such as reaction_smelter or reaction_other).  Generally speaking they adhere to the following structure:&lt;br /&gt;
&lt;br /&gt;
   [REACTION:&amp;lt;identifier&amp;gt;]&lt;br /&gt;
      [NAME:&amp;lt;name&amp;gt;]&lt;br /&gt;
      [BUILDING:&amp;lt;BUILDING NAME&amp;gt;:&amp;lt;BUILDING KEY&amp;gt;]&lt;br /&gt;
      [REAGENT:A:150:BAR:NONE:POTASH:NONE]&lt;br /&gt;
      [PRODUCT:100:1:BAR:NONE:PEARLASH:NONE][PRODUCT_DIMENSION:150]&lt;br /&gt;
      [FUEL] &lt;br /&gt;
      [SKILL:&amp;lt;SKILL TOKEN&amp;gt;]&lt;br /&gt;
      [AUTOMATIC]&lt;br /&gt;
      [ADVENTURE_MODE_ENABLED]&lt;br /&gt;
* ''[[#Reaction identifier|identifier]]'': The internal ID of the reaction.&lt;br /&gt;
* ''[[#Reaction name|name]]'': The name of the reaction, visible to the player in the Fortress mode or Adventure mode menus.&lt;br /&gt;
* ''[[#Building|building]]'': The building ID that the reaction uses, and the relevant keyboard shortcut.&lt;br /&gt;
* ''[[#Reagents|...reagents...]]'': Zero or more reagents (ingredients) that are required to be in stock for the reaction to be possible.&lt;br /&gt;
* ''[[#Products|...products...]]'': Zero or more products that are created from the reaction.&lt;br /&gt;
* ''[[#fuel|fuel]]'': (optional) If present, the reaction requires charcoal, coke or a magma-powered workshop.&lt;br /&gt;
* ''[[#skill|skill]]'': (optional) The skill required and trained by the reaction.&lt;br /&gt;
* ''[[#automatic|automatic]]'': (optional) If present, the reaction will automatically be enqueued whenever it can possibly be performed.&lt;br /&gt;
* ''[[#adventure mode|adventure mode]]'': (optional) If present, the reaction is used by the player in Adventure mode instead.&lt;br /&gt;
&lt;br /&gt;
=== Reaction identifier ===&lt;br /&gt;
&lt;br /&gt;
The reaction identifier may be anything, so long as it is unique within the raw data files.  A good habit to get into is to append a short prefix or suffix to each name related to the name of your mod, to ensure nobody else is going to make an identical reaction and thereby mess up the game if their mod is run alongside yours.&lt;br /&gt;
&lt;br /&gt;
=== Reaction name ===&lt;br /&gt;
&lt;br /&gt;
This can be anything at all, and is usually used to describe the reaction.  '''Tan a hide''', for example, is the name of the default leather-producing reaction.  Generally this should be written as a small descriptive verb phrase, with the first letter capitalized, for consistency with the existing reactions.&lt;br /&gt;
&lt;br /&gt;
=== Building ===&lt;br /&gt;
&lt;br /&gt;
    [BUILDING:&amp;lt;BUILDING NAME&amp;gt;:&amp;lt;BUILDING KEY&amp;gt;]&lt;br /&gt;
* ''name'': The ID of the building where this reaction will appear in the tasks menu.&lt;br /&gt;
* ''key'': The keyboard shortcut used to queue up the reaction.&lt;br /&gt;
&lt;br /&gt;
The BUILDING NAME is the name of the building that will house this reaction, and the building key is the keyboard shortcut that will queue up the reaction.  If two reactions have the same key, then one of them will be assigned a different key, the first alphabetically available at the building.&lt;br /&gt;
&lt;br /&gt;
Valid buildings are KILN, SMELTER, TANNER, KITCHEN, QUERN, MILLSTONE, STILL, CRAFTSMAN, and any custom buildings.&lt;br /&gt;
&lt;br /&gt;
Specifying multiple BUILDING tokens will cause the reaction to be available at all of the specified buildings.&lt;br /&gt;
&lt;br /&gt;
=== Reagents ===&lt;br /&gt;
REAGENTs are a little bit complicated.  They are the ingredients that the reaction will use.  You can define as many as you like within a reaction.&lt;br /&gt;
&lt;br /&gt;
    [REAGENT:&amp;lt;name&amp;gt;:&amp;lt;quantity&amp;gt;:&amp;lt;item token&amp;gt;:&amp;lt;material token&amp;gt;][...modifiers...]&lt;br /&gt;
* ''[[#name|name]]'': The name of the reagent, local to the reaction.&lt;br /&gt;
* ''[[#quantity|quantity]]'': The amount of the item that will be used in the reaction.&lt;br /&gt;
* ''[[#item_token|item token]]'': The type of the item you require.&lt;br /&gt;
* ''[[#material_token|material token]]'': The material the item should be made of.&lt;br /&gt;
* ''[[#Modifiers|...modifiers...]]'': Zero or more tokens which further clarify the acceptable types when the item type and material types are insufficient to distinguish them.&lt;br /&gt;
&lt;br /&gt;
==== name ====&lt;br /&gt;
The name field is a small string used to identify the reagent within the reaction.  The name is not visible to the player.  It is local to the reaction and does not need to be unique across all of the reactions, so you can reuse the same names over and over, although each reagent within the same individual reaction must have a different name.&lt;br /&gt;
&lt;br /&gt;
Most reactions are simply named '''A''', '''B''', and so forth in default reactions, although names such as '''TOOLSTONE''' or '''FLUX''' will also work equally well.  The PRODUCT may make reference to this name &amp;amp;mdash; for instance, if a container '''B''' is specified as a reagent, PRODUCT_TO_CONTAINER:B specifies that container.&lt;br /&gt;
&lt;br /&gt;
==== quantity ====&lt;br /&gt;
The quantity differs between item types.  Generally speaking, cloth, thread, powder and globs use numbers representing the size of material within one item, and everything else uses a static quantity.  While REAGENT:A:'''''10''''':'''''THREAD''''':NONE:NONE:NONE thread is an extremely tiny portion of a random spool of thread, REAGENT:A:'''''10''''':'''''TOY''''':NONE:NONE:NONE is ten unique, solid toy items.&lt;br /&gt;
&lt;br /&gt;
Sometimes the quantity of product is directly connected with the quantity of reagent; it seems to be 150 / REAGENT &amp;lt;quantity&amp;gt; (rounding down) so that Reagent &amp;lt;quantity&amp;gt; of 3 gives 50 product and a &amp;lt;quantity&amp;gt; of 4 gives 37. (150/4=37.5) [List of item types this applies to? Bars, for instance.]&lt;br /&gt;
&lt;br /&gt;
==== item token ====&lt;br /&gt;
Item tokens are of the form ITEM_TYPE:ITEM_SUBTYPE.&lt;br /&gt;
&lt;br /&gt;
The item type is the sort of item you require; WEAPON, TOY or SKIN_TANNED, for example.  A {{L|item token|full list}} is available.&lt;br /&gt;
&lt;br /&gt;
For reagents, the item token can also be set to ANY_RAW_MATERIAL:NONE (to permit BAR, BOULDER, POWDER_MISC, or GLOB) or ANY_CRAFT:NONE (to permit FIGURINE, AMULET, SCEPTER, CROWN, RING, EARRING, or BRACELET). Internally, these special values are both converted to NONE:NONE and merely set special modifiers (similar to [BUILDMAT]) - they cannot be used in any other context.&lt;br /&gt;
&lt;br /&gt;
The item subtype is name of the exact item that you require.  Examples are ITEM_WEAPON_SPEAR or ITEM_TOY_PUZZLEBOX.  Some items, like quivers or backpacks, or chunks of stone or metal, only require the item token to be filled in, so if you're asking for those you should set the subtype to NONE.  Subtypes are the entities defined within the local raw data files and their exact names can be referenced by looking at the corresponding file.&lt;br /&gt;
&lt;br /&gt;
For backwards compatibility, reagents can also accept &amp;quot;METAL_ORE:metal_id&amp;quot; in place of both the item and material tokens - this is equivalent to using the reagent BOULDER:NONE:NONE:NONE with the modifier [METAL_ORE:metal_id] (see below).&lt;br /&gt;
&lt;br /&gt;
==== material token ====&lt;br /&gt;
Material tokens come in several forms - see {{L|material token|here}} for a full list. For reagents, this will typically be INORGANIC:MATERIAL_ID, whereas products will typically use GET_MATERIAL_FROM_REAGENT:REAGENT_ID:REACTION_PRODUCT_ID.&lt;br /&gt;
&lt;br /&gt;
==== Modifiers ====&lt;br /&gt;
Reagents may also have extra tokens added on afterwards, placed just after the REAGENT tag.&lt;br /&gt;
&lt;br /&gt;
A list of them follows:&lt;br /&gt;
&lt;br /&gt;
{| {{prettytable}}&lt;br /&gt;
|- bgcolor=&amp;quot;#dddddd&amp;quot;&lt;br /&gt;
! Token&lt;br /&gt;
! Meaning&lt;br /&gt;
|-&lt;br /&gt;
| [REACTION_CLASS:X]&lt;br /&gt;
| Detailed below the reaction anatomy section.&lt;br /&gt;
|-&lt;br /&gt;
| [HAS_MATERIAL_REACTION_PRODUCT:X]&lt;br /&gt;
| Detailed below the reaction anatomy section.&lt;br /&gt;
|-&lt;br /&gt;
| [CONTAINS:X]&lt;br /&gt;
| Reagent is a container that holds the specified reagent.&lt;br /&gt;
|-&lt;br /&gt;
| [UNROTTEN]&lt;br /&gt;
| Reagent must not be rotten, mainly for organic materials.&lt;br /&gt;
|-&lt;br /&gt;
| [CONTAINS_LYE]&lt;br /&gt;
| Reagent must be a BARREL or TOOL which contains at least one item of type LIQUID_MISC made of LYE.&lt;br /&gt;
|-&lt;br /&gt;
| [POTASHABLE]&lt;br /&gt;
| Alias for [CONTAINS_LYE].&lt;br /&gt;
|-&lt;br /&gt;
| [NOT_WEB]&lt;br /&gt;
| States that the reagent must have been collected (to distinguish silk thread from webs).&lt;br /&gt;
|-&lt;br /&gt;
| [WEB_ONLY]&lt;br /&gt;
| States that the reagent must be undisturbed (to distinguish silk thread from webs).&lt;br /&gt;
|-&lt;br /&gt;
| [EMPTY]&lt;br /&gt;
| If the reagent is a container, it must be empty.&lt;br /&gt;
|-&lt;br /&gt;
| [NOT_CONTAIN_BARREL_ITEM]&lt;br /&gt;
| If the reagent is a container, it must not contain lye or milk.&lt;br /&gt;
|-&lt;br /&gt;
| [BAG]&lt;br /&gt;
| Reagent must be a bag - that is, a BOX made of plant fiber, silk, yarn, or leather.&lt;br /&gt;
|-&lt;br /&gt;
| [GLASS_MATERIAL] &lt;br /&gt;
| Reagent material must have the [IS_GLASS] token. All 3 types of glass have this token hardcoded.&lt;br /&gt;
|-&lt;br /&gt;
| [BUILDMAT]&lt;br /&gt;
| Reagent must be a general building component - BAR, BLOCKS, BOULDER, or WOOD.&lt;br /&gt;
|-&lt;br /&gt;
| [FIRE_BUILD_SAFE]&lt;br /&gt;
| Reagent material must be stable at temperatures below 11000. Currently broken - requires material's IGNITE_POINT to be set to &amp;quot;NONE&amp;quot;. Only works with items of type BAR, BLOCKS, BOULDER, WOOD, and ANVIL - all others are rejected.&lt;br /&gt;
|-&lt;br /&gt;
| [MAGMA_BUILD_SAFE]&lt;br /&gt;
| Reagent material must be stable at temperatures below 12000. Currently broken - requires material's IGNITE_POINT to be set to &amp;quot;NONE&amp;quot;. Only works with items of type BAR, BLOCKS, BOULDER, WOOD, and ANVIL - all others are rejected.&lt;br /&gt;
|-&lt;br /&gt;
| [CAN_USE_ARTIFACT]&lt;br /&gt;
| Reagent can be an Artifact.  Using [PRESERVE_REAGENT] with this is strongly advised.&lt;br /&gt;
|-&lt;br /&gt;
| [WORTHLESS_STONE_ONLY]&lt;br /&gt;
| Reagent material must be non-economic.&lt;br /&gt;
|-&lt;br /&gt;
| [ANY_PLANT_MATERIAL] &lt;br /&gt;
| Reagent material must be subordinate to a PLANT object.&lt;br /&gt;
|-&lt;br /&gt;
| [ANY_SILK_MATERIAL] &lt;br /&gt;
| Reagent material must have the [SILK] token.&lt;br /&gt;
|-&lt;br /&gt;
| [ANY_YARN_MATERIAL] &lt;br /&gt;
| Reagent material must have the [YARN] token.&lt;br /&gt;
|-&lt;br /&gt;
| [ANY_SOAP_MATERIAL]&lt;br /&gt;
| Reagent material must have the [SOAP] token.&lt;br /&gt;
|-&lt;br /&gt;
| [ANY_LEATHER_MATERIAL]&lt;br /&gt;
| Reagent material must have the [LEATHER] token.&lt;br /&gt;
|-&lt;br /&gt;
| [ANY_BONE_MATERIAL]&lt;br /&gt;
| Reagent material must have the [BONE] token.&lt;br /&gt;
|-&lt;br /&gt;
| [ANY_STRAND_TISSUE]&lt;br /&gt;
| Reagent is made of a tissue having [TISSUE_SHAPE:STRANDS], intended for matching hair and wool. Must be used with [USE_BODY_COMPONENT].&lt;br /&gt;
|-&lt;br /&gt;
| [ANY_SHELL_MATERIAL]&lt;br /&gt;
| Reagent material must have the [SHELL] token.&lt;br /&gt;
|-&lt;br /&gt;
| [ANY_TOOTH_MATERIAL]&lt;br /&gt;
| Reagent material must have the [TOOTH] token.&lt;br /&gt;
|-&lt;br /&gt;
| [ANY_HORN_MATERIAL]&lt;br /&gt;
| Reagent material must have the [HORN] token.&lt;br /&gt;
|-&lt;br /&gt;
| [ANY_PEARL_MATERIAL]&lt;br /&gt;
| Reagent material must have the [PEARL] token.&lt;br /&gt;
|-&lt;br /&gt;
| [USE_BODY_COMPONENT]&lt;br /&gt;
| Reagent must be a body part.&lt;br /&gt;
|-&lt;br /&gt;
| [NO_EDGE_ALLOWED]&lt;br /&gt;
| Reagent must not be sharpened (used for knapping).&lt;br /&gt;
|-&lt;br /&gt;
| [NOT_ENGRAVED]&lt;br /&gt;
| Reagent has not been engraved (excludes memorial slabs).&lt;br /&gt;
|-&lt;br /&gt;
| [NOT_IMPROVED]&lt;br /&gt;
| Reagent has not been decorated.&lt;br /&gt;
|-&lt;br /&gt;
| [DOES_NOT_ABSORB]&lt;br /&gt;
| Reagent material must have [ABSORPTION:0]&lt;br /&gt;
|-&lt;br /&gt;
| [FOOD_STORAGE_CONTAINER]&lt;br /&gt;
| Reagent is either a BARREL or a TOOL with the FOOD_STORAGE use.&lt;br /&gt;
|-&lt;br /&gt;
| [HARD_ITEM_MATERIAL]&lt;br /&gt;
| Material has the [ITEMS_HARD] token.&lt;br /&gt;
|-&lt;br /&gt;
| [NOT_PRESSED]&lt;br /&gt;
| Reagent must not be in the SOLID_PRESSED state.&lt;br /&gt;
|-&lt;br /&gt;
| [METAL_ORE:X]&lt;br /&gt;
| Reagent material must be an ore of the specified metal.&lt;br /&gt;
|-&lt;br /&gt;
| [MIN_DIMENSION:X]&lt;br /&gt;
| ?&lt;br /&gt;
|-&lt;br /&gt;
| [HAS_TOOL_USE:X]&lt;br /&gt;
| Reagent must be a {{L|tool}} with the specific TOOL_USE value. The reagent's item type must be TOOL:NONE for this to make any sense.&lt;br /&gt;
|-&lt;br /&gt;
| [PRESERVE_REAGENT]&lt;br /&gt;
| Reagent is not destroyed, which is the normal effect, at the completion of the reaction. Typically used for containers.&lt;br /&gt;
|-&lt;br /&gt;
| [DOES_NOT_DETERMINE_PRODUCT_AMOUNT]&lt;br /&gt;
| Reagent quantity is ignored for the purposes of producing extra outputs. Typically used for containers so that {{L|stack}}s of reagents will correctly produce additional outputs.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
Generally speaking, if you set a field in a reagent to NONE, the reaction won't discriminate when it comes to that particular field.  For example, if you require a BOULDER reagent but leave the material as NONE:NONE, it will grab any available BOULDER-type item regardless of material.&lt;br /&gt;
&lt;br /&gt;
===Products===&lt;br /&gt;
Products are the end product of the reaction.  A reaction can have as many products as it likes.&lt;br /&gt;
&lt;br /&gt;
Products are almost identical to reagents, except that they do not need to be named, can't have fields undefined, and don't use the quantity field to determine the product size.  Instead, the token PRODUCT_DIMENSION:X is tacked on after the PRODUCT token, determining the size of the product.&lt;br /&gt;
&lt;br /&gt;
Products can be produced directly to a container using the [PRODUCT_TO_CONTAINER:&amp;lt;IDENTIFIER&amp;gt;] token, where the IDENTIFIER is the name of a reagent.  This requires the reagent to have the PRESERVE_REAGENT token.&lt;br /&gt;
&lt;br /&gt;
Restating this in the above style, we have:&lt;br /&gt;
   [PRODUCT:&amp;lt;probability&amp;gt;:&amp;lt;quantity&amp;gt;:&amp;lt;item token&amp;gt;:&amp;lt;material token&amp;gt;][...modifiers...][PRODUCT_DIMENSION:X][PRODUCT_TO_CONTAINER:&amp;lt;IDENTIFIER&amp;gt;]&lt;br /&gt;
&lt;br /&gt;
====probability====&lt;br /&gt;
The percentage chance the product will be produced when the reaction is completed.&lt;br /&gt;
&lt;br /&gt;
====quantity====&lt;br /&gt;
Determines how many of the product will be produced.&lt;br /&gt;
&lt;br /&gt;
====item token====&lt;br /&gt;
The {{L|item token}} and subtype of the item you produce.&lt;br /&gt;
&lt;br /&gt;
For products, this can also be set to CRAFTS:NONE to produce up to three random {{L|craft}} items. This value cannot be used in any other context.&lt;br /&gt;
&lt;br /&gt;
====material token====&lt;br /&gt;
A {{L|material token}} describing what the product will be made of.&lt;br /&gt;
&lt;br /&gt;
====Product modifiers====&lt;br /&gt;
Zero or more tokens which further clarify the acceptable types when the item type and material types are insufficient to distinguish them.&lt;br /&gt;
&lt;br /&gt;
{| {{prettytable}}&lt;br /&gt;
|- bgcolor=&amp;quot;#dddddd&amp;quot;&lt;br /&gt;
! Token&lt;br /&gt;
! Meaning&lt;br /&gt;
|-&lt;br /&gt;
| [FORCE_EDGE]&lt;br /&gt;
| Product is given a sharp edge. Used for knapping.&lt;br /&gt;
|-&lt;br /&gt;
| [PRODUCT_PASTE]&lt;br /&gt;
| Product is created in the SOLID_PASTE state.&lt;br /&gt;
|-&lt;br /&gt;
| [PRODUCT_PRESSED]&lt;br /&gt;
| Product is created in the SOLID_PRESSED state.&lt;br /&gt;
|-&lt;br /&gt;
| [PRODUCT_DIMENSION:&amp;lt;size&amp;gt;]&lt;br /&gt;
| Specifies the size of the product. A size of 150 is typical for BAR, POWDER_MISC, LIQUID_MISC, and DRINK.  A size of 15000 is typical for THREAD, and a size of 10000 is typical for CLOTH.&lt;br /&gt;
|-&lt;br /&gt;
| [PRODUCT_TO_CONTAINER:&amp;lt;id&amp;gt;]&lt;br /&gt;
| Places the product in a container; &amp;lt;id&amp;gt; must be the name of a reagent with the PRESERVE_REAGENT token and a container item type.&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===Improvements===&lt;br /&gt;
Improvements are applied to existing reagents. A reaction can have as many improvements as it likes.&lt;br /&gt;
&lt;br /&gt;
Restating this in the above style, we have:&lt;br /&gt;
   [IMPROVEMENT:&amp;lt;probability&amp;gt;:&amp;lt;reagent name&amp;gt;:&amp;lt;improvement type&amp;gt;:&amp;lt;material token&amp;gt;]&lt;br /&gt;
&lt;br /&gt;
====probability====&lt;br /&gt;
The percentage chance the improvement will be applied to the reagent when the reaction is completed.&lt;br /&gt;
&lt;br /&gt;
====reagent name====&lt;br /&gt;
The name of the reagent that will be improved. In order to be meaningful, this reagent must have [PRESERVE_REAGENT].&lt;br /&gt;
&lt;br /&gt;
====improvement type====&lt;br /&gt;
The following improvement types can be used:&lt;br /&gt;
{| {{prettytable}}&lt;br /&gt;
|- bgcolor=&amp;quot;#dddddd&amp;quot;&lt;br /&gt;
! Token&lt;br /&gt;
! Meaning&lt;br /&gt;
|-&lt;br /&gt;
| COVERED&lt;br /&gt;
| Item is encrusted/studded/decorated with &amp;lt;material&amp;gt;.&lt;br /&gt;
|-&lt;br /&gt;
| GLAZED&lt;br /&gt;
| Item is glazed with &amp;lt;material&amp;gt;.&lt;br /&gt;
|-&lt;br /&gt;
| RINGS_HANGING&lt;br /&gt;
| Item is adorned with hanging rings of &amp;lt;material&amp;gt;.&lt;br /&gt;
|-&lt;br /&gt;
| BANDS&lt;br /&gt;
| Item is encircled with bands of &amp;lt;material&amp;gt;.&lt;br /&gt;
|-&lt;br /&gt;
| SPIKES&lt;br /&gt;
| Item menaces with spikes of &amp;lt;material&amp;gt;.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
All other item improvement tokens (ART_IMAGE, ITEMSPECIFIC, THREAD, CLOTH, and SEWN_IMAGE) are ignored.&lt;br /&gt;
&lt;br /&gt;
====material token====&lt;br /&gt;
A {{L|material token}} describing what the decoration will be made of.&lt;br /&gt;
&lt;br /&gt;
===Other tokens===&lt;br /&gt;
&lt;br /&gt;
==== fuel ====&lt;br /&gt;
The FUEL token means that the reaction requires coke or charcoal to be performed. Fuel is not needed when the reaction is performed at a magma workshop (a {{L|magma kiln}}, {{L|magma smelter}}, or any custom building having [NEEDS_MAGMA]).&lt;br /&gt;
&lt;br /&gt;
==== skill ====&lt;br /&gt;
The SKILL token determines what [[Skill tokens|skill]] the reaction requires and what skill it trains.  Multiple skills can be listed but only one will be used.&lt;br /&gt;
&lt;br /&gt;
==== automatic ====&lt;br /&gt;
The AUTOMATIC token means that the reaction will be queued automatically if the reaction reagents are all present.&lt;br /&gt;
&lt;br /&gt;
==== adventure mode enabled ====&lt;br /&gt;
The ADVENTURE_MODE_ENABLED token means that this version of the reaction is not used by dwarves at home in a fortress, but rather the wanderers of Adventure Mode.  When using this token, it will be allowed for adventurers of any race, without editing Entity files.&lt;br /&gt;
&lt;br /&gt;
==Material reaction products and reaction classes==&lt;br /&gt;
&lt;br /&gt;
You can get a certain measure of control over very specific materials using reaction classes and material reaction products - the tokens look like this:&lt;br /&gt;
&lt;br /&gt;
   [REACTION_CLASS:FAT]&lt;br /&gt;
   [HAS_MATERIAL_REACTION_PRODUCT:RENDER_MAT]&lt;br /&gt;
&lt;br /&gt;
Reaction classes represent different classes of material - basically, the material of the reagent must have a REACTION_CLASS the same as the one in the reaction.&lt;br /&gt;
&lt;br /&gt;
Material reaction products are similar, but are generally used more for things like different kinds of creature materials than universal materials like stone.  This token is how skin can be tanned into leather, which are two separate materials - the skin material has leather as a MATERIAL_REACTION_PRODUCT.&lt;br /&gt;
&lt;br /&gt;
In short, they require the material to have a token such as &lt;br /&gt;
   [MATERIAL_REACTION_PRODUCT:X:Y]&lt;br /&gt;
...where X is the name of the reaction product that will be referred to in the reaction (RENDER_MAT, in the reaction class example, or TAN_MAT for leather) and Y is a {{L|material token}} indicating the material of the desired product (such as LOCAL_CREATURE_MAT:LEATHER]).&lt;br /&gt;
&lt;br /&gt;
==Reactions and world generation==&lt;br /&gt;
&lt;br /&gt;
There are several things to keep in mind when you're adding reactions to a game that already exists.&lt;br /&gt;
&lt;br /&gt;
* Most entity changes require a regen, but adding PERMITTED_REACTION tokens for reactions that existed at the time of world generation to the entity file in the save directory do not.&lt;br /&gt;
* Adding reactions to the raws in a save directory requires you to regen the world.&lt;br /&gt;
* You can alter an existing reaction in any way you like without regenning the world, so long as you don't alter the reaction identifier.&lt;br /&gt;
&lt;br /&gt;
==Full Token List==&lt;br /&gt;
For the sake of convenience and readability this is a complete compilation of the previously listed reaction tokens in alphabetical order&lt;br /&gt;
&lt;br /&gt;
{| {{prettytable}}&lt;br /&gt;
|- bgcolor=&amp;quot;#dddddd&amp;quot;&lt;br /&gt;
! Token&lt;br /&gt;
! Arguments&lt;br /&gt;
! Description&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| ADVENTURE_MODE_ENABLED&lt;br /&gt;
|&lt;br /&gt;
| this version of the reaction is not used by dwarves at home in a fortress, but rather the wanderers of Adventure Mode.  When using this token, it will be allowed for adventurers of any race, without editing Entity files&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| ANY_BONE_MATERIAL&lt;br /&gt;
|&lt;br /&gt;
| Reagent material must have the [BONE] token.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| ANY_HORN_MATERIAL&lt;br /&gt;
|&lt;br /&gt;
| Reagent material must have the [HORN] token.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| ANY_LEATHER_MATERIAL&lt;br /&gt;
|&lt;br /&gt;
| Reagent material must have the [LEATHER] token.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| ANY_PEARL_MATERIAL&lt;br /&gt;
|&lt;br /&gt;
| Reagent material must have the [PEARL] token.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| ANY_PLANT_MATERIAL &lt;br /&gt;
|&lt;br /&gt;
| Reagent material must be subordinate to a PLANT object.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| ANY_SHELL_MATERIAL&lt;br /&gt;
|&lt;br /&gt;
| Reagent material must have the [SHELL] token.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| ANY_SILK_MATERIAL&lt;br /&gt;
|&lt;br /&gt;
| Reagent material must have the [SILK] token.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| ANY_SOAP_MATERIAL&lt;br /&gt;
|&lt;br /&gt;
| Reagent material must have the [SOAP] token.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| ANY_STRAND_TISSUE&lt;br /&gt;
|&lt;br /&gt;
| Reagent is made of a tissue having [TISSUE_SHAPE:STRANDS], intended for matching hair and wool. Must be used with [USE_BODY_COMPONENT].&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| ANY_TOOTH_MATERIAL&lt;br /&gt;
|&lt;br /&gt;
| Reagent material must have the [TOOTH] token.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| ANY_YARN_MATERIAL &lt;br /&gt;
|&lt;br /&gt;
| Reagent material must have the [YARN] token.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| AUTOMATIC&lt;br /&gt;
|&lt;br /&gt;
| the reaction will be queued automatically if the reaction reagents are all present.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| BAG&lt;br /&gt;
|&lt;br /&gt;
| Reagent has to be a bag. Intended to be used with an item type of BOX, to prevent chests, coffers, and other containers from being used instead.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| BUILDING&lt;br /&gt;
| &lt;br /&gt;
* Building name&lt;br /&gt;
* in-building reaction hotkey &lt;br /&gt;
| Sets the building that the reaction will be performed in, and the button used to queue the reaction once that building's menu is accessed in-game&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| BUILDMAT&lt;br /&gt;
|&lt;br /&gt;
| Reagent is able to be used to build structures (Stone, Wood, Blocks, Bars?).&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| CAN_USE_ARTIFACT&lt;br /&gt;
|&lt;br /&gt;
| Reagent can be an Artifact.  Using [PRESERVE_REAGENT] with this is strongly advised.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| CONTAINS&lt;br /&gt;
| required content&lt;br /&gt;
| Reagent is a container that holds the specified reagent.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| CONTAINS_LYE&lt;br /&gt;
|&lt;br /&gt;
| If the reagent is a container, it must contain LYE. No longer used - instead, use one reagent for the LYE itself and another reagent with [CONTAINS:lye_reagent].&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| DOES_NOT_ABSORB&lt;br /&gt;
|&lt;br /&gt;
| Reagent material must have [ABSORPTION:0]&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| DOES_NOT_DETERMINE_PRODUCT_AMOUNT&lt;br /&gt;
|&lt;br /&gt;
| Setting this dis-allows the quantity of a reagent (probably first in the list) to determine the output quantity. Used where the input is a stack, e.g. liquids in a barrel.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| EMPTY&lt;br /&gt;
|&lt;br /&gt;
| If the reagent is a container, it must be empty.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| FIRE_BUILD_SAFE&lt;br /&gt;
|&lt;br /&gt;
| Reagent must be considered fire safe - ie. not wood, and not coal.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| FORCE_EDGE&lt;br /&gt;
|&lt;br /&gt;
| Product is given a sharp edge. Used for knapping.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| FUEL&lt;br /&gt;
|&lt;br /&gt;
| Requires that the reaction either use up a unit of coal or charcoal or else be performed at a magma workshop&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| GLASS_MATERIAL&lt;br /&gt;
|&lt;br /&gt;
| Reagent material has [IS_GLASS].&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| HAS_MATERIAL_REACTION_PRODUCT&lt;br /&gt;
| required reaction product&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| HAS_TOOL_USE&lt;br /&gt;
| Tool-use token&lt;br /&gt;
| Reagent must be a {{L|tool}} with the specific TOOL_USE value. The reagent's item type must be TOOL:NONE for this to make any sense.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| IMPROVEMENT&lt;br /&gt;
|&lt;br /&gt;
* Probability&lt;br /&gt;
* Reagent Name&lt;br /&gt;
* Improvement type&lt;br /&gt;
* Material Token&lt;br /&gt;
| Improvement types include BANDS, COVERED, GLAZED, RINGS_HANGING, and SPIKES&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| MAGMA_BUILD_SAFE&lt;br /&gt;
|&lt;br /&gt;
| Currently broken - behaves exactly the same as FIRE_BUILD_SAFE.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| METAL_ORE&lt;br /&gt;
|&lt;br /&gt;
* Inorganic material&lt;br /&gt;
| Reagent material must be an ore of the specified metal&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| MIN_DIMENSION&lt;br /&gt;
|&lt;br /&gt;
| ?&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| NAME&lt;br /&gt;
| name&lt;br /&gt;
| defines the name used by the reaction in-game&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| NO_EDGE_ALLOWED&lt;br /&gt;
|&lt;br /&gt;
| Reagent must not be sharpened (used for knapping).&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| NOT_CONTAIN_BARREL_ITEM&lt;br /&gt;
|&lt;br /&gt;
| If the reagent is a Barrel, it must not contain an item that has to reside in a barrel.  Barrel items appear to be lye and milk.  Alcohol appears to be covered as part of [EMPTY].  A reaction which places an item in a barrel should probably have both tags.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| NOT_ENGRAVED&lt;br /&gt;
|&lt;br /&gt;
| Reagent must not be engraved?&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| NOT_IMPROVED&lt;br /&gt;
|&lt;br /&gt;
| Reagent has not been decorated.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| NOT_PRESSED&lt;br /&gt;
|&lt;br /&gt;
| Reagent must not be in the SOLID_PRESSED state.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| NOT_WEB&lt;br /&gt;
|&lt;br /&gt;
| Reagent must be &amp;quot;collected&amp;quot; - used with THREAD:NONE to exclude webs.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| POTASHABLE&lt;br /&gt;
|&lt;br /&gt;
| Alias for CONTAINS_LYE.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| PRESERVE_REAGENT&lt;br /&gt;
|&lt;br /&gt;
| Reagent is not destroyed, which is the normal effect, at the completion of the reaction. Typically used for containers.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| PRODUCT&lt;br /&gt;
|&lt;br /&gt;
*Probability&lt;br /&gt;
*Quantity&lt;br /&gt;
*Item Token&lt;br /&gt;
*Material Token&lt;br /&gt;
| Defines one of the products to be outputted by the reaction&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| PRODUCT_DIMENSION&lt;br /&gt;
| size&lt;br /&gt;
| Specifies the size of the product. A size of 150 is typical for BAR, POWDER_MISC, LIQUID_MISC, and DRINK.  A size of 15000 is typical for THREAD, and a size of 10000 is typical for CLOTH.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| PRODUCT_PASTE&lt;br /&gt;
|&lt;br /&gt;
| Product is created in the SOLID_PASTE state.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| PRODUCT_PRESSED&lt;br /&gt;
|&lt;br /&gt;
| Product is created in the SOLID_PRESSED state.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| PRODUCT_TO_CONTAINER&lt;br /&gt;
| Reagent ID&lt;br /&gt;
| Places the product in a container; &amp;lt;id&amp;gt; must be the name of a reagent with the PRESERVE_REAGENT token and a container item type.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| REACTION&lt;br /&gt;
| Identifier&lt;br /&gt;
| defines a new reaction&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| REACTION_CLASS&lt;br /&gt;
|&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|REAGENT&lt;br /&gt;
|&lt;br /&gt;
* name/id&lt;br /&gt;
* quantity&lt;br /&gt;
* item token (and subtoken)&lt;br /&gt;
* material token (and subtoken)&lt;br /&gt;
| Requires a given reagent as an input for a reaction&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| SKILL&lt;br /&gt;
| Skill Token&lt;br /&gt;
| Skill used by the reaction&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| UNROTTEN&lt;br /&gt;
|&lt;br /&gt;
| Reagent must not be rotten, mainly for organic materials.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| USE_BODY_COMPONENT&lt;br /&gt;
|&lt;br /&gt;
| Reagent material must come off a creature's body.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| WEB_ONLY&lt;br /&gt;
|&lt;br /&gt;
| Reagent must be &amp;quot;undisturbed&amp;quot; - used with THREAD:NONE to gather webs.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| WORTHLESS_STONE_ONLY&lt;br /&gt;
|&lt;br /&gt;
| Reagent is not made of an economic stone.&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
[[Category:DF2010:Modding]]&lt;/div&gt;</summary>
		<author><name>I2amroy</name></author>
	</entry>
	<entry>
		<id>https://dwarffortresswiki.org/index.php?title=v0.31:Reactions&amp;diff=155080</id>
		<title>v0.31:Reactions</title>
		<link rel="alternate" type="text/html" href="https://dwarffortresswiki.org/index.php?title=v0.31:Reactions&amp;diff=155080"/>
		<updated>2011-12-04T06:10:26Z</updated>

		<summary type="html">&lt;p&gt;I2amroy: /* Reaction name */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{quality|Fine|09:41, 6 October 2010 (UTC)}}&lt;br /&gt;
{{av}}&lt;br /&gt;
&lt;br /&gt;
Reactions are modular, editable formulas that take specific ingredients, or reagents, and use them to produce a desired item.  A lot of reactions are hardcoded - building beds or creating glass, for example -- but a few are freely editable, and it's quite simple to add additional ones.&lt;br /&gt;
&lt;br /&gt;
== Reaction differences between modes ==&lt;br /&gt;
In [[Fortress mode]], reactions are linked to specific buildings, and must be added to a civilization's [[Entities|entity file]] to be usable by that civilization.  This has the useful effect of limiting new items and materials (such as special [[wood]] or [[metal]]) to civilizations that have the requisite reaction -- so that if you give your custom civilization a reaction to produce star metal or some other custom material, only they will be able to use it.&lt;br /&gt;
&lt;br /&gt;
In [[Adventure mode]], reactions are freely available via x &amp;gt; create, and any adventurer character can make free use of them.  Reagents may be held in the hands or dropped on the ground, but cannot be used within a backpack or quiver.  As of .10, there are several bugs with Adventure mode reactions, chief of which is the fact that you cannot select liquid reagents. &amp;lt;!-- reaction product tag works now, liquids and improvement quality dont --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Prior to version 31.10, a reaction could only result in an object of base [[quality]].  However, in .10 items produced via reactions have been observed to have quality modifiers.  The way skill factors into them has yet is the same as for normal items{{version|0.31.21}}.&lt;br /&gt;
&lt;br /&gt;
==Anatomy of a reaction==&lt;br /&gt;
&lt;br /&gt;
Reactions are found within reaction_x files (such as reaction_smelter or reaction_other).  Generally speaking they adhere to the following structure:&lt;br /&gt;
&lt;br /&gt;
   [REACTION:&amp;lt;identifier&amp;gt;]&lt;br /&gt;
      [NAME:&amp;lt;name&amp;gt;]&lt;br /&gt;
      [BUILDING:&amp;lt;BUILDING NAME&amp;gt;:&amp;lt;BUILDING KEY&amp;gt;]&lt;br /&gt;
      [REAGENT:A:150:BAR:NONE:POTASH:NONE]&lt;br /&gt;
      [PRODUCT:100:1:BAR:NONE:PEARLASH:NONE][PRODUCT_DIMENSION:150]&lt;br /&gt;
      [FUEL] &lt;br /&gt;
      [SKILL:&amp;lt;SKILL TOKEN&amp;gt;]&lt;br /&gt;
      [AUTOMATIC]&lt;br /&gt;
      [ADVENTURE_MODE_ENABLED]&lt;br /&gt;
* ''[[#Reaction identifier|identifier]]'': The internal ID of the reaction.&lt;br /&gt;
* ''[[#Reaction name|name]]'': The name of the reaction, visible to the player in the Fortress mode or Adventure mode menus.&lt;br /&gt;
* ''[[#Building|building]]'': The building ID that the reaction uses, and the relevant keyboard shortcut.&lt;br /&gt;
* ''[[#Reagents|...reagents...]]'': Zero or more reagents (ingredients) that are required to be in stock for the reaction to be possible.&lt;br /&gt;
* ''[[#Products|...products...]]'': Zero or more products that are created from the reaction.&lt;br /&gt;
* ''[[#fuel|fuel]]'': (optional) If present, the reaction requires charcoal, coke or a magma-powered workshop.&lt;br /&gt;
* ''[[#skill|skill]]'': (optional) The skill required and trained by the reaction.&lt;br /&gt;
* ''[[#automatic|automatic]]'': (optional) If present, the reaction will automatically be enqueued whenever it can possibly be performed.&lt;br /&gt;
* ''[[#adventure mode|adventure mode]]'': (optional) If present, the reaction is used by the player in Adventure mode instead.&lt;br /&gt;
&lt;br /&gt;
=== Reaction identifier ===&lt;br /&gt;
&lt;br /&gt;
The reaction identifier may be anything, so long as it is unique within the raw data files.  A good habit to get into is to append a short prefix or suffix to each name related to the name of your mod, to ensure nobody else is going to make an identical reaction and thereby mess up the game if their mod is run alongside yours.&lt;br /&gt;
&lt;br /&gt;
=== Reaction name ===&lt;br /&gt;
&lt;br /&gt;
This can be anything at all, and is usually used to describe the reaction.  '''tan a hide''', for example, is the name of the default leather-producing reaction.  Generally this should be written as a small descriptive verb phrase, with the first letter not capitalized, for consistency with the existing reactions.&lt;br /&gt;
&lt;br /&gt;
=== Building ===&lt;br /&gt;
&lt;br /&gt;
    [BUILDING:&amp;lt;BUILDING NAME&amp;gt;:&amp;lt;BUILDING KEY&amp;gt;]&lt;br /&gt;
* ''name'': The ID of the building where this reaction will appear in the tasks menu.&lt;br /&gt;
* ''key'': The keyboard shortcut used to queue up the reaction.&lt;br /&gt;
&lt;br /&gt;
The BUILDING NAME is the name of the building that will house this reaction, and the building key is the keyboard shortcut that will queue up the reaction.  If two reactions have the same key, then one of them will be assigned a different key, the first alphabetically available at the building.&lt;br /&gt;
&lt;br /&gt;
Valid buildings are KILN, SMELTER, TANNER, KITCHEN, QUERN, MILLSTONE, STILL, CRAFTSMAN, and any custom buildings.&lt;br /&gt;
&lt;br /&gt;
Specifying multiple BUILDING tokens will cause the reaction to be available at all of the specified buildings.&lt;br /&gt;
&lt;br /&gt;
=== Reagents ===&lt;br /&gt;
REAGENTs are a little bit complicated.  They are the ingredients that the reaction will use.  You can define as many as you like within a reaction.&lt;br /&gt;
&lt;br /&gt;
    [REAGENT:&amp;lt;name&amp;gt;:&amp;lt;quantity&amp;gt;:&amp;lt;item token&amp;gt;:&amp;lt;material token&amp;gt;][...modifiers...]&lt;br /&gt;
* ''[[#name|name]]'': The name of the reagent, local to the reaction.&lt;br /&gt;
* ''[[#quantity|quantity]]'': The amount of the item that will be used in the reaction.&lt;br /&gt;
* ''[[#item_token|item token]]'': The type of the item you require.&lt;br /&gt;
* ''[[#material_token|material token]]'': The material the item should be made of.&lt;br /&gt;
* ''[[#Modifiers|...modifiers...]]'': Zero or more tokens which further clarify the acceptable types when the item type and material types are insufficient to distinguish them.&lt;br /&gt;
&lt;br /&gt;
==== name ====&lt;br /&gt;
The name field is a small string used to identify the reagent within the reaction.  The name is not visible to the player.  It is local to the reaction and does not need to be unique across all of the reactions, so you can reuse the same names over and over, although each reagent within the same individual reaction must have a different name.&lt;br /&gt;
&lt;br /&gt;
Most reactions are simply named '''A''', '''B''', and so forth in default reactions, although names such as '''TOOLSTONE''' or '''FLUX''' will also work equally well.  The PRODUCT may make reference to this name &amp;amp;mdash; for instance, if a container '''B''' is specified as a reagent, PRODUCT_TO_CONTAINER:B specifies that container.&lt;br /&gt;
&lt;br /&gt;
==== quantity ====&lt;br /&gt;
The quantity differs between item types.  Generally speaking, cloth, thread, powder and globs use numbers representing the size of material within one item, and everything else uses a static quantity.  While REAGENT:A:'''''10''''':'''''THREAD''''':NONE:NONE:NONE thread is an extremely tiny portion of a random spool of thread, REAGENT:A:'''''10''''':'''''TOY''''':NONE:NONE:NONE is ten unique, solid toy items.&lt;br /&gt;
&lt;br /&gt;
Sometimes the quantity of product is directly connected with the quantity of reagent; it seems to be 150 / REAGENT &amp;lt;quantity&amp;gt; (rounding down) so that Reagent &amp;lt;quantity&amp;gt; of 3 gives 50 product and a &amp;lt;quantity&amp;gt; of 4 gives 37. (150/4=37.5) [List of item types this applies to? Bars, for instance.]&lt;br /&gt;
&lt;br /&gt;
==== item token ====&lt;br /&gt;
Item tokens are of the form ITEM_TYPE:ITEM_SUBTYPE.&lt;br /&gt;
&lt;br /&gt;
The item type is the sort of item you require; WEAPON, TOY or SKIN_TANNED, for example.  A {{L|item token|full list}} is available.&lt;br /&gt;
&lt;br /&gt;
For reagents, the item token can also be set to ANY_RAW_MATERIAL:NONE (to permit BAR, BOULDER, POWDER_MISC, or GLOB) or ANY_CRAFT:NONE (to permit FIGURINE, AMULET, SCEPTER, CROWN, RING, EARRING, or BRACELET). Internally, these special values are both converted to NONE:NONE and merely set special modifiers (similar to [BUILDMAT]) - they cannot be used in any other context.&lt;br /&gt;
&lt;br /&gt;
The item subtype is name of the exact item that you require.  Examples are ITEM_WEAPON_SPEAR or ITEM_TOY_PUZZLEBOX.  Some items, like quivers or backpacks, or chunks of stone or metal, only require the item token to be filled in, so if you're asking for those you should set the subtype to NONE.  Subtypes are the entities defined within the local raw data files and their exact names can be referenced by looking at the corresponding file.&lt;br /&gt;
&lt;br /&gt;
For backwards compatibility, reagents can also accept &amp;quot;METAL_ORE:metal_id&amp;quot; in place of both the item and material tokens - this is equivalent to using the reagent BOULDER:NONE:NONE:NONE with the modifier [METAL_ORE:metal_id] (see below).&lt;br /&gt;
&lt;br /&gt;
==== material token ====&lt;br /&gt;
Material tokens come in several forms - see {{L|material token|here}} for a full list. For reagents, this will typically be INORGANIC:MATERIAL_ID, whereas products will typically use GET_MATERIAL_FROM_REAGENT:REAGENT_ID:REACTION_PRODUCT_ID.&lt;br /&gt;
&lt;br /&gt;
==== Modifiers ====&lt;br /&gt;
Reagents may also have extra tokens added on afterwards, placed just after the REAGENT tag.&lt;br /&gt;
&lt;br /&gt;
A list of them follows:&lt;br /&gt;
&lt;br /&gt;
{| {{prettytable}}&lt;br /&gt;
|- bgcolor=&amp;quot;#dddddd&amp;quot;&lt;br /&gt;
! Token&lt;br /&gt;
! Meaning&lt;br /&gt;
|-&lt;br /&gt;
| [REACTION_CLASS:X]&lt;br /&gt;
| Detailed below the reaction anatomy section.&lt;br /&gt;
|-&lt;br /&gt;
| [HAS_MATERIAL_REACTION_PRODUCT:X]&lt;br /&gt;
| Detailed below the reaction anatomy section.&lt;br /&gt;
|-&lt;br /&gt;
| [CONTAINS:X]&lt;br /&gt;
| Reagent is a container that holds the specified reagent.&lt;br /&gt;
|-&lt;br /&gt;
| [UNROTTEN]&lt;br /&gt;
| Reagent must not be rotten, mainly for organic materials.&lt;br /&gt;
|-&lt;br /&gt;
| [CONTAINS_LYE]&lt;br /&gt;
| Reagent must be a BARREL or TOOL which contains at least one item of type LIQUID_MISC made of LYE.&lt;br /&gt;
|-&lt;br /&gt;
| [POTASHABLE]&lt;br /&gt;
| Alias for [CONTAINS_LYE].&lt;br /&gt;
|-&lt;br /&gt;
| [NOT_WEB]&lt;br /&gt;
| States that the reagent must have been collected (to distinguish silk thread from webs).&lt;br /&gt;
|-&lt;br /&gt;
| [WEB_ONLY]&lt;br /&gt;
| States that the reagent must be undisturbed (to distinguish silk thread from webs).&lt;br /&gt;
|-&lt;br /&gt;
| [EMPTY]&lt;br /&gt;
| If the reagent is a container, it must be empty.&lt;br /&gt;
|-&lt;br /&gt;
| [NOT_CONTAIN_BARREL_ITEM]&lt;br /&gt;
| If the reagent is a container, it must not contain lye or milk.&lt;br /&gt;
|-&lt;br /&gt;
| [BAG]&lt;br /&gt;
| Reagent must be a bag - that is, a BOX made of plant fiber, silk, yarn, or leather.&lt;br /&gt;
|-&lt;br /&gt;
| [GLASS_MATERIAL] &lt;br /&gt;
| Reagent material must have the [IS_GLASS] token. All 3 types of glass have this token hardcoded.&lt;br /&gt;
|-&lt;br /&gt;
| [BUILDMAT]&lt;br /&gt;
| Reagent must be a general building component - BAR, BLOCKS, BOULDER, or WOOD.&lt;br /&gt;
|-&lt;br /&gt;
| [FIRE_BUILD_SAFE]&lt;br /&gt;
| Reagent material must be stable at temperatures below 11000. Currently broken - requires material's IGNITE_POINT to be set to &amp;quot;NONE&amp;quot;. Only works with items of type BAR, BLOCKS, BOULDER, WOOD, and ANVIL - all others are rejected.&lt;br /&gt;
|-&lt;br /&gt;
| [MAGMA_BUILD_SAFE]&lt;br /&gt;
| Reagent material must be stable at temperatures below 12000. Currently broken - requires material's IGNITE_POINT to be set to &amp;quot;NONE&amp;quot;. Only works with items of type BAR, BLOCKS, BOULDER, WOOD, and ANVIL - all others are rejected.&lt;br /&gt;
|-&lt;br /&gt;
| [CAN_USE_ARTIFACT]&lt;br /&gt;
| Reagent can be an Artifact.  Using [PRESERVE_REAGENT] with this is strongly advised.&lt;br /&gt;
|-&lt;br /&gt;
| [WORTHLESS_STONE_ONLY]&lt;br /&gt;
| Reagent material must be non-economic.&lt;br /&gt;
|-&lt;br /&gt;
| [ANY_PLANT_MATERIAL] &lt;br /&gt;
| Reagent material must be subordinate to a PLANT object.&lt;br /&gt;
|-&lt;br /&gt;
| [ANY_SILK_MATERIAL] &lt;br /&gt;
| Reagent material must have the [SILK] token.&lt;br /&gt;
|-&lt;br /&gt;
| [ANY_YARN_MATERIAL] &lt;br /&gt;
| Reagent material must have the [YARN] token.&lt;br /&gt;
|-&lt;br /&gt;
| [ANY_SOAP_MATERIAL]&lt;br /&gt;
| Reagent material must have the [SOAP] token.&lt;br /&gt;
|-&lt;br /&gt;
| [ANY_LEATHER_MATERIAL]&lt;br /&gt;
| Reagent material must have the [LEATHER] token.&lt;br /&gt;
|-&lt;br /&gt;
| [ANY_BONE_MATERIAL]&lt;br /&gt;
| Reagent material must have the [BONE] token.&lt;br /&gt;
|-&lt;br /&gt;
| [ANY_STRAND_TISSUE]&lt;br /&gt;
| Reagent is made of a tissue having [TISSUE_SHAPE:STRANDS], intended for matching hair and wool. Must be used with [USE_BODY_COMPONENT].&lt;br /&gt;
|-&lt;br /&gt;
| [ANY_SHELL_MATERIAL]&lt;br /&gt;
| Reagent material must have the [SHELL] token.&lt;br /&gt;
|-&lt;br /&gt;
| [ANY_TOOTH_MATERIAL]&lt;br /&gt;
| Reagent material must have the [TOOTH] token.&lt;br /&gt;
|-&lt;br /&gt;
| [ANY_HORN_MATERIAL]&lt;br /&gt;
| Reagent material must have the [HORN] token.&lt;br /&gt;
|-&lt;br /&gt;
| [ANY_PEARL_MATERIAL]&lt;br /&gt;
| Reagent material must have the [PEARL] token.&lt;br /&gt;
|-&lt;br /&gt;
| [USE_BODY_COMPONENT]&lt;br /&gt;
| Reagent must be a body part.&lt;br /&gt;
|-&lt;br /&gt;
| [NO_EDGE_ALLOWED]&lt;br /&gt;
| Reagent must not be sharpened (used for knapping).&lt;br /&gt;
|-&lt;br /&gt;
| [NOT_ENGRAVED]&lt;br /&gt;
| Reagent has not been engraved (excludes memorial slabs).&lt;br /&gt;
|-&lt;br /&gt;
| [NOT_IMPROVED]&lt;br /&gt;
| Reagent has not been decorated.&lt;br /&gt;
|-&lt;br /&gt;
| [DOES_NOT_ABSORB]&lt;br /&gt;
| Reagent material must have [ABSORPTION:0]&lt;br /&gt;
|-&lt;br /&gt;
| [FOOD_STORAGE_CONTAINER]&lt;br /&gt;
| Reagent is either a BARREL or a TOOL with the FOOD_STORAGE use.&lt;br /&gt;
|-&lt;br /&gt;
| [HARD_ITEM_MATERIAL]&lt;br /&gt;
| Material has the [ITEMS_HARD] token.&lt;br /&gt;
|-&lt;br /&gt;
| [NOT_PRESSED]&lt;br /&gt;
| Reagent must not be in the SOLID_PRESSED state.&lt;br /&gt;
|-&lt;br /&gt;
| [METAL_ORE:X]&lt;br /&gt;
| Reagent material must be an ore of the specified metal.&lt;br /&gt;
|-&lt;br /&gt;
| [MIN_DIMENSION:X]&lt;br /&gt;
| ?&lt;br /&gt;
|-&lt;br /&gt;
| [HAS_TOOL_USE:X]&lt;br /&gt;
| Reagent must be a {{L|tool}} with the specific TOOL_USE value. The reagent's item type must be TOOL:NONE for this to make any sense.&lt;br /&gt;
|-&lt;br /&gt;
| [PRESERVE_REAGENT]&lt;br /&gt;
| Reagent is not destroyed, which is the normal effect, at the completion of the reaction. Typically used for containers.&lt;br /&gt;
|-&lt;br /&gt;
| [DOES_NOT_DETERMINE_PRODUCT_AMOUNT]&lt;br /&gt;
| Reagent quantity is ignored for the purposes of producing extra outputs. Typically used for containers so that {{L|stack}}s of reagents will correctly produce additional outputs.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
Generally speaking, if you set a field in a reagent to NONE, the reaction won't discriminate when it comes to that particular field.  For example, if you require a BOULDER reagent but leave the material as NONE:NONE, it will grab any available BOULDER-type item regardless of material.&lt;br /&gt;
&lt;br /&gt;
===Products===&lt;br /&gt;
Products are the end product of the reaction.  A reaction can have as many products as it likes.&lt;br /&gt;
&lt;br /&gt;
Products are almost identical to reagents, except that they do not need to be named, can't have fields undefined, and don't use the quantity field to determine the product size.  Instead, the token PRODUCT_DIMENSION:X is tacked on after the PRODUCT token, determining the size of the product.&lt;br /&gt;
&lt;br /&gt;
Products can be produced directly to a container using the [PRODUCT_TO_CONTAINER:&amp;lt;IDENTIFIER&amp;gt;] token, where the IDENTIFIER is the name of a reagent.  This requires the reagent to have the PRESERVE_REAGENT token.&lt;br /&gt;
&lt;br /&gt;
Restating this in the above style, we have:&lt;br /&gt;
   [PRODUCT:&amp;lt;probability&amp;gt;:&amp;lt;quantity&amp;gt;:&amp;lt;item token&amp;gt;:&amp;lt;material token&amp;gt;][...modifiers...][PRODUCT_DIMENSION:X][PRODUCT_TO_CONTAINER:&amp;lt;IDENTIFIER&amp;gt;]&lt;br /&gt;
&lt;br /&gt;
====probability====&lt;br /&gt;
The percentage chance the product will be produced when the reaction is completed.&lt;br /&gt;
&lt;br /&gt;
====quantity====&lt;br /&gt;
Determines how many of the product will be produced.&lt;br /&gt;
&lt;br /&gt;
====item token====&lt;br /&gt;
The {{L|item token}} and subtype of the item you produce.&lt;br /&gt;
&lt;br /&gt;
For products, this can also be set to CRAFTS:NONE to produce up to three random {{L|craft}} items. This value cannot be used in any other context.&lt;br /&gt;
&lt;br /&gt;
====material token====&lt;br /&gt;
A {{L|material token}} describing what the product will be made of.&lt;br /&gt;
&lt;br /&gt;
====Product modifiers====&lt;br /&gt;
Zero or more tokens which further clarify the acceptable types when the item type and material types are insufficient to distinguish them.&lt;br /&gt;
&lt;br /&gt;
{| {{prettytable}}&lt;br /&gt;
|- bgcolor=&amp;quot;#dddddd&amp;quot;&lt;br /&gt;
! Token&lt;br /&gt;
! Meaning&lt;br /&gt;
|-&lt;br /&gt;
| [FORCE_EDGE]&lt;br /&gt;
| Product is given a sharp edge. Used for knapping.&lt;br /&gt;
|-&lt;br /&gt;
| [PRODUCT_PASTE]&lt;br /&gt;
| Product is created in the SOLID_PASTE state.&lt;br /&gt;
|-&lt;br /&gt;
| [PRODUCT_PRESSED]&lt;br /&gt;
| Product is created in the SOLID_PRESSED state.&lt;br /&gt;
|-&lt;br /&gt;
| [PRODUCT_DIMENSION:&amp;lt;size&amp;gt;]&lt;br /&gt;
| Specifies the size of the product. A size of 150 is typical for BAR, POWDER_MISC, LIQUID_MISC, and DRINK.  A size of 15000 is typical for THREAD, and a size of 10000 is typical for CLOTH.&lt;br /&gt;
|-&lt;br /&gt;
| [PRODUCT_TO_CONTAINER:&amp;lt;id&amp;gt;]&lt;br /&gt;
| Places the product in a container; &amp;lt;id&amp;gt; must be the name of a reagent with the PRESERVE_REAGENT token and a container item type.&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===Improvements===&lt;br /&gt;
Improvements are applied to existing reagents. A reaction can have as many improvements as it likes.&lt;br /&gt;
&lt;br /&gt;
Restating this in the above style, we have:&lt;br /&gt;
   [IMPROVEMENT:&amp;lt;probability&amp;gt;:&amp;lt;reagent name&amp;gt;:&amp;lt;improvement type&amp;gt;:&amp;lt;material token&amp;gt;]&lt;br /&gt;
&lt;br /&gt;
====probability====&lt;br /&gt;
The percentage chance the improvement will be applied to the reagent when the reaction is completed.&lt;br /&gt;
&lt;br /&gt;
====reagent name====&lt;br /&gt;
The name of the reagent that will be improved. In order to be meaningful, this reagent must have [PRESERVE_REAGENT].&lt;br /&gt;
&lt;br /&gt;
====improvement type====&lt;br /&gt;
The following improvement types can be used:&lt;br /&gt;
{| {{prettytable}}&lt;br /&gt;
|- bgcolor=&amp;quot;#dddddd&amp;quot;&lt;br /&gt;
! Token&lt;br /&gt;
! Meaning&lt;br /&gt;
|-&lt;br /&gt;
| COVERED&lt;br /&gt;
| Item is encrusted/studded/decorated with &amp;lt;material&amp;gt;.&lt;br /&gt;
|-&lt;br /&gt;
| GLAZED&lt;br /&gt;
| Item is glazed with &amp;lt;material&amp;gt;.&lt;br /&gt;
|-&lt;br /&gt;
| RINGS_HANGING&lt;br /&gt;
| Item is adorned with hanging rings of &amp;lt;material&amp;gt;.&lt;br /&gt;
|-&lt;br /&gt;
| BANDS&lt;br /&gt;
| Item is encircled with bands of &amp;lt;material&amp;gt;.&lt;br /&gt;
|-&lt;br /&gt;
| SPIKES&lt;br /&gt;
| Item menaces with spikes of &amp;lt;material&amp;gt;.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
All other item improvement tokens (ART_IMAGE, ITEMSPECIFIC, THREAD, CLOTH, and SEWN_IMAGE) are ignored.&lt;br /&gt;
&lt;br /&gt;
====material token====&lt;br /&gt;
A {{L|material token}} describing what the decoration will be made of.&lt;br /&gt;
&lt;br /&gt;
===Other tokens===&lt;br /&gt;
&lt;br /&gt;
==== fuel ====&lt;br /&gt;
The FUEL token means that the reaction requires coke or charcoal to be performed. Fuel is not needed when the reaction is performed at a magma workshop (a {{L|magma kiln}}, {{L|magma smelter}}, or any custom building having [NEEDS_MAGMA]).&lt;br /&gt;
&lt;br /&gt;
==== skill ====&lt;br /&gt;
The SKILL token determines what [[Skill tokens|skill]] the reaction requires and what skill it trains.  Multiple skills can be listed but only one will be used.&lt;br /&gt;
&lt;br /&gt;
==== automatic ====&lt;br /&gt;
The AUTOMATIC token means that the reaction will be queued automatically if the reaction reagents are all present.&lt;br /&gt;
&lt;br /&gt;
==== adventure mode enabled ====&lt;br /&gt;
The ADVENTURE_MODE_ENABLED token means that this version of the reaction is not used by dwarves at home in a fortress, but rather the wanderers of Adventure Mode.  When using this token, it will be allowed for adventurers of any race, without editing Entity files.&lt;br /&gt;
&lt;br /&gt;
==Material reaction products and reaction classes==&lt;br /&gt;
&lt;br /&gt;
You can get a certain measure of control over very specific materials using reaction classes and material reaction products - the tokens look like this:&lt;br /&gt;
&lt;br /&gt;
   [REACTION_CLASS:FAT]&lt;br /&gt;
   [HAS_MATERIAL_REACTION_PRODUCT:RENDER_MAT]&lt;br /&gt;
&lt;br /&gt;
Reaction classes represent different classes of material - basically, the material of the reagent must have a REACTION_CLASS the same as the one in the reaction.&lt;br /&gt;
&lt;br /&gt;
Material reaction products are similar, but are generally used more for things like different kinds of creature materials than universal materials like stone.  This token is how skin can be tanned into leather, which are two separate materials - the skin material has leather as a MATERIAL_REACTION_PRODUCT.&lt;br /&gt;
&lt;br /&gt;
In short, they require the material to have a token such as &lt;br /&gt;
   [MATERIAL_REACTION_PRODUCT:X:Y]&lt;br /&gt;
...where X is the name of the reaction product that will be referred to in the reaction (RENDER_MAT, in the reaction class example, or TAN_MAT for leather) and Y is a {{L|material token}} indicating the material of the desired product (such as LOCAL_CREATURE_MAT:LEATHER]).&lt;br /&gt;
&lt;br /&gt;
==Reactions and world generation==&lt;br /&gt;
&lt;br /&gt;
There are several things to keep in mind when you're adding reactions to a game that already exists.&lt;br /&gt;
&lt;br /&gt;
* Most entity changes require a regen, but adding PERMITTED_REACTION tokens for reactions that existed at the time of world generation to the entity file in the save directory do not.&lt;br /&gt;
* Adding reactions to the raws in a save directory requires you to regen the world.&lt;br /&gt;
* You can alter an existing reaction in any way you like without regenning the world, so long as you don't alter the reaction identifier.&lt;br /&gt;
&lt;br /&gt;
==Full Token List==&lt;br /&gt;
For the sake of convenience and readability this is a complete compilation of the previously listed reaction tokens in alphabetical order&lt;br /&gt;
&lt;br /&gt;
{| {{prettytable}}&lt;br /&gt;
|- bgcolor=&amp;quot;#dddddd&amp;quot;&lt;br /&gt;
! Token&lt;br /&gt;
! Arguments&lt;br /&gt;
! Description&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| ADVENTURE_MODE_ENABLED&lt;br /&gt;
|&lt;br /&gt;
| this version of the reaction is not used by dwarves at home in a fortress, but rather the wanderers of Adventure Mode.  When using this token, it will be allowed for adventurers of any race, without editing Entity files&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| ANY_BONE_MATERIAL&lt;br /&gt;
|&lt;br /&gt;
| Reagent material must have the [BONE] token.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| ANY_HORN_MATERIAL&lt;br /&gt;
|&lt;br /&gt;
| Reagent material must have the [HORN] token.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| ANY_LEATHER_MATERIAL&lt;br /&gt;
|&lt;br /&gt;
| Reagent material must have the [LEATHER] token.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| ANY_PEARL_MATERIAL&lt;br /&gt;
|&lt;br /&gt;
| Reagent material must have the [PEARL] token.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| ANY_PLANT_MATERIAL &lt;br /&gt;
|&lt;br /&gt;
| Reagent material must be subordinate to a PLANT object.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| ANY_SHELL_MATERIAL&lt;br /&gt;
|&lt;br /&gt;
| Reagent material must have the [SHELL] token.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| ANY_SILK_MATERIAL&lt;br /&gt;
|&lt;br /&gt;
| Reagent material must have the [SILK] token.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| ANY_SOAP_MATERIAL&lt;br /&gt;
|&lt;br /&gt;
| Reagent material must have the [SOAP] token.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| ANY_STRAND_TISSUE&lt;br /&gt;
|&lt;br /&gt;
| Reagent is made of a tissue having [TISSUE_SHAPE:STRANDS], intended for matching hair and wool. Must be used with [USE_BODY_COMPONENT].&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| ANY_TOOTH_MATERIAL&lt;br /&gt;
|&lt;br /&gt;
| Reagent material must have the [TOOTH] token.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| ANY_YARN_MATERIAL &lt;br /&gt;
|&lt;br /&gt;
| Reagent material must have the [YARN] token.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| AUTOMATIC&lt;br /&gt;
|&lt;br /&gt;
| the reaction will be queued automatically if the reaction reagents are all present.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| BAG&lt;br /&gt;
|&lt;br /&gt;
| Reagent has to be a bag. Intended to be used with an item type of BOX, to prevent chests, coffers, and other containers from being used instead.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| BUILDING&lt;br /&gt;
| &lt;br /&gt;
* Building name&lt;br /&gt;
* in-building reaction hotkey &lt;br /&gt;
| Sets the building that the reaction will be performed in, and the button used to queue the reaction once that building's menu is accessed in-game&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| BUILDMAT&lt;br /&gt;
|&lt;br /&gt;
| Reagent is able to be used to build structures (Stone, Wood, Blocks, Bars?).&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| CAN_USE_ARTIFACT&lt;br /&gt;
|&lt;br /&gt;
| Reagent can be an Artifact.  Using [PRESERVE_REAGENT] with this is strongly advised.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| CONTAINS&lt;br /&gt;
| required content&lt;br /&gt;
| Reagent is a container that holds the specified reagent.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| CONTAINS_LYE&lt;br /&gt;
|&lt;br /&gt;
| If the reagent is a container, it must contain LYE. No longer used - instead, use one reagent for the LYE itself and another reagent with [CONTAINS:lye_reagent].&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| DOES_NOT_ABSORB&lt;br /&gt;
|&lt;br /&gt;
| Reagent material must have [ABSORPTION:0]&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| DOES_NOT_DETERMINE_PRODUCT_AMOUNT&lt;br /&gt;
|&lt;br /&gt;
| Setting this dis-allows the quantity of a reagent (probably first in the list) to determine the output quantity. Used where the input is a stack, e.g. liquids in a barrel.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| EMPTY&lt;br /&gt;
|&lt;br /&gt;
| If the reagent is a container, it must be empty.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| FIRE_BUILD_SAFE&lt;br /&gt;
|&lt;br /&gt;
| Reagent must be considered fire safe - ie. not wood, and not coal.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| FORCE_EDGE&lt;br /&gt;
|&lt;br /&gt;
| Product is given a sharp edge. Used for knapping.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| FUEL&lt;br /&gt;
|&lt;br /&gt;
| Requires that the reaction either use up a unit of coal or charcoal or else be performed at a magma workshop&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| GLASS_MATERIAL&lt;br /&gt;
|&lt;br /&gt;
| Reagent material has [IS_GLASS].&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| HAS_MATERIAL_REACTION_PRODUCT&lt;br /&gt;
| required reaction product&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| HAS_TOOL_USE&lt;br /&gt;
| Tool-use token&lt;br /&gt;
| Reagent must be a {{L|tool}} with the specific TOOL_USE value. The reagent's item type must be TOOL:NONE for this to make any sense.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| IMPROVEMENT&lt;br /&gt;
|&lt;br /&gt;
* Probability&lt;br /&gt;
* Reagent Name&lt;br /&gt;
* Improvement type&lt;br /&gt;
* Material Token&lt;br /&gt;
| Improvement types include BANDS, COVERED, GLAZED, RINGS_HANGING, and SPIKES&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| MAGMA_BUILD_SAFE&lt;br /&gt;
|&lt;br /&gt;
| Currently broken - behaves exactly the same as FIRE_BUILD_SAFE.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| METAL_ORE&lt;br /&gt;
|&lt;br /&gt;
* Inorganic material&lt;br /&gt;
| Reagent material must be an ore of the specified metal&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| MIN_DIMENSION&lt;br /&gt;
|&lt;br /&gt;
| ?&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| NAME&lt;br /&gt;
| name&lt;br /&gt;
| defines the name used by the reaction in-game&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| NO_EDGE_ALLOWED&lt;br /&gt;
|&lt;br /&gt;
| Reagent must not be sharpened (used for knapping).&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| NOT_CONTAIN_BARREL_ITEM&lt;br /&gt;
|&lt;br /&gt;
| If the reagent is a Barrel, it must not contain an item that has to reside in a barrel.  Barrel items appear to be lye and milk.  Alcohol appears to be covered as part of [EMPTY].  A reaction which places an item in a barrel should probably have both tags.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| NOT_ENGRAVED&lt;br /&gt;
|&lt;br /&gt;
| Reagent must not be engraved?&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| NOT_IMPROVED&lt;br /&gt;
|&lt;br /&gt;
| Reagent has not been decorated.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| NOT_PRESSED&lt;br /&gt;
|&lt;br /&gt;
| Reagent must not be in the SOLID_PRESSED state.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| NOT_WEB&lt;br /&gt;
|&lt;br /&gt;
| Reagent must be &amp;quot;collected&amp;quot; - used with THREAD:NONE to exclude webs.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| POTASHABLE&lt;br /&gt;
|&lt;br /&gt;
| Alias for CONTAINS_LYE.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| PRESERVE_REAGENT&lt;br /&gt;
|&lt;br /&gt;
| Reagent is not destroyed, which is the normal effect, at the completion of the reaction. Typically used for containers.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| PRODUCT&lt;br /&gt;
|&lt;br /&gt;
*Probability&lt;br /&gt;
*Quantity&lt;br /&gt;
*Item Token&lt;br /&gt;
*Material Token&lt;br /&gt;
| Defines one of the products to be outputted by the reaction&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| PRODUCT_DIMENSION&lt;br /&gt;
| size&lt;br /&gt;
| Specifies the size of the product. A size of 150 is typical for BAR, POWDER_MISC, LIQUID_MISC, and DRINK.  A size of 15000 is typical for THREAD, and a size of 10000 is typical for CLOTH.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| PRODUCT_PASTE&lt;br /&gt;
|&lt;br /&gt;
| Product is created in the SOLID_PASTE state.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| PRODUCT_PRESSED&lt;br /&gt;
|&lt;br /&gt;
| Product is created in the SOLID_PRESSED state.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| PRODUCT_TO_CONTAINER&lt;br /&gt;
| Reagent ID&lt;br /&gt;
| Places the product in a container; &amp;lt;id&amp;gt; must be the name of a reagent with the PRESERVE_REAGENT token and a container item type.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| REACTION&lt;br /&gt;
| Identifier&lt;br /&gt;
| defines a new reaction&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| REACTION_CLASS&lt;br /&gt;
|&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|REAGENT&lt;br /&gt;
|&lt;br /&gt;
* name/id&lt;br /&gt;
* quantity&lt;br /&gt;
* item token (and subtoken)&lt;br /&gt;
* material token (and subtoken)&lt;br /&gt;
| Requires a given reagent as an input for a reaction&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| SKILL&lt;br /&gt;
| Skill Token&lt;br /&gt;
| Skill used by the reaction&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| UNROTTEN&lt;br /&gt;
|&lt;br /&gt;
| Reagent must not be rotten, mainly for organic materials.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| USE_BODY_COMPONENT&lt;br /&gt;
|&lt;br /&gt;
| Reagent material must come off a creature's body.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| WEB_ONLY&lt;br /&gt;
|&lt;br /&gt;
| Reagent must be &amp;quot;undisturbed&amp;quot; - used with THREAD:NONE to gather webs.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| WORTHLESS_STONE_ONLY&lt;br /&gt;
|&lt;br /&gt;
| Reagent is not made of an economic stone.&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
[[Category:DF2010:Modding]]&lt;/div&gt;</summary>
		<author><name>I2amroy</name></author>
	</entry>
	<entry>
		<id>https://dwarffortresswiki.org/index.php?title=v0.31:Reactions&amp;diff=155079</id>
		<title>v0.31:Reactions</title>
		<link rel="alternate" type="text/html" href="https://dwarffortresswiki.org/index.php?title=v0.31:Reactions&amp;diff=155079"/>
		<updated>2011-12-04T06:10:10Z</updated>

		<summary type="html">&lt;p&gt;I2amroy: /* Reaction name */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{quality|Fine|09:41, 6 October 2010 (UTC)}}&lt;br /&gt;
{{av}}&lt;br /&gt;
&lt;br /&gt;
Reactions are modular, editable formulas that take specific ingredients, or reagents, and use them to produce a desired item.  A lot of reactions are hardcoded - building beds or creating glass, for example -- but a few are freely editable, and it's quite simple to add additional ones.&lt;br /&gt;
&lt;br /&gt;
== Reaction differences between modes ==&lt;br /&gt;
In [[Fortress mode]], reactions are linked to specific buildings, and must be added to a civilization's [[Entities|entity file]] to be usable by that civilization.  This has the useful effect of limiting new items and materials (such as special [[wood]] or [[metal]]) to civilizations that have the requisite reaction -- so that if you give your custom civilization a reaction to produce star metal or some other custom material, only they will be able to use it.&lt;br /&gt;
&lt;br /&gt;
In [[Adventure mode]], reactions are freely available via x &amp;gt; create, and any adventurer character can make free use of them.  Reagents may be held in the hands or dropped on the ground, but cannot be used within a backpack or quiver.  As of .10, there are several bugs with Adventure mode reactions, chief of which is the fact that you cannot select liquid reagents. &amp;lt;!-- reaction product tag works now, liquids and improvement quality dont --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Prior to version 31.10, a reaction could only result in an object of base [[quality]].  However, in .10 items produced via reactions have been observed to have quality modifiers.  The way skill factors into them has yet is the same as for normal items{{version|0.31.21}}.&lt;br /&gt;
&lt;br /&gt;
==Anatomy of a reaction==&lt;br /&gt;
&lt;br /&gt;
Reactions are found within reaction_x files (such as reaction_smelter or reaction_other).  Generally speaking they adhere to the following structure:&lt;br /&gt;
&lt;br /&gt;
   [REACTION:&amp;lt;identifier&amp;gt;]&lt;br /&gt;
      [NAME:&amp;lt;name&amp;gt;]&lt;br /&gt;
      [BUILDING:&amp;lt;BUILDING NAME&amp;gt;:&amp;lt;BUILDING KEY&amp;gt;]&lt;br /&gt;
      [REAGENT:A:150:BAR:NONE:POTASH:NONE]&lt;br /&gt;
      [PRODUCT:100:1:BAR:NONE:PEARLASH:NONE][PRODUCT_DIMENSION:150]&lt;br /&gt;
      [FUEL] &lt;br /&gt;
      [SKILL:&amp;lt;SKILL TOKEN&amp;gt;]&lt;br /&gt;
      [AUTOMATIC]&lt;br /&gt;
      [ADVENTURE_MODE_ENABLED]&lt;br /&gt;
* ''[[#Reaction identifier|identifier]]'': The internal ID of the reaction.&lt;br /&gt;
* ''[[#Reaction name|name]]'': The name of the reaction, visible to the player in the Fortress mode or Adventure mode menus.&lt;br /&gt;
* ''[[#Building|building]]'': The building ID that the reaction uses, and the relevant keyboard shortcut.&lt;br /&gt;
* ''[[#Reagents|...reagents...]]'': Zero or more reagents (ingredients) that are required to be in stock for the reaction to be possible.&lt;br /&gt;
* ''[[#Products|...products...]]'': Zero or more products that are created from the reaction.&lt;br /&gt;
* ''[[#fuel|fuel]]'': (optional) If present, the reaction requires charcoal, coke or a magma-powered workshop.&lt;br /&gt;
* ''[[#skill|skill]]'': (optional) The skill required and trained by the reaction.&lt;br /&gt;
* ''[[#automatic|automatic]]'': (optional) If present, the reaction will automatically be enqueued whenever it can possibly be performed.&lt;br /&gt;
* ''[[#adventure mode|adventure mode]]'': (optional) If present, the reaction is used by the player in Adventure mode instead.&lt;br /&gt;
&lt;br /&gt;
=== Reaction identifier ===&lt;br /&gt;
&lt;br /&gt;
The reaction identifier may be anything, so long as it is unique within the raw data files.  A good habit to get into is to append a short prefix or suffix to each name related to the name of your mod, to ensure nobody else is going to make an identical reaction and thereby mess up the game if their mod is run alongside yours.&lt;br /&gt;
&lt;br /&gt;
=== Reaction name ===&lt;br /&gt;
&lt;br /&gt;
This can be anything at all, and is usually used to describe the reaction.  '''tan a hide''', for example, is the name of the default leather-producing reaction.  Generally this should be written as a small descriptive verb phrase, with the first letter not capitalised, for consistency with the existing reactions.&lt;br /&gt;
&lt;br /&gt;
=== Building ===&lt;br /&gt;
&lt;br /&gt;
    [BUILDING:&amp;lt;BUILDING NAME&amp;gt;:&amp;lt;BUILDING KEY&amp;gt;]&lt;br /&gt;
* ''name'': The ID of the building where this reaction will appear in the tasks menu.&lt;br /&gt;
* ''key'': The keyboard shortcut used to queue up the reaction.&lt;br /&gt;
&lt;br /&gt;
The BUILDING NAME is the name of the building that will house this reaction, and the building key is the keyboard shortcut that will queue up the reaction.  If two reactions have the same key, then one of them will be assigned a different key, the first alphabetically available at the building.&lt;br /&gt;
&lt;br /&gt;
Valid buildings are KILN, SMELTER, TANNER, KITCHEN, QUERN, MILLSTONE, STILL, CRAFTSMAN, and any custom buildings.&lt;br /&gt;
&lt;br /&gt;
Specifying multiple BUILDING tokens will cause the reaction to be available at all of the specified buildings.&lt;br /&gt;
&lt;br /&gt;
=== Reagents ===&lt;br /&gt;
REAGENTs are a little bit complicated.  They are the ingredients that the reaction will use.  You can define as many as you like within a reaction.&lt;br /&gt;
&lt;br /&gt;
    [REAGENT:&amp;lt;name&amp;gt;:&amp;lt;quantity&amp;gt;:&amp;lt;item token&amp;gt;:&amp;lt;material token&amp;gt;][...modifiers...]&lt;br /&gt;
* ''[[#name|name]]'': The name of the reagent, local to the reaction.&lt;br /&gt;
* ''[[#quantity|quantity]]'': The amount of the item that will be used in the reaction.&lt;br /&gt;
* ''[[#item_token|item token]]'': The type of the item you require.&lt;br /&gt;
* ''[[#material_token|material token]]'': The material the item should be made of.&lt;br /&gt;
* ''[[#Modifiers|...modifiers...]]'': Zero or more tokens which further clarify the acceptable types when the item type and material types are insufficient to distinguish them.&lt;br /&gt;
&lt;br /&gt;
==== name ====&lt;br /&gt;
The name field is a small string used to identify the reagent within the reaction.  The name is not visible to the player.  It is local to the reaction and does not need to be unique across all of the reactions, so you can reuse the same names over and over, although each reagent within the same individual reaction must have a different name.&lt;br /&gt;
&lt;br /&gt;
Most reactions are simply named '''A''', '''B''', and so forth in default reactions, although names such as '''TOOLSTONE''' or '''FLUX''' will also work equally well.  The PRODUCT may make reference to this name &amp;amp;mdash; for instance, if a container '''B''' is specified as a reagent, PRODUCT_TO_CONTAINER:B specifies that container.&lt;br /&gt;
&lt;br /&gt;
==== quantity ====&lt;br /&gt;
The quantity differs between item types.  Generally speaking, cloth, thread, powder and globs use numbers representing the size of material within one item, and everything else uses a static quantity.  While REAGENT:A:'''''10''''':'''''THREAD''''':NONE:NONE:NONE thread is an extremely tiny portion of a random spool of thread, REAGENT:A:'''''10''''':'''''TOY''''':NONE:NONE:NONE is ten unique, solid toy items.&lt;br /&gt;
&lt;br /&gt;
Sometimes the quantity of product is directly connected with the quantity of reagent; it seems to be 150 / REAGENT &amp;lt;quantity&amp;gt; (rounding down) so that Reagent &amp;lt;quantity&amp;gt; of 3 gives 50 product and a &amp;lt;quantity&amp;gt; of 4 gives 37. (150/4=37.5) [List of item types this applies to? Bars, for instance.]&lt;br /&gt;
&lt;br /&gt;
==== item token ====&lt;br /&gt;
Item tokens are of the form ITEM_TYPE:ITEM_SUBTYPE.&lt;br /&gt;
&lt;br /&gt;
The item type is the sort of item you require; WEAPON, TOY or SKIN_TANNED, for example.  A {{L|item token|full list}} is available.&lt;br /&gt;
&lt;br /&gt;
For reagents, the item token can also be set to ANY_RAW_MATERIAL:NONE (to permit BAR, BOULDER, POWDER_MISC, or GLOB) or ANY_CRAFT:NONE (to permit FIGURINE, AMULET, SCEPTER, CROWN, RING, EARRING, or BRACELET). Internally, these special values are both converted to NONE:NONE and merely set special modifiers (similar to [BUILDMAT]) - they cannot be used in any other context.&lt;br /&gt;
&lt;br /&gt;
The item subtype is name of the exact item that you require.  Examples are ITEM_WEAPON_SPEAR or ITEM_TOY_PUZZLEBOX.  Some items, like quivers or backpacks, or chunks of stone or metal, only require the item token to be filled in, so if you're asking for those you should set the subtype to NONE.  Subtypes are the entities defined within the local raw data files and their exact names can be referenced by looking at the corresponding file.&lt;br /&gt;
&lt;br /&gt;
For backwards compatibility, reagents can also accept &amp;quot;METAL_ORE:metal_id&amp;quot; in place of both the item and material tokens - this is equivalent to using the reagent BOULDER:NONE:NONE:NONE with the modifier [METAL_ORE:metal_id] (see below).&lt;br /&gt;
&lt;br /&gt;
==== material token ====&lt;br /&gt;
Material tokens come in several forms - see {{L|material token|here}} for a full list. For reagents, this will typically be INORGANIC:MATERIAL_ID, whereas products will typically use GET_MATERIAL_FROM_REAGENT:REAGENT_ID:REACTION_PRODUCT_ID.&lt;br /&gt;
&lt;br /&gt;
==== Modifiers ====&lt;br /&gt;
Reagents may also have extra tokens added on afterwards, placed just after the REAGENT tag.&lt;br /&gt;
&lt;br /&gt;
A list of them follows:&lt;br /&gt;
&lt;br /&gt;
{| {{prettytable}}&lt;br /&gt;
|- bgcolor=&amp;quot;#dddddd&amp;quot;&lt;br /&gt;
! Token&lt;br /&gt;
! Meaning&lt;br /&gt;
|-&lt;br /&gt;
| [REACTION_CLASS:X]&lt;br /&gt;
| Detailed below the reaction anatomy section.&lt;br /&gt;
|-&lt;br /&gt;
| [HAS_MATERIAL_REACTION_PRODUCT:X]&lt;br /&gt;
| Detailed below the reaction anatomy section.&lt;br /&gt;
|-&lt;br /&gt;
| [CONTAINS:X]&lt;br /&gt;
| Reagent is a container that holds the specified reagent.&lt;br /&gt;
|-&lt;br /&gt;
| [UNROTTEN]&lt;br /&gt;
| Reagent must not be rotten, mainly for organic materials.&lt;br /&gt;
|-&lt;br /&gt;
| [CONTAINS_LYE]&lt;br /&gt;
| Reagent must be a BARREL or TOOL which contains at least one item of type LIQUID_MISC made of LYE.&lt;br /&gt;
|-&lt;br /&gt;
| [POTASHABLE]&lt;br /&gt;
| Alias for [CONTAINS_LYE].&lt;br /&gt;
|-&lt;br /&gt;
| [NOT_WEB]&lt;br /&gt;
| States that the reagent must have been collected (to distinguish silk thread from webs).&lt;br /&gt;
|-&lt;br /&gt;
| [WEB_ONLY]&lt;br /&gt;
| States that the reagent must be undisturbed (to distinguish silk thread from webs).&lt;br /&gt;
|-&lt;br /&gt;
| [EMPTY]&lt;br /&gt;
| If the reagent is a container, it must be empty.&lt;br /&gt;
|-&lt;br /&gt;
| [NOT_CONTAIN_BARREL_ITEM]&lt;br /&gt;
| If the reagent is a container, it must not contain lye or milk.&lt;br /&gt;
|-&lt;br /&gt;
| [BAG]&lt;br /&gt;
| Reagent must be a bag - that is, a BOX made of plant fiber, silk, yarn, or leather.&lt;br /&gt;
|-&lt;br /&gt;
| [GLASS_MATERIAL] &lt;br /&gt;
| Reagent material must have the [IS_GLASS] token. All 3 types of glass have this token hardcoded.&lt;br /&gt;
|-&lt;br /&gt;
| [BUILDMAT]&lt;br /&gt;
| Reagent must be a general building component - BAR, BLOCKS, BOULDER, or WOOD.&lt;br /&gt;
|-&lt;br /&gt;
| [FIRE_BUILD_SAFE]&lt;br /&gt;
| Reagent material must be stable at temperatures below 11000. Currently broken - requires material's IGNITE_POINT to be set to &amp;quot;NONE&amp;quot;. Only works with items of type BAR, BLOCKS, BOULDER, WOOD, and ANVIL - all others are rejected.&lt;br /&gt;
|-&lt;br /&gt;
| [MAGMA_BUILD_SAFE]&lt;br /&gt;
| Reagent material must be stable at temperatures below 12000. Currently broken - requires material's IGNITE_POINT to be set to &amp;quot;NONE&amp;quot;. Only works with items of type BAR, BLOCKS, BOULDER, WOOD, and ANVIL - all others are rejected.&lt;br /&gt;
|-&lt;br /&gt;
| [CAN_USE_ARTIFACT]&lt;br /&gt;
| Reagent can be an Artifact.  Using [PRESERVE_REAGENT] with this is strongly advised.&lt;br /&gt;
|-&lt;br /&gt;
| [WORTHLESS_STONE_ONLY]&lt;br /&gt;
| Reagent material must be non-economic.&lt;br /&gt;
|-&lt;br /&gt;
| [ANY_PLANT_MATERIAL] &lt;br /&gt;
| Reagent material must be subordinate to a PLANT object.&lt;br /&gt;
|-&lt;br /&gt;
| [ANY_SILK_MATERIAL] &lt;br /&gt;
| Reagent material must have the [SILK] token.&lt;br /&gt;
|-&lt;br /&gt;
| [ANY_YARN_MATERIAL] &lt;br /&gt;
| Reagent material must have the [YARN] token.&lt;br /&gt;
|-&lt;br /&gt;
| [ANY_SOAP_MATERIAL]&lt;br /&gt;
| Reagent material must have the [SOAP] token.&lt;br /&gt;
|-&lt;br /&gt;
| [ANY_LEATHER_MATERIAL]&lt;br /&gt;
| Reagent material must have the [LEATHER] token.&lt;br /&gt;
|-&lt;br /&gt;
| [ANY_BONE_MATERIAL]&lt;br /&gt;
| Reagent material must have the [BONE] token.&lt;br /&gt;
|-&lt;br /&gt;
| [ANY_STRAND_TISSUE]&lt;br /&gt;
| Reagent is made of a tissue having [TISSUE_SHAPE:STRANDS], intended for matching hair and wool. Must be used with [USE_BODY_COMPONENT].&lt;br /&gt;
|-&lt;br /&gt;
| [ANY_SHELL_MATERIAL]&lt;br /&gt;
| Reagent material must have the [SHELL] token.&lt;br /&gt;
|-&lt;br /&gt;
| [ANY_TOOTH_MATERIAL]&lt;br /&gt;
| Reagent material must have the [TOOTH] token.&lt;br /&gt;
|-&lt;br /&gt;
| [ANY_HORN_MATERIAL]&lt;br /&gt;
| Reagent material must have the [HORN] token.&lt;br /&gt;
|-&lt;br /&gt;
| [ANY_PEARL_MATERIAL]&lt;br /&gt;
| Reagent material must have the [PEARL] token.&lt;br /&gt;
|-&lt;br /&gt;
| [USE_BODY_COMPONENT]&lt;br /&gt;
| Reagent must be a body part.&lt;br /&gt;
|-&lt;br /&gt;
| [NO_EDGE_ALLOWED]&lt;br /&gt;
| Reagent must not be sharpened (used for knapping).&lt;br /&gt;
|-&lt;br /&gt;
| [NOT_ENGRAVED]&lt;br /&gt;
| Reagent has not been engraved (excludes memorial slabs).&lt;br /&gt;
|-&lt;br /&gt;
| [NOT_IMPROVED]&lt;br /&gt;
| Reagent has not been decorated.&lt;br /&gt;
|-&lt;br /&gt;
| [DOES_NOT_ABSORB]&lt;br /&gt;
| Reagent material must have [ABSORPTION:0]&lt;br /&gt;
|-&lt;br /&gt;
| [FOOD_STORAGE_CONTAINER]&lt;br /&gt;
| Reagent is either a BARREL or a TOOL with the FOOD_STORAGE use.&lt;br /&gt;
|-&lt;br /&gt;
| [HARD_ITEM_MATERIAL]&lt;br /&gt;
| Material has the [ITEMS_HARD] token.&lt;br /&gt;
|-&lt;br /&gt;
| [NOT_PRESSED]&lt;br /&gt;
| Reagent must not be in the SOLID_PRESSED state.&lt;br /&gt;
|-&lt;br /&gt;
| [METAL_ORE:X]&lt;br /&gt;
| Reagent material must be an ore of the specified metal.&lt;br /&gt;
|-&lt;br /&gt;
| [MIN_DIMENSION:X]&lt;br /&gt;
| ?&lt;br /&gt;
|-&lt;br /&gt;
| [HAS_TOOL_USE:X]&lt;br /&gt;
| Reagent must be a {{L|tool}} with the specific TOOL_USE value. The reagent's item type must be TOOL:NONE for this to make any sense.&lt;br /&gt;
|-&lt;br /&gt;
| [PRESERVE_REAGENT]&lt;br /&gt;
| Reagent is not destroyed, which is the normal effect, at the completion of the reaction. Typically used for containers.&lt;br /&gt;
|-&lt;br /&gt;
| [DOES_NOT_DETERMINE_PRODUCT_AMOUNT]&lt;br /&gt;
| Reagent quantity is ignored for the purposes of producing extra outputs. Typically used for containers so that {{L|stack}}s of reagents will correctly produce additional outputs.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
Generally speaking, if you set a field in a reagent to NONE, the reaction won't discriminate when it comes to that particular field.  For example, if you require a BOULDER reagent but leave the material as NONE:NONE, it will grab any available BOULDER-type item regardless of material.&lt;br /&gt;
&lt;br /&gt;
===Products===&lt;br /&gt;
Products are the end product of the reaction.  A reaction can have as many products as it likes.&lt;br /&gt;
&lt;br /&gt;
Products are almost identical to reagents, except that they do not need to be named, can't have fields undefined, and don't use the quantity field to determine the product size.  Instead, the token PRODUCT_DIMENSION:X is tacked on after the PRODUCT token, determining the size of the product.&lt;br /&gt;
&lt;br /&gt;
Products can be produced directly to a container using the [PRODUCT_TO_CONTAINER:&amp;lt;IDENTIFIER&amp;gt;] token, where the IDENTIFIER is the name of a reagent.  This requires the reagent to have the PRESERVE_REAGENT token.&lt;br /&gt;
&lt;br /&gt;
Restating this in the above style, we have:&lt;br /&gt;
   [PRODUCT:&amp;lt;probability&amp;gt;:&amp;lt;quantity&amp;gt;:&amp;lt;item token&amp;gt;:&amp;lt;material token&amp;gt;][...modifiers...][PRODUCT_DIMENSION:X][PRODUCT_TO_CONTAINER:&amp;lt;IDENTIFIER&amp;gt;]&lt;br /&gt;
&lt;br /&gt;
====probability====&lt;br /&gt;
The percentage chance the product will be produced when the reaction is completed.&lt;br /&gt;
&lt;br /&gt;
====quantity====&lt;br /&gt;
Determines how many of the product will be produced.&lt;br /&gt;
&lt;br /&gt;
====item token====&lt;br /&gt;
The {{L|item token}} and subtype of the item you produce.&lt;br /&gt;
&lt;br /&gt;
For products, this can also be set to CRAFTS:NONE to produce up to three random {{L|craft}} items. This value cannot be used in any other context.&lt;br /&gt;
&lt;br /&gt;
====material token====&lt;br /&gt;
A {{L|material token}} describing what the product will be made of.&lt;br /&gt;
&lt;br /&gt;
====Product modifiers====&lt;br /&gt;
Zero or more tokens which further clarify the acceptable types when the item type and material types are insufficient to distinguish them.&lt;br /&gt;
&lt;br /&gt;
{| {{prettytable}}&lt;br /&gt;
|- bgcolor=&amp;quot;#dddddd&amp;quot;&lt;br /&gt;
! Token&lt;br /&gt;
! Meaning&lt;br /&gt;
|-&lt;br /&gt;
| [FORCE_EDGE]&lt;br /&gt;
| Product is given a sharp edge. Used for knapping.&lt;br /&gt;
|-&lt;br /&gt;
| [PRODUCT_PASTE]&lt;br /&gt;
| Product is created in the SOLID_PASTE state.&lt;br /&gt;
|-&lt;br /&gt;
| [PRODUCT_PRESSED]&lt;br /&gt;
| Product is created in the SOLID_PRESSED state.&lt;br /&gt;
|-&lt;br /&gt;
| [PRODUCT_DIMENSION:&amp;lt;size&amp;gt;]&lt;br /&gt;
| Specifies the size of the product. A size of 150 is typical for BAR, POWDER_MISC, LIQUID_MISC, and DRINK.  A size of 15000 is typical for THREAD, and a size of 10000 is typical for CLOTH.&lt;br /&gt;
|-&lt;br /&gt;
| [PRODUCT_TO_CONTAINER:&amp;lt;id&amp;gt;]&lt;br /&gt;
| Places the product in a container; &amp;lt;id&amp;gt; must be the name of a reagent with the PRESERVE_REAGENT token and a container item type.&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===Improvements===&lt;br /&gt;
Improvements are applied to existing reagents. A reaction can have as many improvements as it likes.&lt;br /&gt;
&lt;br /&gt;
Restating this in the above style, we have:&lt;br /&gt;
   [IMPROVEMENT:&amp;lt;probability&amp;gt;:&amp;lt;reagent name&amp;gt;:&amp;lt;improvement type&amp;gt;:&amp;lt;material token&amp;gt;]&lt;br /&gt;
&lt;br /&gt;
====probability====&lt;br /&gt;
The percentage chance the improvement will be applied to the reagent when the reaction is completed.&lt;br /&gt;
&lt;br /&gt;
====reagent name====&lt;br /&gt;
The name of the reagent that will be improved. In order to be meaningful, this reagent must have [PRESERVE_REAGENT].&lt;br /&gt;
&lt;br /&gt;
====improvement type====&lt;br /&gt;
The following improvement types can be used:&lt;br /&gt;
{| {{prettytable}}&lt;br /&gt;
|- bgcolor=&amp;quot;#dddddd&amp;quot;&lt;br /&gt;
! Token&lt;br /&gt;
! Meaning&lt;br /&gt;
|-&lt;br /&gt;
| COVERED&lt;br /&gt;
| Item is encrusted/studded/decorated with &amp;lt;material&amp;gt;.&lt;br /&gt;
|-&lt;br /&gt;
| GLAZED&lt;br /&gt;
| Item is glazed with &amp;lt;material&amp;gt;.&lt;br /&gt;
|-&lt;br /&gt;
| RINGS_HANGING&lt;br /&gt;
| Item is adorned with hanging rings of &amp;lt;material&amp;gt;.&lt;br /&gt;
|-&lt;br /&gt;
| BANDS&lt;br /&gt;
| Item is encircled with bands of &amp;lt;material&amp;gt;.&lt;br /&gt;
|-&lt;br /&gt;
| SPIKES&lt;br /&gt;
| Item menaces with spikes of &amp;lt;material&amp;gt;.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
All other item improvement tokens (ART_IMAGE, ITEMSPECIFIC, THREAD, CLOTH, and SEWN_IMAGE) are ignored.&lt;br /&gt;
&lt;br /&gt;
====material token====&lt;br /&gt;
A {{L|material token}} describing what the decoration will be made of.&lt;br /&gt;
&lt;br /&gt;
===Other tokens===&lt;br /&gt;
&lt;br /&gt;
==== fuel ====&lt;br /&gt;
The FUEL token means that the reaction requires coke or charcoal to be performed. Fuel is not needed when the reaction is performed at a magma workshop (a {{L|magma kiln}}, {{L|magma smelter}}, or any custom building having [NEEDS_MAGMA]).&lt;br /&gt;
&lt;br /&gt;
==== skill ====&lt;br /&gt;
The SKILL token determines what [[Skill tokens|skill]] the reaction requires and what skill it trains.  Multiple skills can be listed but only one will be used.&lt;br /&gt;
&lt;br /&gt;
==== automatic ====&lt;br /&gt;
The AUTOMATIC token means that the reaction will be queued automatically if the reaction reagents are all present.&lt;br /&gt;
&lt;br /&gt;
==== adventure mode enabled ====&lt;br /&gt;
The ADVENTURE_MODE_ENABLED token means that this version of the reaction is not used by dwarves at home in a fortress, but rather the wanderers of Adventure Mode.  When using this token, it will be allowed for adventurers of any race, without editing Entity files.&lt;br /&gt;
&lt;br /&gt;
==Material reaction products and reaction classes==&lt;br /&gt;
&lt;br /&gt;
You can get a certain measure of control over very specific materials using reaction classes and material reaction products - the tokens look like this:&lt;br /&gt;
&lt;br /&gt;
   [REACTION_CLASS:FAT]&lt;br /&gt;
   [HAS_MATERIAL_REACTION_PRODUCT:RENDER_MAT]&lt;br /&gt;
&lt;br /&gt;
Reaction classes represent different classes of material - basically, the material of the reagent must have a REACTION_CLASS the same as the one in the reaction.&lt;br /&gt;
&lt;br /&gt;
Material reaction products are similar, but are generally used more for things like different kinds of creature materials than universal materials like stone.  This token is how skin can be tanned into leather, which are two separate materials - the skin material has leather as a MATERIAL_REACTION_PRODUCT.&lt;br /&gt;
&lt;br /&gt;
In short, they require the material to have a token such as &lt;br /&gt;
   [MATERIAL_REACTION_PRODUCT:X:Y]&lt;br /&gt;
...where X is the name of the reaction product that will be referred to in the reaction (RENDER_MAT, in the reaction class example, or TAN_MAT for leather) and Y is a {{L|material token}} indicating the material of the desired product (such as LOCAL_CREATURE_MAT:LEATHER]).&lt;br /&gt;
&lt;br /&gt;
==Reactions and world generation==&lt;br /&gt;
&lt;br /&gt;
There are several things to keep in mind when you're adding reactions to a game that already exists.&lt;br /&gt;
&lt;br /&gt;
* Most entity changes require a regen, but adding PERMITTED_REACTION tokens for reactions that existed at the time of world generation to the entity file in the save directory do not.&lt;br /&gt;
* Adding reactions to the raws in a save directory requires you to regen the world.&lt;br /&gt;
* You can alter an existing reaction in any way you like without regenning the world, so long as you don't alter the reaction identifier.&lt;br /&gt;
&lt;br /&gt;
==Full Token List==&lt;br /&gt;
For the sake of convenience and readability this is a complete compilation of the previously listed reaction tokens in alphabetical order&lt;br /&gt;
&lt;br /&gt;
{| {{prettytable}}&lt;br /&gt;
|- bgcolor=&amp;quot;#dddddd&amp;quot;&lt;br /&gt;
! Token&lt;br /&gt;
! Arguments&lt;br /&gt;
! Description&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| ADVENTURE_MODE_ENABLED&lt;br /&gt;
|&lt;br /&gt;
| this version of the reaction is not used by dwarves at home in a fortress, but rather the wanderers of Adventure Mode.  When using this token, it will be allowed for adventurers of any race, without editing Entity files&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| ANY_BONE_MATERIAL&lt;br /&gt;
|&lt;br /&gt;
| Reagent material must have the [BONE] token.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| ANY_HORN_MATERIAL&lt;br /&gt;
|&lt;br /&gt;
| Reagent material must have the [HORN] token.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| ANY_LEATHER_MATERIAL&lt;br /&gt;
|&lt;br /&gt;
| Reagent material must have the [LEATHER] token.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| ANY_PEARL_MATERIAL&lt;br /&gt;
|&lt;br /&gt;
| Reagent material must have the [PEARL] token.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| ANY_PLANT_MATERIAL &lt;br /&gt;
|&lt;br /&gt;
| Reagent material must be subordinate to a PLANT object.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| ANY_SHELL_MATERIAL&lt;br /&gt;
|&lt;br /&gt;
| Reagent material must have the [SHELL] token.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| ANY_SILK_MATERIAL&lt;br /&gt;
|&lt;br /&gt;
| Reagent material must have the [SILK] token.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| ANY_SOAP_MATERIAL&lt;br /&gt;
|&lt;br /&gt;
| Reagent material must have the [SOAP] token.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| ANY_STRAND_TISSUE&lt;br /&gt;
|&lt;br /&gt;
| Reagent is made of a tissue having [TISSUE_SHAPE:STRANDS], intended for matching hair and wool. Must be used with [USE_BODY_COMPONENT].&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| ANY_TOOTH_MATERIAL&lt;br /&gt;
|&lt;br /&gt;
| Reagent material must have the [TOOTH] token.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| ANY_YARN_MATERIAL &lt;br /&gt;
|&lt;br /&gt;
| Reagent material must have the [YARN] token.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| AUTOMATIC&lt;br /&gt;
|&lt;br /&gt;
| the reaction will be queued automatically if the reaction reagents are all present.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| BAG&lt;br /&gt;
|&lt;br /&gt;
| Reagent has to be a bag. Intended to be used with an item type of BOX, to prevent chests, coffers, and other containers from being used instead.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| BUILDING&lt;br /&gt;
| &lt;br /&gt;
* Building name&lt;br /&gt;
* in-building reaction hotkey &lt;br /&gt;
| Sets the building that the reaction will be performed in, and the button used to queue the reaction once that building's menu is accessed in-game&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| BUILDMAT&lt;br /&gt;
|&lt;br /&gt;
| Reagent is able to be used to build structures (Stone, Wood, Blocks, Bars?).&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| CAN_USE_ARTIFACT&lt;br /&gt;
|&lt;br /&gt;
| Reagent can be an Artifact.  Using [PRESERVE_REAGENT] with this is strongly advised.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| CONTAINS&lt;br /&gt;
| required content&lt;br /&gt;
| Reagent is a container that holds the specified reagent.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| CONTAINS_LYE&lt;br /&gt;
|&lt;br /&gt;
| If the reagent is a container, it must contain LYE. No longer used - instead, use one reagent for the LYE itself and another reagent with [CONTAINS:lye_reagent].&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| DOES_NOT_ABSORB&lt;br /&gt;
|&lt;br /&gt;
| Reagent material must have [ABSORPTION:0]&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| DOES_NOT_DETERMINE_PRODUCT_AMOUNT&lt;br /&gt;
|&lt;br /&gt;
| Setting this dis-allows the quantity of a reagent (probably first in the list) to determine the output quantity. Used where the input is a stack, e.g. liquids in a barrel.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| EMPTY&lt;br /&gt;
|&lt;br /&gt;
| If the reagent is a container, it must be empty.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| FIRE_BUILD_SAFE&lt;br /&gt;
|&lt;br /&gt;
| Reagent must be considered fire safe - ie. not wood, and not coal.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| FORCE_EDGE&lt;br /&gt;
|&lt;br /&gt;
| Product is given a sharp edge. Used for knapping.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| FUEL&lt;br /&gt;
|&lt;br /&gt;
| Requires that the reaction either use up a unit of coal or charcoal or else be performed at a magma workshop&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| GLASS_MATERIAL&lt;br /&gt;
|&lt;br /&gt;
| Reagent material has [IS_GLASS].&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| HAS_MATERIAL_REACTION_PRODUCT&lt;br /&gt;
| required reaction product&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| HAS_TOOL_USE&lt;br /&gt;
| Tool-use token&lt;br /&gt;
| Reagent must be a {{L|tool}} with the specific TOOL_USE value. The reagent's item type must be TOOL:NONE for this to make any sense.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| IMPROVEMENT&lt;br /&gt;
|&lt;br /&gt;
* Probability&lt;br /&gt;
* Reagent Name&lt;br /&gt;
* Improvement type&lt;br /&gt;
* Material Token&lt;br /&gt;
| Improvement types include BANDS, COVERED, GLAZED, RINGS_HANGING, and SPIKES&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| MAGMA_BUILD_SAFE&lt;br /&gt;
|&lt;br /&gt;
| Currently broken - behaves exactly the same as FIRE_BUILD_SAFE.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| METAL_ORE&lt;br /&gt;
|&lt;br /&gt;
* Inorganic material&lt;br /&gt;
| Reagent material must be an ore of the specified metal&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| MIN_DIMENSION&lt;br /&gt;
|&lt;br /&gt;
| ?&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| NAME&lt;br /&gt;
| name&lt;br /&gt;
| defines the name used by the reaction in-game&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| NO_EDGE_ALLOWED&lt;br /&gt;
|&lt;br /&gt;
| Reagent must not be sharpened (used for knapping).&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| NOT_CONTAIN_BARREL_ITEM&lt;br /&gt;
|&lt;br /&gt;
| If the reagent is a Barrel, it must not contain an item that has to reside in a barrel.  Barrel items appear to be lye and milk.  Alcohol appears to be covered as part of [EMPTY].  A reaction which places an item in a barrel should probably have both tags.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| NOT_ENGRAVED&lt;br /&gt;
|&lt;br /&gt;
| Reagent must not be engraved?&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| NOT_IMPROVED&lt;br /&gt;
|&lt;br /&gt;
| Reagent has not been decorated.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| NOT_PRESSED&lt;br /&gt;
|&lt;br /&gt;
| Reagent must not be in the SOLID_PRESSED state.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| NOT_WEB&lt;br /&gt;
|&lt;br /&gt;
| Reagent must be &amp;quot;collected&amp;quot; - used with THREAD:NONE to exclude webs.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| POTASHABLE&lt;br /&gt;
|&lt;br /&gt;
| Alias for CONTAINS_LYE.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| PRESERVE_REAGENT&lt;br /&gt;
|&lt;br /&gt;
| Reagent is not destroyed, which is the normal effect, at the completion of the reaction. Typically used for containers.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| PRODUCT&lt;br /&gt;
|&lt;br /&gt;
*Probability&lt;br /&gt;
*Quantity&lt;br /&gt;
*Item Token&lt;br /&gt;
*Material Token&lt;br /&gt;
| Defines one of the products to be outputted by the reaction&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| PRODUCT_DIMENSION&lt;br /&gt;
| size&lt;br /&gt;
| Specifies the size of the product. A size of 150 is typical for BAR, POWDER_MISC, LIQUID_MISC, and DRINK.  A size of 15000 is typical for THREAD, and a size of 10000 is typical for CLOTH.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| PRODUCT_PASTE&lt;br /&gt;
|&lt;br /&gt;
| Product is created in the SOLID_PASTE state.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| PRODUCT_PRESSED&lt;br /&gt;
|&lt;br /&gt;
| Product is created in the SOLID_PRESSED state.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| PRODUCT_TO_CONTAINER&lt;br /&gt;
| Reagent ID&lt;br /&gt;
| Places the product in a container; &amp;lt;id&amp;gt; must be the name of a reagent with the PRESERVE_REAGENT token and a container item type.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| REACTION&lt;br /&gt;
| Identifier&lt;br /&gt;
| defines a new reaction&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| REACTION_CLASS&lt;br /&gt;
|&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|REAGENT&lt;br /&gt;
|&lt;br /&gt;
* name/id&lt;br /&gt;
* quantity&lt;br /&gt;
* item token (and subtoken)&lt;br /&gt;
* material token (and subtoken)&lt;br /&gt;
| Requires a given reagent as an input for a reaction&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| SKILL&lt;br /&gt;
| Skill Token&lt;br /&gt;
| Skill used by the reaction&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| UNROTTEN&lt;br /&gt;
|&lt;br /&gt;
| Reagent must not be rotten, mainly for organic materials.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| USE_BODY_COMPONENT&lt;br /&gt;
|&lt;br /&gt;
| Reagent material must come off a creature's body.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| WEB_ONLY&lt;br /&gt;
|&lt;br /&gt;
| Reagent must be &amp;quot;undisturbed&amp;quot; - used with THREAD:NONE to gather webs.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| WORTHLESS_STONE_ONLY&lt;br /&gt;
|&lt;br /&gt;
| Reagent is not made of an economic stone.&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
[[Category:DF2010:Modding]]&lt;/div&gt;</summary>
		<author><name>I2amroy</name></author>
	</entry>
	<entry>
		<id>https://dwarffortresswiki.org/index.php?title=v0.31:Strange_mood&amp;diff=154904</id>
		<title>v0.31:Strange mood</title>
		<link rel="alternate" type="text/html" href="https://dwarffortresswiki.org/index.php?title=v0.31:Strange_mood&amp;diff=154904"/>
		<updated>2011-11-25T06:48:59Z</updated>

		<summary type="html">&lt;p&gt;I2amroy: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{quality|Exceptional|02:25, 4 May 2011 (UTC)}}{{av}}&lt;br /&gt;
&lt;br /&gt;
{{buggy|bugsection=Bugs}}&lt;br /&gt;
{{minorspoiler}}&lt;br /&gt;
Periodically, individual dwarves are struck with an idea for a {{L|legendary artifact}} and enter a '''strange mood'''. Dwarves which enter a strange mood will stop whatever they are doing and pursue the construction of this artifact to the exclusion of all else.  They will not stop to eat, drink, sleep, or even run away from dangerous creatures. If they do not manage to begin construction of the artifact within a handful of months, they will go [[#Failure|insane]] and die soon afterward.&lt;br /&gt;
Note: All controllable civilizations are currently able to enter strange moods, though in vanilla DF the only civilization this applies to is dwarves.&lt;br /&gt;
&lt;br /&gt;
==Overview==&lt;br /&gt;
&lt;br /&gt;
# The conditions necessary for a strange mood to occur are not fully understood, although they may possess even dwarf children.&lt;br /&gt;
# The game will pause, center on a dwarf, and announce that the dwarf has entered one of five different types of strange moods.  The [[#Types of moods|types of moods]] are listed below.  While in a mood, a dwarf will display a blinking exclamation point (see {{L|status icons}}).&lt;br /&gt;
# For the duration of the mood, the dwarf will claim a workshop related to the skill that the mood affects (not all skills are eligible), kick out any dwarf who was using it, and render it otherwise unusable until the mood has been resolved. If a moody dwarf does not claim a workshop, it is because the appropriate workshop does not exist.  (See [[#Skills and workshops|skills and workshops]] below to determine which workshop(s) might be required.) A moody dwarf will ''not'' be available to build a needed workshop; another dwarf with the appropriate {{L|labor}} designation must do so for them, if one is necessary.&lt;br /&gt;
# After claiming a workshop, the dwarf will set about collecting the required materials for their artifact.  If the dwarf remains idle inside the workshop, it's because they cannot find the right material. Reference the [[#Demands|demands]] section to determine what may be required.  Important Note: They will only collect these materials in the order that they require them.  In other words, you have to determine where they are on the list of required materials and then provide the next one before they will continue collecting other materials.&lt;br /&gt;
# Once all materials have been gathered, the game will once again pause and center, and the moody dwarf will begin construction.  Upon completion the dwarf will create a semi-random artifact related to the skill affected and gain {{L|legendary}} (or higher) status in that skill (unless the mood type is [[#Possessed|possessed]]).  See the [[#Skills and workshops|skills and workshops]] for information on which skills can be gained, or the [[#Artifacts created|artifacts created]] section for more details on the artifacts themselves.&lt;br /&gt;
&lt;br /&gt;
== Types of moods ==&lt;br /&gt;
For each of the following types of moods, the first message is how the mood is {{L|Announcement|announced}}; the second message appears in the dwarf's profile when he or she is viewed with the {{K|v}} key.  All moody dwarves will have &amp;quot;Strange Mood&amp;quot; listed as their active task.&lt;br /&gt;
&lt;br /&gt;
=== Fey ===&lt;br /&gt;
* {{Gametext|&amp;lt;dwarf&amp;gt; is taken by a fey mood!|7:1}}&lt;br /&gt;
: ''Has the aspect of one fey!''&lt;br /&gt;
&lt;br /&gt;
This is the most basic strange mood.  Fey dwarves will clearly state their demands when the workshop they are in is examined.&lt;br /&gt;
&lt;br /&gt;
A fey dwarf's happiness is automatically set to 'quite content'.&lt;br /&gt;
&lt;br /&gt;
=== Secretive ===&lt;br /&gt;
* {{Gametext|&amp;lt;dwarf&amp;gt; withdraws from society...|7:0}}&lt;br /&gt;
: ''Peculiarly secretive...''&lt;br /&gt;
&lt;br /&gt;
Secretive moods are the same as fey moods, except a secretive dwarf will sketch pictures of their required materials instead of clearly stating their demands if they cannot find what they need.   Descriptions of all these [[#Demands|secretive requirements]] can be seen only by viewing the workshop that the moody dwarf has claimed, with {{k|q}}, and then only while the dwarf is waiting inside it.  More than one &amp;quot;picture&amp;quot; is likely; these will cycle through the entire list automatically if any one is not available.  (Since materials are gathered ''in order'', it's quite possible that only one of a long list is needed to allow the moody dwarf to continue on their project.  If the dwarf has gathered some of the materials (seen as &amp;quot;tasked&amp;quot; when looking at the workshop with {{k|t}}), then the next in the list is what they are looking for.)&lt;br /&gt;
&lt;br /&gt;
A secretive dwarf's happiness is automatically set to 'quite content'.&lt;br /&gt;
&lt;br /&gt;
=== Possessed ===&lt;br /&gt;
* {{Gametext|&amp;lt;dwarf&amp;gt; has been possessed!|5:1}}&lt;br /&gt;
: ''Possessed by unknown forces!''&lt;br /&gt;
&lt;br /&gt;
Possessed dwarves have cryptic material requests, and have the unfortunate distinction of not receiving any experience upon successful construction of an artifact.  No controllable circumstances lead to a possessed mood instead of one of the more desirable fey or secretive moods. It is pure luck-based. Possessed dwarves will mutter the name of the artifact they are working on once they have all the materials they need.&lt;br /&gt;
&lt;br /&gt;
A possession is the only mood that does ''not'' result in a jump in {{L|experience}}.&lt;br /&gt;
&lt;br /&gt;
A possessed dwarf's happiness is automatically set to 'quite content'.&lt;br /&gt;
&lt;br /&gt;
A possessed dwarf that is muttering nonsense has already gathered everything it needs&lt;br /&gt;
&lt;br /&gt;
=== Fell ===&lt;br /&gt;
* {{Gametext|&amp;lt;dwarf&amp;gt; looses a roaring laughter, fell and terrible!|5:0}}&lt;br /&gt;
: ''Has a horrible fell look!''&lt;br /&gt;
&lt;br /&gt;
A dwarf that goes into a fell mood will always take over a {{L|butcher's shop}} or a {{L|tanner's shop}}. If neither are available, any other workshop will be used instead. The dwarf will then ''murder'' the nearest dwarf (bonus if its a noble), drag the corpse into the shop and make some sort of object out of dwarf {{L|leather}} or {{L|bone}}. Once the artifact is completed, the fell dwarf will become a legendary {{L|bone carver}} or {{L|leatherworker}}. Strangely, none of the other dwarves seem to mind the murder. Only unhappy dwarves may enter a fell mood.&lt;br /&gt;
&lt;br /&gt;
Aside from the loss of a potentially important dwarf in the wrong place at the wrong time, there doesn't seem to be any downside to a fell mood. The end result is always an artifact and a legendary craftsdwarf. Since the only ingredient used (a dwarf) is available in abundance, a fell mood will only fail if the fell dwarf is completely isolated from other dwarves, or if the proper workshop does not exist.&lt;br /&gt;
&lt;br /&gt;
=== Macabre ===&lt;br /&gt;
* {{Gametext|&amp;lt;dwarf&amp;gt; begins to stalk and brood...|0:1}}&lt;br /&gt;
: ''Brooding darkly...''&lt;br /&gt;
&lt;br /&gt;
Macabre moods are similar to fell moods, but the dwarf will not murder a fellow dwarf.  A macabre dwarf may require bones{{verify}}, skulls{{verify}} or remains (this includes vermin remains and many otherwise unusable items); if you do not happen to have any, you will have to make some, e.g. by butchering an animal, or let the moody dwarf go insane.  Like fell moods, only unhappy dwarves can enter macabre moods.&lt;br /&gt;
&lt;br /&gt;
==Caveats==&lt;br /&gt;
* Shells are a common request in moods and are only produced from preparing raw {{l|turtle}}s, {{L|mussel}}s, {{L|oyster}}s, or {{L|cave lobster}}s at a fishery. That is, you must be able to fish them at your site - there is no way of trading for them, since traded {{L|cave lobster}}s and {{L|turtle}}s are ''processed'' fish (with the shells already removed). Version 0.31.12 and beyond should have much fewer shell requests.&lt;br /&gt;
* Should the claimed workshop be a {{L|magma forge}} and lose power due to insufficient magma beneath it, the mood will fail immediately and the dwarf will go {{L|insane}}. Should the forge be in danger of losing power, you should forbid it before it is claimed and wait until it is powered up reliably. Once magma forges are built, at least some dwarfes will no longer be satisfied with a regular forge.&lt;br /&gt;
* The following can happen (v .31.12) &amp;quot;OVERWROTE JOB: Strange Mood BY Starting Fist Fight&amp;quot;.&lt;br /&gt;
* The mood's primary material will only be mentioned ''once'' in the dwarf's requests, even if the dwarf wants more than one unit of it. [http://www.bay12forums.com/smf/index.php?topic=75139.0;topicseen]&lt;br /&gt;
* The item to be built is not set at the beginning of the mood.  Saving (even after a dwarf has begun to gather materials) will allow you to reload and the result may be a different artifact. If you want to receive artifact adamantine breastplate, make sure to have adamantine nearby and forbid/move away any other materials. You can reload the artifact creating process, even after the dwarf has gathered most of components by forbidding the claimed items. If other items of that type are available, dwarf will immediately switch to them.&lt;br /&gt;
&lt;br /&gt;
==Bugs==&lt;br /&gt;
{{version|0.31.03}}&lt;br /&gt;
* There are bugs reported related to moody dwarves. As has been the case in 40d, most turned out to be (understandable) failures of the player to grasp the mechanics of artifact creation and demands. Bug tracker: [http://bay12games.com/dwarves/mantisbt/view_all_bug_page.php]&lt;br /&gt;
* Dwarves may request &amp;quot;rock bars&amp;quot; -- This is satisfied by metal bars.&lt;br /&gt;
{{version|0.31.10}}&lt;br /&gt;
* Moody Dwarves don't respect burrows when grabbing a workshop, but DO when looking for items. If his claimed workshop is outside his assigned burrow, the dwarf will continue to grab materials until all materials of the needed type are exhausted within his assigned burrow, this is similar to the [[Planepacked]] glitch.&lt;br /&gt;
* If a dwarf dies because of failing to complete an artifact, a memorial made to the dwarf will read that the dwarf did create it, despite the failure, and will even list the name of the artifact that never came to be.&lt;br /&gt;
&lt;br /&gt;
== Demands ==&lt;br /&gt;
Once a workshop is claimed, the dwarf will begin collecting materials.  Each artifact will require between one and ten materials to complete. The dwarf may well need several items of one material!  If the moody dwarf remains idle, then the necessary materials are not available.  {{L|Forbidden}} items must be reclaimed ({{K|d}} - {{K|b}} - {{K|c}}) before they may be used, but moody dwarves will ignore settings regarding {{L|economic stone}}. Press {{K|q}} and highlight the workshop to receive a series of clues about what the dwarf needs.  Hints that stay active for longer than 2 seconds mean that multiple pieces of that material will be required; each single demand will be displayed for 2 seconds, so if it says &amp;quot;gems... shining&amp;quot; for 6 seconds, 3 gems are demanded. However, occasionally a hint shown for only 2 seconds will require more than one item to fulfill it; this behavior seems to occur mainly (only?) with the primary material (the base material of the artifact, and the first item gathered).{{Verify}} Materials will always be fetched ''in order'', so if at least one item has already been retrieved (the items will show up with &amp;quot;TSK&amp;quot; (&amp;quot;task&amp;quot;) next to them when the workshop is viewed with the {{K|t}} context menu), it will usually be possible to tell what item is required next.&lt;br /&gt;
&lt;br /&gt;
If you want your dwarves to construct their artifacts out of valuable materials instead of whatever useless thing happens to be close at hand, you can selectively forbid types of material through the stocks screen so that only the material you want them to use is available; though this might interfere with the normal crafting operations of your fortress, the disruption is generally short-lived (as long as you remember to unforbid them again afterwards!). You can even forbid something a moody dwarf is carrying (which may be necessary sometimes, since while they are not waiting in the workshop they will not tell you what they need); the dwarf will finish hauling it to the workshop, but then immediately go searching for another. This trick can mean the difference between a bauxite statue decorated with moss agates and a native platinum statue encrusted with diamonds. Be aware that this may not always work - moody {{L|metalsmith}}s will occasionally insist on a specific type of metal with which to make their artifact, and forbidding other metals to force them to use a more valuable material will simply cause them to sit in the workshop until you give them what they want. This metal is usually the one listed in their Thoughts and Preferences page as their favorite metal.  Weaponsmiths and armorers are likely to insist on adamantine wafers should any exist in your fortress, forbidden or not, regardless of the particular dwarf's preferences{{verify}}.&lt;br /&gt;
&lt;br /&gt;
As of DF2010, burrows seem to allow even better control over moody dwarf's material usage. Simply by creating a burrow around claimed workshop and another part over desired material, moody dwarf can be controlled without forbidding every single stone in fortress. A moody dwarf will follow the burrow-definitions just like a regular worker, but be mindful that they will not leave the burrow to get materials that are outside of their assigned burrow. A problem can arise when bones from an outside refuse stockpile are needed by a moody dwarf that is assigned to a burrow.&lt;br /&gt;
&lt;br /&gt;
The various demands are translated here:&lt;br /&gt;
&lt;br /&gt;
:{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;text-align:left;width:90%;&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Material&lt;br /&gt;
! Fey&lt;br /&gt;
! Secretive&lt;br /&gt;
! Possessed&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
| &amp;lt;dwarf&amp;gt; screams &amp;quot;I must have &amp;lt;demand&amp;gt;!&amp;quot;&lt;br /&gt;
| &amp;lt;dwarf&amp;gt; sketches pictures of &amp;lt;demand&amp;gt;.&lt;br /&gt;
| &amp;lt;dwarf&amp;gt; mutters &amp;quot;&amp;lt;artifact&amp;gt; needs &amp;lt;demand&amp;gt;...&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| {{L|Stone}}&lt;br /&gt;
| rock&lt;br /&gt;
| a quarry&lt;br /&gt;
| stone... rock&lt;br /&gt;
|-&lt;br /&gt;
| Stone/metal {{L|block}}s&lt;br /&gt;
| rock blocks&lt;br /&gt;
| square blocks&lt;br /&gt;
| blocks... bricks&lt;br /&gt;
|-&lt;br /&gt;
| {{L|Wood}}&lt;br /&gt;
| wood logs&lt;br /&gt;
| a forest&lt;br /&gt;
| tree... life&lt;br /&gt;
|-&lt;br /&gt;
| Metal {{L|bar}}&lt;br /&gt;
| rock bars&lt;br /&gt;
| shining bars of metal&lt;br /&gt;
| bars... metal&lt;br /&gt;
|-&lt;br /&gt;
| {{L|Gem}}s (cut)&lt;br /&gt;
| cut gems&lt;br /&gt;
| cut gems&lt;br /&gt;
| gems... shining&lt;br /&gt;
|-&lt;br /&gt;
| {{L|Gem}}s (raw)&lt;br /&gt;
| rough gems&lt;br /&gt;
| rough gems&lt;br /&gt;
| rough... color&lt;br /&gt;
|-&lt;br /&gt;
| Green {{L|glass}}&lt;br /&gt;
| raw green glass&lt;br /&gt;
| glass&lt;br /&gt;
| raw... green&lt;br /&gt;
|-&lt;br /&gt;
| Clear glass&lt;br /&gt;
| raw clear glass{{verify}}&lt;br /&gt;
| glass and burning wood&lt;br /&gt;
| raw... clear&lt;br /&gt;
|-&lt;br /&gt;
| Crystal glass&lt;br /&gt;
| raw crystal glass{{verify}}&lt;br /&gt;
| rough gems and glass&lt;br /&gt;
| raw... crystal&lt;br /&gt;
|-&lt;br /&gt;
| {{L|Bone}}{{verify}}&lt;br /&gt;
| bones&lt;br /&gt;
| skeletons&lt;br /&gt;
| bones... yes&lt;br /&gt;
|-&lt;br /&gt;
| {{L|Shell}}{{verify}}&lt;br /&gt;
| shells&lt;br /&gt;
| shells&lt;br /&gt;
| a shell...&lt;br /&gt;
|-&lt;br /&gt;
| {{L|Leather}}&lt;br /&gt;
| tanned hides&lt;br /&gt;
| stacked leather&lt;br /&gt;
| leather... skin&lt;br /&gt;
|-&lt;br /&gt;
| {{L|Cloth}} (plant fiber)&lt;br /&gt;
| plant cloth&lt;br /&gt;
| stacked cloth&lt;br /&gt;
| cloth... thread&lt;br /&gt;
|-&lt;br /&gt;
| {{L|Cloth}} (silk)&lt;br /&gt;
| silk cloth&lt;br /&gt;
| stacked cloth&lt;br /&gt;
| cloth... thread&lt;br /&gt;
|-&lt;br /&gt;
| {{L|Cloth}} (yarn)&lt;br /&gt;
| yarn cloth&lt;br /&gt;
| stacked cloth&lt;br /&gt;
| cloth... thread&lt;br /&gt;
|-&lt;br /&gt;
| {{L|Bone}}, possibly {{L|Skull}}, {{L|Horn}}, {{L|Ivory}} &lt;br /&gt;
| body parts&lt;br /&gt;
| death&lt;br /&gt;
| a corpse&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
Dwarves in macabre moods will list their demands in the same fashion as those in fey moods (though with them brooding &amp;quot;Yes. I need &amp;lt;item&amp;gt;.&amp;quot; instead of screaming &amp;quot;I must have &amp;lt;item&amp;gt;!&amp;quot;). They may also say &amp;quot;Leave me. I need... things... certain things&amp;quot;, in which case they want special items such as {{L|skull}}s or vermin {{L|remains}}.&lt;br /&gt;
&lt;br /&gt;
Fey dwarves will sometimes ask for rock bars. This is just a typographical error, caused by stones and metals having been joined into a single &amp;quot;inorganic&amp;quot; material type in version 0.31 - they are actually asking for metal bars.&lt;br /&gt;
&lt;br /&gt;
Related to the above behavior, moody dwarves demanding rock blocks will also accept blocks forged from metal bars.&lt;br /&gt;
&lt;br /&gt;
Moody metalworkers may occasionally require a specific type of metal as their artifact's primary material - for secretive moods and possessions, take a look at the dwarf's material preferences to see which metal the dwarf wants to use.&lt;br /&gt;
&lt;br /&gt;
Once all materials have been gathered, viewing the workshop with {{K|q}} will display a special message depending on the type of mood:&lt;br /&gt;
* Fey - &amp;quot;&amp;lt;dwarf&amp;gt; works furiously!&amp;quot;&lt;br /&gt;
* Secretive - &amp;quot;&amp;lt;dwarf&amp;gt; works secretly...&amp;quot;&lt;br /&gt;
* Possessed - &amp;quot;&amp;lt;dwarf&amp;gt; keeps muttering &amp;lt;artifact&amp;gt;...&amp;quot;&lt;br /&gt;
* Macabre - &amp;quot;&amp;lt;dwarf&amp;gt; works, darkly brooding...&amp;quot;&lt;br /&gt;
* Fell - &amp;quot;&amp;lt;dwarf&amp;gt; works with menacing fury!&amp;quot;&lt;br /&gt;
&lt;br /&gt;
== The mechanics of moods ==&lt;br /&gt;
&lt;br /&gt;
==== Eligibility ====&lt;br /&gt;
The deciding factor for eligibility is a dwarf's actual {{L|Unit type token|profession}}. ''(Note that &amp;quot;{{L|Skill#Custom profession labels|custom professions}}&amp;quot; have no effect on this!)'' Thus, dwarves may enter strange moods regardless of what skills they have or don't have, so long as they are of an acceptable profession.  Dwarves who have already created an artifact are not eligible to create another, and since every mood ends in either an artifact or death, every dwarf may enter at most one mood.  Dwarves who have obtained one or more legendary skills without creating artifacts may enter strange moods.  &lt;br /&gt;
&lt;br /&gt;
Dwarves with a {{L|Soldier#Soldier professions|military profession}} other than &amp;quot;Recruit&amp;quot; can '''not''' enter moods.  Incidental military skills make no difference - eligibility (and weighting) depends purely on the actual ''{{L|profession}}'' as listed at the time, so soldiers '''can''' enter moods if they are ''off duty'' and thus in Civilian mode. Babies may '''not''' enter moods.&lt;br /&gt;
&lt;br /&gt;
Any other profession is eligible to enter a mood, but not all have the same ''chance'' to enter a mood...&lt;br /&gt;
&lt;br /&gt;
:''('''Note''' - Specifically, and to avoid previous misunderstandings, {{L|Strand extractor}}, {{L|Clerk}}/{{L|Administrator}}/{{L|Trader}}, {{L|Doctor}} (and related), {{L|Building designer|Architect}}, {{L|Soldier#Recruits|Recruit}} and {{L|Child}} '''are''' moodable professions.)''&lt;br /&gt;
&lt;br /&gt;
=== Chance ===&lt;br /&gt;
When determining who will have a strange mood, each eligible dwarf is put into a weighted lottery.  The odds are assigned a higher or lower weight based on the dwarf's {{L|profession}}.  The default weight is 6, but some professions are more likely to enter a strange mood than others. (This is like most dwarves getting 6 tickets to the lottery, and others getting more.)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; cellspacing=&amp;quot;0&amp;quot; border=&amp;quot;2&amp;quot; cellpadding=&amp;quot;5&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Weighting&lt;br /&gt;
! Professions&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| 21 ||Armorer, Blacksmith, Bone Carver, Clothier, Craftsdwarf, Jeweler, Gem Cutter, Gem Setter, Glassmaker, Leatherworker, Metalcrafter, Metalsmith, Stonecrafter, Weaponsmith, Weaver, Woodcrafter&lt;br /&gt;
|-&lt;br /&gt;
| 11 ||Bowyer, Carpenter, Stoneworker, Mason, Woodworker&lt;br /&gt;
|-&lt;br /&gt;
| 6 ||Engraver, Mechanic, Miner, Tanner, &amp;amp; all other {{L|profession}}s (including Peasant).&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
:'''''Example:''' What this means is: if you had 21 dwarves, made up of 20 eligible farmers, furnace operators, miners, woodcutters etc. (with 6 chances each) plus one Armorer (with 21 chances), that one Armorer would have a 21 in 141 chance &amp;lt;small&amp;gt;(20 dwarves x 6 chances each = 120 + 21 chances more = 141 total)&amp;lt;/small&amp;gt; of the mood striking them.  That's about 1 in 7, while the other 20 have a 6 in 141 chance each, or about 1 in 24.  The odds are still against the armorer, but much better than for any other single dwarf.''&lt;br /&gt;
&lt;br /&gt;
Note that not every profession is from a moodable skill.  A Soaper, Architect, Furnace Operator or Strand Extractor can be taken by a mood, but that will not make those skills legendary, nor will they create an artifact bar of soap, building, bar of metal or wafer of adamantine.&lt;br /&gt;
&lt;br /&gt;
:NOTE: ''If your game was saved shortly before one of you dwarves acquired a mood, reloading that game will most likely cause the chances to be completely re-figured, resulting in a different mood at a different time for a different dwarf with different materials. This is true for most all random events and results in Dwarf Fortress.''&lt;br /&gt;
&lt;br /&gt;
=== Skills and workshops ===&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; cellpadding=&amp;quot;4&amp;quot; style=&amp;quot;border:1px solid black;border-collapse:collapse;text-align:left;float:right;margin:0 0 20px 30px;&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! colspan=&amp;quot;2&amp;quot; style=&amp;quot;background-color:#eee;border-bottom:1px solid black;text-align:center;&amp;quot; | Artifact Skill Rewards&lt;br /&gt;
|- &lt;br /&gt;
! Highest skill&lt;br /&gt;
! Workshop used&lt;br /&gt;
|- style=&amp;quot;border-top:1px solid #aaa;vertical-align:top;&amp;quot;&lt;br /&gt;
| {{L|Armorsmith}}&lt;br /&gt;
| {{L|Metalsmith's forge}} (or {{L|Magma forge}})&lt;br /&gt;
|- style=&amp;quot;border-top:1px solid #aaa;vertical-align:top;&amp;quot;&lt;br /&gt;
| {{L|Bone carver}}&lt;br /&gt;
| {{L|Craftsdwarf's workshop}}&lt;br /&gt;
|- style=&amp;quot;border-top:1px solid #aaa;vertical-align:top;&amp;quot;&lt;br /&gt;
| {{L|Bowyer}}&lt;br /&gt;
| {{L|Bowyer's workshop}}&lt;br /&gt;
|- style=&amp;quot;border-top:1px solid #aaa;vertical-align:top;&amp;quot;&lt;br /&gt;
| {{L|Carpenter}}&lt;br /&gt;
| {{L|Carpenter's workshop}}&lt;br /&gt;
|- style=&amp;quot;border-top:1px solid #aaa;vertical-align:top;&amp;quot;&lt;br /&gt;
| {{L|Clothier}}&lt;br /&gt;
| {{L|Clothier's shop}}&lt;br /&gt;
|- style=&amp;quot;border-top:1px solid #aaa;vertical-align:top;&amp;quot;&lt;br /&gt;
| {{L|Engraver}}&lt;br /&gt;
| {{L|Craftsdwarf's workshop}}&lt;br /&gt;
|- style=&amp;quot;border-top:1px solid #aaa;vertical-align:top;&amp;quot;&lt;br /&gt;
| {{L|Gem cutter}}&lt;br /&gt;
| {{L|Jeweler's workshop}}&lt;br /&gt;
|- style=&amp;quot;border-top:1px solid #aaa;vertical-align:top;&amp;quot;&lt;br /&gt;
| {{L|Gem setter}}&lt;br /&gt;
| {{L|Jeweler's workshop}}&lt;br /&gt;
|- style=&amp;quot;border-top:1px solid #aaa;vertical-align:top;&amp;quot;&lt;br /&gt;
| {{L|Glassmaker}}&lt;br /&gt;
| {{L|Glass furnace}} (or {{L|Magma glass furnace}})&lt;br /&gt;
|- style=&amp;quot;border-top:1px solid #aaa;vertical-align:top;&amp;quot;&lt;br /&gt;
| {{L|Leatherworker}}&lt;br /&gt;
| {{L|Leather works}}&lt;br /&gt;
|- style=&amp;quot;border-top:1px solid #aaa;vertical-align:top;&amp;quot;&lt;br /&gt;
| {{L|Mason}}&lt;br /&gt;
| {{L|Mason's workshop}}&lt;br /&gt;
|- style=&amp;quot;border-top:1px solid #aaa;vertical-align:top;&amp;quot;&lt;br /&gt;
| {{L|Mechanic}}&lt;br /&gt;
| {{L|Mechanic's workshop}}&lt;br /&gt;
|- style=&amp;quot;border-top:1px solid #aaa;vertical-align:top;&amp;quot;&lt;br /&gt;
| {{L|Metal crafter}}&lt;br /&gt;
| {{L|Magma forge}} (or {{L|Metalsmith's forge}})&lt;br /&gt;
|- style=&amp;quot;border-top:1px solid #aaa;vertical-align:top;&amp;quot;&lt;br /&gt;
| {{L|Metalsmith}}&lt;br /&gt;
| {{L|Magma forge}} (or {{L|Metalsmith's forge}})&lt;br /&gt;
|- style=&amp;quot;border-top:1px solid #aaa;vertical-align:top;&amp;quot;&lt;br /&gt;
| {{L|Miner}}&lt;br /&gt;
| {{L|Mason's workshop}}&lt;br /&gt;
|- style=&amp;quot;border-top:1px solid #aaa;vertical-align:top;&amp;quot;&lt;br /&gt;
| {{L|Stone crafter}}&lt;br /&gt;
| {{L|Craftsdwarf's workshop}}&lt;br /&gt;
|- style=&amp;quot;border-top:1px solid #aaa;vertical-align:top;&amp;quot;&lt;br /&gt;
| {{L|Tanner}}&lt;br /&gt;
| {{L|Leather works}}&lt;br /&gt;
|- style=&amp;quot;border-top:1px solid #aaa;vertical-align:top;&amp;quot;&lt;br /&gt;
| {{L|Weaponsmith}}&lt;br /&gt;
| {{L|Magma forge}} (or {{L|Metalsmith's forge}})&lt;br /&gt;
|- style=&amp;quot;border-top:1px solid #aaa;vertical-align:top;&amp;quot;&lt;br /&gt;
| {{L|Weaver}}&lt;br /&gt;
| {{L|Clothier's shop}}&lt;br /&gt;
|- style=&amp;quot;border-top:1px solid #aaa;vertical-align:top;&amp;quot;&lt;br /&gt;
| {{L|Wood crafter}}&lt;br /&gt;
| {{L|Craftsdwarf's workshop}}&lt;br /&gt;
|- style=&amp;quot;border-top:1px solid #aaa;vertical-align:top;&amp;quot;&lt;br /&gt;
| Anyone Else&lt;br /&gt;
| {{L|Craftsdwarf's workshop}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
A dwarf will claim a workshop according to their highest applicable skill, and upon completion of the artifact, gain 20,000 {{L|experience}} in that skill (excepting {{L|Strange mood#Possessed|possessed}}  dwarves). This will give the dwarf a legendary-level {{L|skill}} (specifically, &amp;quot;legendary+1&amp;quot; or higher, depending on the dwarf's initial skill level).  The table to the right describes all applicable skills and their potential workshop requirements - there are only 20 skills that determine the workshop and that can be affected by a mood (sometimes referred to as '''moodable''' skills.)  If a dwarf does not possess at least one of the moodable skills listed to the right, they will take over a {{L|craftsdwarf's workshop}} and gain one of {{L|bone carver}}, {{L|stone crafter}}, or {{L|wood crafter}} skills, producing an artifact {{L|craft}}.&lt;br /&gt;
&lt;br /&gt;
This fact can be utilized to maximize the possibility of getting a dwarf with the specific legendary skill you want: since ''non''-moodable skills are ignored, whenever possible make sure that each dwarf's highest ''moodable'' skill is one of those you want*.  Have all your peasants, {{L|farmer}}s, non-professional military and other dwarves without any moodable skills do a tiny bit of work in the skill(s) you most want; if a &amp;quot;{{L|experience|dabbling}}&amp;quot; skill is the highest moodable skill they have, that is the skill that will be used.&lt;br /&gt;
&lt;br /&gt;
:''(* {{L|Armorsmith}}, {{L|Weaponsmith}}, {{L|Metal crafter}} and {{L|Metalsmith}} are possibly the most-desired legendary skills, but much depends on your fortress, your current mix of skills, and your play style.)''&lt;br /&gt;
&lt;br /&gt;
== Artifacts created ==&lt;br /&gt;
The type of artifact created will depend on the dwarf's highest skill.  Masons and miners will always create some kind of stone furniture; bone carvers, a bone or shell object; carpenters, a wood object, etc. engravers and stone crafters will turn out a stone craft; metalworkers, metal crafts, weapons, or armor (depending on the type of metalworker); weavers, an article of clothing; tanners, a leather armor or object. If a dwarf has no moodable skills, they will take over a {{L|craftsdwarf's workshop}} and create a bone, stone or wood craft of some type. The precise type of craft created is usually somewhat random but if a dwarf has a personality preference for a particular thing, such as gauntlets or floodgates or crowns, and that thing is an available choice given the dwarf's profession, they will generally create an object of that type.&lt;br /&gt;
&lt;br /&gt;
The first object grabbed by the dwarf will be the &amp;quot;primary&amp;quot; substance; all other materials will be used to decorate the artifact. If a dwarf grabs a piece of {{L|chalk}} and makes a statue, for instance, it will be a &amp;quot;chalk statue&amp;quot;, but an artifact can potentially be composed of bone, cloth, gems, leather, metal, shell, stone, and wood all at once.  In some cases, a moody dwarf will produce an item which normally cannot be made from that material, leading to such odd constructions as an {{L|obsidian}} {{L|bed}}, {{L|ruby}} {{L|floodgate}}, or turtle {{L|shell}} {{L|cage}}.&lt;br /&gt;
&lt;br /&gt;
Once created, most {{L|artifact}}s will be available for use just like a normal item of its type.  Artifact furniture is useful for high value {{L|noble}} rooms. Artifact weapons in {{L|weapon trap}}s can also boost a room's value considerably, as in the case of artifact trap components and mechanisms.&lt;br /&gt;
&lt;br /&gt;
Unless the mood was a Possession, the dwarf will gain 20,000 points of {{L|experience}} in the skill used to produce the artifact, enough to boost them to Legendary.&lt;br /&gt;
&lt;br /&gt;
== Failure ==&lt;br /&gt;
If you can't provide the desired workshop and all the required component materials within a couple of months, the dwarf will go {{L|insanity|insane}}, which cancels the mood and the artifact.  As if that's not bad enough, any dwarf who goes insane will soon die, one way or another.&lt;br /&gt;
&lt;br /&gt;
A dwarf who is '''stark raving mad''' or '''melancholy''' is harmless to others (until they die and start a {{L|tantrum}} spiral), but a '''berserk''' dwarf will attack other dwarves and possibly pull levers at random.  You may want to station a squad nearby or assign a few war dogs to the dwarf on the chance that they will lash out.  If you build your workshops inside enclosed rooms with doors you can also lock the moody dwarf in the room until he or she starves.  In extreme cases, building a wall around an open workshop is the best precaution.&lt;/div&gt;</summary>
		<author><name>I2amroy</name></author>
	</entry>
	<entry>
		<id>https://dwarffortresswiki.org/index.php?title=v0.31:Strange_mood&amp;diff=154903</id>
		<title>v0.31:Strange mood</title>
		<link rel="alternate" type="text/html" href="https://dwarffortresswiki.org/index.php?title=v0.31:Strange_mood&amp;diff=154903"/>
		<updated>2011-11-25T06:48:26Z</updated>

		<summary type="html">&lt;p&gt;I2amroy: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{quality|Exceptional|02:25, 4 May 2011 (UTC)}}{{av}}&lt;br /&gt;
&lt;br /&gt;
{{buggy|bugsection=Bugs}}&lt;br /&gt;
{{minorspoiler}}&lt;br /&gt;
Periodically, individual dwarves are struck with an idea for a {{L|legendary artifact}} and enter a '''strange mood'''. Dwarves which enter a strange mood will stop whatever they are doing and pursue the construction of this artifact to the exclusion of all else.  They will not stop to eat, drink, sleep, or even run away from dangerous creatures. If they do not manage to begin construction of the artifact within a handful of months, they will go [[#Failure|insane]] and die soon afterward.&lt;br /&gt;
Note: All controllable civilizations are currently able to enter strange moods.&lt;br /&gt;
&lt;br /&gt;
==Overview==&lt;br /&gt;
&lt;br /&gt;
# The conditions necessary for a strange mood to occur are not fully understood, although they may possess even dwarf children.&lt;br /&gt;
# The game will pause, center on a dwarf, and announce that the dwarf has entered one of five different types of strange moods.  The [[#Types of moods|types of moods]] are listed below.  While in a mood, a dwarf will display a blinking exclamation point (see {{L|status icons}}).&lt;br /&gt;
# For the duration of the mood, the dwarf will claim a workshop related to the skill that the mood affects (not all skills are eligible), kick out any dwarf who was using it, and render it otherwise unusable until the mood has been resolved. If a moody dwarf does not claim a workshop, it is because the appropriate workshop does not exist.  (See [[#Skills and workshops|skills and workshops]] below to determine which workshop(s) might be required.) A moody dwarf will ''not'' be available to build a needed workshop; another dwarf with the appropriate {{L|labor}} designation must do so for them, if one is necessary.&lt;br /&gt;
# After claiming a workshop, the dwarf will set about collecting the required materials for their artifact.  If the dwarf remains idle inside the workshop, it's because they cannot find the right material. Reference the [[#Demands|demands]] section to determine what may be required.  Important Note: They will only collect these materials in the order that they require them.  In other words, you have to determine where they are on the list of required materials and then provide the next one before they will continue collecting other materials.&lt;br /&gt;
# Once all materials have been gathered, the game will once again pause and center, and the moody dwarf will begin construction.  Upon completion the dwarf will create a semi-random artifact related to the skill affected and gain {{L|legendary}} (or higher) status in that skill (unless the mood type is [[#Possessed|possessed]]).  See the [[#Skills and workshops|skills and workshops]] for information on which skills can be gained, or the [[#Artifacts created|artifacts created]] section for more details on the artifacts themselves.&lt;br /&gt;
&lt;br /&gt;
== Types of moods ==&lt;br /&gt;
For each of the following types of moods, the first message is how the mood is {{L|Announcement|announced}}; the second message appears in the dwarf's profile when he or she is viewed with the {{K|v}} key.  All moody dwarves will have &amp;quot;Strange Mood&amp;quot; listed as their active task.&lt;br /&gt;
&lt;br /&gt;
=== Fey ===&lt;br /&gt;
* {{Gametext|&amp;lt;dwarf&amp;gt; is taken by a fey mood!|7:1}}&lt;br /&gt;
: ''Has the aspect of one fey!''&lt;br /&gt;
&lt;br /&gt;
This is the most basic strange mood.  Fey dwarves will clearly state their demands when the workshop they are in is examined.&lt;br /&gt;
&lt;br /&gt;
A fey dwarf's happiness is automatically set to 'quite content'.&lt;br /&gt;
&lt;br /&gt;
=== Secretive ===&lt;br /&gt;
* {{Gametext|&amp;lt;dwarf&amp;gt; withdraws from society...|7:0}}&lt;br /&gt;
: ''Peculiarly secretive...''&lt;br /&gt;
&lt;br /&gt;
Secretive moods are the same as fey moods, except a secretive dwarf will sketch pictures of their required materials instead of clearly stating their demands if they cannot find what they need.   Descriptions of all these [[#Demands|secretive requirements]] can be seen only by viewing the workshop that the moody dwarf has claimed, with {{k|q}}, and then only while the dwarf is waiting inside it.  More than one &amp;quot;picture&amp;quot; is likely; these will cycle through the entire list automatically if any one is not available.  (Since materials are gathered ''in order'', it's quite possible that only one of a long list is needed to allow the moody dwarf to continue on their project.  If the dwarf has gathered some of the materials (seen as &amp;quot;tasked&amp;quot; when looking at the workshop with {{k|t}}), then the next in the list is what they are looking for.)&lt;br /&gt;
&lt;br /&gt;
A secretive dwarf's happiness is automatically set to 'quite content'.&lt;br /&gt;
&lt;br /&gt;
=== Possessed ===&lt;br /&gt;
* {{Gametext|&amp;lt;dwarf&amp;gt; has been possessed!|5:1}}&lt;br /&gt;
: ''Possessed by unknown forces!''&lt;br /&gt;
&lt;br /&gt;
Possessed dwarves have cryptic material requests, and have the unfortunate distinction of not receiving any experience upon successful construction of an artifact.  No controllable circumstances lead to a possessed mood instead of one of the more desirable fey or secretive moods. It is pure luck-based. Possessed dwarves will mutter the name of the artifact they are working on once they have all the materials they need.&lt;br /&gt;
&lt;br /&gt;
A possession is the only mood that does ''not'' result in a jump in {{L|experience}}.&lt;br /&gt;
&lt;br /&gt;
A possessed dwarf's happiness is automatically set to 'quite content'.&lt;br /&gt;
&lt;br /&gt;
A possessed dwarf that is muttering nonsense has already gathered everything it needs&lt;br /&gt;
&lt;br /&gt;
=== Fell ===&lt;br /&gt;
* {{Gametext|&amp;lt;dwarf&amp;gt; looses a roaring laughter, fell and terrible!|5:0}}&lt;br /&gt;
: ''Has a horrible fell look!''&lt;br /&gt;
&lt;br /&gt;
A dwarf that goes into a fell mood will always take over a {{L|butcher's shop}} or a {{L|tanner's shop}}. If neither are available, any other workshop will be used instead. The dwarf will then ''murder'' the nearest dwarf (bonus if its a noble), drag the corpse into the shop and make some sort of object out of dwarf {{L|leather}} or {{L|bone}}. Once the artifact is completed, the fell dwarf will become a legendary {{L|bone carver}} or {{L|leatherworker}}. Strangely, none of the other dwarves seem to mind the murder. Only unhappy dwarves may enter a fell mood.&lt;br /&gt;
&lt;br /&gt;
Aside from the loss of a potentially important dwarf in the wrong place at the wrong time, there doesn't seem to be any downside to a fell mood. The end result is always an artifact and a legendary craftsdwarf. Since the only ingredient used (a dwarf) is available in abundance, a fell mood will only fail if the fell dwarf is completely isolated from other dwarves, or if the proper workshop does not exist.&lt;br /&gt;
&lt;br /&gt;
=== Macabre ===&lt;br /&gt;
* {{Gametext|&amp;lt;dwarf&amp;gt; begins to stalk and brood...|0:1}}&lt;br /&gt;
: ''Brooding darkly...''&lt;br /&gt;
&lt;br /&gt;
Macabre moods are similar to fell moods, but the dwarf will not murder a fellow dwarf.  A macabre dwarf may require bones{{verify}}, skulls{{verify}} or remains (this includes vermin remains and many otherwise unusable items); if you do not happen to have any, you will have to make some, e.g. by butchering an animal, or let the moody dwarf go insane.  Like fell moods, only unhappy dwarves can enter macabre moods.&lt;br /&gt;
&lt;br /&gt;
==Caveats==&lt;br /&gt;
* Shells are a common request in moods and are only produced from preparing raw {{l|turtle}}s, {{L|mussel}}s, {{L|oyster}}s, or {{L|cave lobster}}s at a fishery. That is, you must be able to fish them at your site - there is no way of trading for them, since traded {{L|cave lobster}}s and {{L|turtle}}s are ''processed'' fish (with the shells already removed). Version 0.31.12 and beyond should have much fewer shell requests.&lt;br /&gt;
* Should the claimed workshop be a {{L|magma forge}} and lose power due to insufficient magma beneath it, the mood will fail immediately and the dwarf will go {{L|insane}}. Should the forge be in danger of losing power, you should forbid it before it is claimed and wait until it is powered up reliably. Once magma forges are built, at least some dwarfes will no longer be satisfied with a regular forge.&lt;br /&gt;
* The following can happen (v .31.12) &amp;quot;OVERWROTE JOB: Strange Mood BY Starting Fist Fight&amp;quot;.&lt;br /&gt;
* The mood's primary material will only be mentioned ''once'' in the dwarf's requests, even if the dwarf wants more than one unit of it. [http://www.bay12forums.com/smf/index.php?topic=75139.0;topicseen]&lt;br /&gt;
* The item to be built is not set at the beginning of the mood.  Saving (even after a dwarf has begun to gather materials) will allow you to reload and the result may be a different artifact. If you want to receive artifact adamantine breastplate, make sure to have adamantine nearby and forbid/move away any other materials. You can reload the artifact creating process, even after the dwarf has gathered most of components by forbidding the claimed items. If other items of that type are available, dwarf will immediately switch to them.&lt;br /&gt;
&lt;br /&gt;
==Bugs==&lt;br /&gt;
{{version|0.31.03}}&lt;br /&gt;
* There are bugs reported related to moody dwarves. As has been the case in 40d, most turned out to be (understandable) failures of the player to grasp the mechanics of artifact creation and demands. Bug tracker: [http://bay12games.com/dwarves/mantisbt/view_all_bug_page.php]&lt;br /&gt;
* Dwarves may request &amp;quot;rock bars&amp;quot; -- This is satisfied by metal bars.&lt;br /&gt;
{{version|0.31.10}}&lt;br /&gt;
* Moody Dwarves don't respect burrows when grabbing a workshop, but DO when looking for items. If his claimed workshop is outside his assigned burrow, the dwarf will continue to grab materials until all materials of the needed type are exhausted within his assigned burrow, this is similar to the [[Planepacked]] glitch.&lt;br /&gt;
* If a dwarf dies because of failing to complete an artifact, a memorial made to the dwarf will read that the dwarf did create it, despite the failure, and will even list the name of the artifact that never came to be.&lt;br /&gt;
&lt;br /&gt;
== Demands ==&lt;br /&gt;
Once a workshop is claimed, the dwarf will begin collecting materials.  Each artifact will require between one and ten materials to complete. The dwarf may well need several items of one material!  If the moody dwarf remains idle, then the necessary materials are not available.  {{L|Forbidden}} items must be reclaimed ({{K|d}} - {{K|b}} - {{K|c}}) before they may be used, but moody dwarves will ignore settings regarding {{L|economic stone}}. Press {{K|q}} and highlight the workshop to receive a series of clues about what the dwarf needs.  Hints that stay active for longer than 2 seconds mean that multiple pieces of that material will be required; each single demand will be displayed for 2 seconds, so if it says &amp;quot;gems... shining&amp;quot; for 6 seconds, 3 gems are demanded. However, occasionally a hint shown for only 2 seconds will require more than one item to fulfill it; this behavior seems to occur mainly (only?) with the primary material (the base material of the artifact, and the first item gathered).{{Verify}} Materials will always be fetched ''in order'', so if at least one item has already been retrieved (the items will show up with &amp;quot;TSK&amp;quot; (&amp;quot;task&amp;quot;) next to them when the workshop is viewed with the {{K|t}} context menu), it will usually be possible to tell what item is required next.&lt;br /&gt;
&lt;br /&gt;
If you want your dwarves to construct their artifacts out of valuable materials instead of whatever useless thing happens to be close at hand, you can selectively forbid types of material through the stocks screen so that only the material you want them to use is available; though this might interfere with the normal crafting operations of your fortress, the disruption is generally short-lived (as long as you remember to unforbid them again afterwards!). You can even forbid something a moody dwarf is carrying (which may be necessary sometimes, since while they are not waiting in the workshop they will not tell you what they need); the dwarf will finish hauling it to the workshop, but then immediately go searching for another. This trick can mean the difference between a bauxite statue decorated with moss agates and a native platinum statue encrusted with diamonds. Be aware that this may not always work - moody {{L|metalsmith}}s will occasionally insist on a specific type of metal with which to make their artifact, and forbidding other metals to force them to use a more valuable material will simply cause them to sit in the workshop until you give them what they want. This metal is usually the one listed in their Thoughts and Preferences page as their favorite metal.  Weaponsmiths and armorers are likely to insist on adamantine wafers should any exist in your fortress, forbidden or not, regardless of the particular dwarf's preferences{{verify}}.&lt;br /&gt;
&lt;br /&gt;
As of DF2010, burrows seem to allow even better control over moody dwarf's material usage. Simply by creating a burrow around claimed workshop and another part over desired material, moody dwarf can be controlled without forbidding every single stone in fortress. A moody dwarf will follow the burrow-definitions just like a regular worker, but be mindful that they will not leave the burrow to get materials that are outside of their assigned burrow. A problem can arise when bones from an outside refuse stockpile are needed by a moody dwarf that is assigned to a burrow.&lt;br /&gt;
&lt;br /&gt;
The various demands are translated here:&lt;br /&gt;
&lt;br /&gt;
:{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;text-align:left;width:90%;&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Material&lt;br /&gt;
! Fey&lt;br /&gt;
! Secretive&lt;br /&gt;
! Possessed&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
| &amp;lt;dwarf&amp;gt; screams &amp;quot;I must have &amp;lt;demand&amp;gt;!&amp;quot;&lt;br /&gt;
| &amp;lt;dwarf&amp;gt; sketches pictures of &amp;lt;demand&amp;gt;.&lt;br /&gt;
| &amp;lt;dwarf&amp;gt; mutters &amp;quot;&amp;lt;artifact&amp;gt; needs &amp;lt;demand&amp;gt;...&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| {{L|Stone}}&lt;br /&gt;
| rock&lt;br /&gt;
| a quarry&lt;br /&gt;
| stone... rock&lt;br /&gt;
|-&lt;br /&gt;
| Stone/metal {{L|block}}s&lt;br /&gt;
| rock blocks&lt;br /&gt;
| square blocks&lt;br /&gt;
| blocks... bricks&lt;br /&gt;
|-&lt;br /&gt;
| {{L|Wood}}&lt;br /&gt;
| wood logs&lt;br /&gt;
| a forest&lt;br /&gt;
| tree... life&lt;br /&gt;
|-&lt;br /&gt;
| Metal {{L|bar}}&lt;br /&gt;
| rock bars&lt;br /&gt;
| shining bars of metal&lt;br /&gt;
| bars... metal&lt;br /&gt;
|-&lt;br /&gt;
| {{L|Gem}}s (cut)&lt;br /&gt;
| cut gems&lt;br /&gt;
| cut gems&lt;br /&gt;
| gems... shining&lt;br /&gt;
|-&lt;br /&gt;
| {{L|Gem}}s (raw)&lt;br /&gt;
| rough gems&lt;br /&gt;
| rough gems&lt;br /&gt;
| rough... color&lt;br /&gt;
|-&lt;br /&gt;
| Green {{L|glass}}&lt;br /&gt;
| raw green glass&lt;br /&gt;
| glass&lt;br /&gt;
| raw... green&lt;br /&gt;
|-&lt;br /&gt;
| Clear glass&lt;br /&gt;
| raw clear glass{{verify}}&lt;br /&gt;
| glass and burning wood&lt;br /&gt;
| raw... clear&lt;br /&gt;
|-&lt;br /&gt;
| Crystal glass&lt;br /&gt;
| raw crystal glass{{verify}}&lt;br /&gt;
| rough gems and glass&lt;br /&gt;
| raw... crystal&lt;br /&gt;
|-&lt;br /&gt;
| {{L|Bone}}{{verify}}&lt;br /&gt;
| bones&lt;br /&gt;
| skeletons&lt;br /&gt;
| bones... yes&lt;br /&gt;
|-&lt;br /&gt;
| {{L|Shell}}{{verify}}&lt;br /&gt;
| shells&lt;br /&gt;
| shells&lt;br /&gt;
| a shell...&lt;br /&gt;
|-&lt;br /&gt;
| {{L|Leather}}&lt;br /&gt;
| tanned hides&lt;br /&gt;
| stacked leather&lt;br /&gt;
| leather... skin&lt;br /&gt;
|-&lt;br /&gt;
| {{L|Cloth}} (plant fiber)&lt;br /&gt;
| plant cloth&lt;br /&gt;
| stacked cloth&lt;br /&gt;
| cloth... thread&lt;br /&gt;
|-&lt;br /&gt;
| {{L|Cloth}} (silk)&lt;br /&gt;
| silk cloth&lt;br /&gt;
| stacked cloth&lt;br /&gt;
| cloth... thread&lt;br /&gt;
|-&lt;br /&gt;
| {{L|Cloth}} (yarn)&lt;br /&gt;
| yarn cloth&lt;br /&gt;
| stacked cloth&lt;br /&gt;
| cloth... thread&lt;br /&gt;
|-&lt;br /&gt;
| {{L|Bone}}, possibly {{L|Skull}}, {{L|Horn}}, {{L|Ivory}} &lt;br /&gt;
| body parts&lt;br /&gt;
| death&lt;br /&gt;
| a corpse&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
Dwarves in macabre moods will list their demands in the same fashion as those in fey moods (though with them brooding &amp;quot;Yes. I need &amp;lt;item&amp;gt;.&amp;quot; instead of screaming &amp;quot;I must have &amp;lt;item&amp;gt;!&amp;quot;). They may also say &amp;quot;Leave me. I need... things... certain things&amp;quot;, in which case they want special items such as {{L|skull}}s or vermin {{L|remains}}.&lt;br /&gt;
&lt;br /&gt;
Fey dwarves will sometimes ask for rock bars. This is just a typographical error, caused by stones and metals having been joined into a single &amp;quot;inorganic&amp;quot; material type in version 0.31 - they are actually asking for metal bars.&lt;br /&gt;
&lt;br /&gt;
Related to the above behavior, moody dwarves demanding rock blocks will also accept blocks forged from metal bars.&lt;br /&gt;
&lt;br /&gt;
Moody metalworkers may occasionally require a specific type of metal as their artifact's primary material - for secretive moods and possessions, take a look at the dwarf's material preferences to see which metal the dwarf wants to use.&lt;br /&gt;
&lt;br /&gt;
Once all materials have been gathered, viewing the workshop with {{K|q}} will display a special message depending on the type of mood:&lt;br /&gt;
* Fey - &amp;quot;&amp;lt;dwarf&amp;gt; works furiously!&amp;quot;&lt;br /&gt;
* Secretive - &amp;quot;&amp;lt;dwarf&amp;gt; works secretly...&amp;quot;&lt;br /&gt;
* Possessed - &amp;quot;&amp;lt;dwarf&amp;gt; keeps muttering &amp;lt;artifact&amp;gt;...&amp;quot;&lt;br /&gt;
* Macabre - &amp;quot;&amp;lt;dwarf&amp;gt; works, darkly brooding...&amp;quot;&lt;br /&gt;
* Fell - &amp;quot;&amp;lt;dwarf&amp;gt; works with menacing fury!&amp;quot;&lt;br /&gt;
&lt;br /&gt;
== The mechanics of moods ==&lt;br /&gt;
&lt;br /&gt;
==== Eligibility ====&lt;br /&gt;
The deciding factor for eligibility is a dwarf's actual {{L|Unit type token|profession}}. ''(Note that &amp;quot;{{L|Skill#Custom profession labels|custom professions}}&amp;quot; have no effect on this!)'' Thus, dwarves may enter strange moods regardless of what skills they have or don't have, so long as they are of an acceptable profession.  Dwarves who have already created an artifact are not eligible to create another, and since every mood ends in either an artifact or death, every dwarf may enter at most one mood.  Dwarves who have obtained one or more legendary skills without creating artifacts may enter strange moods.  &lt;br /&gt;
&lt;br /&gt;
Dwarves with a {{L|Soldier#Soldier professions|military profession}} other than &amp;quot;Recruit&amp;quot; can '''not''' enter moods.  Incidental military skills make no difference - eligibility (and weighting) depends purely on the actual ''{{L|profession}}'' as listed at the time, so soldiers '''can''' enter moods if they are ''off duty'' and thus in Civilian mode. Babies may '''not''' enter moods.&lt;br /&gt;
&lt;br /&gt;
Any other profession is eligible to enter a mood, but not all have the same ''chance'' to enter a mood...&lt;br /&gt;
&lt;br /&gt;
:''('''Note''' - Specifically, and to avoid previous misunderstandings, {{L|Strand extractor}}, {{L|Clerk}}/{{L|Administrator}}/{{L|Trader}}, {{L|Doctor}} (and related), {{L|Building designer|Architect}}, {{L|Soldier#Recruits|Recruit}} and {{L|Child}} '''are''' moodable professions.)''&lt;br /&gt;
&lt;br /&gt;
=== Chance ===&lt;br /&gt;
When determining who will have a strange mood, each eligible dwarf is put into a weighted lottery.  The odds are assigned a higher or lower weight based on the dwarf's {{L|profession}}.  The default weight is 6, but some professions are more likely to enter a strange mood than others. (This is like most dwarves getting 6 tickets to the lottery, and others getting more.)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; cellspacing=&amp;quot;0&amp;quot; border=&amp;quot;2&amp;quot; cellpadding=&amp;quot;5&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Weighting&lt;br /&gt;
! Professions&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| 21 ||Armorer, Blacksmith, Bone Carver, Clothier, Craftsdwarf, Jeweler, Gem Cutter, Gem Setter, Glassmaker, Leatherworker, Metalcrafter, Metalsmith, Stonecrafter, Weaponsmith, Weaver, Woodcrafter&lt;br /&gt;
|-&lt;br /&gt;
| 11 ||Bowyer, Carpenter, Stoneworker, Mason, Woodworker&lt;br /&gt;
|-&lt;br /&gt;
| 6 ||Engraver, Mechanic, Miner, Tanner, &amp;amp; all other {{L|profession}}s (including Peasant).&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
:'''''Example:''' What this means is: if you had 21 dwarves, made up of 20 eligible farmers, furnace operators, miners, woodcutters etc. (with 6 chances each) plus one Armorer (with 21 chances), that one Armorer would have a 21 in 141 chance &amp;lt;small&amp;gt;(20 dwarves x 6 chances each = 120 + 21 chances more = 141 total)&amp;lt;/small&amp;gt; of the mood striking them.  That's about 1 in 7, while the other 20 have a 6 in 141 chance each, or about 1 in 24.  The odds are still against the armorer, but much better than for any other single dwarf.''&lt;br /&gt;
&lt;br /&gt;
Note that not every profession is from a moodable skill.  A Soaper, Architect, Furnace Operator or Strand Extractor can be taken by a mood, but that will not make those skills legendary, nor will they create an artifact bar of soap, building, bar of metal or wafer of adamantine.&lt;br /&gt;
&lt;br /&gt;
:NOTE: ''If your game was saved shortly before one of you dwarves acquired a mood, reloading that game will most likely cause the chances to be completely re-figured, resulting in a different mood at a different time for a different dwarf with different materials. This is true for most all random events and results in Dwarf Fortress.''&lt;br /&gt;
&lt;br /&gt;
=== Skills and workshops ===&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; cellpadding=&amp;quot;4&amp;quot; style=&amp;quot;border:1px solid black;border-collapse:collapse;text-align:left;float:right;margin:0 0 20px 30px;&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! colspan=&amp;quot;2&amp;quot; style=&amp;quot;background-color:#eee;border-bottom:1px solid black;text-align:center;&amp;quot; | Artifact Skill Rewards&lt;br /&gt;
|- &lt;br /&gt;
! Highest skill&lt;br /&gt;
! Workshop used&lt;br /&gt;
|- style=&amp;quot;border-top:1px solid #aaa;vertical-align:top;&amp;quot;&lt;br /&gt;
| {{L|Armorsmith}}&lt;br /&gt;
| {{L|Metalsmith's forge}} (or {{L|Magma forge}})&lt;br /&gt;
|- style=&amp;quot;border-top:1px solid #aaa;vertical-align:top;&amp;quot;&lt;br /&gt;
| {{L|Bone carver}}&lt;br /&gt;
| {{L|Craftsdwarf's workshop}}&lt;br /&gt;
|- style=&amp;quot;border-top:1px solid #aaa;vertical-align:top;&amp;quot;&lt;br /&gt;
| {{L|Bowyer}}&lt;br /&gt;
| {{L|Bowyer's workshop}}&lt;br /&gt;
|- style=&amp;quot;border-top:1px solid #aaa;vertical-align:top;&amp;quot;&lt;br /&gt;
| {{L|Carpenter}}&lt;br /&gt;
| {{L|Carpenter's workshop}}&lt;br /&gt;
|- style=&amp;quot;border-top:1px solid #aaa;vertical-align:top;&amp;quot;&lt;br /&gt;
| {{L|Clothier}}&lt;br /&gt;
| {{L|Clothier's shop}}&lt;br /&gt;
|- style=&amp;quot;border-top:1px solid #aaa;vertical-align:top;&amp;quot;&lt;br /&gt;
| {{L|Engraver}}&lt;br /&gt;
| {{L|Craftsdwarf's workshop}}&lt;br /&gt;
|- style=&amp;quot;border-top:1px solid #aaa;vertical-align:top;&amp;quot;&lt;br /&gt;
| {{L|Gem cutter}}&lt;br /&gt;
| {{L|Jeweler's workshop}}&lt;br /&gt;
|- style=&amp;quot;border-top:1px solid #aaa;vertical-align:top;&amp;quot;&lt;br /&gt;
| {{L|Gem setter}}&lt;br /&gt;
| {{L|Jeweler's workshop}}&lt;br /&gt;
|- style=&amp;quot;border-top:1px solid #aaa;vertical-align:top;&amp;quot;&lt;br /&gt;
| {{L|Glassmaker}}&lt;br /&gt;
| {{L|Glass furnace}} (or {{L|Magma glass furnace}})&lt;br /&gt;
|- style=&amp;quot;border-top:1px solid #aaa;vertical-align:top;&amp;quot;&lt;br /&gt;
| {{L|Leatherworker}}&lt;br /&gt;
| {{L|Leather works}}&lt;br /&gt;
|- style=&amp;quot;border-top:1px solid #aaa;vertical-align:top;&amp;quot;&lt;br /&gt;
| {{L|Mason}}&lt;br /&gt;
| {{L|Mason's workshop}}&lt;br /&gt;
|- style=&amp;quot;border-top:1px solid #aaa;vertical-align:top;&amp;quot;&lt;br /&gt;
| {{L|Mechanic}}&lt;br /&gt;
| {{L|Mechanic's workshop}}&lt;br /&gt;
|- style=&amp;quot;border-top:1px solid #aaa;vertical-align:top;&amp;quot;&lt;br /&gt;
| {{L|Metal crafter}}&lt;br /&gt;
| {{L|Magma forge}} (or {{L|Metalsmith's forge}})&lt;br /&gt;
|- style=&amp;quot;border-top:1px solid #aaa;vertical-align:top;&amp;quot;&lt;br /&gt;
| {{L|Metalsmith}}&lt;br /&gt;
| {{L|Magma forge}} (or {{L|Metalsmith's forge}})&lt;br /&gt;
|- style=&amp;quot;border-top:1px solid #aaa;vertical-align:top;&amp;quot;&lt;br /&gt;
| {{L|Miner}}&lt;br /&gt;
| {{L|Mason's workshop}}&lt;br /&gt;
|- style=&amp;quot;border-top:1px solid #aaa;vertical-align:top;&amp;quot;&lt;br /&gt;
| {{L|Stone crafter}}&lt;br /&gt;
| {{L|Craftsdwarf's workshop}}&lt;br /&gt;
|- style=&amp;quot;border-top:1px solid #aaa;vertical-align:top;&amp;quot;&lt;br /&gt;
| {{L|Tanner}}&lt;br /&gt;
| {{L|Leather works}}&lt;br /&gt;
|- style=&amp;quot;border-top:1px solid #aaa;vertical-align:top;&amp;quot;&lt;br /&gt;
| {{L|Weaponsmith}}&lt;br /&gt;
| {{L|Magma forge}} (or {{L|Metalsmith's forge}})&lt;br /&gt;
|- style=&amp;quot;border-top:1px solid #aaa;vertical-align:top;&amp;quot;&lt;br /&gt;
| {{L|Weaver}}&lt;br /&gt;
| {{L|Clothier's shop}}&lt;br /&gt;
|- style=&amp;quot;border-top:1px solid #aaa;vertical-align:top;&amp;quot;&lt;br /&gt;
| {{L|Wood crafter}}&lt;br /&gt;
| {{L|Craftsdwarf's workshop}}&lt;br /&gt;
|- style=&amp;quot;border-top:1px solid #aaa;vertical-align:top;&amp;quot;&lt;br /&gt;
| Anyone Else&lt;br /&gt;
| {{L|Craftsdwarf's workshop}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
A dwarf will claim a workshop according to their highest applicable skill, and upon completion of the artifact, gain 20,000 {{L|experience}} in that skill (excepting {{L|Strange mood#Possessed|possessed}}  dwarves). This will give the dwarf a legendary-level {{L|skill}} (specifically, &amp;quot;legendary+1&amp;quot; or higher, depending on the dwarf's initial skill level).  The table to the right describes all applicable skills and their potential workshop requirements - there are only 20 skills that determine the workshop and that can be affected by a mood (sometimes referred to as '''moodable''' skills.)  If a dwarf does not possess at least one of the moodable skills listed to the right, they will take over a {{L|craftsdwarf's workshop}} and gain one of {{L|bone carver}}, {{L|stone crafter}}, or {{L|wood crafter}} skills, producing an artifact {{L|craft}}.&lt;br /&gt;
&lt;br /&gt;
This fact can be utilized to maximize the possibility of getting a dwarf with the specific legendary skill you want: since ''non''-moodable skills are ignored, whenever possible make sure that each dwarf's highest ''moodable'' skill is one of those you want*.  Have all your peasants, {{L|farmer}}s, non-professional military and other dwarves without any moodable skills do a tiny bit of work in the skill(s) you most want; if a &amp;quot;{{L|experience|dabbling}}&amp;quot; skill is the highest moodable skill they have, that is the skill that will be used.&lt;br /&gt;
&lt;br /&gt;
:''(* {{L|Armorsmith}}, {{L|Weaponsmith}}, {{L|Metal crafter}} and {{L|Metalsmith}} are possibly the most-desired legendary skills, but much depends on your fortress, your current mix of skills, and your play style.)''&lt;br /&gt;
&lt;br /&gt;
== Artifacts created ==&lt;br /&gt;
The type of artifact created will depend on the dwarf's highest skill.  Masons and miners will always create some kind of stone furniture; bone carvers, a bone or shell object; carpenters, a wood object, etc. engravers and stone crafters will turn out a stone craft; metalworkers, metal crafts, weapons, or armor (depending on the type of metalworker); weavers, an article of clothing; tanners, a leather armor or object. If a dwarf has no moodable skills, they will take over a {{L|craftsdwarf's workshop}} and create a bone, stone or wood craft of some type. The precise type of craft created is usually somewhat random but if a dwarf has a personality preference for a particular thing, such as gauntlets or floodgates or crowns, and that thing is an available choice given the dwarf's profession, they will generally create an object of that type.&lt;br /&gt;
&lt;br /&gt;
The first object grabbed by the dwarf will be the &amp;quot;primary&amp;quot; substance; all other materials will be used to decorate the artifact. If a dwarf grabs a piece of {{L|chalk}} and makes a statue, for instance, it will be a &amp;quot;chalk statue&amp;quot;, but an artifact can potentially be composed of bone, cloth, gems, leather, metal, shell, stone, and wood all at once.  In some cases, a moody dwarf will produce an item which normally cannot be made from that material, leading to such odd constructions as an {{L|obsidian}} {{L|bed}}, {{L|ruby}} {{L|floodgate}}, or turtle {{L|shell}} {{L|cage}}.&lt;br /&gt;
&lt;br /&gt;
Once created, most {{L|artifact}}s will be available for use just like a normal item of its type.  Artifact furniture is useful for high value {{L|noble}} rooms. Artifact weapons in {{L|weapon trap}}s can also boost a room's value considerably, as in the case of artifact trap components and mechanisms.&lt;br /&gt;
&lt;br /&gt;
Unless the mood was a Possession, the dwarf will gain 20,000 points of {{L|experience}} in the skill used to produce the artifact, enough to boost them to Legendary.&lt;br /&gt;
&lt;br /&gt;
== Failure ==&lt;br /&gt;
If you can't provide the desired workshop and all the required component materials within a couple of months, the dwarf will go {{L|insanity|insane}}, which cancels the mood and the artifact.  As if that's not bad enough, any dwarf who goes insane will soon die, one way or another.&lt;br /&gt;
&lt;br /&gt;
A dwarf who is '''stark raving mad''' or '''melancholy''' is harmless to others (until they die and start a {{L|tantrum}} spiral), but a '''berserk''' dwarf will attack other dwarves and possibly pull levers at random.  You may want to station a squad nearby or assign a few war dogs to the dwarf on the chance that they will lash out.  If you build your workshops inside enclosed rooms with doors you can also lock the moody dwarf in the room until he or she starves.  In extreme cases, building a wall around an open workshop is the best precaution.&lt;/div&gt;</summary>
		<author><name>I2amroy</name></author>
	</entry>
	<entry>
		<id>https://dwarffortresswiki.org/index.php?title=v0.31:Martial_trance&amp;diff=154902</id>
		<title>v0.31:Martial trance</title>
		<link rel="alternate" type="text/html" href="https://dwarffortresswiki.org/index.php?title=v0.31:Martial_trance&amp;diff=154902"/>
		<updated>2011-11-25T06:47:05Z</updated>

		<summary type="html">&lt;p&gt;I2amroy: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{quality|Fine|16:45, 30 August 2010 (UTC)}}{{av}}&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
[[Image:Champions.png|150px|thumb|right| The aftermath of a dwarf in martial trance. ]]&lt;br /&gt;
{{expand Topic}}&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
A {{l|creature}} enters '''martial trance''' when it is fighting multiple enemies at once. The trance offers a boost to the creature's abilities - a creature in a martial trance has a significantly increased chance of blocking or parrying an attack, and is more likely to hit their opponent. However, it does not give a direct damage bonus like '''enraged'''. The symbol for a dwarf in a trance is {{Tile|!|2:1}} which will flash over his {{L|Status icons|icon}}.&lt;br /&gt;
&lt;br /&gt;
{{l|Dwarves}} are the only creatures which enter martial trances without {{l|modding}}, the RAW tag which determines this is [TRANCES]. A dwarven adventurer may also enter a martial trance in {{l|Adventurer mode}}. Fresh recruits can, when pressed to fight, go into martial trance as well.&lt;br /&gt;
&lt;br /&gt;
This is also a great way to dispose of {{l|Bogeymen}} in adventurer mode, as you can dodge most of their attacks and most of your attacks will land successfully regardless of the difficulty of the shot.&lt;/div&gt;</summary>
		<author><name>I2amroy</name></author>
	</entry>
	<entry>
		<id>https://dwarffortresswiki.org/index.php?title=v0.31:Creature_token&amp;diff=154901</id>
		<title>v0.31:Creature token</title>
		<link rel="alternate" type="text/html" href="https://dwarffortresswiki.org/index.php?title=v0.31:Creature_token&amp;diff=154901"/>
		<updated>2011-11-25T06:46:21Z</updated>

		<summary type="html">&lt;p&gt;I2amroy: /* T */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{av}}{{Quality|Exceptional}}&lt;br /&gt;
&lt;br /&gt;
A full list of all known creature tokens.&lt;br /&gt;
&lt;br /&gt;
__NOTOC__&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div align=&amp;quot;center&amp;quot;&amp;gt;&lt;br /&gt;
{{alphabetical TOC}}&lt;br /&gt;
&amp;lt;/div&amp;gt;&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;20%&amp;quot; | Arguments&lt;br /&gt;
! width=&amp;quot;60%&amp;quot; | Description&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| ADOPTS_OWNER&lt;br /&gt;
|&lt;br /&gt;
| Tame creature cannot be made available for adoption, instead automatically adopting whoever it wants. It appears that the basic requirements for adoption are intact; for example, the creature is more likely to adopt an owner which likes creatures of that species.{{verify}}&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| ALCOHOL_DEPENDENT &lt;br /&gt;
|  &lt;br /&gt;
| Creature needs alcohol to get through the working day.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| ALL_ACTIVE &lt;br /&gt;
|  &lt;br /&gt;
| Sets if the creature is active in day, night, and twilight. Seems to be a separate value from DIURNAL/NOCTURNAL/CREPUSCULAR, rather than implying them. &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| ALTTILE &lt;br /&gt;
|  &lt;br /&gt;
| If set, the creature will blink between its [TILE] and its [ALTTILE]. &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| AMBUSHPREDATOR &lt;br /&gt;
|  &lt;br /&gt;
| Instead of charging relentlessly at prey, a creature with this tag will wait till the prey is within a few squares before charging.{{verify}}&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| AMPHIBIOUS &lt;br /&gt;
|  &lt;br /&gt;
| Allows a creature to breathe with or without {{L| water}}. Implies [AQUATIC].&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| APP_MOD_DESC_RANGE&lt;br /&gt;
|&lt;br /&gt;
*Range&lt;br /&gt;
| [http://www.bay12forums.com/smf/index.php?topic=60554.msg1766793#msg1766793 Forum post describing how description ranges work]&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| APP_MOD_GENETIC_MODEL&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;
| APP_MOD_IMPORTANCE&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;
| APP_MOD_NOUN &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;
| APP_MOD_RATE &lt;br /&gt;
| &lt;br /&gt;
*Rate (integer)&lt;br /&gt;
*Scale (DAILY,  YEARLY)&lt;br /&gt;
*min:max  of growth&lt;br /&gt;
*start year:start day&lt;br /&gt;
*end year: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;
| APPLY_CREATURE_VARIATION &lt;br /&gt;
| &lt;br /&gt;
*CV TEMPLATE NAME &lt;br /&gt;
| Loads the Creature Variation Template specified.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| APPLY_CURRENT_CREATURE_VARIATION &lt;br /&gt;
|  &lt;br /&gt;
| Applies loaded Creature Variation&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| AQUATIC &lt;br /&gt;
|  &lt;br /&gt;
| Allows a creature to breathe underwater, but causes it to &amp;quot;drown&amp;quot; out of {{L|water}}. &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| ARENA_RESTRICTED &lt;br /&gt;
|  &lt;br /&gt;
| Does not appear in arena mode list&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| ARTIFICIAL_HIVEABLE&lt;br /&gt;
|&lt;br /&gt;
| Can be kept in artificial hives by beekeepers.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| AT_PEACE_WITH_WILDLIFE&lt;br /&gt;
|&lt;br /&gt;
| Does not attack or frighten wildlife.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| ATTACK &lt;br /&gt;
| &lt;br /&gt;
*token&lt;br /&gt;
*bodypart&lt;br /&gt;
*selection criteria&lt;br /&gt;
*location &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;
[ATTACK:GORE:BODYPART:BY_CATEGORY:HORN]&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;
| ATTACK_TRIGGER &lt;br /&gt;
| pop:exported wealth:created wealth&lt;br /&gt;
| Specifies when a {{L|megabeast}} will attack the fortress.&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div align=&amp;quot;center&amp;quot;&amp;gt;&lt;br /&gt;
{{alphabetical TOC}}&lt;br /&gt;
&amp;lt;/div&amp;gt;&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;20%&amp;quot; | Arguments&lt;br /&gt;
! width=&amp;quot;60%&amp;quot; | Description&lt;br /&gt;
|- &lt;br /&gt;
| BABY &lt;br /&gt;
| integer &lt;br /&gt;
| Age at which creature is considered a child. Default is zero. One can think of this as the duration of the baby stage.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| BABYNAME &lt;br /&gt;
| singular: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 GENERAL_BABY_NAME.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| BEACH_FREQUENCY &lt;br /&gt;
|  &lt;br /&gt;
| {{L|Whale}}s and {{L|Sea nettle jellyfish|jellyfish}} have this. Controls the beaching frequency of the creature. &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| BENIGN &lt;br /&gt;
|  &lt;br /&gt;
| Determines whether creature can show up on &amp;quot;tame&amp;quot; maps (includes {{L|elephant}}s), which will generally avoid dwarves, although they may chase and/or attack them if they get too close). &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| BIOME &lt;br /&gt;
| &lt;br /&gt;
* {{L|biome token}}&lt;br /&gt;
| Select a {{L|Biome}} the creature may appear in.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| BLOOD&lt;br /&gt;
| &lt;br /&gt;
* {{L|material token}}&lt;br /&gt;
*matter state (LIQUID, GAS, SOLID) &lt;br /&gt;
| Specifies what the creature's blood is made of.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| BODY&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 {{L|Purring maggot}}. It creates a body with head, a heart, some guts, a brain, and a mouth. Thats all a maggot needs.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| BODY_APPEARANCE_MODIFIER &lt;br /&gt;
| &lt;br /&gt;
*ATTRIBUTE&lt;br /&gt;
*lowest:lower:low:median:high:higher: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;
| BODY_DETAIL_PLAN &lt;br /&gt;
| PlanName, PlanName:type:type:type:etc &lt;br /&gt;
| loads a plan 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 {{L|fox}}, the skin, fat, muscle, bones and cartilage out of the vertebrate tissues.&amp;lt;br /&amp;gt;&lt;br /&gt;
A {{L|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;
| BODY_SIZE&lt;br /&gt;
| years:days:size &lt;br /&gt;
| sets up size at a given time. Size is in cubic centimeters (milliliters), 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 {{L|minotaur}}. His birth size would be 10000 (10000 mL, ~10 kg). With 1 year and 168 days he would be 50000 tall (~50 kg). As an adult (with 12 years) he would weight roughly 220 kg&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| BODYGLOSS &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;
| BONECARN &lt;br /&gt;
|  &lt;br /&gt;
| Creature 'eats' bones. Eating bones makes their happiness go up, but can cause death (suffocation){{verify}}. Implies CARNIVORE. Civilized creatures (ex. Kobolds) with this tag tend to die out during world generation.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| BP_APPEARANCE_MODIFIER &lt;br /&gt;
| &lt;br /&gt;
*QUALITY&lt;br /&gt;
*lowest:lower:low:median:high:higher: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;
| BUILDINGDESTROYER &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 b + C commands. &lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div align=&amp;quot;center&amp;quot;&amp;gt;&lt;br /&gt;
{{alphabetical TOC}}&lt;br /&gt;
&amp;lt;/div&amp;gt;&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;20%&amp;quot; | Arguments&lt;br /&gt;
! width=&amp;quot;60%&amp;quot; | Description&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| CAN_LEARN &lt;br /&gt;
|  &lt;br /&gt;
| The creature gets skills and professions. Note that this token makes the creature unable to be butchered 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.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| CAN_SPEAK &lt;br /&gt;
|  &lt;br /&gt;
| Can talk. Note that it is not necessary for a creature to gain social skills. If a member of a civilization (such as a pet) has this token, it'll need to eat and drink.{{verify}}&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| CANNOT_UNDEAD &lt;br /&gt;
|  &lt;br /&gt;
| Cannot be turned into a zombie or skeletal undead. Also prevents ghosts of that creature appearing.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| CANOPENDOORS &lt;br /&gt;
|  &lt;br /&gt;
| Allows the creature to open doors. &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| CARNIVORE &lt;br /&gt;
|  &lt;br /&gt;
| Creature ''only'' eats meat. Note that carnivorous species will not be able to survive worldgen if they do not also have NO_EAT.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| CASTE &lt;br /&gt;
| &lt;br /&gt;
*name &lt;br /&gt;
| defines a caste&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| CASTE_ALTTILE&lt;br /&gt;
|&lt;br /&gt;
*tile number or &amp;quot;letter&amp;quot;&lt;br /&gt;
| Caste-specific alternate tile. Expects CASTE_TILE&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| CASTE_COLOR&lt;br /&gt;
|&lt;br /&gt;
*fg&lt;br /&gt;
*bg&lt;br /&gt;
*brightness&lt;br /&gt;
| Creature tile color of the caste.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| CASTE_GLOWCOLOR&lt;br /&gt;
|&lt;br /&gt;
*fg&lt;br /&gt;
*bg&lt;br /&gt;
*brightness&lt;br /&gt;
| GLOWTILE color of the caste.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| CASTE_GLOWTILE&lt;br /&gt;
|&lt;br /&gt;
*tile value or &amp;quot;letter&amp;quot;&lt;br /&gt;
| Caste-specific glowtile&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| CASTE_NAME &lt;br /&gt;
| singular:plural:adjective &lt;br /&gt;
| The name of the caste of the creature in the game.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| CASTE_PROFESSION_NAME &lt;br /&gt;
| &lt;br /&gt;
*Profession&lt;br /&gt;
*singular&lt;br /&gt;
*plural &lt;br /&gt;
| alters the name of the given profession, caste-specific&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| CASTE_SOLDIER_ALTTILE&lt;br /&gt;
| 'character' or tile number&lt;br /&gt;
| Creatures of this caste active in their civilization's military will blink between their default tile and this one.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| CASTE_SOLDIER_TILE&lt;br /&gt;
| 'character' or tile number&lt;br /&gt;
| Creatures of this caste active in their civilization's military will use this tile instead.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| CASTE_SPEECH&lt;br /&gt;
| speech file?&lt;br /&gt;
| Possibly a caste-specific instance of the SPEECH token&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| CASTE_TILE&lt;br /&gt;
|&lt;br /&gt;
* tile number or &amp;quot;letter&amp;quot;&lt;br /&gt;
| Caste-specific creature tile.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| CAVE_ADAPT &lt;br /&gt;
|  &lt;br /&gt;
| Gives the creature a bonus in caves. Also causes [[Cave adaptation]]. &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| CHANGE_BODY_SIZE_PERC&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| CHILD &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 child stage. Without this token, a creature will not reproduce in Fortress mode.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| CHILDNAME &lt;br /&gt;
| singular:plural &lt;br /&gt;
| Defines a new name for a creature in child state at the caste level. For non-caste-specific child names, see GENERAL_CHILD_NAME.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| CLUSTER_NUMBER &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. Certain vermin fish use this token in combination with temperate ocean and river biome tokens to perform seasonal migrations.&lt;br /&gt;
e.g. [CLUSTER_NUMBER:1:3] &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|CLUTCH_SIZE&lt;br /&gt;
|&lt;br /&gt;
*min&lt;br /&gt;
*max&lt;br /&gt;
|Number of eggs laid in one sitting.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| COLONY_EXTERNAL&lt;br /&gt;
|&lt;br /&gt;
| Caste hovers around colony.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| COLOR &lt;br /&gt;
| foreground:background:brightness &lt;br /&gt;
| Color  of the creature's tile. &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| COMMON_DOMESTIC &lt;br /&gt;
|  &lt;br /&gt;
| Allows the creature to be brought with immigrants and when creating a new fortress, as long as the creature also includes at least one of the following tokens: PET, PACK_ANIMAL, WAGON_PULLER, MOUNT.  In addition, the creature must be NATURAL rather than FANCIFUL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| CONVERTED_SPOUSE&lt;br /&gt;
|&lt;br /&gt;
| Found only at caste level. Creatures of this caste's species with the SPOUSE_CONVERTER and NIGHT_CREATURE_HUNTER tokens will kidnap SPOUSE_CONVERSION_TARGETs of an appropriate sex and convert them into castes with CONVERTED_SPOUSE.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| COOKABLE_LIVE &lt;br /&gt;
|  &lt;br /&gt;
| Set this to allow the creature to be cooked in meals without first being butchered / fishcleaned.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| COPY_TAGS_FROM &lt;br /&gt;
| &lt;br /&gt;
*CREATURE NAME&lt;br /&gt;
| Copies tags from another specified creature.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| CREATURE_CLASS &lt;br /&gt;
|&lt;br /&gt;
*classname&lt;br /&gt;
| Creature class. Can be anything, but only existing use is GENERAL_POISON. Appears to only be used for Syndromes. Supposedly can also be used for entity positions.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| CREATURE_SOLDIER_TILE&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;
| CREATURE_TILE &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;
| CREPUSCULAR &lt;br /&gt;
|  &lt;br /&gt;
| Sets if the creature is active at twilight.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| CURIOUSBEAST_EATER &lt;br /&gt;
|  &lt;br /&gt;
| Allows a creature to steal and eat edible items from a site. &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| CURIOUSBEAST_GUZZLER &lt;br /&gt;
|  &lt;br /&gt;
| Allows a creature to (very quickly) drink your alcohol. Or spill the barrel to the ground. Also affects undead versions of the creature. &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| CURIOUSBEAST_ITEM &lt;br /&gt;
|  &lt;br /&gt;
| Allows a creature to steal things (apparently the highest value it can find). Semimegabeast thievery is in Legends mode. Lightweight creatures can probably steal heavy items.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| CV_ADD_TAG&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;
| CV_REMOVE_TAG&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;
&amp;lt;div align=&amp;quot;center&amp;quot;&amp;gt;&lt;br /&gt;
{{alphabetical TOC}}&lt;br /&gt;
&amp;lt;/div&amp;gt;&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;20%&amp;quot; | Arguments&lt;br /&gt;
! width=&amp;quot;60%&amp;quot; | Description&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| DEMON&lt;br /&gt;
|  &lt;br /&gt;
| Found on generated {{L|demon}}s; sets the creature as potential {{L|hell}} spawn&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| DESCRIPTION &lt;br /&gt;
| text &lt;br /&gt;
| A brief description of the creature type.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| DIE_WHEN_VERMIN_BITE&lt;br /&gt;
|&lt;br /&gt;
| Dies upon attacking.  Used for bee stings.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| DIFFICULTY &lt;br /&gt;
| integer &lt;br /&gt;
| Toady: &amp;quot;Difficulty determines how deep it places them in adventure mode/reclaim caves, and the chance that they are wounded the first few river attacks.&amp;quot; Also increases experience gain during adventure mode. &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| DIURNAL &lt;br /&gt;
|  &lt;br /&gt;
| Sets if the creature is active in day. &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| DOES_NOT_EXIST &lt;br /&gt;
|  &lt;br /&gt;
| Creature does not actually exist; used for fanciful creatures.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| DRAGONFIREBREATH &lt;br /&gt;
|  &lt;br /&gt;
| Creature breathes fire in a cone. &lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div align=&amp;quot;center&amp;quot;&amp;gt;&lt;br /&gt;
{{alphabetical TOC}}&lt;br /&gt;
&amp;lt;/div&amp;gt;&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;20%&amp;quot; | Arguments&lt;br /&gt;
! width=&amp;quot;60%&amp;quot; | Description&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| EGG_MATERIAL&lt;br /&gt;
|&lt;br /&gt;
* {{L|material token}}&lt;br /&gt;
*state (SOLID, LIQUID, or GAS)&lt;br /&gt;
| Egg material. Egg-laying creatures will 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;
| EGG_SIZE&lt;br /&gt;
|&lt;br /&gt;
*size&lt;br /&gt;
| Determines how long it takes for eggs to hatch{{verify}}. The larger the number, the longer it takes.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| EQUIPMENT_WAGON &lt;br /&gt;
|  &lt;br /&gt;
| Makes the creature into a large 3x3 creature responsible for carrying trade goods, pulled by two [WAGON_PULLER]s and driven by a merchant.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| EQUIPS &lt;br /&gt;
|  &lt;br /&gt;
| Allows the creature to wear or wield items.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| EVIL &lt;br /&gt;
|  &lt;br /&gt;
| Creature is considered evil and will only show up in evil biomes. Has no effect on cavern creatures.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| EXTRACT&lt;br /&gt;
|&lt;br /&gt;
* {{L|material token}}&lt;br /&gt;
| Defines a creature extract which can be obtained via {{L|small animal dissection}}.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| EXTRAVISION &lt;br /&gt;
|  &lt;br /&gt;
| Creature can see regardless of whether it has working eyes. &lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div align=&amp;quot;center&amp;quot;&amp;gt;&lt;br /&gt;
{{alphabetical TOC}}&lt;br /&gt;
&amp;lt;/div&amp;gt;&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;20%&amp;quot; | Arguments&lt;br /&gt;
! width=&amp;quot;60%&amp;quot; | Description&lt;br /&gt;
|- &lt;br /&gt;
| FANCIFUL &lt;br /&gt;
|  &lt;br /&gt;
| Makes every civilization know about the creature. The creature won't occur in regular material preference lists. The tag also adds some art value modifiers. Used for things like dragons and other legendary creatures.  Conflicts with [COMMON_DOMESTIC]&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| FEATURE_ATTACK_GROUP&lt;br /&gt;
|&lt;br /&gt;
| Found on subterranean animalmen.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| FEATURE_BEAST&lt;br /&gt;
|&lt;br /&gt;
| Found on {{L|forgotten beast}}s.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| FEMALE &lt;br /&gt;
|  &lt;br /&gt;
| Inside a female caste, sets femaleness. Outside of a caste, sets all individuals female unless overridden by caste.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| FIREBREATH &lt;br /&gt;
|  &lt;br /&gt;
| The creature breathes long range fireballs and has a short range cone shaped fire breath attack.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| FIREIMMUNE &lt;br /&gt;
|  &lt;br /&gt;
| Renders a creature immune to being damaged by FIREBREATH's short range cone attack.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| FIREIMMUNE_SUPER &lt;br /&gt;
|  &lt;br /&gt;
| The creature is immune to DRAGONFIREBREATH. Implies FIREIMMUNE. &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| FISHITEM &lt;br /&gt;
|  &lt;br /&gt;
| Needs to be cleaned at a fishery&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| FIXED_TEMP &lt;br /&gt;
| temperature &lt;br /&gt;
| The natural heat generated by the creature.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| FLEEQUICK &lt;br /&gt;
|  &lt;br /&gt;
| Determines how soon a creature flees in a losing battle. Creatures with this tag will flee at the first sign of resistance.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| FLIER &lt;br /&gt;
|  &lt;br /&gt;
| Allows a creature to fly. Fortress Mode pathfinding only partially incorporates pathfinding - flying dwarves 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.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| FREQUENCY &lt;br /&gt;
|&lt;br /&gt;
*number, max 100&lt;br /&gt;
| Determines the time between creature spawns in Fortress Mode. Higher is more occurrences per time unit. Creatures without a frequency statement default to 50. Almost all others have either [FREQUENCY:5] or [FREQUENCY:100]. Not to be confused with POP_RATIO&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div align=&amp;quot;center&amp;quot;&amp;gt;&lt;br /&gt;
{{alphabetical TOC}}&lt;br /&gt;
&amp;lt;/div&amp;gt;&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;20%&amp;quot; | Arguments&lt;br /&gt;
! width=&amp;quot;60%&amp;quot; | Description&lt;br /&gt;
|- &lt;br /&gt;
| GENERAL_BABY_NAME &lt;br /&gt;
| singular:plural &lt;br /&gt;
| name at creature level&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| GENERAL_CHILD_NAME &lt;br /&gt;
| singular:plural &lt;br /&gt;
| name at creature level&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| GENERATED&lt;br /&gt;
|  &lt;br /&gt;
| Found on procedurally generated creatures like {{L|Forgotten beast}}s, (biome name) {{L|titan}}s, {{L|Demon}}s, and {{L|night creature}}s.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| GETS_INFECTIONS_FROM_ROT &lt;br /&gt;
|  &lt;br /&gt;
| Creature can get infections from necrotic tissue.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| GETS_WOUND_INFECTIONS &lt;br /&gt;
|  &lt;br /&gt;
| Creature's wounds can become infected.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| GLOWCOLOR &lt;br /&gt;
| &lt;br /&gt;
*foreground&lt;br /&gt;
*background&lt;br /&gt;
*brightness &lt;br /&gt;
| The colour of the GLOWTILE of the creature.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| GLOWTILE &lt;br /&gt;
| ascii character &lt;br /&gt;
| If present, the being glows in the dark (generally used for Adventure 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 CASTE_GLOWTILE instead.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| GNAWER &lt;br /&gt;
| verb (gnawed) &lt;br /&gt;
| The creature chews on food barrels and bags. &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| GO_TO_END &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;
| GO_TO_START &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;
| GO_TO_TAG&lt;br /&gt;
|  &lt;br /&gt;
| When using tags from an existing creature, inserts new tags after the specified tag.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| GOOD &lt;br /&gt;
|  &lt;br /&gt;
| Determines whether creature can show up on &amp;quot;good&amp;quot; areas. Eg. unicorn.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| GRASSTRAMPLE &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;
| GRAVITATE_BODY_SIZE&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;
| GRAZER&lt;br /&gt;
|&lt;br /&gt;
*number&lt;br /&gt;
| Animals is a grazer.  The higher the number, the less frequently it needs to eat in order to survive.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div align=&amp;quot;center&amp;quot;&amp;gt;&lt;br /&gt;
{{alphabetical TOC}}&lt;br /&gt;
&amp;lt;/div&amp;gt;&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;20%&amp;quot; | Arguments&lt;br /&gt;
! width=&amp;quot;60%&amp;quot; | Description&lt;br /&gt;
|-&lt;br /&gt;
| HABIT&lt;br /&gt;
| type:probability&lt;br /&gt;
| Defines certain behaviors for the creature. The habit types are COLLECT_TROPHIES, COOK_PEOPLE, COOK_VERMIN, GRIND_VERMIN, COOK_BLOOD, GRIND_BONE_MEAL, EAT_BONE_PORRIDGE, USE_ANY_MELEE_WEAPON, GIANT_NEST, and COLLECT_WEALTH. These may require the creature to have a lair to work properly.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| HABIT_NUM&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;.&amp;lt;sup&amp;gt;[[http://www.bay12forums.com/smf/index.php?topic=60554.msg1719248#msg1719248 source post]]&amp;lt;/sup&amp;gt; All lists of HABITs are preceded by [HABIT_NUM:TEST_ALL]&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| HAS_NERVES &lt;br /&gt;
|  &lt;br /&gt;
| This makes the creature susceptible to severed motor and sensory nerves when muscles are torn in limb, grasp and stance parts. Some butchering yields nervous tissue.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| HASSHELL&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;
| HIVE_PRODUCT&lt;br /&gt;
|&lt;br /&gt;
*number&lt;br /&gt;
*{{L|time}}&lt;br /&gt;
*{{L|item token}}s&lt;br /&gt;
| What product is harvested from {{L|Beekeeping industry|beekeeping}}.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| HOMEOTHERM &lt;br /&gt;
|  &lt;br /&gt;
| Default 'NONE'. The creature's normal body {{L|temperature}}&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| HUNTS_VERMIN&lt;br /&gt;
|&lt;br /&gt;
| Creature hunts and kills nearby vermin.&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div align=&amp;quot;center&amp;quot;&amp;gt;&lt;br /&gt;
{{alphabetical TOC}}&lt;br /&gt;
&amp;lt;/div&amp;gt;&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;20%&amp;quot; | Arguments&lt;br /&gt;
! width=&amp;quot;60%&amp;quot; | Description&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| IMMOBILE_LAND &lt;br /&gt;
|  &lt;br /&gt;
| The creature is immobile while on land.  Only works on AQUATIC creatures which can't breath on land.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| IMMOLATE &lt;br /&gt;
|  &lt;br /&gt;
| Will ignite, and potentially completely destroy, items the creature is standing on. Keep booze away from critters with this tag. &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| INTELLIGENT &lt;br /&gt;
|  &lt;br /&gt;
| Implies CAN_SPEAK and CAN_LEARN. CAN_LEARN probably means the creature gets skills - including social skills - and professions. Not recommended for uncivilized monsters.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| ITEMCORPSE &lt;br /&gt;
|     &lt;br /&gt;
* {{L|item token}}:subtype&lt;br /&gt;
* {{L|material token}}&lt;br /&gt;
| Determines if the creature leaves behind a non-standard corpse (i.e. wood, statue, bars, ash from ghost etc).&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| ITEMCORPSE_QUALITY &lt;br /&gt;
|  &lt;br /&gt;
| The quality of an item-type corpse left behind; 5 is masterpiece-level. &lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div align=&amp;quot;center&amp;quot;&amp;gt;&lt;br /&gt;
{{alphabetical TOC}}&lt;br /&gt;
&amp;lt;/div&amp;gt;&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;20%&amp;quot; | Arguments&lt;br /&gt;
! width=&amp;quot;60%&amp;quot; | Description&lt;br /&gt;
|-&lt;br /&gt;
| LAIR&lt;br /&gt;
| type:probability&lt;br /&gt;
| Found on megabeasts, semimegabeasts, and night creatues. The creature will seek out sites of this type and take them as lairs. The lair types are SIMPLE_BURROW, SIMPLE_MOUND, WILDERNESS_LOCATION, SHRINE, and LABYRINTH.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| LAIR_CHARACTERISTIC&lt;br /&gt;
| characteristic: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;
| LAIR_HUNTER&lt;br /&gt;
|&lt;br /&gt;
| This creature will actively hunt adventurers in its lair.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| LAIR_HUNTER_SPEECH&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;
| LARGE_PREDATOR &lt;br /&gt;
|  &lt;br /&gt;
| Will attack things that are smaller than it (like dwarves). Only one group of &amp;quot;large predators&amp;quot; will appear on any given map (possibly two groups on &amp;quot;savage&amp;quot; maps). In adventure mode, large predators will try to ambush and attack you (and your party will attack them back). 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;
&lt;br /&gt;
|- &lt;br /&gt;
| LARGE_ROAMING &lt;br /&gt;
|  &lt;br /&gt;
| In Fortress Mode, spawns outdoors and is not a vermin creature. &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| LAYS_EGGS&lt;br /&gt;
|&lt;br /&gt;
| Creature lays eggs instead of giving birth to live young.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| LAYS_UNUSUAL_EGGS&lt;br /&gt;
|&lt;br /&gt;
* {{L|item token}}&lt;br /&gt;
* {{L|material token}}&lt;br /&gt;
| Creature lays a particular item instead of regular eggs.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| LIGAMENTS &lt;br /&gt;
| &lt;br /&gt;
* {{L|material token}}&lt;br /&gt;
*healing rate &lt;br /&gt;
| Defines the material and healing rate of ligaments.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| LIGHT_GEN &lt;br /&gt;
|  &lt;br /&gt;
| The creature will generate light, such as in adventurer mode at night. &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| LIKES_FIGHTING &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 - included modded dwarves. &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| LISP&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;)&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| LITTERSIZE&lt;br /&gt;
| &lt;br /&gt;
* minumum&lt;br /&gt;
* maximum&lt;br /&gt;
| Determines the random chance of how many creatures are generated when giving birth. [LITTERSIZE:1:2]&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| LOCKPICKER &lt;br /&gt;
|  &lt;br /&gt;
| Lets a creature open doors that are set to forbidden in Fortress Mode.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| LOOSE_CLUSTERS &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;
&amp;lt;div align=&amp;quot;center&amp;quot;&amp;gt;&lt;br /&gt;
{{alphabetical TOC}}&lt;br /&gt;
&amp;lt;/div&amp;gt;&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;20%&amp;quot; | Arguments&lt;br /&gt;
! width=&amp;quot;60%&amp;quot; | Description&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| MAGICAL&lt;br /&gt;
|  &lt;br /&gt;
| Unknown.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| MAGMA_VISION &lt;br /&gt;
|  &lt;br /&gt;
| Creature's able to see while covered in magma. &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| MALE &lt;br /&gt;
|  &lt;br /&gt;
| The species or caste is all male.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| MANNERISM_?? &lt;br /&gt;
| &lt;br /&gt;
*occasionally body part &lt;br /&gt;
| Adds a possible mannerism to the creature's profile.&lt;br /&gt;
Refer to {{L|Creature mannerism token}}s&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| MATERIAL&lt;br /&gt;
|&lt;br /&gt;
*material id&lt;br /&gt;
| Begins defining a new material.{{verify}}&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| MATERIAL_BREATH_ATTACK &lt;br /&gt;
| &lt;br /&gt;
* {{L|material token}}&lt;br /&gt;
* breath attack type (TRAILING_DUST_FLOW, TRAILING_VAPOR_FLOW, TRAILING_GAS_FLOW, SOLID_GLOB, LIQUID_GLOB, UNDIRECTED_GAS, UNDIRECTED_VAPOR, UNDIRECTED_DUST) &lt;br /&gt;
| Creates an attack referencing a material, using a given type of breath attack.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| MATUTINAL&lt;br /&gt;
| &lt;br /&gt;
| Sets if the creature is active in dawn. &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| MAXAGE &lt;br /&gt;
| min:max &lt;br /&gt;
| Range of time in years in which death from old age may occur. Once a creature reaches the min value, it has a random chance each season of dying from old age. Unknown if the chance increases with further age.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| MEANDERER &lt;br /&gt;
|  &lt;br /&gt;
| Gives a creature random movement. &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| MEGABEAST &lt;br /&gt;
|  &lt;br /&gt;
| Appears on fortress territory in Fortress Mode occasionally. Can also be worshipped.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|MENT_ATT_CAP_PERC&lt;br /&gt;
|&lt;br /&gt;
*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;
| MENT_ATT_RANGE &lt;br /&gt;
|&lt;br /&gt;
*ATTRIBUTE&lt;br /&gt;
*lowest:lower:low:median:high:higher:highest &lt;br /&gt;
| Sets up a 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;
| MENT_ATT_RATES&lt;br /&gt;
| &lt;br /&gt;
*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;
| Mental attribute gain/decay rates. Defaults are 500:4:5:4.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| MILKABLE &lt;br /&gt;
| &lt;br /&gt;
* {{L|material token}}&lt;br /&gt;
* frequency&lt;br /&gt;
| Allows the creature to be milked. &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| MISCHIEVIOUS &lt;br /&gt;
|  &lt;br /&gt;
| Will pull any levers it comes across. Also makes creature spawn invisible and with several ranks in Ambusher. &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;
| MODVALUE&lt;br /&gt;
|  &lt;br /&gt;
| Seemingly no longer used - holdover from previous versions.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| MOUNT &lt;br /&gt;
|  &lt;br /&gt;
| Creature may be used as a mount.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| MOUNT_EXOTIC &lt;br /&gt;
|  &lt;br /&gt;
| You need the Dungeon master noble to mount the creature. &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| MULTIPLE_LITTER_RARE &lt;br /&gt;
|  &lt;br /&gt;
| Makes litters with more than one offspring rare. &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| MULTIPLY_VALUE &lt;br /&gt;
| &lt;br /&gt;
*Multiplier &lt;br /&gt;
| Multiplies value of materials.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| MUNDANE &lt;br /&gt;
|  &lt;br /&gt;
| Marks if the creature is an actual real-life creature. Only used for age-names at present, and determining whether a creature will attack creatures with the AT_PEACE_WITH_WILDLIFE token.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div align=&amp;quot;center&amp;quot;&amp;gt;&lt;br /&gt;
{{alphabetical TOC}}&lt;br /&gt;
&amp;lt;/div&amp;gt;&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;20%&amp;quot; | Arguments&lt;br /&gt;
! width=&amp;quot;60%&amp;quot; | Description&lt;br /&gt;
|- &lt;br /&gt;
| NAME &lt;br /&gt;
| singular:plural:adjective &lt;br /&gt;
| The generic name for any creature of this type - will be used when distinctions between caste are unimportant. For names for specific castes, use CASTE_NAME instead.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| NATURAL &lt;br /&gt;
|  &lt;br /&gt;
| Animal is considered to be natural.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| NATURAL_SKILL&lt;br /&gt;
| skill:value&lt;br /&gt;
| The creature possesses this skill at this level inherently. It begins with this skill at this level, and the skill may never rust below this level.  Requires CAN_LEARN or INTELLIGENT to function (changed in .25 or earlier that CAN_LEARN is no longer required).&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| NIGHT_CREATURE_BOGEYMAN&lt;br /&gt;
|&lt;br /&gt;
| Found on bogeymen. Creatures with this tag will join other bogeymen in attacking adventurers at night, and will also adopt their other behaviors, such as vanishing in smoke upon being killed. Setting the number of night creatures to zero in the world gen parameters will remove only the randomly-generated bogeymen.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| NIGHT_CREATURE_HUNTER&lt;br /&gt;
|&lt;br /&gt;
| If this creature has SPOUSE_CONVERTER, it will actively attempt to seek out potential conversion targets, abduct them, and convert them. Night creatures will seek out one SPOUSE_CONVERSION_TARGET &amp;lt;s&amp;gt;of the opposite sex&amp;lt;/s&amp;gt;(seems to choose anyone of any sex of the caste/s that have the CONVERTED_SPOUSE tag), convert them, and then have children with them(if possible). NIGHT_CREATURE_HUNTERs without SPOUSE_CONVERTER will not be placed. Setting the number of night creatures to zero in the world gen parameters will remove only the randomly-generated night creatures.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| NO_AUTUMN  &lt;br /&gt;
|  &lt;br /&gt;
| does not appear this season.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| NO_DIZZINESS &lt;br /&gt;
|  &lt;br /&gt;
| Creature cannot become dizzy&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| NO_DRINK &lt;br /&gt;
|  &lt;br /&gt;
| Creature does not need to drink. &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| NO_EAT &lt;br /&gt;
|  &lt;br /&gt;
| Creature does not need to eat. &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| NO_FEVERS &lt;br /&gt;
|  &lt;br /&gt;
| Creature cannot suffer fevers&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| NO_GENDER&lt;br /&gt;
|&lt;br /&gt;
| Creature has no gender.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| NO_SLEEP &lt;br /&gt;
|  &lt;br /&gt;
| Creature does not need to sleep. &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| NO_SPRING &lt;br /&gt;
|  &lt;br /&gt;
| does not appear this season.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| NO_SUMMER &lt;br /&gt;
|  &lt;br /&gt;
| does not appear this season.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| NO_THOUGHT_CENTER_FOR_MOVEMENT &lt;br /&gt;
|  &lt;br /&gt;
| Creatures doesn't require an organ with the [THOUGHT] tag to survive; generally used on creatures that don't have brains.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| NO_WINTER &lt;br /&gt;
|  &lt;br /&gt;
| does not appear this season.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| NOBONES &lt;br /&gt;
|  &lt;br /&gt;
| Creature has no bones.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| NOBREATHE &lt;br /&gt;
|  &lt;br /&gt;
| Creature doesn't need to breathe or have [BREATHE] parts in body. Cannot drown or be strangled. &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| NOCTURNAL &lt;br /&gt;
|  &lt;br /&gt;
| Sets if the creature is active in night. &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| NOEMOTION &lt;br /&gt;
|  &lt;br /&gt;
| The creature has no emotions, and does not rage.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| NOEXERT &lt;br /&gt;
|  &lt;br /&gt;
| Creature can't become tired or over-exerted. &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| NOFEAR &lt;br /&gt;
|  &lt;br /&gt;
| Creature doesn't feel fear and will never run away from battle. &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| NOMEAT &lt;br /&gt;
|  &lt;br /&gt;
| Creature will not drop meat on butcher. &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| NONAUSEA &lt;br /&gt;
|  &lt;br /&gt;
| Creature can't vomit.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| NOPAIN &lt;br /&gt;
|  &lt;br /&gt;
| Creature doesn't feel pain. &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| NOSKIN &lt;br /&gt;
|  &lt;br /&gt;
| Creature will not drop skin on butcher. &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| NOSKULL &lt;br /&gt;
|  &lt;br /&gt;
| Creature will not drop skull on butcher, rot, or decay of severed head. &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| NOSMELLYROT &lt;br /&gt;
|  &lt;br /&gt;
| Does not produce miasma when rotting&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| NOSTUCKINS &lt;br /&gt;
|  &lt;br /&gt;
| Weapons can't be stuck in creature. &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| NOSTUN &lt;br /&gt;
|  &lt;br /&gt;
| Creature can't be stunned. Creatures with this tag never wake up from sleep in Fortress Mode and stay drowsy. If this creature must eat and drink while playing, it WILL die.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| NOT_BUTCHERABLE &lt;br /&gt;
|  &lt;br /&gt;
| Cannot be butchered&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| NOTHOUGHT &lt;br /&gt;
|  &lt;br /&gt;
| Creature doesn't think, or doesn't require a [BRAIN] body part. &lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div align=&amp;quot;center&amp;quot;&amp;gt;&lt;br /&gt;
{{alphabetical TOC}}&lt;br /&gt;
&amp;lt;/div&amp;gt;&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;20%&amp;quot; | Arguments&lt;br /&gt;
! width=&amp;quot;60%&amp;quot; | Description&lt;br /&gt;
|- &lt;br /&gt;
| PACK_ANIMAL &lt;br /&gt;
|  &lt;br /&gt;
| Allows the creature to be used as a pack animal. Currently only used by merchants.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| PARALYZEIMMUNE &lt;br /&gt;
|  &lt;br /&gt;
| The creature is immune to all paralyzing special attacks.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| PATTERNFLIER&lt;br /&gt;
|  &lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| PEARL &lt;br /&gt;
|  &lt;br /&gt;
| Creature will generate pearls. &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| PENETRATEPOWER &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. Wood and cloth objects roll a 0-9 and if it's greater than the penetrate power, their contents escape for the time being. Other objects roll a 0-99. &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| PERSONALITY &lt;br /&gt;
| &lt;br /&gt;
*ATTRIBUTE&lt;br /&gt;
*lowest:median:highest &lt;br /&gt;
| Determines the range and chance of personality traits. Standard is 0:50:100. See [[DF2010:Personality_trait|Personality traits]] for more info.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| PET &lt;br /&gt;
|  &lt;br /&gt;
| Allows the creature to be tamed. Also allows all females of the species to breed regardless of marital status.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| PET_EXOTIC &lt;br /&gt;
|  &lt;br /&gt;
| You need a Dungeon master noble in your fortress for the creature to be tamable (but any Animal trainer can do the taming). &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| PETVALUE &lt;br /&gt;
| value &lt;br /&gt;
| How valuable a tamed animal/pet is. Actual cost in points in the embarking screen is (PETVALUE/2)+1 for an untrained animal, PETVALUE+1 for a trained(War or Hunting) one. Note that for an animal to be selectable in this screen, it must have the COMMON_DOMESTIC token. &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| PETVALUE_DIVISOR&lt;br /&gt;
| value&lt;br /&gt;
| Divides the creature's PETVALUE by the specified number. Used for bees to prevent a single hive from being worth a fortune.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|PHYS_ATT_CAP_PERC&lt;br /&gt;
|&lt;br /&gt;
*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;
| PHYS_ATT_RANGE &lt;br /&gt;
| &lt;br /&gt;
*ATTRIBUTE&lt;br /&gt;
*lowest:lower:low:median:high:higher:highest &lt;br /&gt;
| Sets up a 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;
| PHYS_ATT_RATES&lt;br /&gt;
| &lt;br /&gt;
*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;
| Physical attribute gain/decay rates. 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;
| PLUS_BP_GROUP&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 SET_BP_GROUP.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| PLUS_MATERIAL&lt;br /&gt;
| &lt;br /&gt;
*material&lt;br /&gt;
| Adds a material to selected materials. Used immediately after SELECT_MATERIAL.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| POP_RATIO &lt;br /&gt;
|  &lt;br /&gt;
| Weighted population of caste; Lower is rarer. Not to be confused with FREQUENCY.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| POPULATION_NUMBER &lt;br /&gt;
| min:max &lt;br /&gt;
| old guess: &amp;quot;The minimum/maximum numbers of how many of these creatures can show up on a map per year.&amp;quot;&amp;lt;br&amp;gt;Toady: &amp;quot;Pop number is the number per square of the region, I think.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| POWER&lt;br /&gt;
|&lt;br /&gt;
|Allows the being to represent itself as a deity. Requires CAN_SPEAK to actually do anything more than settle at a location.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| PREFSTRING &lt;br /&gt;
| string&lt;br /&gt;
| Sets what other creatures like about this creature. &amp;quot;Urist likes dwarves for their beards.&amp;quot; Multiple entries will be chosen from at random&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| PROFESSION_NAME &lt;br /&gt;
| &lt;br /&gt;
*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 CASTE_PROFESSION_NAME instead.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| PRONE_TO_RAGE&lt;br /&gt;
| number&lt;br /&gt;
| Untested effect, though it clearly affects how likely a creature is to become enraged. Number may be percentage chance of becoming enraged during combat.  As described in file_changes.txt, creatures with this token &amp;quot;follow its normal behavior, but flip out on occasion, higher rate = more flipping out&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| PUS&lt;br /&gt;
| &lt;br /&gt;
* {{L|material token}}&lt;br /&gt;
*matter state (LIQUID, GAS, SOLID) &lt;br /&gt;
| Specifies what the creature's wounds will ooze when infected.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div align=&amp;quot;center&amp;quot;&amp;gt;&lt;br /&gt;
{{alphabetical TOC}}&lt;br /&gt;
&amp;lt;/div&amp;gt;&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;20%&amp;quot; | Arguments&lt;br /&gt;
! width=&amp;quot;60%&amp;quot; | Description&lt;br /&gt;
|- &lt;br /&gt;
| RELSIZE &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;
| REMAINS&lt;br /&gt;
| singular:plural&lt;br /&gt;
| What creature's remains are called.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| REMAINS_COLOR&lt;br /&gt;
|&lt;br /&gt;
| What color creature's remains are.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| REMAINS_ON_VERMIN_BITE_DEATH&lt;br /&gt;
|&lt;br /&gt;
| Leaves remains when its attack causes it to die?  Seems to go with DIE_WHEN_VERMIN_BITE.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| REMAINS_UNDETERMINED&lt;br /&gt;
|&lt;br /&gt;
| Unknown.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| REMOVE_MATERIAL &lt;br /&gt;
| &lt;br /&gt;
*material token &lt;br /&gt;
| Removes a material from a creature.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| REMOVE_TISSUE&lt;br /&gt;
|&lt;br /&gt;
*material token&lt;br /&gt;
| Removes a tissue from a creature.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| RETURNS_VERMIN_KILLS_TO_OWNER&lt;br /&gt;
|&lt;br /&gt;
| Used with HUNTS_VERMIN, causes the creature to return killed vermin to its owner.&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div align=&amp;quot;center&amp;quot;&amp;gt;&lt;br /&gt;
{{alphabetical TOC}}&lt;br /&gt;
&amp;lt;/div&amp;gt;&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;20%&amp;quot; | Arguments&lt;br /&gt;
! width=&amp;quot;60%&amp;quot; | Description&lt;br /&gt;
|- &lt;br /&gt;
| SAVAGE &lt;br /&gt;
|  &lt;br /&gt;
| Allows creature to show up on (and limits it to) &amp;quot;savage&amp;quot; maps.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| SECRETION &lt;br /&gt;
| &lt;br /&gt;
* {{L|material token}}&lt;br /&gt;
*Material State&lt;br /&gt;
*location secreted from (by_type, by_category, by_token)&lt;br /&gt;
*body part &lt;br /&gt;
*tissue layer &lt;br /&gt;
| creates a secreted material on given tissue on a given part of the body.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| SELECT_ADDITIONAL_CASTE&lt;br /&gt;
| &lt;br /&gt;
*caste name&lt;br /&gt;
| adds an additional previously defined caste to the selection. Used immediately after SELECT_CASTE.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| SELECT_CASTE &lt;br /&gt;
| &lt;br /&gt;
*caste name, or ALL &lt;br /&gt;
| selects a previously defined caste&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| SELECT_MATERIAL &lt;br /&gt;
| &lt;br /&gt;
*Material token&lt;br /&gt;
| Selects a locally defined material. Can be ALL.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| SEMIMEGABEAST &lt;br /&gt;
| &lt;br /&gt;
| Appears as boss creature in quests. Makes history by rampaging around towns. Possibly inhabits non-mountain caves.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| SET_BP_GROUP &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;
| SET_TL_GROUP &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&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| SHEARABLE_TISSUE_LAYER&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 (a llama's wool must have a LENGTH of 300 before it is shearable).&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| SKILL_LEARN_RATE&lt;br /&gt;
| {{L|skill_token}}:percentage&lt;br /&gt;
| The rate at which this creature learns this skill.  Requires CAN_LEARN or INTELLIGENT to function.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| SKILL_LEARN_RATES&lt;br /&gt;
| percentage&lt;br /&gt;
| The rate at which this creature learns all skills.  Requires CAN_LEARN or INTELLIGENT to function.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| SKILL_RATE&lt;br /&gt;
| {{L|skill_token}}:percentage:value:value:value&lt;br /&gt;
| As SKILL_RATES for individual skills.  Requires CAN_LEARN or INTELLIGENT to function.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| SKILL_RATES&lt;br /&gt;
|  &lt;br /&gt;
*% of improvement points you get&lt;br /&gt;
*unused counter rate&lt;br /&gt;
*rust counter rate&lt;br /&gt;
*demotion counter rate&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].   [SLOW_LEARNER] changes the 100 to a 50.  Requires CAN_LEARN or INTELLIGENT to function.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| SKILL_RUST_RATE&lt;br /&gt;
| {{L|skill_token}}:value:value:value&lt;br /&gt;
| The rate at which this skill decays. Lower values cause the skill to decay faster.  Requires CAN_LEARN or INTELLIGENT to function.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| SKILL_RUST_RATES&lt;br /&gt;
| value:value:value&lt;br /&gt;
| The rate at which all skills decay. Lower values cause the skills to decay faster.  Requires CAN_LEARN or INTELLIGENT to function.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| SLOW_LEARNER &lt;br /&gt;
|  &lt;br /&gt;
| Similar to [CAN_LEARN], but slower; skills are gained at a fraction of the rate. Present in the entries for ogres and giants; can be applied to civ or player races. &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| SMALL_REMAINS &lt;br /&gt;
|  &lt;br /&gt;
| If a creature has this token, it'll leave &amp;quot;remains&amp;quot; instead of a corpse.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| SOLDIER_ALTTILE&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;
| SOUND&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;
&lt;br /&gt;
|-&lt;br /&gt;
| SPECIFIC_FOOD&lt;br /&gt;
|&lt;br /&gt;
* PLANT or CREATURE&lt;br /&gt;
* Plant/creature ID&lt;br /&gt;
| Indicates that the creature is only capable of eating a particular type of food.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| SPEECH &lt;br /&gt;
| speech file &lt;br /&gt;
| Boasting speeches relating to killing this creature. Examples include dwarf.txt and elf.txt in data\speech.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| SPEECH_FEMALE&lt;br /&gt;
| speech file &lt;br /&gt;
| Boasting speeches relating to killing females of this creature.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| SPEECH_MALE&lt;br /&gt;
| speech file &lt;br /&gt;
| Boasting speeches relating to killing males of this creature.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| SPEED &lt;br /&gt;
| value &lt;br /&gt;
| Sets the creatures' movement and work speed, 1000/[100 + SPEED X] is the resulting effect on creatures movement and work rates from default. See {{L|Speed}} for more information.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| SPHERE &lt;br /&gt;
| &lt;br /&gt;
*sphere name &lt;br /&gt;
| Sets what religious spheres the creature is aligned to, for purposes of being worshipped via the [POWER] token. Also affects the layout of hidden fun stuff, and the creature's name.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| SPOUSE_CONVERSION_TARGET&lt;br /&gt;
|&lt;br /&gt;
| This creature can be converted by a night creature with SPOUSE_CONVERTED.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| SPOUSE_CONVERTER&lt;br /&gt;
|&lt;br /&gt;
| Enables the creature to convert SPOUSE_CONVERSION_TARGETs into CONVERTED_SPOUSE castes of its species. The creature won't actually actively do this unless it also has NIGHT_CREATURE_HUNTER, however.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| SWIM_SPEED &lt;br /&gt;
| &lt;br /&gt;
*speed &lt;br /&gt;
| How fast the creature swims. Typically 2500 (0.38 times the default speed). &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| SWIMS_INNATE &lt;br /&gt;
|  &lt;br /&gt;
| The creature naturally knows how to swim, as opposed to [SWIMS_LEARNED] below. Currently, an AI bug prevents this from being useful on PC races in fortress mode. &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| SWIMS_LEARNED &lt;br /&gt;
|  &lt;br /&gt;
| The creature doesn't know how to swim unless it has learned the skill. Requires [CAN_LEARN], obviously. &lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div align=&amp;quot;center&amp;quot;&amp;gt;&lt;br /&gt;
{{alphabetical TOC}}&lt;br /&gt;
&amp;lt;/div&amp;gt;&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;20%&amp;quot; | Arguments&lt;br /&gt;
! width=&amp;quot;60%&amp;quot; | Description&lt;br /&gt;
|- &lt;br /&gt;
| TENDONS &lt;br /&gt;
| &lt;br /&gt;
* {{L|material token}}&lt;br /&gt;
*healing rate &lt;br /&gt;
| Defines the material and healing rate of tendons.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| THICKWEB &lt;br /&gt;
|  &lt;br /&gt;
| The creature's webs can catch larger creatures.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| TISSUE &lt;br /&gt;
| name &lt;br /&gt;
| Begins defining a tissue in the creature file.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| TITAN&lt;br /&gt;
|&lt;br /&gt;
| Found on {{L|titan}}s.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| TL_COLOR_MODIFIER &lt;br /&gt;
| COLOR:freq:COLOR:freq etc &lt;br /&gt;
| Creates a list of color patterns, giving each a frequency. &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| TLCM_GENETIC_MODEL&lt;br /&gt;
|&lt;br /&gt;
| tissue layer color modifier is passed to offspring genetically?&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| TLCM_IMPORTANCE&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;
| TLCM_NOUN &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&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| TLCM_TIMING &lt;br /&gt;
| &lt;br /&gt;
*ROOT&lt;br /&gt;
*start change window years:days:end change window years:days&lt;br /&gt;
| determines the point in the creature's life where the color change begins&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| TRADE_CAPACITY &lt;br /&gt;
|  &lt;br /&gt;
| How much the creature can carry when used by merchants. &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| TRAINABLE &lt;br /&gt;
|  &lt;br /&gt;
| Implies both [TRAINABLE_HUNTING] and [TRAINABLE_WAR].&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| TRAINABLE_HUNTING &lt;br /&gt;
|  &lt;br /&gt;
| Can be trained as hunting beasts by way of kennels.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| TRAINABLE_WAR &lt;br /&gt;
|  &lt;br /&gt;
| Can be trained as war beasts by way of kennels.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| TRANCES &lt;br /&gt;
|  &lt;br /&gt;
| Allows the creature to go into martial trances.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| TRAPAVOID &lt;br /&gt;
|  &lt;br /&gt;
| The creature is immune to traps. Probably every procedurally generated megabeast has this.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| TRIGGERABLE_GROUP &lt;br /&gt;
| min:max &lt;br /&gt;
| A large swarm of vermin can be disturbed, usually in Adventure mode.{{verify}}&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| TSU_NOUN &lt;br /&gt;
| &lt;br /&gt;
*noun&lt;br /&gt;
*SINGULAR or PLURAL &lt;br /&gt;
| Noun for the TISSUE_STYLE_UNIT, used in the description of the tissue layer's style.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div align=&amp;quot;center&amp;quot;&amp;gt;&lt;br /&gt;
{{alphabetical TOC}}&lt;br /&gt;
&amp;lt;/div&amp;gt;&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;20%&amp;quot; | Arguments&lt;br /&gt;
! width=&amp;quot;60%&amp;quot; | Description&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| UBIQUITOUS&lt;br /&gt;
|&lt;br /&gt;
| Creature will occur in every region with the correct biome.  Does not apply to evil/good tags.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| UNDERGROUND_DEPTH &lt;br /&gt;
|&lt;br /&gt;
*mindepth&lt;br /&gt;
*maxdepth &lt;br /&gt;
| Depth the creature appears underground. Numbers can be from 1 to 5. Only magma creatures use 4 or 5 in the default raws. A single argument may be used instead of min and max.  Dwarven civilizations will only export (via the embark screen or caravans) things that available at depth 1.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| UNDERSWIM &lt;br /&gt;
|  &lt;br /&gt;
| Creature swims under the water and can't be seen. Currently appears to have no effect as of 31.25.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| UNIQUE_DEMON&lt;br /&gt;
|  &lt;br /&gt;
| Typically found on generated {{L|demon}}s; causes the game to create a single named instance of the demon which will emerge from the underworld and take over civilizations during worldgen. Cannot be used for modder-defined creatures.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| USE_CASTE&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;
&lt;br /&gt;
|-&lt;br /&gt;
| USE_MATERIAL&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.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| USE_MATERIAL_TEMPLATE &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.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| USE_TISSUE&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;
| USE_TISSUE_TEMPLATE &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;
| UTTERANCES &lt;br /&gt;
|  &lt;br /&gt;
| Changes the language of the creature into an unintelligible mess.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div align=&amp;quot;center&amp;quot;&amp;gt;&lt;br /&gt;
{{alphabetical TOC}}&lt;br /&gt;
&amp;lt;/div&amp;gt;&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;20%&amp;quot; | Arguments&lt;br /&gt;
! width=&amp;quot;60%&amp;quot; | Description&lt;br /&gt;
|- &lt;br /&gt;
| VEGETATION &lt;br /&gt;
|  &lt;br /&gt;
| unknown&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| VERMIN_BITE &lt;br /&gt;
| &lt;br /&gt;
*chance of occurance{{verify}}&lt;br /&gt;
*verb (bitten, stung, etc)&lt;br /&gt;
* {{L|material token}}&lt;br /&gt;
| Vermin bites, and injects something.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| VERMIN_EATER&lt;br /&gt;
|&lt;br /&gt;
| The vermin creature will attempt to eat exposed food. See PENETRATEPOWER. Distict from VERMIN_ROTTER.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| VERMIN_FISH &lt;br /&gt;
|  &lt;br /&gt;
| The vermin appears in water and will attempt to swim around.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| VERMIN_GROUNDER &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;
| VERMIN_HATEABLE &lt;br /&gt;
|&lt;br /&gt;
| Some dwarves will hate the creature and get unhappy thoughts when around it. &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| VERMIN_MICRO &lt;br /&gt;
|  &lt;br /&gt;
| This makes the creature move in a swarm of creatures of the same race as it. I.E. Swarm of flies, swarm of ants, etc. &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| VERMIN_NOFISH &lt;br /&gt;
|  &lt;br /&gt;
| The creature cannot be caught by fishing. &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| VERMIN_NOROAM &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;
| VERMIN_NOTRAP &lt;br /&gt;
|  &lt;br /&gt;
| The creature cannot be caught in baited animal traps; however, a &amp;quot;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;
| VERMIN_ROTTER &lt;br /&gt;
|  &lt;br /&gt;
| Present on flies, knuckle worms, acorn flies, and blood gnats. Probably means either the creature is attracted to rot, the creature speeds rotting, or both.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| VERMIN_SOIL &lt;br /&gt;
|  &lt;br /&gt;
| The creature randomly appears near dirt or mud.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| VERMIN_SOIL_COLONY &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;
| VERMINHUNTER &lt;br /&gt;
|  &lt;br /&gt;
| Implies AT_PEACE_WITH_WILDLIFE, RETURNS_VERMIN_KILLS_TO_OWNER, HUNTS_VERMIN, and ADOPTS_OWNER.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| VESPERTINE &lt;br /&gt;
|  &lt;br /&gt;
| Sets if the creature is active in evening.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| VIEWRANGE&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;
&amp;lt;div align=&amp;quot;center&amp;quot;&amp;gt;&lt;br /&gt;
{{alphabetical TOC}}&lt;br /&gt;
&amp;lt;/div&amp;gt;&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;20%&amp;quot; | Arguments&lt;br /&gt;
! width=&amp;quot;60%&amp;quot; | Description&lt;br /&gt;
|- &lt;br /&gt;
| WAGON_PULLER &lt;br /&gt;
|  &lt;br /&gt;
| Allows the creature to pull caravan wagons. &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| WEBBER &lt;br /&gt;
| &lt;br /&gt;
* {{L|material token}}&lt;br /&gt;
| Allows the creature to create webs, and defines what the webs are made of.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| WEBIMMUNE &lt;br /&gt;
|  &lt;br /&gt;
| The creature will not get caught in thick webs.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Attack Tokens==&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;20%&amp;quot; | Arguments&lt;br /&gt;
! width=&amp;quot;60%&amp;quot; | Description&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| ATTACK_SKILL &lt;br /&gt;
| &lt;br /&gt;
*skill used ({{L|Skill token}})&lt;br /&gt;
| defines the attack skill used&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| ATTACK_VERB &lt;br /&gt;
| 2nd person:3rd person &lt;br /&gt;
| descriptive text for the attack&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| ATTACK_CONTACT_PERC &lt;br /&gt;
| &lt;br /&gt;
*% value &lt;br /&gt;
| amount of available tissue used in attack, or possibly percent chance the attack makes contact&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| ATTACK_PENETRATION_PERC &lt;br /&gt;
| &lt;br /&gt;
*% value &lt;br /&gt;
| probably amount of material that makes contact when penetration is done, or possibly percent chance the attack penetrates (as in sharp items. Default is 0, so it can be left out for blunt attacks, if this is what it does)&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| ATTACK_PRIORITY &lt;br /&gt;
| &lt;br /&gt;
*MAIN or SECOND &lt;br /&gt;
| use of the attack in combat. Secondary attacks are only used if main attacks are impossible.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| ATTACK_VELOCITY_MODIFIER&lt;br /&gt;
| number&lt;br /&gt;
| Modifies the attack velocity.  Believed to be percent based (so 100 would be &amp;quot;normal&amp;quot;).  May be on same scale as weapon velocity (where 1000 is &amp;quot;normal&amp;quot;).&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| ATTACK_FLAG_CANLATCH &lt;br /&gt;
|  &lt;br /&gt;
| Enables an attacker to occasionally latch on with the bodypart used by an attack when an attack with this flag in its definition is made.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| ATTACK_FLAG_WITH &lt;br /&gt;
|  &lt;br /&gt;
| In adventure mode, displays the name of the body part used by an attack when announcing the attack.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| ATTACK_FLAG_EDGE &lt;br /&gt;
|  &lt;br /&gt;
| attack type&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| SPECIALATTACK_INJECT_EXTRACT &lt;br /&gt;
| &lt;br /&gt;
* {{L|material token}}&lt;br /&gt;
*state (SOLID, LIQUID, GAS)&lt;br /&gt;
*min:max&lt;br /&gt;
| attack type addition that injects a material into the victim.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| SPECIALATTACK_SUCK_BLOOD&lt;br /&gt;
| min:max&lt;br /&gt;
| Successful attack draws out an amount of blood randomized between the min and max value.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Important Related Tokens==&lt;br /&gt;
These next groups of tokens include several tokens that are not technically classified as creature tokens in string dump, but bear mentioning in this as they are used frequently in creature raws. (Some regular creature tokens may also be reprinted for the sake of ease of navigation)&lt;br /&gt;
&lt;br /&gt;
===Tissue Modification===&lt;br /&gt;
This next group of tokens deals setting and modifying tissue properties. (See also {{L|Tissue definition token}})&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;20%&amp;quot; | Arguments&lt;br /&gt;
! width=&amp;quot;60%&amp;quot; | Description&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| INSULATION&lt;br /&gt;
| &lt;br /&gt;
*value&lt;br /&gt;
| Tissue supplies the creature with heat insulation. Higher values result in more insulation.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| PLUS_TISSUE_LAYER &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 a tissue to those selected&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| PLUS_TL_GROUP &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;
| continues a selection of tissue layers&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| SELECT_TISSUE&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;
| SELECT_TISSUE_LAYER &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;
| Selects a tissue layer for descriptor and cosmetic purposes.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| SET_LAYER_TISSUE&lt;br /&gt;
|&lt;br /&gt;
| Sets a tissue layer to be made of a different tissue.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| TISSUE_LAYER &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;
| TISSUE_LAYER_OVER&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;
| Presumably a counterpart to TISSUE_LAYER_UNDER (see below).&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| TISSUE_LAYER_UNDER &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 Iron Man &lt;br /&gt;
       [TISSUE:GAS]&lt;br /&gt;
[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;
| TISSUE_LAYER_APPEARANCE_MODIFIER &lt;br /&gt;
| &lt;br /&gt;
*QUALITY&lt;br /&gt;
*lowest:lower:low:median:high:higher: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;
| TISSUE_LEAKS&lt;br /&gt;
|&lt;br /&gt;
| The selected tissue leaks out of the creature when the layers above it are pierced. As per an iron man's internal poison gas.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| TISSUE_MATERIAL&lt;br /&gt;
| &lt;br /&gt;
*VALUE (material)&lt;br /&gt;
*MATERIAL (material subtype)&lt;br /&gt;
| Defines the tissue material. VALUE can be LOCAL_CREATURE_MAT, INORGANIC etc. MATERIAL is a subtype of the material, e.g. [TISSUE_MATERIAL:INORGANIC:BRONZE]&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| TISSUE_STYLE_UNIT &lt;br /&gt;
| &lt;br /&gt;
*tissue&lt;br /&gt;
*shaping &lt;br /&gt;
| sets tissue to be in a certain shape, mostly used with tissues HAIR, BEARD, MOUSTACHE, SIDEBURNS.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| TL_COLOR_MODIFIER &lt;br /&gt;
| COLOR:freq:COLOR:freq etc &lt;br /&gt;
| Creates a list of color patterns, giving each a frequency. &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| TL_CONNECTS&lt;br /&gt;
|&lt;br /&gt;
| Presumably gives the CONNECTS attribute to selected layers.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| TL_HEALING_RATE&lt;br /&gt;
|&lt;br /&gt;
| Presumably changes the HEALING_RATE of the selected tissue layers.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| TL_MAJOR_ARTERIES&lt;br /&gt;
|&lt;br /&gt;
| Gives Major Artery attribute to selected layers.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| TL_PAIN_RECEPTORS&lt;br /&gt;
|&lt;br /&gt;
| Seems to set new number of pain receptors for selected tissue layers.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| TL_RELATIVE_THICKNESS&lt;br /&gt;
|&lt;br /&gt;
| Seems to set new relative thickness for selected tissue layers.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| TL_VASCULAR&lt;br /&gt;
|&lt;br /&gt;
| Seems to set new a 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;
*{{L|Body detail plan token}}&lt;br /&gt;
*{{L|Body token}}&lt;br /&gt;
*{{L|Material definition token}}&lt;br /&gt;
*{{L|Syndrome}}&lt;br /&gt;
*{{L|Tissue definition token}}&lt;br /&gt;
&lt;br /&gt;
{{Category|Modding}}&lt;br /&gt;
{{Category|Tokens}}&lt;/div&gt;</summary>
		<author><name>I2amroy</name></author>
	</entry>
	<entry>
		<id>https://dwarffortresswiki.org/index.php?title=v0.31:Creature_token&amp;diff=154896</id>
		<title>v0.31:Creature token</title>
		<link rel="alternate" type="text/html" href="https://dwarffortresswiki.org/index.php?title=v0.31:Creature_token&amp;diff=154896"/>
		<updated>2011-11-25T00:02:24Z</updated>

		<summary type="html">&lt;p&gt;I2amroy: /* T */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{av}}{{Quality|Exceptional}}&lt;br /&gt;
&lt;br /&gt;
A full list of all known creature tokens.&lt;br /&gt;
&lt;br /&gt;
__NOTOC__&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div align=&amp;quot;center&amp;quot;&amp;gt;&lt;br /&gt;
{{alphabetical TOC}}&lt;br /&gt;
&amp;lt;/div&amp;gt;&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;20%&amp;quot; | Arguments&lt;br /&gt;
! width=&amp;quot;60%&amp;quot; | Description&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| ADOPTS_OWNER&lt;br /&gt;
|&lt;br /&gt;
| Tame creature cannot be made available for adoption, instead automatically adopting whoever it wants. It appears that the basic requirements for adoption are intact; for example, the creature is more likely to adopt an owner which likes creatures of that species.{{verify}}&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| ALCOHOL_DEPENDENT &lt;br /&gt;
|  &lt;br /&gt;
| Creature needs alcohol to get through the working day.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| ALL_ACTIVE &lt;br /&gt;
|  &lt;br /&gt;
| Sets if the creature is active in day, night, and twilight. Seems to be a separate value from DIURNAL/NOCTURNAL/CREPUSCULAR, rather than implying them. &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| ALTTILE &lt;br /&gt;
|  &lt;br /&gt;
| If set, the creature will blink between its [TILE] and its [ALTTILE]. &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| AMBUSHPREDATOR &lt;br /&gt;
|  &lt;br /&gt;
| Instead of charging relentlessly at prey, a creature with this tag will wait till the prey is within a few squares before charging.{{verify}}&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| AMPHIBIOUS &lt;br /&gt;
|  &lt;br /&gt;
| Allows a creature to breathe with or without {{L| water}}. Implies [AQUATIC].&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| APP_MOD_DESC_RANGE&lt;br /&gt;
|&lt;br /&gt;
*Range&lt;br /&gt;
| [http://www.bay12forums.com/smf/index.php?topic=60554.msg1766793#msg1766793 Forum post describing how description ranges work]&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| APP_MOD_GENETIC_MODEL&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;
| APP_MOD_IMPORTANCE&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;
| APP_MOD_NOUN &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;
| APP_MOD_RATE &lt;br /&gt;
| &lt;br /&gt;
*Rate (integer)&lt;br /&gt;
*Scale (DAILY,  YEARLY)&lt;br /&gt;
*min:max  of growth&lt;br /&gt;
*start year:start day&lt;br /&gt;
*end year: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;
| APPLY_CREATURE_VARIATION &lt;br /&gt;
| &lt;br /&gt;
*CV TEMPLATE NAME &lt;br /&gt;
| Loads the Creature Variation Template specified.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| APPLY_CURRENT_CREATURE_VARIATION &lt;br /&gt;
|  &lt;br /&gt;
| Applies loaded Creature Variation&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| AQUATIC &lt;br /&gt;
|  &lt;br /&gt;
| Allows a creature to breathe underwater, but causes it to &amp;quot;drown&amp;quot; out of {{L|water}}. &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| ARENA_RESTRICTED &lt;br /&gt;
|  &lt;br /&gt;
| Does not appear in arena mode list&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| ARTIFICIAL_HIVEABLE&lt;br /&gt;
|&lt;br /&gt;
| Can be kept in artificial hives by beekeepers.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| AT_PEACE_WITH_WILDLIFE&lt;br /&gt;
|&lt;br /&gt;
| Does not attack or frighten wildlife.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| ATTACK &lt;br /&gt;
| &lt;br /&gt;
*token&lt;br /&gt;
*bodypart&lt;br /&gt;
*selection criteria&lt;br /&gt;
*location &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;
[ATTACK:GORE:BODYPART:BY_CATEGORY:HORN]&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;
| ATTACK_TRIGGER &lt;br /&gt;
| pop:exported wealth:created wealth&lt;br /&gt;
| Specifies when a {{L|megabeast}} will attack the fortress.&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div align=&amp;quot;center&amp;quot;&amp;gt;&lt;br /&gt;
{{alphabetical TOC}}&lt;br /&gt;
&amp;lt;/div&amp;gt;&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;20%&amp;quot; | Arguments&lt;br /&gt;
! width=&amp;quot;60%&amp;quot; | Description&lt;br /&gt;
|- &lt;br /&gt;
| BABY &lt;br /&gt;
| integer &lt;br /&gt;
| Age at which creature is considered a child. Default is zero. One can think of this as the duration of the baby stage.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| BABYNAME &lt;br /&gt;
| singular: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 GENERAL_BABY_NAME.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| BEACH_FREQUENCY &lt;br /&gt;
|  &lt;br /&gt;
| {{L|Whale}}s and {{L|Sea nettle jellyfish|jellyfish}} have this. Controls the beaching frequency of the creature. &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| BENIGN &lt;br /&gt;
|  &lt;br /&gt;
| Determines whether creature can show up on &amp;quot;tame&amp;quot; maps (includes {{L|elephant}}s), which will generally avoid dwarves, although they may chase and/or attack them if they get too close). &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| BIOME &lt;br /&gt;
| &lt;br /&gt;
* {{L|biome token}}&lt;br /&gt;
| Select a {{L|Biome}} the creature may appear in.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| BLOOD&lt;br /&gt;
| &lt;br /&gt;
* {{L|material token}}&lt;br /&gt;
*matter state (LIQUID, GAS, SOLID) &lt;br /&gt;
| Specifies what the creature's blood is made of.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| BODY&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 {{L|Purring maggot}}. It creates a body with head, a heart, some guts, a brain, and a mouth. Thats all a maggot needs.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| BODY_APPEARANCE_MODIFIER &lt;br /&gt;
| &lt;br /&gt;
*ATTRIBUTE&lt;br /&gt;
*lowest:lower:low:median:high:higher: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;
| BODY_DETAIL_PLAN &lt;br /&gt;
| PlanName, PlanName:type:type:type:etc &lt;br /&gt;
| loads a plan 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 {{L|fox}}, the skin, fat, muscle, bones and cartilage out of the vertebrate tissues.&amp;lt;br /&amp;gt;&lt;br /&gt;
A {{L|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;
| BODY_SIZE&lt;br /&gt;
| years:days:size &lt;br /&gt;
| sets up size at a given time. Size is in cubic centimeters (milliliters), 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 {{L|minotaur}}. His birth size would be 10000 (10000 mL, ~10 kg). With 1 year and 168 days he would be 50000 tall (~50 kg). As an adult (with 12 years) he would weight roughly 220 kg&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| BODYGLOSS &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;
| BONECARN &lt;br /&gt;
|  &lt;br /&gt;
| Creature 'eats' bones. Eating bones makes their happiness go up, but can cause death (suffocation){{verify}}. Implies CARNIVORE. Civilized creatures (ex. Kobolds) with this tag tend to die out during world generation.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| BP_APPEARANCE_MODIFIER &lt;br /&gt;
| &lt;br /&gt;
*QUALITY&lt;br /&gt;
*lowest:lower:low:median:high:higher: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;
| BUILDINGDESTROYER &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 b + C commands. &lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div align=&amp;quot;center&amp;quot;&amp;gt;&lt;br /&gt;
{{alphabetical TOC}}&lt;br /&gt;
&amp;lt;/div&amp;gt;&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;20%&amp;quot; | Arguments&lt;br /&gt;
! width=&amp;quot;60%&amp;quot; | Description&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| CAN_LEARN &lt;br /&gt;
|  &lt;br /&gt;
| The creature gets skills and professions. Note that this token makes the creature unable to be butchered 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.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| CAN_SPEAK &lt;br /&gt;
|  &lt;br /&gt;
| Can talk. Note that it is not necessary for a creature to gain social skills. If a member of a civilization (such as a pet) has this token, it'll need to eat and drink.{{verify}}&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| CANNOT_UNDEAD &lt;br /&gt;
|  &lt;br /&gt;
| Cannot be turned into a zombie or skeletal undead. Also prevents ghosts of that creature appearing.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| CANOPENDOORS &lt;br /&gt;
|  &lt;br /&gt;
| Allows the creature to open doors. &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| CARNIVORE &lt;br /&gt;
|  &lt;br /&gt;
| Creature ''only'' eats meat. Note that carnivorous species will not be able to survive worldgen if they do not also have NO_EAT.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| CASTE &lt;br /&gt;
| &lt;br /&gt;
*name &lt;br /&gt;
| defines a caste&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| CASTE_ALTTILE&lt;br /&gt;
|&lt;br /&gt;
*tile number or &amp;quot;letter&amp;quot;&lt;br /&gt;
| Caste-specific alternate tile. Expects CASTE_TILE&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| CASTE_COLOR&lt;br /&gt;
|&lt;br /&gt;
*fg&lt;br /&gt;
*bg&lt;br /&gt;
*brightness&lt;br /&gt;
| Creature tile color of the caste.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| CASTE_GLOWCOLOR&lt;br /&gt;
|&lt;br /&gt;
*fg&lt;br /&gt;
*bg&lt;br /&gt;
*brightness&lt;br /&gt;
| GLOWTILE color of the caste.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| CASTE_GLOWTILE&lt;br /&gt;
|&lt;br /&gt;
*tile value or &amp;quot;letter&amp;quot;&lt;br /&gt;
| Caste-specific glowtile&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| CASTE_NAME &lt;br /&gt;
| singular:plural:adjective &lt;br /&gt;
| The name of the caste of the creature in the game.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| CASTE_PROFESSION_NAME &lt;br /&gt;
| &lt;br /&gt;
*Profession&lt;br /&gt;
*singular&lt;br /&gt;
*plural &lt;br /&gt;
| alters the name of the given profession, caste-specific&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| CASTE_SOLDIER_ALTTILE&lt;br /&gt;
| 'character' or tile number&lt;br /&gt;
| Creatures of this caste active in their civilization's military will blink between their default tile and this one.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| CASTE_SOLDIER_TILE&lt;br /&gt;
| 'character' or tile number&lt;br /&gt;
| Creatures of this caste active in their civilization's military will use this tile instead.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| CASTE_SPEECH&lt;br /&gt;
| speech file?&lt;br /&gt;
| Possibly a caste-specific instance of the SPEECH token&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| CASTE_TILE&lt;br /&gt;
|&lt;br /&gt;
* tile number or &amp;quot;letter&amp;quot;&lt;br /&gt;
| Caste-specific creature tile.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| CAVE_ADAPT &lt;br /&gt;
|  &lt;br /&gt;
| Gives the creature a bonus in caves. Also causes [[Cave adaptation]]. &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| CHANGE_BODY_SIZE_PERC&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| CHILD &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 child stage. Without this token, a creature will not reproduce in Fortress mode.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| CHILDNAME &lt;br /&gt;
| singular:plural &lt;br /&gt;
| Defines a new name for a creature in child state at the caste level. For non-caste-specific child names, see GENERAL_CHILD_NAME.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| CLUSTER_NUMBER &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. Certain vermin fish use this token in combination with temperate ocean and river biome tokens to perform seasonal migrations.&lt;br /&gt;
e.g. [CLUSTER_NUMBER:1:3] &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|CLUTCH_SIZE&lt;br /&gt;
|&lt;br /&gt;
*min&lt;br /&gt;
*max&lt;br /&gt;
|Number of eggs laid in one sitting.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| COLONY_EXTERNAL&lt;br /&gt;
|&lt;br /&gt;
| Caste hovers around colony.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| COLOR &lt;br /&gt;
| foreground:background:brightness &lt;br /&gt;
| Color  of the creature's tile. &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| COMMON_DOMESTIC &lt;br /&gt;
|  &lt;br /&gt;
| Allows the creature to be brought with immigrants and when creating a new fortress, as long as the creature also includes at least one of the following tokens: PET, PACK_ANIMAL, WAGON_PULLER, MOUNT.  In addition, the creature must be NATURAL rather than FANCIFUL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| CONVERTED_SPOUSE&lt;br /&gt;
|&lt;br /&gt;
| Found only at caste level. Creatures of this caste's species with the SPOUSE_CONVERTER and NIGHT_CREATURE_HUNTER tokens will kidnap SPOUSE_CONVERSION_TARGETs of an appropriate sex and convert them into castes with CONVERTED_SPOUSE.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| COOKABLE_LIVE &lt;br /&gt;
|  &lt;br /&gt;
| Set this to allow the creature to be cooked in meals without first being butchered / fishcleaned.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| COPY_TAGS_FROM &lt;br /&gt;
| &lt;br /&gt;
*CREATURE NAME&lt;br /&gt;
| Copies tags from another specified creature.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| CREATURE_CLASS &lt;br /&gt;
|&lt;br /&gt;
*classname&lt;br /&gt;
| Creature class. Can be anything, but only existing use is GENERAL_POISON. Appears to only be used for Syndromes. Supposedly can also be used for entity positions.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| CREATURE_SOLDIER_TILE&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;
| CREATURE_TILE &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;
| CREPUSCULAR &lt;br /&gt;
|  &lt;br /&gt;
| Sets if the creature is active at twilight.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| CURIOUSBEAST_EATER &lt;br /&gt;
|  &lt;br /&gt;
| Allows a creature to steal and eat edible items from a site. &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| CURIOUSBEAST_GUZZLER &lt;br /&gt;
|  &lt;br /&gt;
| Allows a creature to (very quickly) drink your alcohol. Or spill the barrel to the ground. Also affects undead versions of the creature. &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| CURIOUSBEAST_ITEM &lt;br /&gt;
|  &lt;br /&gt;
| Allows a creature to steal things (apparently the highest value it can find). Semimegabeast thievery is in Legends mode. Lightweight creatures can probably steal heavy items.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| CV_ADD_TAG&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;
| CV_REMOVE_TAG&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;
&amp;lt;div align=&amp;quot;center&amp;quot;&amp;gt;&lt;br /&gt;
{{alphabetical TOC}}&lt;br /&gt;
&amp;lt;/div&amp;gt;&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;20%&amp;quot; | Arguments&lt;br /&gt;
! width=&amp;quot;60%&amp;quot; | Description&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| DEMON&lt;br /&gt;
|  &lt;br /&gt;
| Found on generated {{L|demon}}s; sets the creature as potential {{L|hell}} spawn&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| DESCRIPTION &lt;br /&gt;
| text &lt;br /&gt;
| A brief description of the creature type.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| DIE_WHEN_VERMIN_BITE&lt;br /&gt;
|&lt;br /&gt;
| Dies upon attacking.  Used for bee stings.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| DIFFICULTY &lt;br /&gt;
| integer &lt;br /&gt;
| Toady: &amp;quot;Difficulty determines how deep it places them in adventure mode/reclaim caves, and the chance that they are wounded the first few river attacks.&amp;quot; Also increases experience gain during adventure mode. &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| DIURNAL &lt;br /&gt;
|  &lt;br /&gt;
| Sets if the creature is active in day. &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| DOES_NOT_EXIST &lt;br /&gt;
|  &lt;br /&gt;
| Creature does not actually exist; used for fanciful creatures.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| DRAGONFIREBREATH &lt;br /&gt;
|  &lt;br /&gt;
| Creature breathes fire in a cone. &lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div align=&amp;quot;center&amp;quot;&amp;gt;&lt;br /&gt;
{{alphabetical TOC}}&lt;br /&gt;
&amp;lt;/div&amp;gt;&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;20%&amp;quot; | Arguments&lt;br /&gt;
! width=&amp;quot;60%&amp;quot; | Description&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| EGG_MATERIAL&lt;br /&gt;
|&lt;br /&gt;
* {{L|material token}}&lt;br /&gt;
*state (SOLID, LIQUID, or GAS)&lt;br /&gt;
| Egg material. Egg-laying creatures will 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;
| EGG_SIZE&lt;br /&gt;
|&lt;br /&gt;
*size&lt;br /&gt;
| Determines how long it takes for eggs to hatch{{verify}}. The larger the number, the longer it takes.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| EQUIPMENT_WAGON &lt;br /&gt;
|  &lt;br /&gt;
| Makes the creature into a large 3x3 creature responsible for carrying trade goods, pulled by two [WAGON_PULLER]s and driven by a merchant.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| EQUIPS &lt;br /&gt;
|  &lt;br /&gt;
| Allows the creature to wear or wield items.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| EVIL &lt;br /&gt;
|  &lt;br /&gt;
| Creature is considered evil and will only show up in evil biomes. Has no effect on cavern creatures.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| EXTRACT&lt;br /&gt;
|&lt;br /&gt;
* {{L|material token}}&lt;br /&gt;
| Defines a creature extract which can be obtained via {{L|small animal dissection}}.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| EXTRAVISION &lt;br /&gt;
|  &lt;br /&gt;
| Creature can see regardless of whether it has working eyes. &lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div align=&amp;quot;center&amp;quot;&amp;gt;&lt;br /&gt;
{{alphabetical TOC}}&lt;br /&gt;
&amp;lt;/div&amp;gt;&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;20%&amp;quot; | Arguments&lt;br /&gt;
! width=&amp;quot;60%&amp;quot; | Description&lt;br /&gt;
|- &lt;br /&gt;
| FANCIFUL &lt;br /&gt;
|  &lt;br /&gt;
| Makes every civilization know about the creature. The creature won't occur in regular material preference lists. The tag also adds some art value modifiers. Used for things like dragons and other legendary creatures.  Conflicts with [COMMON_DOMESTIC]&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| FEATURE_ATTACK_GROUP&lt;br /&gt;
|&lt;br /&gt;
| Found on subterranean animalmen.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| FEATURE_BEAST&lt;br /&gt;
|&lt;br /&gt;
| Found on {{L|forgotten beast}}s.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| FEMALE &lt;br /&gt;
|  &lt;br /&gt;
| Inside a female caste, sets femaleness. Outside of a caste, sets all individuals female unless overridden by caste.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| FIREBREATH &lt;br /&gt;
|  &lt;br /&gt;
| The creature breathes long range fireballs and has a short range cone shaped fire breath attack.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| FIREIMMUNE &lt;br /&gt;
|  &lt;br /&gt;
| Renders a creature immune to being damaged by FIREBREATH's short range cone attack.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| FIREIMMUNE_SUPER &lt;br /&gt;
|  &lt;br /&gt;
| The creature is immune to DRAGONFIREBREATH. Implies FIREIMMUNE. &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| FISHITEM &lt;br /&gt;
|  &lt;br /&gt;
| Needs to be cleaned at a fishery&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| FIXED_TEMP &lt;br /&gt;
| temperature &lt;br /&gt;
| The natural heat generated by the creature.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| FLEEQUICK &lt;br /&gt;
|  &lt;br /&gt;
| Determines how soon a creature flees in a losing battle. Creatures with this tag will flee at the first sign of resistance.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| FLIER &lt;br /&gt;
|  &lt;br /&gt;
| Allows a creature to fly. Fortress Mode pathfinding only partially incorporates pathfinding - flying dwarves 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.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| FREQUENCY &lt;br /&gt;
|&lt;br /&gt;
*number, max 100&lt;br /&gt;
| Determines the time between creature spawns in Fortress Mode. Higher is more occurrences per time unit. Creatures without a frequency statement default to 50. Almost all others have either [FREQUENCY:5] or [FREQUENCY:100]. Not to be confused with POP_RATIO&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div align=&amp;quot;center&amp;quot;&amp;gt;&lt;br /&gt;
{{alphabetical TOC}}&lt;br /&gt;
&amp;lt;/div&amp;gt;&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;20%&amp;quot; | Arguments&lt;br /&gt;
! width=&amp;quot;60%&amp;quot; | Description&lt;br /&gt;
|- &lt;br /&gt;
| GENERAL_BABY_NAME &lt;br /&gt;
| singular:plural &lt;br /&gt;
| name at creature level&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| GENERAL_CHILD_NAME &lt;br /&gt;
| singular:plural &lt;br /&gt;
| name at creature level&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| GENERATED&lt;br /&gt;
|  &lt;br /&gt;
| Found on procedurally generated creatures like {{L|Forgotten beast}}s, (biome name) {{L|titan}}s, {{L|Demon}}s, and {{L|night creature}}s.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| GETS_INFECTIONS_FROM_ROT &lt;br /&gt;
|  &lt;br /&gt;
| Creature can get infections from necrotic tissue.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| GETS_WOUND_INFECTIONS &lt;br /&gt;
|  &lt;br /&gt;
| Creature's wounds can become infected.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| GLOWCOLOR &lt;br /&gt;
| &lt;br /&gt;
*foreground&lt;br /&gt;
*background&lt;br /&gt;
*brightness &lt;br /&gt;
| The colour of the GLOWTILE of the creature.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| GLOWTILE &lt;br /&gt;
| ascii character &lt;br /&gt;
| If present, the being glows in the dark (generally used for Adventure 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 CASTE_GLOWTILE instead.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| GNAWER &lt;br /&gt;
| verb (gnawed) &lt;br /&gt;
| The creature chews on food barrels and bags. &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| GO_TO_END &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;
| GO_TO_START &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;
| GO_TO_TAG&lt;br /&gt;
|  &lt;br /&gt;
| When using tags from an existing creature, inserts new tags after the specified tag.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| GOOD &lt;br /&gt;
|  &lt;br /&gt;
| Determines whether creature can show up on &amp;quot;good&amp;quot; areas. Eg. unicorn.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| GRASSTRAMPLE &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;
| GRAVITATE_BODY_SIZE&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;
| GRAZER&lt;br /&gt;
|&lt;br /&gt;
*number&lt;br /&gt;
| Animals is a grazer.  The higher the number, the less frequently it needs to eat in order to survive.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div align=&amp;quot;center&amp;quot;&amp;gt;&lt;br /&gt;
{{alphabetical TOC}}&lt;br /&gt;
&amp;lt;/div&amp;gt;&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;20%&amp;quot; | Arguments&lt;br /&gt;
! width=&amp;quot;60%&amp;quot; | Description&lt;br /&gt;
|-&lt;br /&gt;
| HABIT&lt;br /&gt;
| type:probability&lt;br /&gt;
| Defines certain behaviors for the creature. The habit types are COLLECT_TROPHIES, COOK_PEOPLE, COOK_VERMIN, GRIND_VERMIN, COOK_BLOOD, GRIND_BONE_MEAL, EAT_BONE_PORRIDGE, USE_ANY_MELEE_WEAPON, GIANT_NEST, and COLLECT_WEALTH. These may require the creature to have a lair to work properly.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| HABIT_NUM&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;.&amp;lt;sup&amp;gt;[[http://www.bay12forums.com/smf/index.php?topic=60554.msg1719248#msg1719248 source post]]&amp;lt;/sup&amp;gt; All lists of HABITs are preceded by [HABIT_NUM:TEST_ALL]&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| HAS_NERVES &lt;br /&gt;
|  &lt;br /&gt;
| This makes the creature susceptible to severed motor and sensory nerves when muscles are torn in limb, grasp and stance parts. Some butchering yields nervous tissue.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| HASSHELL&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;
| HIVE_PRODUCT&lt;br /&gt;
|&lt;br /&gt;
*number&lt;br /&gt;
*{{L|time}}&lt;br /&gt;
*{{L|item token}}s&lt;br /&gt;
| What product is harvested from {{L|Beekeeping industry|beekeeping}}.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| HOMEOTHERM &lt;br /&gt;
|  &lt;br /&gt;
| Default 'NONE'. The creature's normal body {{L|temperature}}&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| HUNTS_VERMIN&lt;br /&gt;
|&lt;br /&gt;
| Creature hunts and kills nearby vermin.&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div align=&amp;quot;center&amp;quot;&amp;gt;&lt;br /&gt;
{{alphabetical TOC}}&lt;br /&gt;
&amp;lt;/div&amp;gt;&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;20%&amp;quot; | Arguments&lt;br /&gt;
! width=&amp;quot;60%&amp;quot; | Description&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| IMMOBILE_LAND &lt;br /&gt;
|  &lt;br /&gt;
| The creature is immobile while on land.  Only works on AQUATIC creatures which can't breath on land.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| IMMOLATE &lt;br /&gt;
|  &lt;br /&gt;
| Will ignite, and potentially completely destroy, items the creature is standing on. Keep booze away from critters with this tag. &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| INTELLIGENT &lt;br /&gt;
|  &lt;br /&gt;
| Implies CAN_SPEAK and CAN_LEARN. CAN_LEARN probably means the creature gets skills - including social skills - and professions. Not recommended for uncivilized monsters.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| ITEMCORPSE &lt;br /&gt;
|     &lt;br /&gt;
* {{L|item token}}:subtype&lt;br /&gt;
* {{L|material token}}&lt;br /&gt;
| Determines if the creature leaves behind a non-standard corpse (i.e. wood, statue, bars, ash from ghost etc).&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| ITEMCORPSE_QUALITY &lt;br /&gt;
|  &lt;br /&gt;
| The quality of an item-type corpse left behind; 5 is masterpiece-level. &lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div align=&amp;quot;center&amp;quot;&amp;gt;&lt;br /&gt;
{{alphabetical TOC}}&lt;br /&gt;
&amp;lt;/div&amp;gt;&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;20%&amp;quot; | Arguments&lt;br /&gt;
! width=&amp;quot;60%&amp;quot; | Description&lt;br /&gt;
|-&lt;br /&gt;
| LAIR&lt;br /&gt;
| type:probability&lt;br /&gt;
| Found on megabeasts, semimegabeasts, and night creatues. The creature will seek out sites of this type and take them as lairs. The lair types are SIMPLE_BURROW, SIMPLE_MOUND, WILDERNESS_LOCATION, SHRINE, and LABYRINTH.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| LAIR_CHARACTERISTIC&lt;br /&gt;
| characteristic: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;
| LAIR_HUNTER&lt;br /&gt;
|&lt;br /&gt;
| This creature will actively hunt adventurers in its lair.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| LAIR_HUNTER_SPEECH&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;
| LARGE_PREDATOR &lt;br /&gt;
|  &lt;br /&gt;
| Will attack things that are smaller than it (like dwarves). Only one group of &amp;quot;large predators&amp;quot; will appear on any given map (possibly two groups on &amp;quot;savage&amp;quot; maps). In adventure mode, large predators will try to ambush and attack you (and your party will attack them back). 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;
&lt;br /&gt;
|- &lt;br /&gt;
| LARGE_ROAMING &lt;br /&gt;
|  &lt;br /&gt;
| In Fortress Mode, spawns outdoors and is not a vermin creature. &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| LAYS_EGGS&lt;br /&gt;
|&lt;br /&gt;
| Creature lays eggs instead of giving birth to live young.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| LAYS_UNUSUAL_EGGS&lt;br /&gt;
|&lt;br /&gt;
* {{L|item token}}&lt;br /&gt;
* {{L|material token}}&lt;br /&gt;
| Creature lays a particular item instead of regular eggs.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| LIGAMENTS &lt;br /&gt;
| &lt;br /&gt;
* {{L|material token}}&lt;br /&gt;
*healing rate &lt;br /&gt;
| Defines the material and healing rate of ligaments.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| LIGHT_GEN &lt;br /&gt;
|  &lt;br /&gt;
| The creature will generate light, such as in adventurer mode at night. &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| LIKES_FIGHTING &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 - included modded dwarves. &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| LISP&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;)&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| LITTERSIZE&lt;br /&gt;
| &lt;br /&gt;
* minumum&lt;br /&gt;
* maximum&lt;br /&gt;
| Determines the random chance of how many creatures are generated when giving birth. [LITTERSIZE:1:2]&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| LOCKPICKER &lt;br /&gt;
|  &lt;br /&gt;
| Lets a creature open doors that are set to forbidden in Fortress Mode.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| LOOSE_CLUSTERS &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;
&amp;lt;div align=&amp;quot;center&amp;quot;&amp;gt;&lt;br /&gt;
{{alphabetical TOC}}&lt;br /&gt;
&amp;lt;/div&amp;gt;&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;20%&amp;quot; | Arguments&lt;br /&gt;
! width=&amp;quot;60%&amp;quot; | Description&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| MAGICAL&lt;br /&gt;
|  &lt;br /&gt;
| Unknown.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| MAGMA_VISION &lt;br /&gt;
|  &lt;br /&gt;
| Creature's able to see while covered in magma. &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| MALE &lt;br /&gt;
|  &lt;br /&gt;
| The species or caste is all male.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| MANNERISM_?? &lt;br /&gt;
| &lt;br /&gt;
*occasionally body part &lt;br /&gt;
| Adds a possible mannerism to the creature's profile.&lt;br /&gt;
Refer to {{L|Creature mannerism token}}s&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| MATERIAL&lt;br /&gt;
|&lt;br /&gt;
*material id&lt;br /&gt;
| Begins defining a new material.{{verify}}&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| MATERIAL_BREATH_ATTACK &lt;br /&gt;
| &lt;br /&gt;
* {{L|material token}}&lt;br /&gt;
* breath attack type (TRAILING_DUST_FLOW, TRAILING_VAPOR_FLOW, TRAILING_GAS_FLOW, SOLID_GLOB, LIQUID_GLOB, UNDIRECTED_GAS, UNDIRECTED_VAPOR, UNDIRECTED_DUST) &lt;br /&gt;
| Creates an attack referencing a material, using a given type of breath attack.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| MATUTINAL&lt;br /&gt;
| &lt;br /&gt;
| Sets if the creature is active in dawn. &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| MAXAGE &lt;br /&gt;
| min:max &lt;br /&gt;
| Range of time in years in which death from old age may occur. Once a creature reaches the min value, it has a random chance each season of dying from old age. Unknown if the chance increases with further age.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| MEANDERER &lt;br /&gt;
|  &lt;br /&gt;
| Gives a creature random movement. &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| MEGABEAST &lt;br /&gt;
|  &lt;br /&gt;
| Appears on fortress territory in Fortress Mode occasionally. Can also be worshipped.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|MENT_ATT_CAP_PERC&lt;br /&gt;
|&lt;br /&gt;
*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;
| MENT_ATT_RANGE &lt;br /&gt;
|&lt;br /&gt;
*ATTRIBUTE&lt;br /&gt;
*lowest:lower:low:median:high:higher:highest &lt;br /&gt;
| Sets up a 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;
| MENT_ATT_RATES&lt;br /&gt;
| &lt;br /&gt;
*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;
| Mental attribute gain/decay rates. Defaults are 500:4:5:4.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| MILKABLE &lt;br /&gt;
| &lt;br /&gt;
* {{L|material token}}&lt;br /&gt;
* frequency&lt;br /&gt;
| Allows the creature to be milked. &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| MISCHIEVIOUS &lt;br /&gt;
|  &lt;br /&gt;
| Will pull any levers it comes across. Also makes creature spawn invisible and with several ranks in Ambusher. &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;
| MODVALUE&lt;br /&gt;
|  &lt;br /&gt;
| Seemingly no longer used - holdover from previous versions.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| MOUNT &lt;br /&gt;
|  &lt;br /&gt;
| Creature may be used as a mount.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| MOUNT_EXOTIC &lt;br /&gt;
|  &lt;br /&gt;
| You need the Dungeon master noble to mount the creature. &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| MULTIPLE_LITTER_RARE &lt;br /&gt;
|  &lt;br /&gt;
| Makes litters with more than one offspring rare. &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| MULTIPLY_VALUE &lt;br /&gt;
| &lt;br /&gt;
*Multiplier &lt;br /&gt;
| Multiplies value of materials.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| MUNDANE &lt;br /&gt;
|  &lt;br /&gt;
| Marks if the creature is an actual real-life creature. Only used for age-names at present, and determining whether a creature will attack creatures with the AT_PEACE_WITH_WILDLIFE token.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div align=&amp;quot;center&amp;quot;&amp;gt;&lt;br /&gt;
{{alphabetical TOC}}&lt;br /&gt;
&amp;lt;/div&amp;gt;&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;20%&amp;quot; | Arguments&lt;br /&gt;
! width=&amp;quot;60%&amp;quot; | Description&lt;br /&gt;
|- &lt;br /&gt;
| NAME &lt;br /&gt;
| singular:plural:adjective &lt;br /&gt;
| The generic name for any creature of this type - will be used when distinctions between caste are unimportant. For names for specific castes, use CASTE_NAME instead.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| NATURAL &lt;br /&gt;
|  &lt;br /&gt;
| Animal is considered to be natural.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| NATURAL_SKILL&lt;br /&gt;
| skill:value&lt;br /&gt;
| The creature possesses this skill at this level inherently. It begins with this skill at this level, and the skill may never rust below this level.  Requires CAN_LEARN or INTELLIGENT to function (changed in .25 or earlier that CAN_LEARN is no longer required).&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| NIGHT_CREATURE_BOGEYMAN&lt;br /&gt;
|&lt;br /&gt;
| Found on bogeymen. Creatures with this tag will join other bogeymen in attacking adventurers at night, and will also adopt their other behaviors, such as vanishing in smoke upon being killed. Setting the number of night creatures to zero in the world gen parameters will remove only the randomly-generated bogeymen.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| NIGHT_CREATURE_HUNTER&lt;br /&gt;
|&lt;br /&gt;
| If this creature has SPOUSE_CONVERTER, it will actively attempt to seek out potential conversion targets, abduct them, and convert them. Night creatures will seek out one SPOUSE_CONVERSION_TARGET &amp;lt;s&amp;gt;of the opposite sex&amp;lt;/s&amp;gt;(seems to choose anyone of any sex of the caste/s that have the CONVERTED_SPOUSE tag), convert them, and then have children with them(if possible). NIGHT_CREATURE_HUNTERs without SPOUSE_CONVERTER will not be placed. Setting the number of night creatures to zero in the world gen parameters will remove only the randomly-generated night creatures.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| NO_AUTUMN  &lt;br /&gt;
|  &lt;br /&gt;
| does not appear this season.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| NO_DIZZINESS &lt;br /&gt;
|  &lt;br /&gt;
| Creature cannot become dizzy&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| NO_DRINK &lt;br /&gt;
|  &lt;br /&gt;
| Creature does not need to drink. &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| NO_EAT &lt;br /&gt;
|  &lt;br /&gt;
| Creature does not need to eat. &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| NO_FEVERS &lt;br /&gt;
|  &lt;br /&gt;
| Creature cannot suffer fevers&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| NO_GENDER&lt;br /&gt;
|&lt;br /&gt;
| Creature has no gender.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| NO_SLEEP &lt;br /&gt;
|  &lt;br /&gt;
| Creature does not need to sleep. &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| NO_SPRING &lt;br /&gt;
|  &lt;br /&gt;
| does not appear this season.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| NO_SUMMER &lt;br /&gt;
|  &lt;br /&gt;
| does not appear this season.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| NO_THOUGHT_CENTER_FOR_MOVEMENT &lt;br /&gt;
|  &lt;br /&gt;
| Creatures doesn't require an organ with the [THOUGHT] tag to survive; generally used on creatures that don't have brains.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| NO_WINTER &lt;br /&gt;
|  &lt;br /&gt;
| does not appear this season.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| NOBONES &lt;br /&gt;
|  &lt;br /&gt;
| Creature has no bones.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| NOBREATHE &lt;br /&gt;
|  &lt;br /&gt;
| Creature doesn't need to breathe or have [BREATHE] parts in body. Cannot drown or be strangled. &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| NOCTURNAL &lt;br /&gt;
|  &lt;br /&gt;
| Sets if the creature is active in night. &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| NOEMOTION &lt;br /&gt;
|  &lt;br /&gt;
| The creature has no emotions, and does not rage.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| NOEXERT &lt;br /&gt;
|  &lt;br /&gt;
| Creature can't become tired or over-exerted. &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| NOFEAR &lt;br /&gt;
|  &lt;br /&gt;
| Creature doesn't feel fear and will never run away from battle. &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| NOMEAT &lt;br /&gt;
|  &lt;br /&gt;
| Creature will not drop meat on butcher. &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| NONAUSEA &lt;br /&gt;
|  &lt;br /&gt;
| Creature can't vomit.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| NOPAIN &lt;br /&gt;
|  &lt;br /&gt;
| Creature doesn't feel pain. &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| NOSKIN &lt;br /&gt;
|  &lt;br /&gt;
| Creature will not drop skin on butcher. &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| NOSKULL &lt;br /&gt;
|  &lt;br /&gt;
| Creature will not drop skull on butcher, rot, or decay of severed head. &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| NOSMELLYROT &lt;br /&gt;
|  &lt;br /&gt;
| Does not produce miasma when rotting&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| NOSTUCKINS &lt;br /&gt;
|  &lt;br /&gt;
| Weapons can't be stuck in creature. &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| NOSTUN &lt;br /&gt;
|  &lt;br /&gt;
| Creature can't be stunned. Creatures with this tag never wake up from sleep in Fortress Mode and stay drowsy. If this creature must eat and drink while playing, it WILL die.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| NOT_BUTCHERABLE &lt;br /&gt;
|  &lt;br /&gt;
| Cannot be butchered&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| NOTHOUGHT &lt;br /&gt;
|  &lt;br /&gt;
| Creature doesn't think, or doesn't require a [BRAIN] body part. &lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div align=&amp;quot;center&amp;quot;&amp;gt;&lt;br /&gt;
{{alphabetical TOC}}&lt;br /&gt;
&amp;lt;/div&amp;gt;&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;20%&amp;quot; | Arguments&lt;br /&gt;
! width=&amp;quot;60%&amp;quot; | Description&lt;br /&gt;
|- &lt;br /&gt;
| PACK_ANIMAL &lt;br /&gt;
|  &lt;br /&gt;
| Allows the creature to be used as a pack animal. Currently only used by merchants.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| PARALYZEIMMUNE &lt;br /&gt;
|  &lt;br /&gt;
| The creature is immune to all paralyzing special attacks.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| PATTERNFLIER&lt;br /&gt;
|  &lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| PEARL &lt;br /&gt;
|  &lt;br /&gt;
| Creature will generate pearls. &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| PENETRATEPOWER &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. Wood and cloth objects roll a 0-9 and if it's greater than the penetrate power, their contents escape for the time being. Other objects roll a 0-99. &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| PERSONALITY &lt;br /&gt;
| &lt;br /&gt;
*ATTRIBUTE&lt;br /&gt;
*lowest:median:highest &lt;br /&gt;
| Determines the range and chance of personality traits. Standard is 0:50:100. See [[DF2010:Personality_trait|Personality traits]] for more info.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| PET &lt;br /&gt;
|  &lt;br /&gt;
| Allows the creature to be tamed. Also allows all females of the species to breed regardless of marital status.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| PET_EXOTIC &lt;br /&gt;
|  &lt;br /&gt;
| You need a Dungeon master noble in your fortress for the creature to be tamable (but any Animal trainer can do the taming). &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| PETVALUE &lt;br /&gt;
| value &lt;br /&gt;
| How valuable a tamed animal/pet is. Actual cost in points in the embarking screen is (PETVALUE/2)+1 for an untrained animal, PETVALUE+1 for a trained(War or Hunting) one. Note that for an animal to be selectable in this screen, it must have the COMMON_DOMESTIC token. &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| PETVALUE_DIVISOR&lt;br /&gt;
| value&lt;br /&gt;
| Divides the creature's PETVALUE by the specified number. Used for bees to prevent a single hive from being worth a fortune.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|PHYS_ATT_CAP_PERC&lt;br /&gt;
|&lt;br /&gt;
*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;
| PHYS_ATT_RANGE &lt;br /&gt;
| &lt;br /&gt;
*ATTRIBUTE&lt;br /&gt;
*lowest:lower:low:median:high:higher:highest &lt;br /&gt;
| Sets up a 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;
| PHYS_ATT_RATES&lt;br /&gt;
| &lt;br /&gt;
*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;
| Physical attribute gain/decay rates. 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;
| PLUS_BP_GROUP&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 SET_BP_GROUP.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| PLUS_MATERIAL&lt;br /&gt;
| &lt;br /&gt;
*material&lt;br /&gt;
| Adds a material to selected materials. Used immediately after SELECT_MATERIAL.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| POP_RATIO &lt;br /&gt;
|  &lt;br /&gt;
| Weighted population of caste; Lower is rarer. Not to be confused with FREQUENCY.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| POPULATION_NUMBER &lt;br /&gt;
| min:max &lt;br /&gt;
| old guess: &amp;quot;The minimum/maximum numbers of how many of these creatures can show up on a map per year.&amp;quot;&amp;lt;br&amp;gt;Toady: &amp;quot;Pop number is the number per square of the region, I think.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| POWER&lt;br /&gt;
|&lt;br /&gt;
|Allows the being to represent itself as a deity. Requires CAN_SPEAK to actually do anything more than settle at a location.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| PREFSTRING &lt;br /&gt;
| string&lt;br /&gt;
| Sets what other creatures like about this creature. &amp;quot;Urist likes dwarves for their beards.&amp;quot; Multiple entries will be chosen from at random&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| PROFESSION_NAME &lt;br /&gt;
| &lt;br /&gt;
*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 CASTE_PROFESSION_NAME instead.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| PRONE_TO_RAGE&lt;br /&gt;
| number&lt;br /&gt;
| Untested effect, though it clearly affects how likely a creature is to become enraged. Number may be percentage chance of becoming enraged during combat.  As described in file_changes.txt, creatures with this token &amp;quot;follow its normal behavior, but flip out on occasion, higher rate = more flipping out&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| PUS&lt;br /&gt;
| &lt;br /&gt;
* {{L|material token}}&lt;br /&gt;
*matter state (LIQUID, GAS, SOLID) &lt;br /&gt;
| Specifies what the creature's wounds will ooze when infected.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div align=&amp;quot;center&amp;quot;&amp;gt;&lt;br /&gt;
{{alphabetical TOC}}&lt;br /&gt;
&amp;lt;/div&amp;gt;&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;20%&amp;quot; | Arguments&lt;br /&gt;
! width=&amp;quot;60%&amp;quot; | Description&lt;br /&gt;
|- &lt;br /&gt;
| RELSIZE &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;
| REMAINS&lt;br /&gt;
| singular:plural&lt;br /&gt;
| What creature's remains are called.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| REMAINS_COLOR&lt;br /&gt;
|&lt;br /&gt;
| What color creature's remains are.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| REMAINS_ON_VERMIN_BITE_DEATH&lt;br /&gt;
|&lt;br /&gt;
| Leaves remains when its attack causes it to die?  Seems to go with DIE_WHEN_VERMIN_BITE.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| REMAINS_UNDETERMINED&lt;br /&gt;
|&lt;br /&gt;
| Unknown.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| REMOVE_MATERIAL &lt;br /&gt;
| &lt;br /&gt;
*material token &lt;br /&gt;
| Removes a material from a creature.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| REMOVE_TISSUE&lt;br /&gt;
|&lt;br /&gt;
*material token&lt;br /&gt;
| Removes a tissue from a creature.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| RETURNS_VERMIN_KILLS_TO_OWNER&lt;br /&gt;
|&lt;br /&gt;
| Used with HUNTS_VERMIN, causes the creature to return killed vermin to its owner.&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div align=&amp;quot;center&amp;quot;&amp;gt;&lt;br /&gt;
{{alphabetical TOC}}&lt;br /&gt;
&amp;lt;/div&amp;gt;&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;20%&amp;quot; | Arguments&lt;br /&gt;
! width=&amp;quot;60%&amp;quot; | Description&lt;br /&gt;
|- &lt;br /&gt;
| SAVAGE &lt;br /&gt;
|  &lt;br /&gt;
| Allows creature to show up on (and limits it to) &amp;quot;savage&amp;quot; maps.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| SECRETION &lt;br /&gt;
| &lt;br /&gt;
* {{L|material token}}&lt;br /&gt;
*Material State&lt;br /&gt;
*location secreted from (by_type, by_category, by_token)&lt;br /&gt;
*body part &lt;br /&gt;
*tissue layer &lt;br /&gt;
| creates a secreted material on given tissue on a given part of the body.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| SELECT_ADDITIONAL_CASTE&lt;br /&gt;
| &lt;br /&gt;
*caste name&lt;br /&gt;
| adds an additional previously defined caste to the selection. Used immediately after SELECT_CASTE.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| SELECT_CASTE &lt;br /&gt;
| &lt;br /&gt;
*caste name, or ALL &lt;br /&gt;
| selects a previously defined caste&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| SELECT_MATERIAL &lt;br /&gt;
| &lt;br /&gt;
*Material token&lt;br /&gt;
| Selects a locally defined material. Can be ALL.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| SEMIMEGABEAST &lt;br /&gt;
| &lt;br /&gt;
| Appears as boss creature in quests. Makes history by rampaging around towns. Possibly inhabits non-mountain caves.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| SET_BP_GROUP &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;
| SET_TL_GROUP &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&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| SHEARABLE_TISSUE_LAYER&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 (a llama's wool must have a LENGTH of 300 before it is shearable).&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| SKILL_LEARN_RATE&lt;br /&gt;
| {{L|skill_token}}:percentage&lt;br /&gt;
| The rate at which this creature learns this skill.  Requires CAN_LEARN or INTELLIGENT to function.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| SKILL_LEARN_RATES&lt;br /&gt;
| percentage&lt;br /&gt;
| The rate at which this creature learns all skills.  Requires CAN_LEARN or INTELLIGENT to function.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| SKILL_RATE&lt;br /&gt;
| {{L|skill_token}}:percentage:value:value:value&lt;br /&gt;
| As SKILL_RATES for individual skills.  Requires CAN_LEARN or INTELLIGENT to function.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| SKILL_RATES&lt;br /&gt;
|  &lt;br /&gt;
*% of improvement points you get&lt;br /&gt;
*unused counter rate&lt;br /&gt;
*rust counter rate&lt;br /&gt;
*demotion counter rate&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].   [SLOW_LEARNER] changes the 100 to a 50.  Requires CAN_LEARN or INTELLIGENT to function.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| SKILL_RUST_RATE&lt;br /&gt;
| {{L|skill_token}}:value:value:value&lt;br /&gt;
| The rate at which this skill decays. Lower values cause the skill to decay faster.  Requires CAN_LEARN or INTELLIGENT to function.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| SKILL_RUST_RATES&lt;br /&gt;
| value:value:value&lt;br /&gt;
| The rate at which all skills decay. Lower values cause the skills to decay faster.  Requires CAN_LEARN or INTELLIGENT to function.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| SLOW_LEARNER &lt;br /&gt;
|  &lt;br /&gt;
| Similar to [CAN_LEARN], but slower; skills are gained at a fraction of the rate. Present in the entries for ogres and giants; can be applied to civ or player races. &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| SMALL_REMAINS &lt;br /&gt;
|  &lt;br /&gt;
| If a creature has this token, it'll leave &amp;quot;remains&amp;quot; instead of a corpse.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| SOLDIER_ALTTILE&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;
| SOUND&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;
&lt;br /&gt;
|-&lt;br /&gt;
| SPECIFIC_FOOD&lt;br /&gt;
|&lt;br /&gt;
* PLANT or CREATURE&lt;br /&gt;
* Plant/creature ID&lt;br /&gt;
| Indicates that the creature is only capable of eating a particular type of food.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| SPEECH &lt;br /&gt;
| speech file &lt;br /&gt;
| Boasting speeches relating to killing this creature. Examples include dwarf.txt and elf.txt in data\speech.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| SPEECH_FEMALE&lt;br /&gt;
| speech file &lt;br /&gt;
| Boasting speeches relating to killing females of this creature.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| SPEECH_MALE&lt;br /&gt;
| speech file &lt;br /&gt;
| Boasting speeches relating to killing males of this creature.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| SPEED &lt;br /&gt;
| value &lt;br /&gt;
| Sets the creatures' movement and work speed, 1000/[100 + SPEED X] is the resulting effect on creatures movement and work rates from default. See {{L|Speed}} for more information.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| SPHERE &lt;br /&gt;
| &lt;br /&gt;
*sphere name &lt;br /&gt;
| Sets what religious spheres the creature is aligned to, for purposes of being worshipped via the [POWER] token. Also affects the layout of hidden fun stuff, and the creature's name.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| SPOUSE_CONVERSION_TARGET&lt;br /&gt;
|&lt;br /&gt;
| This creature can be converted by a night creature with SPOUSE_CONVERTED.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| SPOUSE_CONVERTER&lt;br /&gt;
|&lt;br /&gt;
| Enables the creature to convert SPOUSE_CONVERSION_TARGETs into CONVERTED_SPOUSE castes of its species. The creature won't actually actively do this unless it also has NIGHT_CREATURE_HUNTER, however.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| SWIM_SPEED &lt;br /&gt;
| &lt;br /&gt;
*speed &lt;br /&gt;
| How fast the creature swims. Typically 2500 (0.38 times the default speed). &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| SWIMS_INNATE &lt;br /&gt;
|  &lt;br /&gt;
| The creature naturally knows how to swim, as opposed to [SWIMS_LEARNED] below. Currently, an AI bug prevents this from being useful on PC races in fortress mode. &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| SWIMS_LEARNED &lt;br /&gt;
|  &lt;br /&gt;
| The creature doesn't know how to swim unless it has learned the skill. Requires [CAN_LEARN], obviously. &lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div align=&amp;quot;center&amp;quot;&amp;gt;&lt;br /&gt;
{{alphabetical TOC}}&lt;br /&gt;
&amp;lt;/div&amp;gt;&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;20%&amp;quot; | Arguments&lt;br /&gt;
! width=&amp;quot;60%&amp;quot; | Description&lt;br /&gt;
|- &lt;br /&gt;
| TENDONS &lt;br /&gt;
| &lt;br /&gt;
* {{L|material token}}&lt;br /&gt;
*healing rate &lt;br /&gt;
| Defines the material and healing rate of tendons.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| THICKWEB &lt;br /&gt;
|  &lt;br /&gt;
| The creature's webs can catch larger creatures.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| TISSUE &lt;br /&gt;
| name &lt;br /&gt;
| Begins defining a tissue in the creature file.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| TITAN&lt;br /&gt;
|&lt;br /&gt;
| Found on {{L|titan}}s.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| TL_COLOR_MODIFIER &lt;br /&gt;
| COLOR:freq:COLOR:freq etc &lt;br /&gt;
| Creates a list of color patterns, giving each a frequency. &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| TLCM_GENETIC_MODEL&lt;br /&gt;
|&lt;br /&gt;
| tissue layer color modifier is passed to offspring genetically?&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| TLCM_IMPORTANCE&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;
| TLCM_NOUN &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&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| TLCM_TIMING &lt;br /&gt;
| &lt;br /&gt;
*ROOT&lt;br /&gt;
*start change window years:days:end change window years:days&lt;br /&gt;
| determines the point in the creature's life where the color change begins&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| TRADE_CAPACITY &lt;br /&gt;
|  &lt;br /&gt;
| How much the creature can carry when used by merchants. &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| TRAINABLE &lt;br /&gt;
|  &lt;br /&gt;
| Implies both [TRAINABLE_HUNTING] and [TRAINABLE_WAR].&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| TRAINABLE_HUNTING &lt;br /&gt;
|  &lt;br /&gt;
| Can be trained as hunting beasts by way of kennels.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| TRAINABLE_WAR &lt;br /&gt;
|  &lt;br /&gt;
| Can be trained as war beasts by way of kennels.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| TRANCES &lt;br /&gt;
|  &lt;br /&gt;
| Allows the creature to go into martial trances. Also allows strange moods to occur in the creature.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| TRAPAVOID &lt;br /&gt;
|  &lt;br /&gt;
| The creature is immune to traps. Probably every procedurally generated megabeast has this.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| TRIGGERABLE_GROUP &lt;br /&gt;
| min:max &lt;br /&gt;
| A large swarm of vermin can be disturbed, usually in Adventure mode.{{verify}}&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| TSU_NOUN &lt;br /&gt;
| &lt;br /&gt;
*noun&lt;br /&gt;
*SINGULAR or PLURAL &lt;br /&gt;
| Noun for the TISSUE_STYLE_UNIT, used in the description of the tissue layer's style.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div align=&amp;quot;center&amp;quot;&amp;gt;&lt;br /&gt;
{{alphabetical TOC}}&lt;br /&gt;
&amp;lt;/div&amp;gt;&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;20%&amp;quot; | Arguments&lt;br /&gt;
! width=&amp;quot;60%&amp;quot; | Description&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| UBIQUITOUS&lt;br /&gt;
|&lt;br /&gt;
| Creature will occur in every region with the correct biome.  Does not apply to evil/good tags.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| UNDERGROUND_DEPTH &lt;br /&gt;
|&lt;br /&gt;
*mindepth&lt;br /&gt;
*maxdepth &lt;br /&gt;
| Depth the creature appears underground. Numbers can be from 1 to 5. Only magma creatures use 4 or 5 in the default raws. A single argument may be used instead of min and max.  Dwarven civilizations will only export (via the embark screen or caravans) things that available at depth 1.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| UNDERSWIM &lt;br /&gt;
|  &lt;br /&gt;
| Creature swims under the water and can't be seen. Currently appears to have no effect as of 31.25.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| UNIQUE_DEMON&lt;br /&gt;
|  &lt;br /&gt;
| Typically found on generated {{L|demon}}s; causes the game to create a single named instance of the demon which will emerge from the underworld and take over civilizations during worldgen. Cannot be used for modder-defined creatures.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| USE_CASTE&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;
&lt;br /&gt;
|-&lt;br /&gt;
| USE_MATERIAL&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.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| USE_MATERIAL_TEMPLATE &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.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| USE_TISSUE&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;
| USE_TISSUE_TEMPLATE &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;
| UTTERANCES &lt;br /&gt;
|  &lt;br /&gt;
| Changes the language of the creature into an unintelligible mess.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div align=&amp;quot;center&amp;quot;&amp;gt;&lt;br /&gt;
{{alphabetical TOC}}&lt;br /&gt;
&amp;lt;/div&amp;gt;&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;20%&amp;quot; | Arguments&lt;br /&gt;
! width=&amp;quot;60%&amp;quot; | Description&lt;br /&gt;
|- &lt;br /&gt;
| VEGETATION &lt;br /&gt;
|  &lt;br /&gt;
| unknown&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| VERMIN_BITE &lt;br /&gt;
| &lt;br /&gt;
*chance of occurance{{verify}}&lt;br /&gt;
*verb (bitten, stung, etc)&lt;br /&gt;
* {{L|material token}}&lt;br /&gt;
| Vermin bites, and injects something.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| VERMIN_EATER&lt;br /&gt;
|&lt;br /&gt;
| The vermin creature will attempt to eat exposed food. See PENETRATEPOWER. Distict from VERMIN_ROTTER.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| VERMIN_FISH &lt;br /&gt;
|  &lt;br /&gt;
| The vermin appears in water and will attempt to swim around.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| VERMIN_GROUNDER &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;
| VERMIN_HATEABLE &lt;br /&gt;
|&lt;br /&gt;
| Some dwarves will hate the creature and get unhappy thoughts when around it. &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| VERMIN_MICRO &lt;br /&gt;
|  &lt;br /&gt;
| This makes the creature move in a swarm of creatures of the same race as it. I.E. Swarm of flies, swarm of ants, etc. &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| VERMIN_NOFISH &lt;br /&gt;
|  &lt;br /&gt;
| The creature cannot be caught by fishing. &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| VERMIN_NOROAM &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;
| VERMIN_NOTRAP &lt;br /&gt;
|  &lt;br /&gt;
| The creature cannot be caught in baited animal traps; however, a &amp;quot;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;
| VERMIN_ROTTER &lt;br /&gt;
|  &lt;br /&gt;
| Present on flies, knuckle worms, acorn flies, and blood gnats. Probably means either the creature is attracted to rot, the creature speeds rotting, or both.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| VERMIN_SOIL &lt;br /&gt;
|  &lt;br /&gt;
| The creature randomly appears near dirt or mud.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| VERMIN_SOIL_COLONY &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;
| VERMINHUNTER &lt;br /&gt;
|  &lt;br /&gt;
| Implies AT_PEACE_WITH_WILDLIFE, RETURNS_VERMIN_KILLS_TO_OWNER, HUNTS_VERMIN, and ADOPTS_OWNER.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| VESPERTINE &lt;br /&gt;
|  &lt;br /&gt;
| Sets if the creature is active in evening.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| VIEWRANGE&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;
&amp;lt;div align=&amp;quot;center&amp;quot;&amp;gt;&lt;br /&gt;
{{alphabetical TOC}}&lt;br /&gt;
&amp;lt;/div&amp;gt;&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;20%&amp;quot; | Arguments&lt;br /&gt;
! width=&amp;quot;60%&amp;quot; | Description&lt;br /&gt;
|- &lt;br /&gt;
| WAGON_PULLER &lt;br /&gt;
|  &lt;br /&gt;
| Allows the creature to pull caravan wagons. &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| WEBBER &lt;br /&gt;
| &lt;br /&gt;
* {{L|material token}}&lt;br /&gt;
| Allows the creature to create webs, and defines what the webs are made of.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| WEBIMMUNE &lt;br /&gt;
|  &lt;br /&gt;
| The creature will not get caught in thick webs.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Attack Tokens==&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;20%&amp;quot; | Arguments&lt;br /&gt;
! width=&amp;quot;60%&amp;quot; | Description&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| ATTACK_SKILL &lt;br /&gt;
| &lt;br /&gt;
*skill used ({{L|Skill token}})&lt;br /&gt;
| defines the attack skill used&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| ATTACK_VERB &lt;br /&gt;
| 2nd person:3rd person &lt;br /&gt;
| descriptive text for the attack&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| ATTACK_CONTACT_PERC &lt;br /&gt;
| &lt;br /&gt;
*% value &lt;br /&gt;
| amount of available tissue used in attack, or possibly percent chance the attack makes contact&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| ATTACK_PENETRATION_PERC &lt;br /&gt;
| &lt;br /&gt;
*% value &lt;br /&gt;
| probably amount of material that makes contact when penetration is done, or possibly percent chance the attack penetrates (as in sharp items. Default is 0, so it can be left out for blunt attacks, if this is what it does)&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| ATTACK_PRIORITY &lt;br /&gt;
| &lt;br /&gt;
*MAIN or SECOND &lt;br /&gt;
| use of the attack in combat. Secondary attacks are only used if main attacks are impossible.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| ATTACK_VELOCITY_MODIFIER&lt;br /&gt;
| number&lt;br /&gt;
| Modifies the attack velocity.  Believed to be percent based (so 100 would be &amp;quot;normal&amp;quot;).  May be on same scale as weapon velocity (where 1000 is &amp;quot;normal&amp;quot;).&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| ATTACK_FLAG_CANLATCH &lt;br /&gt;
|  &lt;br /&gt;
| Enables an attacker to occasionally latch on with the bodypart used by an attack when an attack with this flag in its definition is made.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| ATTACK_FLAG_WITH &lt;br /&gt;
|  &lt;br /&gt;
| In adventure mode, displays the name of the body part used by an attack when announcing the attack.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| ATTACK_FLAG_EDGE &lt;br /&gt;
|  &lt;br /&gt;
| attack type&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| SPECIALATTACK_INJECT_EXTRACT &lt;br /&gt;
| &lt;br /&gt;
* {{L|material token}}&lt;br /&gt;
*state (SOLID, LIQUID, GAS)&lt;br /&gt;
*min:max&lt;br /&gt;
| attack type addition that injects a material into the victim.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| SPECIALATTACK_SUCK_BLOOD&lt;br /&gt;
| min:max&lt;br /&gt;
| Successful attack draws out an amount of blood randomized between the min and max value.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Important Related Tokens==&lt;br /&gt;
These next groups of tokens include several tokens that are not technically classified as creature tokens in string dump, but bear mentioning in this as they are used frequently in creature raws. (Some regular creature tokens may also be reprinted for the sake of ease of navigation)&lt;br /&gt;
&lt;br /&gt;
===Tissue Modification===&lt;br /&gt;
This next group of tokens deals setting and modifying tissue properties. (See also {{L|Tissue definition token}})&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;20%&amp;quot; | Arguments&lt;br /&gt;
! width=&amp;quot;60%&amp;quot; | Description&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| INSULATION&lt;br /&gt;
| &lt;br /&gt;
*value&lt;br /&gt;
| Tissue supplies the creature with heat insulation. Higher values result in more insulation.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| PLUS_TISSUE_LAYER &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 a tissue to those selected&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| PLUS_TL_GROUP &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;
| continues a selection of tissue layers&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| SELECT_TISSUE&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;
| SELECT_TISSUE_LAYER &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;
| Selects a tissue layer for descriptor and cosmetic purposes.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| SET_LAYER_TISSUE&lt;br /&gt;
|&lt;br /&gt;
| Sets a tissue layer to be made of a different tissue.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| TISSUE_LAYER &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;
| TISSUE_LAYER_OVER&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;
| Presumably a counterpart to TISSUE_LAYER_UNDER (see below).&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| TISSUE_LAYER_UNDER &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 Iron Man &lt;br /&gt;
       [TISSUE:GAS]&lt;br /&gt;
[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;
| TISSUE_LAYER_APPEARANCE_MODIFIER &lt;br /&gt;
| &lt;br /&gt;
*QUALITY&lt;br /&gt;
*lowest:lower:low:median:high:higher: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;
| TISSUE_LEAKS&lt;br /&gt;
|&lt;br /&gt;
| The selected tissue leaks out of the creature when the layers above it are pierced. As per an iron man's internal poison gas.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| TISSUE_MATERIAL&lt;br /&gt;
| &lt;br /&gt;
*VALUE (material)&lt;br /&gt;
*MATERIAL (material subtype)&lt;br /&gt;
| Defines the tissue material. VALUE can be LOCAL_CREATURE_MAT, INORGANIC etc. MATERIAL is a subtype of the material, e.g. [TISSUE_MATERIAL:INORGANIC:BRONZE]&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| TISSUE_STYLE_UNIT &lt;br /&gt;
| &lt;br /&gt;
*tissue&lt;br /&gt;
*shaping &lt;br /&gt;
| sets tissue to be in a certain shape, mostly used with tissues HAIR, BEARD, MOUSTACHE, SIDEBURNS.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| TL_COLOR_MODIFIER &lt;br /&gt;
| COLOR:freq:COLOR:freq etc &lt;br /&gt;
| Creates a list of color patterns, giving each a frequency. &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| TL_CONNECTS&lt;br /&gt;
|&lt;br /&gt;
| Presumably gives the CONNECTS attribute to selected layers.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| TL_HEALING_RATE&lt;br /&gt;
|&lt;br /&gt;
| Presumably changes the HEALING_RATE of the selected tissue layers.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| TL_MAJOR_ARTERIES&lt;br /&gt;
|&lt;br /&gt;
| Gives Major Artery attribute to selected layers.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| TL_PAIN_RECEPTORS&lt;br /&gt;
|&lt;br /&gt;
| Seems to set new number of pain receptors for selected tissue layers.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| TL_RELATIVE_THICKNESS&lt;br /&gt;
|&lt;br /&gt;
| Seems to set new relative thickness for selected tissue layers.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| TL_VASCULAR&lt;br /&gt;
|&lt;br /&gt;
| Seems to set new a 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;
*{{L|Body detail plan token}}&lt;br /&gt;
*{{L|Body token}}&lt;br /&gt;
*{{L|Material definition token}}&lt;br /&gt;
*{{L|Syndrome}}&lt;br /&gt;
*{{L|Tissue definition token}}&lt;br /&gt;
&lt;br /&gt;
{{Category|Modding}}&lt;br /&gt;
{{Category|Tokens}}&lt;/div&gt;</summary>
		<author><name>I2amroy</name></author>
	</entry>
	<entry>
		<id>https://dwarffortresswiki.org/index.php?title=v0.31:Tissue_definition_token&amp;diff=154195</id>
		<title>v0.31:Tissue definition token</title>
		<link rel="alternate" type="text/html" href="https://dwarffortresswiki.org/index.php?title=v0.31:Tissue_definition_token&amp;diff=154195"/>
		<updated>2011-11-06T19:12:19Z</updated>

		<summary type="html">&lt;p&gt;I2amroy: /* Defaults */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{quality|Fine|21:41, 22 February 2011 (UTC)}}{{av}}&lt;br /&gt;
&lt;br /&gt;
__TOC__&lt;br /&gt;
&lt;br /&gt;
{| {{prettytable}}&lt;br /&gt;
|- bgcolor=&amp;quot;#999999&amp;quot;&lt;br /&gt;
! Token&lt;br /&gt;
! Arguments&lt;br /&gt;
! Description&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| TISSUE_NAME&lt;br /&gt;
|&lt;br /&gt;
*name&lt;br /&gt;
*value&lt;br /&gt;
|name = name.&lt;br /&gt;
value = plural name, NP (No Plural) or STP (Standard Plural, adds an 's' on the end).&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| TISSUE_MATERIAL&lt;br /&gt;
| &lt;br /&gt;
* {{L|material token}}&lt;br /&gt;
| Defines the tissue material.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| RELATIVE_THICKNESS&lt;br /&gt;
| &lt;br /&gt;
*value&lt;br /&gt;
| The thickness of the tissue. A higher thickness is harder to penetrate.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| HEALING_RATE&lt;br /&gt;
| &lt;br /&gt;
*value&lt;br /&gt;
| Lower is faster. Omitting the token will result in a tissue that never heals.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| VASCULAR&lt;br /&gt;
| &lt;br /&gt;
*value&lt;br /&gt;
| Related to how much said tissue bleeds. Higher = More bleeding&lt;br /&gt;
(Which is why the heart has the highest value.)&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| PAIN_RECEPTORS&lt;br /&gt;
| &lt;br /&gt;
*value&lt;br /&gt;
| Related to how much pain your character will suffer when said tissue is damaged. Higher = More pain when damaged &lt;br /&gt;
(Which is why the bone tissue has a much higher value than other tissues. A broken bone hurts a lot more than a cut.)&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| THICKENS_ON_STRENGTH&lt;br /&gt;
| N/A&lt;br /&gt;
| The thickness of the tissue increases when character strength increases.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| THICKENS_ON_ENERGY_STORAGE&lt;br /&gt;
| N/A&lt;br /&gt;
| Thickness of said tissue increases when the character eats and doesn't exercise sufficiently.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| ARTERIES&lt;br /&gt;
| N/A&lt;br /&gt;
| The tissue contains arteries.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| SCARS&lt;br /&gt;
| N/A&lt;br /&gt;
| Simply whether or not the tissue will be scarred once healed.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| STRUCTURAL&lt;br /&gt;
| N/A&lt;br /&gt;
| ?&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| CONNECTIVE_TISSUE_ANCHOR&lt;br /&gt;
| N/A&lt;br /&gt;
| ?&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| SETTABLE&lt;br /&gt;
| N/A&lt;br /&gt;
| The tissue can be set if broken.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| SPLINTABLE&lt;br /&gt;
| N/A&lt;br /&gt;
| The tissue can be wrapped in a splint if broken.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| FUNCTIONAL&lt;br /&gt;
| N/A&lt;br /&gt;
| The tissue performs some sort of special function (e.g. sight, hearing, breathing, etc.)&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| NERVOUS&lt;br /&gt;
| N/A&lt;br /&gt;
| Unknown - not used.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| THOUGHT&lt;br /&gt;
| N/A&lt;br /&gt;
| Unknown - not used.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| MUSCULAR&lt;br /&gt;
| N/A&lt;br /&gt;
| Seems to affect where sensory or motor nerves are located.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| SMELL&lt;br /&gt;
| N/A&lt;br /&gt;
| Unknown - not used.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| HEAR&lt;br /&gt;
| N/A&lt;br /&gt;
| Unknown - not used.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| FLIGHT&lt;br /&gt;
| N/A&lt;br /&gt;
| Unknown - not used.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| BREATHE&lt;br /&gt;
| N/A&lt;br /&gt;
| Unknown - not used.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| SIGHT&lt;br /&gt;
| N/A&lt;br /&gt;
| Unknown - not used.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| CONNECTS&lt;br /&gt;
| N/A&lt;br /&gt;
| ?&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| MAJOR_ARTERIES&lt;br /&gt;
| N/A&lt;br /&gt;
| Unknown - may cause tissue to severely bleed when damaged.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| INSULATION&lt;br /&gt;
| &lt;br /&gt;
*value&lt;br /&gt;
| Tissue supplies the creature with heat insulation. Higher values result in more insulation.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| COSMETIC&lt;br /&gt;
| N/A&lt;br /&gt;
| ?&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| STYLEABLE&lt;br /&gt;
| N/A&lt;br /&gt;
| The tissue can be styled as per a tissue style (defined in an {{L|Entity_token|entity}} entry)&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| TISSUE_SHAPE&lt;br /&gt;
| &lt;br /&gt;
*value&lt;br /&gt;
| Value can be LAYER, STRANDS, FEATHERS, SCALES, or CUSTOM.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| SUBORDINATE_TO_TISSUE&lt;br /&gt;
| &lt;br /&gt;
*value&lt;br /&gt;
| Tissue is implicitly attached to another tissue. Used for hair and feathers.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| TISSUE_MAT_STATE&lt;br /&gt;
|&lt;br /&gt;
*SOLID, LIQUID, or GAS&lt;br /&gt;
(possibly others, such as POWDER as well. Needs testing.)&lt;br /&gt;
| Sets/forces a default material state for the selected tissue.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| TISSUE_LEAKS&lt;br /&gt;
| N/A&lt;br /&gt;
| The selected tissue leaks out of the creature when the layers above it are pierced.&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Tissue Layer Tokens==&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;20%&amp;quot; | Arguments&lt;br /&gt;
! width=&amp;quot;60%&amp;quot; | Description&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|SET_LAYER_TISSUE&lt;br /&gt;
|&lt;br /&gt;
* tissue&lt;br /&gt;
| Sets a tissue layer to be made of a different tissue.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|TL_RELATIVE_THICKNESS&lt;br /&gt;
|&lt;br /&gt;
* value&lt;br /&gt;
| Seems to set new relative thickness for selected tissue layers.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|TL_CONNECTS&lt;br /&gt;
|&lt;br /&gt;
| Presumably gives the CONNECTS attribute to selected layers.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|TL_MAJOR_ARTERIES&lt;br /&gt;
|&lt;br /&gt;
| Gives Major Artery attribute to selected layers.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|TL_HEALING_RATE&lt;br /&gt;
|&lt;br /&gt;
* value&lt;br /&gt;
| Presumably changes the HEALING_RATE of the selected tissue layers.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|TL_VASCULAR&lt;br /&gt;
|&lt;br /&gt;
| Seems to set new a VASCULAR value (which modulates bleeding) for selected tissue layers.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|TL_PAIN_RECEPTORS&lt;br /&gt;
|&lt;br /&gt;
| Seems to set new number of pain receptors for selected tissue layers.&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Defaults==&lt;br /&gt;
Default values (as of 0.31.21)&lt;br /&gt;
{| {{prettytable}}  style=&amp;quot;margin: 1em 1em 1em 0; background: #f9f9f9; border: 1px #aaa solid; border-collapse: collapse; font-size: 70%;&amp;quot;&lt;br /&gt;
|- bgcolor=&amp;quot;#999999&amp;quot;&lt;br /&gt;
! style=&amp;quot;font-size: 150%;&amp;quot;| TISSUE_TEMPLATE !! TISSUE_NAME !! TISSUE_MATERIAL !! TISSUE_MAT_STATE !! RELATIVE_THICKNESS !! HEALING_RATE !! VASCULAR !! PAIN_RECEPTORS !! SUBORDINATE_TO_TISSUE !! INSULATION !! TISSUE_SHAPE&lt;br /&gt;
|-&lt;br /&gt;
| SKIN_TEMPLATE || skin:NP || LOCAL_CREATURE_MAT:SKIN || || 1 || 100 || 1 || 5 || || || LAYER&lt;br /&gt;
|-&lt;br /&gt;
| FAT_TEMPLATE || fat:NP || LOCAL_CREATURE_MAT:FAT || || 1 || 100 || 3 || 5 || || 100 || LAYER&lt;br /&gt;
|-&lt;br /&gt;
| MUSCLE_TEMPLATE || muscle:muscles || LOCAL_CREATURE_MAT:MUSCLE || || 3 || 100 || 5 || 5 || || || LAYER&lt;br /&gt;
|-&lt;br /&gt;
| BONE_TEMPLATE || bone:NP || LOCAL_CREATURE_MAT:BONE || || 2 || 1000 || 3 || 50 || || || LAYER&lt;br /&gt;
|-&lt;br /&gt;
| SHELL_TEMPLATE || shell:NP || LOCAL_CREATURE_MAT:SHELL || || 2 || 1000 || || || || || LAYER&lt;br /&gt;
|-&lt;br /&gt;
| HORN_TEMPLATE || horn:NP || LOCAL_CREATURE_MAT:HORN || || 2 || || || || || || LAYER&lt;br /&gt;
|-&lt;br /&gt;
| HOOF_TEMPLATE || hoof:NP || LOCAL_CREATURE_MAT:HOOF || || 2 || || || || || || LAYER&lt;br /&gt;
|-&lt;br /&gt;
| CARTILAGE_TEMPLATE || cartilage:NP || LOCAL_CREATURE_MAT:CARTILAGE || || 2 || || || || || || LAYER&lt;br /&gt;
|-&lt;br /&gt;
| HAIR_TEMPLATE || hair:NP || LOCAL_CREATURE_MAT:HAIR || || 1 || || || || SKIN || 100 || STRANDS&lt;br /&gt;
|-&lt;br /&gt;
| CHEEK_WHISKERS_TEMPLATE || cheek whisker:STP || LOCAL_CREATURE_MAT:HAIR || || 2 || || || || SKIN || || STRANDS&lt;br /&gt;
|-&lt;br /&gt;
| CHIN_WHISKERS_TEMPLATE || chin whisker:STP || LOCAL_CREATURE_MAT:HAIR || || 2 || || || || SKIN || || STRANDS&lt;br /&gt;
|-&lt;br /&gt;
| MOUSTACHE_TEMPLATE || moustache:NP || LOCAL_CREATURE_MAT:HAIR || || 2 || || || || SKIN || || STRANDS&lt;br /&gt;
|-&lt;br /&gt;
| SIDEBURNS_TEMPLATE || sideburns:NP || LOCAL_CREATURE_MAT:HAIR || || 2 || || || || SKIN || || STRANDS&lt;br /&gt;
|-&lt;br /&gt;
| EYEBROW_TEMPLATE || eyebrow:NP || LOCAL_CREATURE_MAT:HAIR || || 2 || || || || SKIN || || STRANDS&lt;br /&gt;
|-&lt;br /&gt;
| EYELASH_TEMPLATE || eyelash:eyelashes || LOCAL_CREATURE_MAT:HAIR || || 2 || || || || SKIN || || STRANDS&lt;br /&gt;
|-&lt;br /&gt;
| FEATHER_TEMPLATE || feather:STP || LOCAL_CREATURE_MAT:FEATHER || || 2 || || || || SKIN || 100 || FEATHERS&lt;br /&gt;
|-&lt;br /&gt;
| SCALE_TEMPLATE || scale:STP || LOCAL_CREATURE_MAT:SCALE || || 1 || 100 || 1 || 5 || || || SCALES&lt;br /&gt;
|-&lt;br /&gt;
| NAIL_TEMPLATE || nail:NP || LOCAL_CREATURE_MAT:NAIL || || 2 || || || || || || LAYER&lt;br /&gt;
|-&lt;br /&gt;
| CLAW_TEMPLATE || claw:NP || LOCAL_CREATURE_MAT:CLAW || || 2 || || || || || || LAYER&lt;br /&gt;
|-&lt;br /&gt;
| TALON_TEMPLATE || talon:NP || LOCAL_CREATURE_MAT:TALON || || 2 || || || || || || LAYER&lt;br /&gt;
|-&lt;br /&gt;
| TOOTH_TEMPLATE || tooth:NP || LOCAL_CREATURE_MAT:TOOTH || || 2 || || || || || || LAYER&lt;br /&gt;
|-&lt;br /&gt;
| IVORY_TEMPLATE || ivory:NP || LOCAL_CREATURE_MAT:IVORY || || 2 || || || || || || LAYER&lt;br /&gt;
|-&lt;br /&gt;
| EYE_TEMPLATE || eye tissue:NP || LOCAL_CREATURE_MAT:EYE || || 1 || 100 || 3 || 5 || || || LAYER&lt;br /&gt;
|-&lt;br /&gt;
| NERVE_TEMPLATE || nervous tissue:NP || LOCAL_CREATURE_MAT:NERVE || || 1 || || 3 || || || || LAYER&lt;br /&gt;
|-&lt;br /&gt;
| BRAIN_TEMPLATE || brain tissue:NP || LOCAL_CREATURE_MAT:BRAIN || || 1 || || 3 || || || || LAYER&lt;br /&gt;
|-&lt;br /&gt;
| LUNG_TEMPLATE || lung tissue:NP || LOCAL_CREATURE_MAT:LUNG || || 1 || 100 || 8 || 5 || || || LAYER&lt;br /&gt;
|-&lt;br /&gt;
| HEART_TEMPLATE || heart tissue:NP || LOCAL_CREATURE_MAT:HEART || || 1 || 100 || 10 || 5 || || || LAYER&lt;br /&gt;
|-&lt;br /&gt;
| LIVER_TEMPLATE || liver tissue:NP || LOCAL_CREATURE_MAT:LIVER || || 1 || 100 || 8 || 5 || || || LAYER&lt;br /&gt;
|-&lt;br /&gt;
| GUT_TEMPLATE || gut:NP || LOCAL_CREATURE_MAT:GUT || || 1 || 100 || 3 || 5 || || || LAYER&lt;br /&gt;
|-&lt;br /&gt;
| STOMACH_TEMPLATE || stomach tissue:NP || LOCAL_CREATURE_MAT:STOMACH || || 1 || 100 || 3 || 5 || || || LAYER&lt;br /&gt;
|-&lt;br /&gt;
| PANCREAS_TEMPLATE || pancreatic tissue:NP || LOCAL_CREATURE_MAT:PANCREAS || || 1 || 100 || 3 || 5 || || || LAYER&lt;br /&gt;
|-&lt;br /&gt;
| SPLEEN_TEMPLATE || spleen tissue:NP || LOCAL_CREATURE_MAT:SPLEEN || || 1 || 100 || 5 || 5 || || || LAYER&lt;br /&gt;
|-&lt;br /&gt;
| KIDNEY_TEMPLATE || kidney tissue:NP || LOCAL_CREATURE_MAT:KIDNEY || || 1 || 100 || 8 || 5 || || || LAYER&lt;br /&gt;
|-&lt;br /&gt;
| FLAME_TEMPLATE || flames:NP || LOCAL_CREATURE_MAT:FLAME || GAS || 1 || || || || || || LAYER&lt;br /&gt;
|-&lt;br /&gt;
| CHITIN_TEMPLATE || chitin:NP || LOCAL_CREATURE_MAT:CHITIN || || 1 || 100 || 1 || 5 || || || LAYER&lt;br /&gt;
|- bgcolor=&amp;quot;#999999&amp;quot;&lt;br /&gt;
! style=&amp;quot;font-size: 150%;&amp;quot;| TISSUE_TEMPLATE !! TISSUE_NAME !! TISSUE_MATERIAL !! TISSUE_MAT_STATE !! RELATIVE_THICKNESS !! HEALING_RATE !! VASCULAR !! PAIN_RECEPTORS !! SUBORDINATE_TO_TISSUE !! INSULATION !! TISSUE_SHAPE&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
Default flags (as of 0.31.21)&lt;br /&gt;
{| {{prettytable}}  style=&amp;quot;margin: 1em 1em 1em 0; background: #f9f9f9; border: 1px #aaa solid; border-collapse: collapse; font-size: 70%;&amp;quot;&lt;br /&gt;
|- bgcolor=&amp;quot;#999999&amp;quot;  style=&amp;quot;font-size: 70%;&amp;quot;&lt;br /&gt;
! style=&amp;quot;font-size: 150%;&amp;quot;| TISSUE_TEMPLATE !! THICKENS_ON_ENERGY_STORAGE !! THICKENS_ON_STRENGTH !! ARTERIES !! SCARS !! MUSCULAR !! FUNCTIONAL !!  STRUCTURAL !! CONNECTIVE_TISSUE_ANCHOR !! CONNECTS !! SETTABLE !! SPLINTABLE !! COSMETIC !! STYLEABLE &lt;br /&gt;
|-&lt;br /&gt;
| SKIN_TEMPLATE || || || || X || || || || || X || || || || &lt;br /&gt;
|-&lt;br /&gt;
| FAT_TEMPLATE || X || || || X || ||  || || || X || || || || &lt;br /&gt;
|-&lt;br /&gt;
| MUSCLE_TEMPLATE || || X || X || X || X || || || || X || || || &lt;br /&gt;
|-&lt;br /&gt;
| BONE_TEMPLATE || || || || || || || X || X || X || X || X  || || &lt;br /&gt;
|-&lt;br /&gt;
| SHELL_TEMPLATE || || || || || || || X || || X || X || X || || &lt;br /&gt;
|-&lt;br /&gt;
| HORN_TEMPLATE || || || || || || || X || || X || || || &lt;br /&gt;
|-&lt;br /&gt;
| HOOF_TEMPLATE || || || || || || || X || || X || || || &lt;br /&gt;
|-&lt;br /&gt;
| CARTILAGE_TEMPLATE || || || || || || || X || || X || || || &lt;br /&gt;
|-&lt;br /&gt;
| HAIR_TEMPLATE || || || || || || || || || || || || X || X &lt;br /&gt;
|-&lt;br /&gt;
| CHEEK_WHISKERS_TEMPLATE || || || || || || || || || || || || X || X &lt;br /&gt;
|-&lt;br /&gt;
| CHIN_WHISKERS_TEMPLATE || || || || || || || || || || || || X || X &lt;br /&gt;
|-&lt;br /&gt;
| MOUSTACHE_TEMPLATE || || || || || || || || || || || || X || X &lt;br /&gt;
|-&lt;br /&gt;
| SIDEBURNS_TEMPLATE || || || || || || || || || || || || X || X &lt;br /&gt;
|-&lt;br /&gt;
| EYEBROW_TEMPLATE || || || || || || || || || || || || X || X &lt;br /&gt;
|-&lt;br /&gt;
| EYELASH_TEMPLATE || || || || || || || || || || || || X || X &lt;br /&gt;
|-&lt;br /&gt;
| FEATHER_TEMPLATE || || || || || || || || || || || || &lt;br /&gt;
|-&lt;br /&gt;
| SCALE_TEMPLATE || || || || X || || || || || X || || || || &lt;br /&gt;
|-&lt;br /&gt;
| NAIL_TEMPLATE || || || || || || || X || || X || || || || &lt;br /&gt;
|-&lt;br /&gt;
| CLAW_TEMPLATE || || || || || || || X || || X || || || || &lt;br /&gt;
|-&lt;br /&gt;
| TALON_TEMPLATE || || || || || || || X || || X || || || || &lt;br /&gt;
|-&lt;br /&gt;
| TOOTH_TEMPLATE || || || || || || || X || || X || || || || &lt;br /&gt;
|-&lt;br /&gt;
| IVORY_TEMPLATE || || || || || || || X || || X || || || || &lt;br /&gt;
|-&lt;br /&gt;
| EYE_TEMPLATE || || || || X || || X || X || || X || || || &lt;br /&gt;
|-&lt;br /&gt;
| NERVE_TEMPLATE || || || || X || || X || || || X || || || &lt;br /&gt;
|-&lt;br /&gt;
| BRAIN_TEMPLATE || || || || X || || X || X || || X || || || &lt;br /&gt;
|-&lt;br /&gt;
| LUNG_TEMPLATE || || || || X || || X || X || || X || || || &lt;br /&gt;
|-&lt;br /&gt;
| HEART_TEMPLATE || || || || X || || X || X || || X || || || &lt;br /&gt;
|-&lt;br /&gt;
| LIVER_TEMPLATE || || || || X || || X || X || || X || || || &lt;br /&gt;
|-&lt;br /&gt;
| GUT_TEMPLATE || || || || X || || X || X || || X || || || &lt;br /&gt;
|-&lt;br /&gt;
| STOMACH_TEMPLATE || || || || X || || X || X || || X || || || &lt;br /&gt;
|-&lt;br /&gt;
| PANCREAS_TEMPLATE || || || || X || || X || X || || X || || || &lt;br /&gt;
|-&lt;br /&gt;
| SPLEEN_TEMPLATE || || || || X || || X || X || || X || || || &lt;br /&gt;
|-&lt;br /&gt;
| KIDNEY_TEMPLATE || || || || X || || X || X || || X || || || &lt;br /&gt;
|-&lt;br /&gt;
| FLAME_TEMPLATE || || || || || X || X || X || || X || || || &lt;br /&gt;
|-&lt;br /&gt;
| CHITIN_TEMPLATE || || || || X || || || X || X || X || X || X || || &lt;br /&gt;
&lt;br /&gt;
|- bgcolor=&amp;quot;#999999&amp;quot;  style=&amp;quot;font-size: 70%;&amp;quot;&lt;br /&gt;
! style=&amp;quot;font-size: 150%;&amp;quot;| TISSUE_TEMPLATE !! THICKENS_ON_ENERGY_STORAGE !! THICKENS_ON_STRENGTH !! ARTERIES !! SCARS !! MUSCULAR !! FUNCTIONAL !!  STRUCTURAL !! CONNECTIVE_TISSUE_ANCHOR !! CONNECTS !! SETTABLE !! SPLINTABLE !! COSMETIC !! STYLEABLE &lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==See Also==&lt;br /&gt;
*Material definition token&lt;br /&gt;
&lt;br /&gt;
{{Category|Modding}}&lt;br /&gt;
{{Category|Tokens}}&lt;/div&gt;</summary>
		<author><name>I2amroy</name></author>
	</entry>
	<entry>
		<id>https://dwarffortresswiki.org/index.php?title=v0.31:Syndrome&amp;diff=154194</id>
		<title>v0.31:Syndrome</title>
		<link rel="alternate" type="text/html" href="https://dwarffortresswiki.org/index.php?title=v0.31:Syndrome&amp;diff=154194"/>
		<updated>2011-11-06T19:09:13Z</updated>

		<summary type="html">&lt;p&gt;I2amroy: /* Creature effect tokens */ Alphabetized the table and separated it by targetable/non-targetable&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{quality|Masterwork|21:09, 26 April 2011 (UTC)}}{{av}}&lt;br /&gt;
&lt;br /&gt;
A '''syndrome''' is a disease or effect that a poor hapless creature might get through encountering certain creatures, extracts or vindictive modders. They generally cause unpleasant and frequently fatal {{L|symptoms}} over a short to long period of time, but some will clear up over time or with the assistance of a {{L|doctor}}.  A {{L|Hospital}} is required to diagnose and potentially treat the syndrome. [[File:Snakebite.png|200px|thumb|right|An example of a syndrome in effect. This hippo did not ultimately survive the encounter despite one bite being the only injury sustained.]]&lt;br /&gt;
&lt;br /&gt;
==List of syndromes==&lt;br /&gt;
{| {{prettytable}}&lt;br /&gt;
|- bgcolor=&amp;quot;#dddddd&amp;quot;&lt;br /&gt;
! Syndrome&lt;br /&gt;
! Venom&lt;br /&gt;
! Acquired&lt;br /&gt;
! Short-term Symptoms&lt;br /&gt;
! Long-term Symptoms&lt;br /&gt;
! Chronic Symptoms &lt;br /&gt;
|-&lt;br /&gt;
| Blob blisters&lt;br /&gt;
| cave blob fluid&amp;lt;br /&amp;gt;(contact)&lt;br /&gt;
| Touching a {{L|cave blob}}&lt;br /&gt;
| Mild pain&amp;lt;br/&amp;gt;Mild blisters&lt;br /&gt;
| None&lt;br /&gt;
| None&lt;br /&gt;
|-&lt;br /&gt;
| Cave floater sickness&lt;br /&gt;
| cave floater gas&amp;lt;br /&amp;gt;(inhaled)&lt;br /&gt;
| Expelled from {{L|cave floater}}&lt;br /&gt;
| Mild nausea&lt;br /&gt;
| Fever&amp;lt;br/&amp;gt;Strong drowsiness (delayed)&amp;lt;br/&amp;gt;Strong dizziness (delayed)&lt;br /&gt;
| None&lt;br /&gt;
|-&lt;br /&gt;
| Cave spider bite&lt;br /&gt;
| cave spider venom&amp;lt;br /&amp;gt;(injected)&lt;br /&gt;
| Being bitten by a {{L|cave spider}}&lt;br /&gt;
| None&lt;br /&gt;
| None&lt;br /&gt;
| Very mild dizziness&lt;br /&gt;
|-&lt;br /&gt;
| Phantom spider bite&lt;br /&gt;
| phantom spider venom&amp;lt;br /&amp;gt;(injected)&lt;br /&gt;
| Being bitten by a {{L|phantom spider}}&lt;br /&gt;
| None&lt;br /&gt;
| Numbness and mild dizziness&lt;br /&gt;
| None&lt;br /&gt;
|-&lt;br /&gt;
| Giant cave spider bite&lt;br /&gt;
| giant cave spider venom&amp;lt;br /&amp;gt;(injected)&lt;br /&gt;
| Being bitten by a {{L|giant cave spider}}&lt;br /&gt;
| Complete paralysis&amp;lt;sup&amp;gt;1&amp;lt;/sup&amp;gt;&amp;lt;br/&amp;gt;'''Being eaten by the GCS'''&lt;br /&gt;
| None, not that it really matters.&lt;br /&gt;
| None&lt;br /&gt;
|-&lt;br /&gt;
| Gnomeblight&lt;br /&gt;
| {{L|gnomeblight}}&amp;lt;br /&amp;gt;(contact, inhaled, or injected)&lt;br /&gt;
| Unknown. Affects gnomes only&lt;br /&gt;
| None&lt;br /&gt;
| Severe systemic necrosis&amp;lt;sup&amp;gt;2&amp;lt;/sup&amp;gt;&lt;br /&gt;
| None&lt;br /&gt;
|-&lt;br /&gt;
| Giant desert scorpion sting&lt;br /&gt;
| giant desert scorpion&amp;lt;br /&amp;gt;(injected)&lt;br /&gt;
| Being stung by a {{L|giant desert scorpion}}&lt;br /&gt;
| None&lt;br /&gt;
| Necrosis of the brain and nervous system&amp;lt;sup&amp;gt;2&amp;lt;/sup&amp;gt;&lt;br /&gt;
| None&lt;br /&gt;
|- &lt;br /&gt;
| Helmet snake bite&lt;br /&gt;
| helmet snake venom&amp;lt;br /&amp;gt;(injected)&lt;br /&gt;
| Being bitten by a {{L|helmet snake}}&lt;br /&gt;
| Minor bleeding&lt;br /&gt;
| Fever&amp;lt;br/&amp;gt;Nausea&amp;lt;br/&amp;gt;Dizziness&amp;lt;br/&amp;gt;Localized swelling&amp;lt;br/&amp;gt;Localized oozing&amp;lt;br/&amp;gt;Localized bruising&amp;lt;br/&amp;gt;Strong pain&amp;lt;br/&amp;gt;Intense localized necrosis&amp;lt;br/&amp;gt;Possible loss of limb &lt;br /&gt;
| None&lt;br /&gt;
|-&lt;br /&gt;
| Iron man cough&lt;br /&gt;
| iron man gas&amp;lt;br /&amp;gt;(inhaled)&lt;br /&gt;
| Expelled by {{L|iron man}}&lt;br /&gt;
| Coughing blood&lt;br /&gt;
| None&lt;br /&gt;
| None&lt;br /&gt;
|-&lt;br /&gt;
| Platypus sting&lt;br /&gt;
| platypus venom&amp;lt;br /&amp;gt;(injected)&lt;br /&gt;
| Being kicked by a {{L|platypus}}, {{L|giant platypus}} or {{L|platypus man}}&lt;br /&gt;
| Pain and swelling&lt;br /&gt;
| Extreme pain, swelling possibly to the point of necrosis&lt;br /&gt;
| None&lt;br /&gt;
|-&lt;br /&gt;
| Serpent man bite&lt;br /&gt;
| serpent man venom&amp;lt;br /&amp;gt;(injected)&lt;br /&gt;
| Being bitten by a {{L|serpent man}}&lt;br /&gt;
| Complete paralysis&amp;lt;sup&amp;gt;1&amp;lt;/sup&amp;gt;&lt;br /&gt;
| None&lt;br /&gt;
| None&lt;br /&gt;
|-&lt;br /&gt;
| beast sickness&amp;lt;sup&amp;gt;3&amp;lt;/sup&amp;gt;&lt;br /&gt;
| random&lt;br /&gt;
| Encounters with {{L|forgotten beast}}s&lt;br /&gt;
| random&lt;br /&gt;
| random&lt;br /&gt;
| random&lt;br /&gt;
|-&lt;br /&gt;
| titan sickness&amp;lt;sup&amp;gt;3&amp;lt;/sup&amp;gt;&lt;br /&gt;
| random&lt;br /&gt;
| Encounters with {{L|titan}}s&lt;br /&gt;
| random&lt;br /&gt;
| random&lt;br /&gt;
| random&lt;br /&gt;
|-&lt;br /&gt;
| demon sickness&amp;lt;sup&amp;gt;3&amp;lt;/sup&amp;gt;&lt;br /&gt;
| random&lt;br /&gt;
| Encounters with {{L|demon}}s&lt;br /&gt;
| random&lt;br /&gt;
| random&lt;br /&gt;
| random&lt;br /&gt;
|}&lt;br /&gt;
:&amp;lt;small&amp;gt;1. For small creatures such as humans and dwarves, paralysis tends to result in suffocation.&amp;lt;/small&amp;gt;&lt;br /&gt;
:&amp;lt;small&amp;gt;2. Necrosis of the brain will eventually result in instant death once the brain rots away completely.&amp;lt;/small&amp;gt;&lt;br /&gt;
:&amp;lt;small&amp;gt;3. {{L|Titan}}s, {{L|forgotten beast}}s, and {{L|demon}}s have a chance to have a randomized syndrome. These range from pointless (mild blisters from inhaling boiling blood) to instantly deadly (Severe necrosis from a contact poison attached to a breath weapon/creature made of blood.&amp;lt;/small&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==The anatomy of a syndrome==&lt;br /&gt;
Mechanically, syndromes are bundles of tokens attached to a material - they're confined to creature materials in vanilla DF, but it's a simple matter to add them to inorganic materials.  When the material is injected, touched or inhaled (depending on the syndrome), the creature suffers the predations of a nasty disease or poison.  Here's an example syndrome, taken from the Giant Cave Spider raws.&lt;br /&gt;
&lt;br /&gt;
If you are having troubles getting the syndromes to work (ie, in combat reports, getting &amp;quot;'''supersnake''' n/a splatters~etc&amp;quot;), then simply throw the venom template into the actual creature's raw, which is what the LOCAL_CREATURE_MAT actually calls on; the venom being in the same file.&lt;br /&gt;
&lt;br /&gt;
    [USE_MATERIAL_TEMPLATE:POISON:CREATURE_EXTRACT_TEMPLATE]&lt;br /&gt;
        [STATE_NAME:ALL_SOLID:frozen giant cave spider venom]&lt;br /&gt;
        [STATE_ADJ:ALL_SOLID:frozen giant cave spider venom]&lt;br /&gt;
        [STATE_NAME:LIQUID:giant cave spider venom]&lt;br /&gt;
        [STATE_ADJ:LIQUID:giant cave spider venom]&lt;br /&gt;
        [STATE_NAME:GAS:boiling giant cave spider venom]&lt;br /&gt;
        [STATE_ADJ:GAS:boiling giant cave spider venom]&lt;br /&gt;
        [PREFIX:NONE]&lt;br /&gt;
        [ENTERS_BLOOD]&lt;br /&gt;
        [SYNDROME]&lt;br /&gt;
            [SYN_NAME:giant cave spider bite]&lt;br /&gt;
            [SYN_AFFECTED_CLASS:GENERAL_POISON]&lt;br /&gt;
            [SYN_IMMUNE_CREATURE:SPIDER_CAVE:ALL]&lt;br /&gt;
            [SYN_INJECTED]&lt;br /&gt;
            [CE_PARALYSIS:SEV:100:PROB:100:RESISTABLE:SIZE_DILUTES:START:5:PEAK:10:END:20]&lt;br /&gt;
&lt;br /&gt;
The first line, USE_MATERIAL_TEMPLATE, is creating a new material, called POISON, using the CREATURE_EXTRACT_TEMPLATE as the basis.  After this, the STATE_NAME and STATE_ADJ tokens are used to define the names and adjectives assigned to different states of the material - GAS, LIQUID and ALL_SOLID, in this case, though ALL is also a valid token.  At this stage, you can use any material tags like MAT_FIXED_TEMP or similar to set further material properties, though this usually isn't necessary.&lt;br /&gt;
&lt;br /&gt;
  ENTERS_BLOOD&lt;br /&gt;
This tag determines whether a poison enters the blood or not. If it is not included, the poison will splatter (if liquid) or flow (if gas) over the affected body part instead when injected. If you're using a contact poison, leave this out. Necessary for injected poisons.&lt;br /&gt;
  SYNDROME&lt;br /&gt;
This tag ends the material details and begins the definition of the actual syndrome.&lt;br /&gt;
  SYN_NAME&lt;br /&gt;
This one is self-explanatory - the name of the syndrome as it will appear in-game.&lt;br /&gt;
  SYN_AFFECTED_CLASS&lt;br /&gt;
This token defines what CREATURE_CLASS will be affected by the syndrome.  Most creatures are classed under GENERAL_POISON.  Multiple tokens can be used in a single syndrome.&lt;br /&gt;
  SYN_IMMUNE_CLASS&lt;br /&gt;
As above, but makes class immune.&lt;br /&gt;
  SYN_IMMUNE_CREATURE&lt;br /&gt;
This token defines which creatures CANNOT be affected by the syndrome - useful for addressing specific instances within a population, such as a specific caste or an individual creature that falls under GENERAL_POISON. Syntax is [SYN_IMMUNE_CREATURE:creature:caste]. ALL can be used for the caste.&lt;br /&gt;
  SYN_AFFECTED_CREATURE&lt;br /&gt;
As above, but makes creature or caste susceptible.&lt;br /&gt;
&lt;br /&gt;
  SYN_INJECTED, SYN_CONTACT, SYN_INHALED&lt;br /&gt;
This token determines the method of infection - injected syndromes must be injected via a creature attack, while contact syndromes result from any contamination of a creature by material splatter (such as blood) and inhaled syndromes must be inhaled in gaseous form, such as from boiling or a creature breath attack.  Any combination of these tags can be used.  A fun variation on the usual creature injection routine is to create a material with a SYN_CONTACT syndrome and have a creature use it for blood - this tends to end poorly for any predator that chooses to attack them.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
  [SPECIALATTACK_INJECT_EXTRACT:LOCAL_CREATURE_MAT:VENOM:LIQUID:100:100]&lt;br /&gt;
This is one method for getting a poison into a creature. If [ENTERS_BLOOD] is applied, it will be injected into the bloodstream. Otherwise, it will just splatter over the area. Put this on a creature attack. Substance type (gas, liquid, solid) does not appear to have an effect. The numbers on the end are minimum and maximum.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
CE_X, or creature effect tokens, are the real meat and bones of your syndrome.  They're detailed below.&lt;br /&gt;
&lt;br /&gt;
==Creature effect tokens==&lt;br /&gt;
Each and every syndrome has a number of creature effect tokens, represented by CE_X - these lovely little beauties determine exactly how the poor creature suffering from the syndrome is affected.  An example CE token is as follows:&lt;br /&gt;
&lt;br /&gt;
  [CE_NECROSIS:SEV:100:PROB:100:LOCALIZED:VASCULAR_ONLY:RESISTABLE:START:50:PEAK:1000:END:2000]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
In this example, we have an effect that will always cause severe necrosis in whichever bodypart it touches, so long as that bodypart is vascular and that the creature is not able to resist it in some manner.  The effect begins shortly after the syndrome is contracted, peaks 1000 {{L|time|time units}} afterwards, and finally ceases another 1000 time units later.&lt;br /&gt;
&lt;br /&gt;
As a general rule of thumb, so long as CE_X starts the string and START/PEAK/END end it, the order of the intervening tokens isn't important.&lt;br /&gt;
&lt;br /&gt;
*CE_X&lt;br /&gt;
The effect type.  This can be a number of different tokens, as detailed in the table below this list.&lt;br /&gt;
*SEV:X&lt;br /&gt;
The severity of the effect.  Higher values appear to be worse, with SEV:1000 CE_NECROSIS causing a part to near-instantly become rotten.&lt;br /&gt;
*PROB:X&lt;br /&gt;
The probability of the effect actually manifesting in the victim, as a percentage.  100 means always, 1 means a 1 in 100 chance.&lt;br /&gt;
*LOCALIZED (Overwrites BP tokens)&lt;br /&gt;
This tag causes an effect to ignore all BP tokens and then forces the game to attempt to apply the effect to the limb that came into contact with the contagion - ie. the part that was bitten by the creature injecting the syndrome material, or the one that was splattered by a contact contagion. If an effect can not be applied to the contacted limb (i.e. IMPAIR_FUNCTION on a non-organ) then this token makes the syndrome have no effect. This token also makes inhaled syndromes have no effect.&lt;br /&gt;
*BP:BODY_PART:TISSUE (Overwritten by LOCALIZED)&lt;br /&gt;
Specifies which body parts and tissues are to be affected by the syndrome. BODY_PART can be BY_CATEGORY:x to target body parts with a matching [CATEGORY:x] {{L|body token}} (or ALL to affect everything), BY_TYPE:x to target body parts having a particular type (UPPERBODY, LOWERBODY, HEAD, GRASP, or STANCE), or BY_TOKEN:x to target individual body parts by their ID (as specified in the [BP] token). For example, if you wanted to target the lungs of a creature, you would use BP:BY_CATEGORY:LUNG:ALL.  The syndrome would act on all bodyparts within the creature with the CATEGORY tag LUNG and affect all tissue layers.  For another example, say you wanted to cause the skin to rot off a creature - you could use BP:BY_CATEGORY:ALL:SKIN, targeting the SKIN tissue on all bodyparts. Multiple targets can be given in one syndrome by placing the BP tokens end to end. This is one of the most powerful and useful aspects of the syndrome system, as it allows you to selectively target bodyparts relevant to the contagion, like lungs for coal dust inhalation, or the eyes for exposure to an acid gas. Not everything takes a target!&lt;br /&gt;
*VASCULAR_ONLY (Optional)&lt;br /&gt;
This syndrome only affects tissue layers with the VASCULAR token.&lt;br /&gt;
*MUSCULAR_ONLY (Optional)&lt;br /&gt;
This syndrome only affects tissue layers with the MUSCULAR token.  Are you seeing a trend here?&lt;br /&gt;
*SIZE_DILUTES (Optional)&lt;br /&gt;
This token presumably causes the effects of the syndrome to scale with the size of the creature compared to the size of the dose of contagion they received, but has yet to be extensively tested.&lt;br /&gt;
*SIZE_DELAYS (Optional)&lt;br /&gt;
As above, this token has yet to be tested but presumably delays the onset of a syndrome according to the size of the victim.&lt;br /&gt;
&lt;br /&gt;
The details of this table are still being thrashed out by modders, so if you have anything to add, please don't hesitate to hit the edit button!&lt;br /&gt;
&lt;br /&gt;
Non-targeted syndromes will ignore any BP tokens and LOCALIZED tokens.&lt;br /&gt;
{| {{prettytable}}&lt;br /&gt;
|- bgcolor=&amp;quot;Bisque&amp;quot;&lt;br /&gt;
! Token&lt;br /&gt;
! Accepts Target&lt;br /&gt;
! Description&lt;br /&gt;
|-&lt;br /&gt;
| CE_BLEEDING&lt;br /&gt;
| Yes&lt;br /&gt;
| Causes the targeted bodypart to start bleeding, with heavy enough bleeding resulting in the death of the sufferer. Some conditions seem to cause bleeding to be fatal no matter how weak.&lt;br /&gt;
|-&lt;br /&gt;
| CE_BLISTERS&lt;br /&gt;
| Yes&lt;br /&gt;
| Covers the targeted bodypart with blisters.&lt;br /&gt;
|-&lt;br /&gt;
| CE_BRUISING&lt;br /&gt;
| Yes&lt;br /&gt;
| Causes the targeted bodypart to undergo bruising.&lt;br /&gt;
|-&lt;br /&gt;
| CE_IMPAIR_FUNCTION&lt;br /&gt;
| Yes&lt;br /&gt;
| An organ afflicted with this CE is rendered inoperable - for example, if both lungs are impaired the creature can't breathe and will suffocate.  This token only affects organs, not limbs.&lt;br /&gt;
|-&lt;br /&gt;
| CE_NECROSIS&lt;br /&gt;
| Yes&lt;br /&gt;
| Causes the targeted bodypart to rot, with associated tissue damage and miasma.  Badly necrotic limbs will require amputation and heavy rot will eventually result in bleeding.  Necrosis has some strange behavior involving bleeding to death that isn't fully understood; a 100% necrotic creature can survive fine with no non-yellow bodyparts but will die of bleeding as soon as they end a round of combat, even if they never take a hit. Because of this, fairly useless unless targeting the lungs or eyes.&lt;br /&gt;
|-&lt;br /&gt;
| CE_NUMBNESS&lt;br /&gt;
| Yes&lt;br /&gt;
| Causes numbness in the affected body part, blocking pain. Extreme numbness may lead to sensory nerve damage.&lt;br /&gt;
|-&lt;br /&gt;
| CE_OOZING&lt;br /&gt;
| Yes&lt;br /&gt;
| Causes pus to ooze from the afflicted bodypart.&lt;br /&gt;
|-&lt;br /&gt;
| CE_PAIN&lt;br /&gt;
| Yes&lt;br /&gt;
| Afflicts the targeted bodypart with intense pain.&lt;br /&gt;
|-&lt;br /&gt;
| CE_PARALYSIS&lt;br /&gt;
| Yes&lt;br /&gt;
| Causes paralysis in the affected body part. Targeted causes sluggishness and significantly reduces speed. Untargeted paralysis is 'complete paralysis' and will cause suffocation in smaller creatures.&lt;br /&gt;
|-&lt;br /&gt;
| CE_SWELLING&lt;br /&gt;
| Yes&lt;br /&gt;
| Causes the targeted bodypart to swell up. Extreme swelling may lead to necrosis.&lt;br /&gt;
|-&lt;br /&gt;
| CE_COUGH_BLOOD&lt;br /&gt;
| No&lt;br /&gt;
| This effect results in the sufferer periodically coughing blood, which stains the tile they're on and requires cleanup.  It doesn't appear to be lethal, but may cause minor bleeding damage.&lt;br /&gt;
|-&lt;br /&gt;
| CE_DIZZINESS&lt;br /&gt;
| No&lt;br /&gt;
| Inflicts the Dizziness condition, occasional fainting and a general slowdown in movement and work speed.&lt;br /&gt;
|-&lt;br /&gt;
| CE_DROWSINESS&lt;br /&gt;
| No&lt;br /&gt;
| Causes the Drowsiness condition.&lt;br /&gt;
|-&lt;br /&gt;
| CE_FEVER&lt;br /&gt;
| No&lt;br /&gt;
| Causes the Fever condition.&lt;br /&gt;
|-&lt;br /&gt;
| CE_NAUSEA&lt;br /&gt;
| No&lt;br /&gt;
| Causes the Nausea condition, and heavy vomiting. Can eventually lead to dehydration and death.&lt;br /&gt;
|-&lt;br /&gt;
| CE_UNCONSCIOUSNESS&lt;br /&gt;
| No&lt;br /&gt;
| Renders unconscious.&lt;br /&gt;
|-&lt;br /&gt;
| CE_VOMIT_BLOOD&lt;br /&gt;
| No&lt;br /&gt;
| This effect results in the sufferer periodically vomiting blood, which stains the tile they're on and requires cleanup.  It doesn't appear to be lethal, but may cause minor bleeding damage.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Inorganic syndromes and you!==&lt;br /&gt;
It's perfectly possible - and quite simple - to add a nasty syndrome to a type of rock or metal - you simply add the syndrome tokens to the material definition in the same manner that you would add them to a creature material definition.  The only catch is that since your hapless dwarves will only normally encounter the material in metal, gem or boulder form, a bit of creativity must be used to actually get them inside your citizens - that is, you need to make them 'explosively boil' as soon as they're mined or produced.  This has the sad side effect of destroying the actual item - sorry, no highly radioactive uranium this release.  &lt;br /&gt;
&lt;br /&gt;
The easiest way to accomplish this is to assign the material a low boiling point, usually just under room temperature, and make sure its temperature is fixed to a point above it.&lt;br /&gt;
  [MAT_FIXED_TEMP:9001]&lt;br /&gt;
  [BOILING_POINT:9000]&lt;br /&gt;
Now, as soon as this substance hits the open air - by being mined, smelted or reaction-produced at a custom workshop - it will EXPLOSIVELY BOIL, flooding a small area with delicious syndrome-rich gas.  Creatures who inhale the gas will be immediately hit with the syndrome you thoughtfully attached to the material definition earlier!&lt;br /&gt;
&lt;br /&gt;
There are a number of other tokens you can use to control the colour and naming conventions of your syndrome material, referred to as MATERIAL tokens.&lt;br /&gt;
&lt;br /&gt;
==Breath attacks==&lt;br /&gt;
If you want to really make a creature deadly, you can give it a breath attack to shoot your neurotoxin at your hapless dwarves from range. Some of these attacks have the unfortunate side effect of preventing a critter from using its regular attacks unless the enemy is ''on the same tile.'' You decide if it's worth it.&lt;br /&gt;
&lt;br /&gt;
To use a breath attack, place something like the following anywhere in your creature entry:&lt;br /&gt;
&lt;br /&gt;
  [MATERIAL_BREATH_ATTACK:LOCAL_CREATURE_MAT:SPITTER_SPIT:SOLID_GLOB]&lt;br /&gt;
&lt;br /&gt;
The LOCAL_CREATURE_MAT:SPITTER_SPIT refers to the material the breath attack will be made of - in this case, it is another material defined within the creature entry.&lt;br /&gt;
&lt;br /&gt;
===Breath Attack Types===&lt;br /&gt;
&lt;br /&gt;
{| {{prettytable}}&lt;br /&gt;
|- bgcolor=&amp;quot;#ddd&amp;quot;&lt;br /&gt;
! | Token&lt;br /&gt;
! | Description&lt;br /&gt;
|-&lt;br /&gt;
| TRAILING_GAS_FLOW&lt;br /&gt;
| Shoots a trail of gas substance at the creature. Fairly easy to dodge. Creature will attack as normal.&lt;br /&gt;
|-&lt;br /&gt;
| TRAILING_VAPOR_FLOW&lt;br /&gt;
| Similar to the trailing gas, but easier to breathe in, and condensed, so it will collect on creatures. Creature will attack as normal.&lt;br /&gt;
|-&lt;br /&gt;
| TRAILING_DUST_FLOW&lt;br /&gt;
| Lets out a cloud of solid dust. Appears to use cave-in dust physics, causing this to fling around anything it comes in contact with, making it capable of smashing creatures into the ground and flinging them over walls. Creature will attack as normal.&lt;br /&gt;
|-&lt;br /&gt;
| SOLID_GLOB&lt;br /&gt;
| Shoots a solid glob of spinning substance at the creature, leaving symbols similar to broken arrows. Essentially a projectile weapon. Some creatures with this breath attack will not move, preferring instead to stay and shoot globs at you, even when you are literally right next to them.&lt;br /&gt;
|-&lt;br /&gt;
| LIQUID_GLOB&lt;br /&gt;
| Shoots a '''solid''' glob of spinning substance at the creature. Essentially the same as SOLID_GLOB. May do less damage.&lt;br /&gt;
|-&lt;br /&gt;
| UNDIRECTED_GAS&lt;br /&gt;
| Creature occasionally releases a cloud of substance. Similar to TRAILING_GAS_FLOW, but undirected, thus affecting a larger area but losing the distance. Creature will attack as normal.&lt;br /&gt;
|-&lt;br /&gt;
| UNDIRECTED_VAPOR&lt;br /&gt;
| Creature occasionally releases a cloud of substance. Similar to TRAILING_VAPOR_FLOW, but undirected, thus affecting a larger area but losing the distance. Creature will attack as normal.&lt;br /&gt;
|-&lt;br /&gt;
| UNDIRECTED_DUST&lt;br /&gt;
| Creature occasionally releases a large cloud of substance, which will spread and dissipate. Similar to TRAILING_DUST_FLOW, but undirected, thus affecting a larger area but losing the distance - range is roughly the same as that of a cave-in. Creature will attack as normal. &amp;lt;s&amp;gt;DO NOT USE THIS TAG UNLESS YOU WANT TO KILL THE CREATURE AND EVERYTHING NEAR IT AND SEND PEOPLE FLYING.&amp;lt;/s&amp;gt; You know you want to.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
Keep in mind that you can use multiple breath attacks, which appears to make the creature choose between them at random. &lt;br /&gt;
&lt;br /&gt;
{{Category|Modding}}&lt;br /&gt;
[[ru:DF2010:Syndrome]]&lt;/div&gt;</summary>
		<author><name>I2amroy</name></author>
	</entry>
	<entry>
		<id>https://dwarffortresswiki.org/index.php?title=v0.31:Creature_token&amp;diff=154193</id>
		<title>v0.31:Creature token</title>
		<link rel="alternate" type="text/html" href="https://dwarffortresswiki.org/index.php?title=v0.31:Creature_token&amp;diff=154193"/>
		<updated>2011-11-06T18:49:46Z</updated>

		<summary type="html">&lt;p&gt;I2amroy: /* F */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{av}}{{Quality|Exceptional}}&lt;br /&gt;
&lt;br /&gt;
A full list of all known creature tokens.&lt;br /&gt;
&lt;br /&gt;
__NOTOC__&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div align=&amp;quot;center&amp;quot;&amp;gt;&lt;br /&gt;
{{alphabetical TOC}}&lt;br /&gt;
&amp;lt;/div&amp;gt;&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;20%&amp;quot; | Arguments&lt;br /&gt;
! width=&amp;quot;60%&amp;quot; | Description&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| ADOPTS_OWNER&lt;br /&gt;
|&lt;br /&gt;
| Tame creature cannot be made available for adoption, instead automatically adopting whoever it wants. It appears that the basic requirements for adoption are intact; for example, the creature is more likely to adopt an owner which likes creatures of that species.{{verify}}&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| ALCOHOL_DEPENDENT &lt;br /&gt;
|  &lt;br /&gt;
| Creature needs alcohol to get through the working day.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| ALL_ACTIVE &lt;br /&gt;
|  &lt;br /&gt;
| Sets if the creature is active in day, night, and twilight. Seems to be a separate value from DIURNAL/NOCTURNAL/CREPUSCULAR, rather than implying them. &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| ALTTILE &lt;br /&gt;
|  &lt;br /&gt;
| If set, the creature will blink between its [TILE] and its [ALTTILE]. &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| AMBUSHPREDATOR &lt;br /&gt;
|  &lt;br /&gt;
| Instead of charging relentlessly at prey, a creature with this tag will wait till the prey is within a few squares before charging.{{verify}}&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| AMPHIBIOUS &lt;br /&gt;
|  &lt;br /&gt;
| Allows a creature to breathe with or without {{L| water}}. Implies [AQUATIC].&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| APP_MOD_DESC_RANGE&lt;br /&gt;
|&lt;br /&gt;
*Range&lt;br /&gt;
| [http://www.bay12forums.com/smf/index.php?topic=60554.msg1766793#msg1766793 Forum post describing how description ranges work]&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| APP_MOD_GENETIC_MODEL&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;
| APP_MOD_IMPORTANCE&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;
| APP_MOD_NOUN &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;
| APP_MOD_RATE &lt;br /&gt;
| &lt;br /&gt;
*Rate (integer)&lt;br /&gt;
*Scale (DAILY,  YEARLY)&lt;br /&gt;
*min:max  of growth&lt;br /&gt;
*start year:start day&lt;br /&gt;
*end year: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;
| APPLY_CREATURE_VARIATION &lt;br /&gt;
| &lt;br /&gt;
*CV TEMPLATE NAME &lt;br /&gt;
| Loads the Creature Variation Template specified.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| APPLY_CURRENT_CREATURE_VARIATION &lt;br /&gt;
|  &lt;br /&gt;
| Applies loaded Creature Variation&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| AQUATIC &lt;br /&gt;
|  &lt;br /&gt;
| Allows a creature to breathe underwater, but causes it to &amp;quot;drown&amp;quot; out of {{L|water}}. &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| ARENA_RESTRICTED &lt;br /&gt;
|  &lt;br /&gt;
| Does not appear in arena mode list&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| ARTIFICIAL_HIVEABLE&lt;br /&gt;
|&lt;br /&gt;
| Can be kept in artificial hives by beekeepers.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| AT_PEACE_WITH_WILDLIFE&lt;br /&gt;
|&lt;br /&gt;
| Does not attack or frighten wildlife.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| ATTACK &lt;br /&gt;
| &lt;br /&gt;
*token&lt;br /&gt;
*bodypart&lt;br /&gt;
*selection criteria&lt;br /&gt;
*location &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;
[ATTACK:GORE:BODYPART:BY_CATEGORY:HORN]&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;
| ATTACK_TRIGGER &lt;br /&gt;
| pop:exported wealth:created wealth&lt;br /&gt;
| Specifies when a {{L|megabeast}} will attack the fortress.&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div align=&amp;quot;center&amp;quot;&amp;gt;&lt;br /&gt;
{{alphabetical TOC}}&lt;br /&gt;
&amp;lt;/div&amp;gt;&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;20%&amp;quot; | Arguments&lt;br /&gt;
! width=&amp;quot;60%&amp;quot; | Description&lt;br /&gt;
|- &lt;br /&gt;
| BABY &lt;br /&gt;
| integer &lt;br /&gt;
| Age at which creature is considered a child. Default is zero. One can think of this as the duration of the baby stage.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| BABYNAME &lt;br /&gt;
| singular: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 GENERAL_BABY_NAME.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| BEACH_FREQUENCY &lt;br /&gt;
|  &lt;br /&gt;
| {{L|Whale}}s and {{L|Sea nettle jellyfish|jellyfish}} have this. Controls the beaching frequency of the creature. &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| BENIGN &lt;br /&gt;
|  &lt;br /&gt;
| Determines whether creature can show up on &amp;quot;tame&amp;quot; maps (includes {{L|elephant}}s), which will generally avoid dwarves, although they may chase and/or attack them if they get too close). &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| BIOME &lt;br /&gt;
| &lt;br /&gt;
* {{L|biome token}}&lt;br /&gt;
| Select a {{L|Biome}} the creature may appear in.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| BLOOD&lt;br /&gt;
| &lt;br /&gt;
* {{L|material token}}&lt;br /&gt;
*matter state (LIQUID, GAS, SOLID) &lt;br /&gt;
| Specifies what the creature's blood is made of.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| BODY&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 {{L|Purring maggot}}. It creates a body with head, a heart, some guts, a brain, and a mouth. Thats all a maggot needs.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| BODY_APPEARANCE_MODIFIER &lt;br /&gt;
| &lt;br /&gt;
*ATTRIBUTE&lt;br /&gt;
*lowest:lower:low:median:high:higher: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;
| BODY_DETAIL_PLAN &lt;br /&gt;
| PlanName, PlanName:type:type:type:etc &lt;br /&gt;
| loads a plan 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 {{L|fox}}, the skin, fat, muscle, bones and cartilage out of the vertebrate tissues.&amp;lt;br /&amp;gt;&lt;br /&gt;
A {{L|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;
| BODY_SIZE&lt;br /&gt;
| years:days:size &lt;br /&gt;
| sets up size at a given time. Size is in cubic centimeters (milliliters), 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 {{L|minotaur}}. His birth size would be 10000 (10000 mL, ~10 kg). With 1 year and 168 days he would be 50000 tall (~50 kg). As an adult (with 12 years) he would weight roughly 220 kg&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| BODYGLOSS &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;
| BONECARN &lt;br /&gt;
|  &lt;br /&gt;
| Creature 'eats' bones. Eating bones makes their happiness go up, but can cause death (suffocation){{verify}}. Implies CARNIVORE.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| BP_APPEARANCE_MODIFIER &lt;br /&gt;
| &lt;br /&gt;
*QUALITY&lt;br /&gt;
*lowest:lower:low:median:high:higher: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;
| BUILDINGDESTROYER &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 b + C commands. &lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div align=&amp;quot;center&amp;quot;&amp;gt;&lt;br /&gt;
{{alphabetical TOC}}&lt;br /&gt;
&amp;lt;/div&amp;gt;&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;20%&amp;quot; | Arguments&lt;br /&gt;
! width=&amp;quot;60%&amp;quot; | Description&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| CAN_LEARN &lt;br /&gt;
|  &lt;br /&gt;
| The creature gets skills and professions. Note that this token makes the creature unable to be butchered 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.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| CAN_SPEAK &lt;br /&gt;
|  &lt;br /&gt;
| Can talk. Note that it is not necessary for a creature to gain social skills. If a member of a civilization (such as a pet) has this token, it'll need to eat and drink.{{verify}}&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| CANNOT_UNDEAD &lt;br /&gt;
|  &lt;br /&gt;
| Cannot be turned into a zombie or skeletal undead. Also prevents ghosts of that creature appearing.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| CANOPENDOORS &lt;br /&gt;
|  &lt;br /&gt;
| Allows the creature to open doors. &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| CARNIVORE &lt;br /&gt;
|  &lt;br /&gt;
| Creature ''only'' eats meat. Note that carnivorous species will not be able to survive worldgen if they do not also have NO_EAT.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| CASTE &lt;br /&gt;
| &lt;br /&gt;
*name &lt;br /&gt;
| defines a caste&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| CASTE_ALTTILE&lt;br /&gt;
|&lt;br /&gt;
*tile number or &amp;quot;letter&amp;quot;&lt;br /&gt;
| Caste-specific alternate tile. Expects CASTE_TILE&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| CASTE_COLOR&lt;br /&gt;
|&lt;br /&gt;
*fg&lt;br /&gt;
*bg&lt;br /&gt;
*brightness&lt;br /&gt;
| Creature tile color of the caste.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| CASTE_GLOWCOLOR&lt;br /&gt;
|&lt;br /&gt;
*fg&lt;br /&gt;
*bg&lt;br /&gt;
*brightness&lt;br /&gt;
| GLOWTILE color of the caste.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| CASTE_GLOWTILE&lt;br /&gt;
|&lt;br /&gt;
*tile value or &amp;quot;letter&amp;quot;&lt;br /&gt;
| Caste-specific glowtile&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| CASTE_NAME &lt;br /&gt;
| singular:plural:adjective &lt;br /&gt;
| The name of the caste of the creature in the game.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| CASTE_PROFESSION_NAME &lt;br /&gt;
| &lt;br /&gt;
*Profession&lt;br /&gt;
*singular&lt;br /&gt;
*plural &lt;br /&gt;
| alters the name of the given profession, caste-specific&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| CASTE_SOLDIER_ALTTILE&lt;br /&gt;
| 'character' or tile number&lt;br /&gt;
| Creatures of this caste active in their civilization's military will blink between their default tile and this one.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| CASTE_SOLDIER_TILE&lt;br /&gt;
| 'character' or tile number&lt;br /&gt;
| Creatures of this caste active in their civilization's military will use this tile instead.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| CASTE_SPEECH&lt;br /&gt;
| speech file?&lt;br /&gt;
| Possibly a caste-specific instance of the SPEECH token&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| CASTE_TILE&lt;br /&gt;
|&lt;br /&gt;
* tile number or &amp;quot;letter&amp;quot;&lt;br /&gt;
| Caste-specific creature tile.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| CAVE_ADAPT &lt;br /&gt;
|  &lt;br /&gt;
| Gives the creature a bonus in caves. Also causes [[Cave adaptation]]. &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| CHANGE_BODY_SIZE_PERC&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| CHILD &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 child stage. Without this token, a creature will not reproduce in Fortress mode.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| CHILDNAME &lt;br /&gt;
| singular:plural &lt;br /&gt;
| Defines a new name for a creature in child state at the caste level. For non-caste-specific child names, see GENERAL_CHILD_NAME.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| CLUSTER_NUMBER &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. Certain vermin fish use this token in combination with temperate ocean and river biome tokens to perform seasonal migrations.&lt;br /&gt;
e.g. [CLUSTER_NUMBER:1:3] &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|CLUTCH_SIZE&lt;br /&gt;
|&lt;br /&gt;
*min&lt;br /&gt;
*max&lt;br /&gt;
|Number of eggs laid in one sitting.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| COLONY_EXTERNAL&lt;br /&gt;
|&lt;br /&gt;
| Caste hovers around colony.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| COLOR &lt;br /&gt;
| foreground:background:brightness &lt;br /&gt;
| Color  of the creature's tile. &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| COMMON_DOMESTIC &lt;br /&gt;
|  &lt;br /&gt;
| Allows the creature to be brought with immigrants and when creating a new fortress, as long as the creature also includes at least one of the following tokens: PET, PACK_ANIMAL, WAGON_PULLER, MOUNT.  In addition, the creature must be NATURAL rather than FANCIFUL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| CONVERTED_SPOUSE&lt;br /&gt;
|&lt;br /&gt;
| Found only at caste level. Creatures of this caste's species with the SPOUSE_CONVERTER and NIGHT_CREATURE_HUNTER tokens will kidnap SPOUSE_CONVERSION_TARGETs of an appropriate sex and convert them into castes with CONVERTED_SPOUSE.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| COOKABLE_LIVE &lt;br /&gt;
|  &lt;br /&gt;
| Set this to allow the creature to be cooked in meals without first being butchered / fishcleaned.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| COPY_TAGS_FROM &lt;br /&gt;
| &lt;br /&gt;
*CREATURE NAME&lt;br /&gt;
| Copies tags from another specified creature.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| CREATURE_CLASS &lt;br /&gt;
|&lt;br /&gt;
*classname&lt;br /&gt;
| Creature class. Can be anything, but only existing use is GENERAL_POISON. Appears to only be used for Syndromes. Supposedly can also be used for entity positions.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| CREATURE_SOLDIER_TILE&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;
| CREATURE_TILE &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;
| CREPUSCULAR &lt;br /&gt;
|  &lt;br /&gt;
| Sets if the creature is active at twilight.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| CURIOUSBEAST_EATER &lt;br /&gt;
|  &lt;br /&gt;
| Allows a creature to steal and eat edible items from a site. &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| CURIOUSBEAST_GUZZLER &lt;br /&gt;
|  &lt;br /&gt;
| Allows a creature to (very quickly) drink your alcohol. Or spill the barrel to the ground. Also affects undead versions of the creature. &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| CURIOUSBEAST_ITEM &lt;br /&gt;
|  &lt;br /&gt;
| Allows a creature to steal things (apparently the highest value it can find). Semimegabeast thievery is in Legends mode. Lightweight creatures can probably steal heavy items.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| CV_ADD_TAG&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;
| CV_REMOVE_TAG&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;
&amp;lt;div align=&amp;quot;center&amp;quot;&amp;gt;&lt;br /&gt;
{{alphabetical TOC}}&lt;br /&gt;
&amp;lt;/div&amp;gt;&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;20%&amp;quot; | Arguments&lt;br /&gt;
! width=&amp;quot;60%&amp;quot; | Description&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| DEMON&lt;br /&gt;
|  &lt;br /&gt;
| Found on generated {{L|demon}}s; sets the creature as potential {{L|hell}} spawn&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| DESCRIPTION &lt;br /&gt;
| text &lt;br /&gt;
| A brief description of the creature type.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| DIE_WHEN_VERMIN_BITE&lt;br /&gt;
|&lt;br /&gt;
| Dies upon attacking.  Used for bee stings.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| DIFFICULTY &lt;br /&gt;
| integer &lt;br /&gt;
| Toady: &amp;quot;Difficulty determines how deep it places them in adventure mode/reclaim caves, and the chance that they are wounded the first few river attacks.&amp;quot; Also increases experience gain during adventure mode. &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| DIURNAL &lt;br /&gt;
|  &lt;br /&gt;
| Sets if the creature is active in day. &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| DOES_NOT_EXIST &lt;br /&gt;
|  &lt;br /&gt;
| Creature does not actually exist; used for fanciful creatures.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| DRAGONFIREBREATH &lt;br /&gt;
|  &lt;br /&gt;
| Creature breathes fire in a cone. &lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div align=&amp;quot;center&amp;quot;&amp;gt;&lt;br /&gt;
{{alphabetical TOC}}&lt;br /&gt;
&amp;lt;/div&amp;gt;&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;20%&amp;quot; | Arguments&lt;br /&gt;
! width=&amp;quot;60%&amp;quot; | Description&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| EGG_MATERIAL&lt;br /&gt;
|&lt;br /&gt;
* {{L|material token}}&lt;br /&gt;
*state (SOLID, LIQUID, or GAS)&lt;br /&gt;
| Egg material. Egg-laying creatures will 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;
| EGG_SIZE&lt;br /&gt;
|&lt;br /&gt;
*size&lt;br /&gt;
| Determines how long it takes for eggs to hatch{{verify}}. The larger the number, the longer it takes.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| EQUIPMENT_WAGON &lt;br /&gt;
|  &lt;br /&gt;
| Makes the creature into a large 3x3 creature responsible for carrying trade goods, pulled by two [WAGON_PULLER]s and driven by a merchant.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| EQUIPS &lt;br /&gt;
|  &lt;br /&gt;
| Allows the creature to wear or wield items.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| EVIL &lt;br /&gt;
|  &lt;br /&gt;
| Creature is considered evil and will only show up in evil biomes. Has no effect on cavern creatures.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| EXTRACT&lt;br /&gt;
|&lt;br /&gt;
* {{L|material token}}&lt;br /&gt;
| Defines a creature extract which can be obtained via {{L|small animal dissection}}.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| EXTRAVISION &lt;br /&gt;
|  &lt;br /&gt;
| Creature can see regardless of whether it has working eyes. &lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div align=&amp;quot;center&amp;quot;&amp;gt;&lt;br /&gt;
{{alphabetical TOC}}&lt;br /&gt;
&amp;lt;/div&amp;gt;&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;20%&amp;quot; | Arguments&lt;br /&gt;
! width=&amp;quot;60%&amp;quot; | Description&lt;br /&gt;
|- &lt;br /&gt;
| FANCIFUL &lt;br /&gt;
|  &lt;br /&gt;
| Makes every civilization know about the creature. The creature won't occur in regular material preference lists. The tag also adds some art value modifiers. Used for things like dragons and other legendary creatures. &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| FEATURE_ATTACK_GROUP&lt;br /&gt;
|&lt;br /&gt;
| Found on subterranean animalmen.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| FEATURE_BEAST&lt;br /&gt;
|&lt;br /&gt;
| Found on {{L|forgotten beast}}s.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| FEMALE &lt;br /&gt;
|  &lt;br /&gt;
| Inside a female caste, sets femaleness. Outside of a caste, sets all individuals female unless overridden by caste.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| FIREBREATH &lt;br /&gt;
|  &lt;br /&gt;
| The creature breathes long range fireballs and has a short range cone shaped fire breath attack.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| FIREIMMUNE &lt;br /&gt;
|  &lt;br /&gt;
| Renders a creature immune to being damaged by FIREBREATH's short range cone attack.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| FIREIMMUNE_SUPER &lt;br /&gt;
|  &lt;br /&gt;
| The creature is immune to DRAGONFIREBREATH. Implies FIREIMMUNE. &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| FISHITEM &lt;br /&gt;
|  &lt;br /&gt;
| Needs to be cleaned at a fishery&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| FIXED_TEMP &lt;br /&gt;
| temperature &lt;br /&gt;
| The natural heat generated by the creature.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| FLEEQUICK &lt;br /&gt;
|  &lt;br /&gt;
| Determines how soon a creature flees in a losing battle. &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| FLIER &lt;br /&gt;
|  &lt;br /&gt;
| Allows a creature to fly. Fortress Mode pathfinding only partially incorporates pathfinding - flying dwarves 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.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| FREQUENCY &lt;br /&gt;
|&lt;br /&gt;
*number, max 100&lt;br /&gt;
| Determines the time between creature spawns in Fortress Mode. Higher is more occurrences per time unit. Creatures without a frequency statement default to 50. Almost all others have either [FREQUENCY:5] or [FREQUENCY:100]. Not to be confused with POP_RATIO&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div align=&amp;quot;center&amp;quot;&amp;gt;&lt;br /&gt;
{{alphabetical TOC}}&lt;br /&gt;
&amp;lt;/div&amp;gt;&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;20%&amp;quot; | Arguments&lt;br /&gt;
! width=&amp;quot;60%&amp;quot; | Description&lt;br /&gt;
|- &lt;br /&gt;
| GENERAL_BABY_NAME &lt;br /&gt;
| singular:plural &lt;br /&gt;
| name at creature level&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| GENERAL_CHILD_NAME &lt;br /&gt;
| singular:plural &lt;br /&gt;
| name at creature level&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| GENERATED&lt;br /&gt;
|  &lt;br /&gt;
| Found on procedurally generated creatures like {{L|Forgotten beast}}s, (biome name) {{L|titan}}s, {{L|Demon}}s, and {{L|night creature}}s.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| GETS_INFECTIONS_FROM_ROT &lt;br /&gt;
|  &lt;br /&gt;
| Creature can get infections from necrotic tissue.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| GETS_WOUND_INFECTIONS &lt;br /&gt;
|  &lt;br /&gt;
| Creature's wounds can become infected.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| GLOWCOLOR &lt;br /&gt;
| &lt;br /&gt;
*foreground&lt;br /&gt;
*background&lt;br /&gt;
*brightness &lt;br /&gt;
| The colour of the GLOWTILE of the creature.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| GLOWTILE &lt;br /&gt;
| ascii character &lt;br /&gt;
| If present, the being glows in the dark (generally used for Adventure 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 CASTE_GLOWTILE instead.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| GNAWER &lt;br /&gt;
| verb (gnawed) &lt;br /&gt;
| The creature chews on food barrels and bags. &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| GO_TO_END &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;
| GO_TO_START &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;
| GO_TO_TAG&lt;br /&gt;
|  &lt;br /&gt;
| When using tags from an existing creature, inserts new tags after the specified tag.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| GOOD &lt;br /&gt;
|  &lt;br /&gt;
| Determines whether creature can show up on &amp;quot;good&amp;quot; areas. Eg. unicorn.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| GRASSTRAMPLE &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;
| GRAVITATE_BODY_SIZE&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;
| GRAZER&lt;br /&gt;
|&lt;br /&gt;
*number&lt;br /&gt;
| Animals is a grazer.  The higher the number, the less frequently it needs to eat in order to survive.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div align=&amp;quot;center&amp;quot;&amp;gt;&lt;br /&gt;
{{alphabetical TOC}}&lt;br /&gt;
&amp;lt;/div&amp;gt;&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;20%&amp;quot; | Arguments&lt;br /&gt;
! width=&amp;quot;60%&amp;quot; | Description&lt;br /&gt;
|-&lt;br /&gt;
| HABIT&lt;br /&gt;
| type:probability&lt;br /&gt;
| Defines certain behaviors for the creature. The habit types are COLLECT_TROPHIES, COOK_PEOPLE, COOK_VERMIN, GRIND_VERMIN, COOK_BLOOD, GRIND_BONE_MEAL, EAT_BONE_PORRIDGE, USE_ANY_MELEE_WEAPON, GIANT_NEST, and COLLECT_WEALTH. These may require the creature to have a lair to work properly.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| HABIT_NUM&lt;br /&gt;
| number or TEST_ALL&lt;br /&gt;
| Unknown. All lists of HABITs are preceded by [HABIT_NUM:TEST_ALL]&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| HAS_NERVES &lt;br /&gt;
|  &lt;br /&gt;
| This makes the creature susceptible to severed motor and sensory nerves when muscles are torn in limb, grasp and stance parts. Some butchering yields nervous tissue.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| HASSHELL&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;
| HIVE_PRODUCT&lt;br /&gt;
|&lt;br /&gt;
*number&lt;br /&gt;
*{{L|time}}&lt;br /&gt;
*{{L|item token}}s&lt;br /&gt;
| What product is harvested from {{L|Beekeeping industry|beekeeping}}.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| HOMEOTHERM &lt;br /&gt;
|  &lt;br /&gt;
| Default 'NONE'. The creature's normal body {{L|temperature}}&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| HUNTS_VERMIN&lt;br /&gt;
|&lt;br /&gt;
| Creature hunts and kills nearby vermin.&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div align=&amp;quot;center&amp;quot;&amp;gt;&lt;br /&gt;
{{alphabetical TOC}}&lt;br /&gt;
&amp;lt;/div&amp;gt;&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;20%&amp;quot; | Arguments&lt;br /&gt;
! width=&amp;quot;60%&amp;quot; | Description&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| IMMOBILE_LAND &lt;br /&gt;
|  &lt;br /&gt;
| The creature is immobile while on land.  Only works on AQUATIC creatures which can't breath on land.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| IMMOLATE &lt;br /&gt;
|  &lt;br /&gt;
| Will ignite, and potentially completely destroy, items the creature is standing on. Keep booze away from critters with this tag. &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| INTELLIGENT &lt;br /&gt;
|  &lt;br /&gt;
| Implies CAN_SPEAK and CAN_LEARN. CAN_LEARN probably means the creature gets skills - including social skills - and professions. Not recommended for uncivilized monsters.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| ITEMCORPSE &lt;br /&gt;
|     &lt;br /&gt;
* {{L|item token}}:subtype&lt;br /&gt;
* {{L|material token}}&lt;br /&gt;
| Determines if the creature leaves behind a non-standard corpse (i.e. wood, statue, bars, ash from ghost etc).&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| ITEMCORPSE_QUALITY &lt;br /&gt;
|  &lt;br /&gt;
| The quality of an item-type corpse left behind; 5 is masterpiece-level. &lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div align=&amp;quot;center&amp;quot;&amp;gt;&lt;br /&gt;
{{alphabetical TOC}}&lt;br /&gt;
&amp;lt;/div&amp;gt;&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;20%&amp;quot; | Arguments&lt;br /&gt;
! width=&amp;quot;60%&amp;quot; | Description&lt;br /&gt;
|-&lt;br /&gt;
| LAIR&lt;br /&gt;
| type:probability&lt;br /&gt;
| Found on megabeasts, semimegabeasts, and night creatues. The creature will seek out sites of this type and take them as lairs. The lair types are SIMPLE_BURROW, SIMPLE_MOUND, WILDERNESS_LOCATION, SHRINE, and LABYRINTH.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| LAIR_CHARACTERISTIC&lt;br /&gt;
| characteristic: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;
| LAIR_HUNTER&lt;br /&gt;
|&lt;br /&gt;
| This creature will actively hunt adventurers in its lair.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| LAIR_HUNTER_SPEECH&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;
| LARGE_PREDATOR &lt;br /&gt;
|  &lt;br /&gt;
| Will attack things that are smaller than it (like dwarves). Only one group of &amp;quot;large predators&amp;quot; will appear on any given map (possibly two groups on &amp;quot;savage&amp;quot; maps). In adventure mode, large predators will try to ambush and attack you (and your party will attack them back). 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;
&lt;br /&gt;
|- &lt;br /&gt;
| LARGE_ROAMING &lt;br /&gt;
|  &lt;br /&gt;
| In Fortress Mode, spawns outdoors and is not a vermin creature. &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| LAYS_EGGS&lt;br /&gt;
|&lt;br /&gt;
| Creature lays eggs instead of giving birth to live young.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| LAYS_UNUSUAL_EGGS&lt;br /&gt;
|&lt;br /&gt;
* {{L|item token}}&lt;br /&gt;
* {{L|material token}}&lt;br /&gt;
| Creature lays a particular item instead of regular eggs.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| LIGAMENTS &lt;br /&gt;
| &lt;br /&gt;
* {{L|material token}}&lt;br /&gt;
*healing rate &lt;br /&gt;
| Defines the material and healing rate of ligaments.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| LIGHT_GEN &lt;br /&gt;
|  &lt;br /&gt;
| The creature will generate light, such as in adventurer mode at night. &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| LIKES_FIGHTING &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 - included modded dwarves. &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| LISP&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;)&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| LITTERSIZE&lt;br /&gt;
| &lt;br /&gt;
* minumum&lt;br /&gt;
* maximum&lt;br /&gt;
| Determines the random chance of how many creatures are generated when giving birth. [LITTERSIZE:1:2]&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| LOCKPICKER &lt;br /&gt;
|  &lt;br /&gt;
| Lets a creature open doors that are set to forbidden in Fortress Mode.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| LOOSE_CLUSTERS &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;
&amp;lt;div align=&amp;quot;center&amp;quot;&amp;gt;&lt;br /&gt;
{{alphabetical TOC}}&lt;br /&gt;
&amp;lt;/div&amp;gt;&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;20%&amp;quot; | Arguments&lt;br /&gt;
! width=&amp;quot;60%&amp;quot; | Description&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| MAGICAL&lt;br /&gt;
|  &lt;br /&gt;
| Unknown.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| MAGMA_VISION &lt;br /&gt;
|  &lt;br /&gt;
| Creature's able to see while covered in magma. &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| MALE &lt;br /&gt;
|  &lt;br /&gt;
| The species or caste is all male.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| MANNERISM_?? &lt;br /&gt;
| &lt;br /&gt;
*occassionally body part &lt;br /&gt;
| Adds a possible mannerism to the creature's profile.&lt;br /&gt;
Refer to {{L|Creature mannerism token}}s&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| MATERIAL&lt;br /&gt;
|&lt;br /&gt;
*material id&lt;br /&gt;
| Begins defining a new material.{{verify}}&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| MATERIAL_BREATH_ATTACK &lt;br /&gt;
| &lt;br /&gt;
* {{L|material token}}&lt;br /&gt;
* breath attack type (TRAILING_DUST_FLOW, TRAILING_VAPOR_FLOW, TRAILING_GAS_FLOW, SOLID_GLOB, LIQUID_GLOB, UNDIRECTED_GAS, UNDIRECTED_VAPOR, UNDIRECTED_DUST) &lt;br /&gt;
| Creates an attack referencing a material, using a given type of breath attack.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| MATUTINAL&lt;br /&gt;
| &lt;br /&gt;
| Sets if the creature is active in dawn. &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| MAXAGE &lt;br /&gt;
| min:max &lt;br /&gt;
| Range of time in years in which death from old age may occur. Once a creature reaches the min value, it has a random chance each season of dying from old age. Unknown if the chance increases with further age.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| MEANDERER &lt;br /&gt;
|  &lt;br /&gt;
| Gives a creature random movement. &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| MEGABEAST &lt;br /&gt;
|  &lt;br /&gt;
| Appears on fortress territory in Fortress Mode occasionally. Can also be worshipped.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|MENT_ATT_CAP_PERC&lt;br /&gt;
|&lt;br /&gt;
*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;
| MENT_ATT_RANGE &lt;br /&gt;
|&lt;br /&gt;
*ATTRIBUTE&lt;br /&gt;
*lowest:lower:low:median:high:higher:highest &lt;br /&gt;
| Sets up a 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;
| MENT_ATT_RATES&lt;br /&gt;
| &lt;br /&gt;
*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;
| Mental attribute gain/decay rates. Defaults are 500:4:5:4.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| MILKABLE &lt;br /&gt;
| &lt;br /&gt;
* {{L|material token}}&lt;br /&gt;
* frequency&lt;br /&gt;
| Allows the creature to be milked. &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| MISCHIEVIOUS &lt;br /&gt;
|  &lt;br /&gt;
| Will pull any levers it comes across. Also makes creature spawn invisible and with several ranks in Ambusher. &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;
| MODVALUE&lt;br /&gt;
|  &lt;br /&gt;
| Seemingly no longer used - holdover from previous versions.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| MOUNT &lt;br /&gt;
|  &lt;br /&gt;
| Creature may be used as a mount.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| MOUNT_EXOTIC &lt;br /&gt;
|  &lt;br /&gt;
| You need the Dungeon master noble to mount the creature. &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| MULTIPLE_LITTER_RARE &lt;br /&gt;
|  &lt;br /&gt;
| Makes litters with more than one offspring rare. &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| MULTIPLY_VALUE &lt;br /&gt;
| &lt;br /&gt;
*Multiplier &lt;br /&gt;
| Multiplies value of materials.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| MUNDANE &lt;br /&gt;
|  &lt;br /&gt;
| Marks if the creature is an actual real-life creature. Only used for age-names at present, and determining whether a creature will attack creatures with the AT_PEACE_WITH_WILDLIFE token.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div align=&amp;quot;center&amp;quot;&amp;gt;&lt;br /&gt;
{{alphabetical TOC}}&lt;br /&gt;
&amp;lt;/div&amp;gt;&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;20%&amp;quot; | Arguments&lt;br /&gt;
! width=&amp;quot;60%&amp;quot; | Description&lt;br /&gt;
|- &lt;br /&gt;
| NAME &lt;br /&gt;
| singular:plural:adjective &lt;br /&gt;
| The generic name for any creature of this type - will be used when distinctions between caste are unimportant. For names for specific castes, use CASTE_NAME instead.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| NATURAL &lt;br /&gt;
|  &lt;br /&gt;
| Animal is considered to be natural.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| NATURAL_SKILL&lt;br /&gt;
| skill:value&lt;br /&gt;
| The creature possesses this skill at this level inherently. It begins with this skill at this level, and the skill may never rust below this level.  Requires CAN_LEARN or INTELLIGENT to function (changed in .25 or earlier that CAN_LEARN is no longer required).&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| NIGHT_CREATURE_BOGEYMAN&lt;br /&gt;
|&lt;br /&gt;
| Found on bogeymen. Creatures with this tag will join other bogeymen in attacking adventurers at night, and will also adopt their other behaviors, such as vanishing in smoke upon being killed. Setting the number of night creatures to zero in the world gen parameters will remove only the randomly-generated bogeymen.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| NIGHT_CREATURE_HUNTER&lt;br /&gt;
|&lt;br /&gt;
| If this creature has SPOUSE_CONVERTER, it will actively attempt to seek out potential conversion targets, abduct them, and convert them. Night creatures will seek out one SPOUSE_CONVERSION_TARGET &amp;lt;s&amp;gt;of the opposite sex&amp;lt;/s&amp;gt;(seems to choose anyone of any sex of the caste/s that have the CONVERTED_SPOUSE tag), convert them, and then have children with them(if possible). NIGHT_CREATURE_HUNTERs without SPOUSE_CONVERTER will not be placed. Setting the number of night creatures to zero in the world gen parameters will remove only the randomly-generated night creatures.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| NO_AUTUMN  &lt;br /&gt;
|  &lt;br /&gt;
| does not appear this season.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| NO_DIZZINESS &lt;br /&gt;
|  &lt;br /&gt;
| Creature cannot become dizzy&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| NO_DRINK &lt;br /&gt;
|  &lt;br /&gt;
| Creature does not need to drink. &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| NO_EAT &lt;br /&gt;
|  &lt;br /&gt;
| Creature does not need to eat. &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| NO_FEVERS &lt;br /&gt;
|  &lt;br /&gt;
| Creature cannot suffer fevers&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| NO_GENDER&lt;br /&gt;
|&lt;br /&gt;
| Creature has no gender.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| NO_SLEEP &lt;br /&gt;
|  &lt;br /&gt;
| Creature does not need to sleep. &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| NO_SPRING &lt;br /&gt;
|  &lt;br /&gt;
| does not appear this season.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| NO_SUMMER &lt;br /&gt;
|  &lt;br /&gt;
| does not appear this season.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| NO_THOUGHT_CENTER_FOR_MOVEMENT &lt;br /&gt;
|  &lt;br /&gt;
| Creatures doesn't require an organ with the [THOUGHT] tag to survive; generally used on creatures that don't have brains.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| NO_WINTER &lt;br /&gt;
|  &lt;br /&gt;
| does not appear this season.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| NOBONES &lt;br /&gt;
|  &lt;br /&gt;
| Creature has no bones.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| NOBREATHE &lt;br /&gt;
|  &lt;br /&gt;
| Creature doesn't need to breathe or have [BREATHE] parts in body. Cannot drown or be strangled. &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| NOCTURNAL &lt;br /&gt;
|  &lt;br /&gt;
| Sets if the creature is active in night. &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| NOEMOTION &lt;br /&gt;
|  &lt;br /&gt;
| The creature has no emotions, and does not rage.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| NOEXERT &lt;br /&gt;
|  &lt;br /&gt;
| Creature can't become tired or over-exerted. &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| NOFEAR &lt;br /&gt;
|  &lt;br /&gt;
| Creature doesn't feel fear and will never run away from battle. &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| NOMEAT &lt;br /&gt;
|  &lt;br /&gt;
| Creature will not drop meat on butcher. &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| NONAUSEA &lt;br /&gt;
|  &lt;br /&gt;
| Creature can't vomit.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| NOPAIN &lt;br /&gt;
|  &lt;br /&gt;
| Creature doesn't feel pain. &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| NOSKIN &lt;br /&gt;
|  &lt;br /&gt;
| Creature will not drop skin on butcher. &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| NOSKULL &lt;br /&gt;
|  &lt;br /&gt;
| Creature will not drop skull on butcher, rot, or decay of severed head. &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| NOSMELLYROT &lt;br /&gt;
|  &lt;br /&gt;
| Does not produce miasma when rotting&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| NOSTUCKINS &lt;br /&gt;
|  &lt;br /&gt;
| Weapons can't be stuck in creature. &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| NOSTUN &lt;br /&gt;
|  &lt;br /&gt;
| Creature can't be stunned. Creatures with this tag never wake up from sleep in Fortress Mode and stay drowsy. If this creature must eat and drink while playing, it WILL die.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| NOT_BUTCHERABLE &lt;br /&gt;
|  &lt;br /&gt;
| Cannot be butchered&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| NOTHOUGHT &lt;br /&gt;
|  &lt;br /&gt;
| Creature doesn't think, or doesn't require a [BRAIN] body part. &lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div align=&amp;quot;center&amp;quot;&amp;gt;&lt;br /&gt;
{{alphabetical TOC}}&lt;br /&gt;
&amp;lt;/div&amp;gt;&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;20%&amp;quot; | Arguments&lt;br /&gt;
! width=&amp;quot;60%&amp;quot; | Description&lt;br /&gt;
|- &lt;br /&gt;
| PACK_ANIMAL &lt;br /&gt;
|  &lt;br /&gt;
| Allows the creature to be used as a pack animal. Currently only used by merchants.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| PARALYZEIMMUNE &lt;br /&gt;
|  &lt;br /&gt;
| The creature is immune to all paralyzing special attacks.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| PATTERNFLIER&lt;br /&gt;
|  &lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| PEARL &lt;br /&gt;
|  &lt;br /&gt;
| Creature will generate pearls. &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| PENETRATEPOWER &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. Wood and cloth objects roll a 0-9 and if it's greater than the penetrate power, their contents escape for the time being. Other objects roll a 0-99. &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| PERSONALITY &lt;br /&gt;
| &lt;br /&gt;
*ATTRIBUTE&lt;br /&gt;
*lowest:median:highest &lt;br /&gt;
| Determines the range and chance of personality traits. Standard is 0:50:100. See [[DF2010:Personality_trait|Personality traits]] for more info.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| PET &lt;br /&gt;
|  &lt;br /&gt;
| Allows the creature to be tamed. Also allows all females of the species to breed regardless of marital status.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| PET_EXOTIC &lt;br /&gt;
|  &lt;br /&gt;
| You need a Dungeon master noble in your fortress for the creature to be tamable (but any Animal trainer can do the taming). &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| PETVALUE &lt;br /&gt;
| value &lt;br /&gt;
| How valuable a tamed animal/pet is. Actual cost in points in the embarking screen is (PETVALUE/2)+1 for an untrained animal, PETVALUE+1 for a trained(War or Hunting) one. Note that for an animal to be selectable in this screen, it must have the COMMON_DOMESTIC token. &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| PETVALUE_DIVISOR&lt;br /&gt;
| value&lt;br /&gt;
| Divides the creature's PETVALUE by the specified number. Used for bees to prevent a single hive from being worth a fortune.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|PHYS_ATT_CAP_PERC&lt;br /&gt;
|&lt;br /&gt;
*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;
| PHYS_ATT_RANGE &lt;br /&gt;
| &lt;br /&gt;
*ATTRIBUTE&lt;br /&gt;
*lowest:lower:low:median:high:higher:highest &lt;br /&gt;
| Sets up a 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;
| PHYS_ATT_RATES&lt;br /&gt;
| &lt;br /&gt;
*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;
| Physical attribute gain/decay rates. 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;
| PLUS_BP_GROUP&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 SET_BP_GROUP.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| PLUS_MATERIAL&lt;br /&gt;
| &lt;br /&gt;
*material&lt;br /&gt;
| Adds a material to selected materials. Used immediately after SELECT_MATERIAL.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| POP_RATIO &lt;br /&gt;
|  &lt;br /&gt;
| Weighted population of caste; Lower is rarer. Not to be confused with FREQUENCY.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| POPULATION_NUMBER &lt;br /&gt;
| min:max &lt;br /&gt;
| old guess: &amp;quot;The minimum/maximum numbers of how many of these creatures can show up on a map per year.&amp;quot;&amp;lt;br&amp;gt;Toady: &amp;quot;Pop number is the number per square of the region, I think.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| POWER&lt;br /&gt;
|&lt;br /&gt;
|Allows the being to represent itself as a deity. Requires CAN_SPEAK to actually do anything more than settle at a location.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| PREFSTRING &lt;br /&gt;
| string&lt;br /&gt;
| Sets what other creatures like about this creature. &amp;quot;Urist likes dwarves for their beards.&amp;quot; Multiple entries will be chosen from at random&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| PROFESSION_NAME &lt;br /&gt;
| &lt;br /&gt;
*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 CASTE_PROFESSION_NAME instead.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| PRONE_TO_RAGE&lt;br /&gt;
| number&lt;br /&gt;
| Untested effect, though it clearly affects how likely a creature is to become enraged. Number may be percentage chance of becoming enraged during combat.  As described in file_changes.txt, creatures with this token &amp;quot;follow its normal behavior, but flip out on occasion, higher rate = more flipping out&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| PUS&lt;br /&gt;
| &lt;br /&gt;
* {{L|material token}}&lt;br /&gt;
*matter state (LIQUID, GAS, SOLID) &lt;br /&gt;
| Specifies what the creature's wounds will ooze when infected.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div align=&amp;quot;center&amp;quot;&amp;gt;&lt;br /&gt;
{{alphabetical TOC}}&lt;br /&gt;
&amp;lt;/div&amp;gt;&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;20%&amp;quot; | Arguments&lt;br /&gt;
! width=&amp;quot;60%&amp;quot; | Description&lt;br /&gt;
|- &lt;br /&gt;
| RELSIZE &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;
| REMAINS&lt;br /&gt;
| singular:plural&lt;br /&gt;
| What creature's remains are called.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| REMAINS_COLOR&lt;br /&gt;
|&lt;br /&gt;
| What color creature's remains are.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| REMAINS_ON_VERMIN_BITE_DEATH&lt;br /&gt;
|&lt;br /&gt;
| Leaves remains when its attack causes it to die?  Seems to go with DIE_WHEN_VERMIN_BITE.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| REMAINS_UNDETERMINED&lt;br /&gt;
|&lt;br /&gt;
| Unknown.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| REMOVE_MATERIAL &lt;br /&gt;
| &lt;br /&gt;
*material token &lt;br /&gt;
| Removes a material from a creature.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| REMOVE_TISSUE&lt;br /&gt;
|&lt;br /&gt;
*material token&lt;br /&gt;
| Removes a tissue from a creature.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| RETURNS_VERMIN_KILLS_TO_OWNER&lt;br /&gt;
|&lt;br /&gt;
| Used with HUNTS_VERMIN, causes the creature to return killed vermin to its owner.&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div align=&amp;quot;center&amp;quot;&amp;gt;&lt;br /&gt;
{{alphabetical TOC}}&lt;br /&gt;
&amp;lt;/div&amp;gt;&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;20%&amp;quot; | Arguments&lt;br /&gt;
! width=&amp;quot;60%&amp;quot; | Description&lt;br /&gt;
|- &lt;br /&gt;
| SAVAGE &lt;br /&gt;
|  &lt;br /&gt;
| Allows creature to show up on (and limits it to) &amp;quot;savage&amp;quot; maps.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| SECRETION &lt;br /&gt;
| &lt;br /&gt;
* {{L|material token}}&lt;br /&gt;
*Material State&lt;br /&gt;
*location secreted from (by_type, by_category, by_token)&lt;br /&gt;
*body part &lt;br /&gt;
*tissue layer &lt;br /&gt;
| creates a secreted material on given tissue on a given part of the body.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| SELECT_ADDITIONAL_CASTE&lt;br /&gt;
| &lt;br /&gt;
*caste name&lt;br /&gt;
| adds an additional previously defined caste to the selection. Used immediately after SELECT_CASTE.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| SELECT_CASTE &lt;br /&gt;
| &lt;br /&gt;
*caste name, or ALL &lt;br /&gt;
| selects a previously defined caste&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| SELECT_MATERIAL &lt;br /&gt;
| &lt;br /&gt;
*Material token&lt;br /&gt;
| Selects a locally defined material. Can be ALL.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| SEMIMEGABEAST &lt;br /&gt;
| &lt;br /&gt;
| Appears as boss creature in quests. Makes history by rampaging around towns. Possibly inhabits non-mountain caves.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| SET_BP_GROUP &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;
| SET_TL_GROUP &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&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| SHEARABLE_TISSUE_LAYER&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 (a llama's wool must have a LENGTH of 300 before it is shearable).&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| SKILL_LEARN_RATE&lt;br /&gt;
| {{L|skill_token}}:percentage&lt;br /&gt;
| The rate at which this creature learns this skill.  Requires CAN_LEARN or INTELLIGENT to function.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| SKILL_LEARN_RATES&lt;br /&gt;
| percentage&lt;br /&gt;
| The rate at which this creature learns all skills.  Requires CAN_LEARN or INTELLIGENT to function.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| SKILL_RATE&lt;br /&gt;
| {{L|skill_token}}:percentage:value:value:value&lt;br /&gt;
| As SKILL_RATES for individual skills.  Requires CAN_LEARN or INTELLIGENT to function.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| SKILL_RATES&lt;br /&gt;
|  &lt;br /&gt;
*% of improvement points you get&lt;br /&gt;
*unused counter rate&lt;br /&gt;
*rust counter rate&lt;br /&gt;
*demotion counter rate&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].   [SLOW_LEARNER] changes the 100 to a 50.  Requires CAN_LEARN or INTELLIGENT to function.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| SKILL_RUST_RATE&lt;br /&gt;
| {{L|skill_token}}:value:value:value&lt;br /&gt;
| The rate at which this skill decays. Lower values cause the skill to decay faster.  Requires CAN_LEARN or INTELLIGENT to function.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| SKILL_RUST_RATES&lt;br /&gt;
| value:value:value&lt;br /&gt;
| The rate at which all skills decay. Lower values cause the skills to decay faster.  Requires CAN_LEARN or INTELLIGENT to function.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| SLOW_LEARNER &lt;br /&gt;
|  &lt;br /&gt;
| Similar to [CAN_LEARN], but slower; skills are gained at a fraction of the rate. Present in the entries for ogres and giants; can be applied to civ or player races. &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| SMALL_REMAINS &lt;br /&gt;
|  &lt;br /&gt;
| If a creature has this token, it'll leave &amp;quot;remains&amp;quot; instead of a corpse.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| SOLDIER_ALTTILE&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;
| SOUND&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;
&lt;br /&gt;
|-&lt;br /&gt;
| SPECIFIC_FOOD&lt;br /&gt;
|&lt;br /&gt;
* PLANT or CREATURE&lt;br /&gt;
* Plant/creature ID&lt;br /&gt;
| Indicates that the creature is only capable of eating a particular type of food.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| SPEECH &lt;br /&gt;
| speech file &lt;br /&gt;
| Boasting speeches relating to killing this creature. Examples include dwarf.txt and elf.txt in data\speech.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| SPEECH_FEMALE&lt;br /&gt;
| speech file &lt;br /&gt;
| Boasting speeches relating to killing females of this creature.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| SPEECH_MALE&lt;br /&gt;
| speech file &lt;br /&gt;
| Boasting speeches relating to killing males of this creature.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| SPEED &lt;br /&gt;
| value &lt;br /&gt;
| Sets the creatures' movement and work speed, 1000/[100 + SPEED X] is the resulting effect on creatures movement and work rates from default. See {{L|Speed}} for more information.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| SPHERE &lt;br /&gt;
| &lt;br /&gt;
*sphere name &lt;br /&gt;
| Sets what religious spheres the creature is aligned to, for purposes of being worshipped via the [POWER] token. Also affects the layout of hidden fun stuff, and the creature's name.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| SPOUSE_CONVERSION_TARGET&lt;br /&gt;
|&lt;br /&gt;
| This creature can be converted by a night creature with SPOUSE_CONVERTED.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| SPOUSE_CONVERTER&lt;br /&gt;
|&lt;br /&gt;
| Enables the creature to convert SPOUSE_CONVERSION_TARGETs into CONVERTED_SPOUSE castes of its species. The creature won't actually actively do this unless it also has NIGHT_CREATURE_HUNTER, however.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| SWIM_SPEED &lt;br /&gt;
| &lt;br /&gt;
*speed &lt;br /&gt;
| How fast the creature swims. Typically 2500 (0.38 times the default speed). &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| SWIMS_INNATE &lt;br /&gt;
|  &lt;br /&gt;
| The creature naturally knows how to swim, as opposed to [SWIMS_LEARNED] below. Currently, an AI bug prevents this from being useful on PC races in fortress mode. &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| SWIMS_LEARNED &lt;br /&gt;
|  &lt;br /&gt;
| The creature doesn't know how to swim unless it has learned the skill. Requires [CAN_LEARN], obviously. &lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div align=&amp;quot;center&amp;quot;&amp;gt;&lt;br /&gt;
{{alphabetical TOC}}&lt;br /&gt;
&amp;lt;/div&amp;gt;&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;20%&amp;quot; | Arguments&lt;br /&gt;
! width=&amp;quot;60%&amp;quot; | Description&lt;br /&gt;
|- &lt;br /&gt;
| TENDONS &lt;br /&gt;
| &lt;br /&gt;
* {{L|material token}}&lt;br /&gt;
*healing rate &lt;br /&gt;
| Defines the material and healing rate of tendons.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| THICKWEB &lt;br /&gt;
|  &lt;br /&gt;
| The creature's webs can catch larger creatures.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| TISSUE &lt;br /&gt;
| name &lt;br /&gt;
| Begins defining a tissue in the creature file.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| TITAN&lt;br /&gt;
|&lt;br /&gt;
| Found on {{L|titan}}s.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| TL_COLOR_MODIFIER &lt;br /&gt;
| COLOR:freq:COLOR:freq etc &lt;br /&gt;
| Creates a list of color patterns, giving each a frequency. &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| TLCM_GENETIC_MODEL&lt;br /&gt;
|&lt;br /&gt;
| tissue layer color modifier is passed to offspring genetically?&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| TLCM_IMPORTANCE&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;
| TLCM_NOUN &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&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| TLCM_TIMING &lt;br /&gt;
| &lt;br /&gt;
*ROOT&lt;br /&gt;
*start change window years:days:end change window years:days&lt;br /&gt;
| determines the point in the creature's life where the color change begins&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| TRADE_CAPACITY &lt;br /&gt;
|  &lt;br /&gt;
| How much the creature can carry when used by merchants. &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| TRAINABLE &lt;br /&gt;
|  &lt;br /&gt;
| Implies both [TRAINABLE_HUNTING] and [TRAINABLE_WAR].&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| TRAINABLE_HUNTING &lt;br /&gt;
|  &lt;br /&gt;
| Can be trained as hunting beasts by way of kennels.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| TRAINABLE_WAR &lt;br /&gt;
|  &lt;br /&gt;
| Can be trained as war beasts by way of kennels.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| TRANCES &lt;br /&gt;
|  &lt;br /&gt;
| Allows the creature to go into martial trances.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| TRAPAVOID &lt;br /&gt;
|  &lt;br /&gt;
| The creature is immune to traps. Probably every procedurally generated megabeast has this.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| TRIGGERABLE_GROUP &lt;br /&gt;
| min:max &lt;br /&gt;
| A large swarm of vermin can be disturbed, usually in Adventure mode.{{verify}}&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| TSU_NOUN &lt;br /&gt;
| &lt;br /&gt;
*noun&lt;br /&gt;
*SINGULAR or PLURAL &lt;br /&gt;
| Noun for the TISSUE_STYLE_UNIT, used in the description of the tissue layer's style.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div align=&amp;quot;center&amp;quot;&amp;gt;&lt;br /&gt;
{{alphabetical TOC}}&lt;br /&gt;
&amp;lt;/div&amp;gt;&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;20%&amp;quot; | Arguments&lt;br /&gt;
! width=&amp;quot;60%&amp;quot; | Description&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| UBIQUITOUS&lt;br /&gt;
|&lt;br /&gt;
| Creature will occur in every region with the correct biome.  Does not apply to evil/good tags.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| UNDERGROUND_DEPTH &lt;br /&gt;
|&lt;br /&gt;
*mindepth&lt;br /&gt;
*maxdepth &lt;br /&gt;
| Depth the creature appears underground. Numbers can be from 1 to 5. Only magma creatures use 4 or 5 in the default raws. A single argument may be used instead of min and max.  Dwarven civilizations will only export (via the embark screen or caravans) things that available at depth 1.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| UNDERSWIM &lt;br /&gt;
|  &lt;br /&gt;
| Creature swims under the water and can't be seen. Currently appears to have no effect as of 31.25.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| UNIQUE_DEMON&lt;br /&gt;
|  &lt;br /&gt;
| Typically found on generated {{L|demon}}s; causes the game to create a single named instance of the demon which will emerge from the underworld and take over civilizations during worldgen. Cannot be used for modder-defined creatures.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| USE_CASTE&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;
&lt;br /&gt;
|-&lt;br /&gt;
| USE_MATERIAL&lt;br /&gt;
|&lt;br /&gt;
*new material token&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 material. Old material id accepts any valid material id, including INORGANIC:X, CREATURE_MAT:C:X, LOCAL_CREATURE_MAT:X, and others (where X is a material id from that set, and C is a valid creature id).{{verify}}&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| USE_MATERIAL_TEMPLATE &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.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| USE_TISSUE&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;
| USE_TISSUE_TEMPLATE &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;
| UTTERANCES &lt;br /&gt;
|  &lt;br /&gt;
| Changes the language of the creature into an unintelligible mess.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div align=&amp;quot;center&amp;quot;&amp;gt;&lt;br /&gt;
{{alphabetical TOC}}&lt;br /&gt;
&amp;lt;/div&amp;gt;&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;20%&amp;quot; | Arguments&lt;br /&gt;
! width=&amp;quot;60%&amp;quot; | Description&lt;br /&gt;
|- &lt;br /&gt;
| VEGETATION &lt;br /&gt;
|  &lt;br /&gt;
| unknown&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| VERMIN_BITE &lt;br /&gt;
| &lt;br /&gt;
*chance of occurance{{verify}}&lt;br /&gt;
*verb (bitten, stung, etc)&lt;br /&gt;
* {{L|material token}}&lt;br /&gt;
| Vermin bites, and injects something.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| VERMIN_EATER&lt;br /&gt;
|&lt;br /&gt;
| The vermin creature will attempt to eat exposed food. See PENETRATEPOWER. Distict from VERMIN_ROTTER.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| VERMIN_FISH &lt;br /&gt;
|  &lt;br /&gt;
| The vermin appears in water and will attempt to swim around.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| VERMIN_GROUNDER &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;
| VERMIN_HATEABLE &lt;br /&gt;
|&lt;br /&gt;
| Some dwarves will hate the creature and get unhappy thoughts when around it. &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| VERMIN_MICRO &lt;br /&gt;
|  &lt;br /&gt;
| This makes the creature move in a swarm of creatures of the same race as it. I.E. Swarm of flies, swarm of ants, etc. &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| VERMIN_NOFISH &lt;br /&gt;
|  &lt;br /&gt;
| The creature cannot be caught by fishing. &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| VERMIN_NOROAM &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;
| VERMIN_NOTRAP &lt;br /&gt;
|  &lt;br /&gt;
| The creature cannot be caught in baited animal traps; however, a &amp;quot;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;
| VERMIN_ROTTER &lt;br /&gt;
|  &lt;br /&gt;
| Present on flies, knuckle worms, acorn flies, and blood gnats. Probably means either the creature is attracted to rot, the creature speeds rotting, or both.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| VERMIN_SOIL &lt;br /&gt;
|  &lt;br /&gt;
| The creature randomly appears near dirt or mud.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| VERMIN_SOIL_COLONY &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;
| VERMINHUNTER &lt;br /&gt;
|  &lt;br /&gt;
| Implies AT_PEACE_WITH_WILDLIFE, RETURNS_VERMIN_KILLS_TO_OWNER, HUNTS_VERMIN, and ADOPTS_OWNER.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| VESPERTINE &lt;br /&gt;
|  &lt;br /&gt;
| Sets if the creature is active in evening.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| VIEWRANGE&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;
&amp;lt;div align=&amp;quot;center&amp;quot;&amp;gt;&lt;br /&gt;
{{alphabetical TOC}}&lt;br /&gt;
&amp;lt;/div&amp;gt;&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;20%&amp;quot; | Arguments&lt;br /&gt;
! width=&amp;quot;60%&amp;quot; | Description&lt;br /&gt;
|- &lt;br /&gt;
| WAGON_PULLER &lt;br /&gt;
|  &lt;br /&gt;
| Allows the creature to pull caravan wagons. &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| WEBBER &lt;br /&gt;
| &lt;br /&gt;
* {{L|material token}}&lt;br /&gt;
| Allows the creature to create webs, and defines what the webs are made of.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| WEBIMMUNE &lt;br /&gt;
|  &lt;br /&gt;
| The creature will not get caught in thick webs.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Attack Tokens==&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;20%&amp;quot; | Arguments&lt;br /&gt;
! width=&amp;quot;60%&amp;quot; | Description&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| ATTACK_SKILL &lt;br /&gt;
| &lt;br /&gt;
*skill used ({{L|Skill token}})&lt;br /&gt;
| defines the attack skill used&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| ATTACK_VERB &lt;br /&gt;
| 2nd person:3rd person &lt;br /&gt;
| descriptive text for the attack&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| ATTACK_CONTACT_PERC &lt;br /&gt;
| &lt;br /&gt;
*% value &lt;br /&gt;
| amount of available tissue used in attack&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| ATTACK_PENETRATION_PERC &lt;br /&gt;
| &lt;br /&gt;
*% value &lt;br /&gt;
| probably amount of material that makes contact when penetration is done&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| ATTACK_PRIORITY &lt;br /&gt;
| &lt;br /&gt;
*MAIN or SECOND &lt;br /&gt;
| use of the attack in combat. Secondary attacks are only used if main attacks are impossible.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| ATTACK_VELOCITY_MODIFIER&lt;br /&gt;
| number&lt;br /&gt;
| Modifies the attack velocity.  Believed to be percent based (so 100 would be &amp;quot;normal&amp;quot;).  May be on same scale as weapon velocity (where 1000 is &amp;quot;normal&amp;quot;).&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| ATTACK_FLAG_CANLATCH &lt;br /&gt;
|  &lt;br /&gt;
| Enables an attacker to occasionally latch on with the bodypart used by an attack when an attack with this flag in its definition is made.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| ATTACK_FLAG_WITH &lt;br /&gt;
|  &lt;br /&gt;
| In adventure mode, displays the name of the body part used by an attack when announcing the attack.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| ATTACK_FLAG_EDGE &lt;br /&gt;
|  &lt;br /&gt;
| attack type&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| SPECIALATTACK_INJECT_EXTRACT &lt;br /&gt;
| &lt;br /&gt;
* {{L|material token}}&lt;br /&gt;
*state (SOLID, LIQUID, GAS)&lt;br /&gt;
*min:max&lt;br /&gt;
| attack type addition that injects a material into the victim.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| SPECIALATTACK_SUCK_BLOOD&lt;br /&gt;
| min:max&lt;br /&gt;
| Successful attack draws out an amount of blood randomized between the min and max value.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Important Related Tokens==&lt;br /&gt;
These next groups of tokens include several tokens that are not technically classified as creature tokens in string dump, but bear mentioning in this as they are used frequently in creature raws. (Some regular creature tokens may also be reprinted for the sake of ease of navigation)&lt;br /&gt;
&lt;br /&gt;
===Tissue Modification===&lt;br /&gt;
This next group of tokens deals setting and modifying tissue properties. (See also {{L|Tissue definition token}})&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;20%&amp;quot; | Arguments&lt;br /&gt;
! width=&amp;quot;60%&amp;quot; | Description&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| INSULATION&lt;br /&gt;
| &lt;br /&gt;
*value&lt;br /&gt;
| Tissue supplies the creature with heat insulation. Higher values result in more insulation.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| PLUS_TISSUE_LAYER &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 a tissue to those selected&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| PLUS_TL_GROUP &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;
| continues a selection of tissue layers&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| SELECT_TISSUE&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;
| SELECT_TISSUE_LAYER &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;
| Selects a tissue layer for descriptor and cosmetic purposes.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| SET_LAYER_TISSUE&lt;br /&gt;
|&lt;br /&gt;
| Sets a tissue layer to be made of a different tissue.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| TISSUE_LAYER &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;
| TISSUE_LAYER_OVER&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;
| Presumably a counterpart to TISSUE_LAYER_UNDER (see below).&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| TISSUE_LAYER_UNDER &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 Iron Man &lt;br /&gt;
       [TISSUE:GAS]&lt;br /&gt;
[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;
| TISSUE_LAYER_APPEARANCE_MODIFIER &lt;br /&gt;
| &lt;br /&gt;
*QUALITY&lt;br /&gt;
*lowest:lower:low:median:high:higher: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;
| TISSUE_LEAKS&lt;br /&gt;
|&lt;br /&gt;
| The selected tissue leaks out of the creature when the layers above it are pierced. As per an iron man's internal poison gas.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| TISSUE_MATERIAL&lt;br /&gt;
| &lt;br /&gt;
*VALUE (material)&lt;br /&gt;
*MATERIAL (material subtype)&lt;br /&gt;
| Defines the tissue material. VALUE can be LOCAL_CREATURE_MAT, INORGANIC etc. MATERIAL is a subtype of the material, e.g. [TISSUE_MATERIAL:INORGANIC:BRONZE]&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| TISSUE_STYLE_UNIT &lt;br /&gt;
| &lt;br /&gt;
*tissue&lt;br /&gt;
*shaping &lt;br /&gt;
| sets tissue to be in a certain shape, mostly used with tissues HAIR, BEARD, MOUSTACHE, SIDEBURNS.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| TL_COLOR_MODIFIER &lt;br /&gt;
| COLOR:freq:COLOR:freq etc &lt;br /&gt;
| Creates a list of color patterns, giving each a frequency. &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| TL_CONNECTS&lt;br /&gt;
|&lt;br /&gt;
| Presumably gives the CONNECTS attribute to selected layers.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| TL_HEALING_RATE&lt;br /&gt;
|&lt;br /&gt;
| Presumably changes the HEALING_RATE of the selected tissue layers.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| TL_MAJOR_ARTERIES&lt;br /&gt;
|&lt;br /&gt;
| Gives Major Artery attribute to selected layers.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| TL_PAIN_RECEPTORS&lt;br /&gt;
|&lt;br /&gt;
| Seems to set new number of pain receptors for selected tissue layers.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| TL_RELATIVE_THICKNESS&lt;br /&gt;
|&lt;br /&gt;
| Seems to set new relative thickness for selected tissue layers.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| TL_VASCULAR&lt;br /&gt;
|&lt;br /&gt;
| Seems to set new a 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;
*{{L|Body detail plan token}}&lt;br /&gt;
*{{L|Body token}}&lt;br /&gt;
*{{L|Material definition token}}&lt;br /&gt;
*{{L|Syndrome}}&lt;br /&gt;
*{{L|Tissue definition token}}&lt;br /&gt;
&lt;br /&gt;
{{Category|Modding}}&lt;br /&gt;
{{Category|Tokens}}&lt;/div&gt;</summary>
		<author><name>I2amroy</name></author>
	</entry>
	<entry>
		<id>https://dwarffortresswiki.org/index.php?title=v0.31:Creature_token&amp;diff=154192</id>
		<title>v0.31:Creature token</title>
		<link rel="alternate" type="text/html" href="https://dwarffortresswiki.org/index.php?title=v0.31:Creature_token&amp;diff=154192"/>
		<updated>2011-11-06T18:48:17Z</updated>

		<summary type="html">&lt;p&gt;I2amroy: /* U */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{av}}{{Quality|Exceptional}}&lt;br /&gt;
&lt;br /&gt;
A full list of all known creature tokens.&lt;br /&gt;
&lt;br /&gt;
__NOTOC__&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div align=&amp;quot;center&amp;quot;&amp;gt;&lt;br /&gt;
{{alphabetical TOC}}&lt;br /&gt;
&amp;lt;/div&amp;gt;&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;20%&amp;quot; | Arguments&lt;br /&gt;
! width=&amp;quot;60%&amp;quot; | Description&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| ADOPTS_OWNER&lt;br /&gt;
|&lt;br /&gt;
| Tame creature cannot be made available for adoption, instead automatically adopting whoever it wants. It appears that the basic requirements for adoption are intact; for example, the creature is more likely to adopt an owner which likes creatures of that species.{{verify}}&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| ALCOHOL_DEPENDENT &lt;br /&gt;
|  &lt;br /&gt;
| Creature needs alcohol to get through the working day.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| ALL_ACTIVE &lt;br /&gt;
|  &lt;br /&gt;
| Sets if the creature is active in day, night, and twilight. Seems to be a separate value from DIURNAL/NOCTURNAL/CREPUSCULAR, rather than implying them. &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| ALTTILE &lt;br /&gt;
|  &lt;br /&gt;
| If set, the creature will blink between its [TILE] and its [ALTTILE]. &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| AMBUSHPREDATOR &lt;br /&gt;
|  &lt;br /&gt;
| Instead of charging relentlessly at prey, a creature with this tag will wait till the prey is within a few squares before charging.{{verify}}&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| AMPHIBIOUS &lt;br /&gt;
|  &lt;br /&gt;
| Allows a creature to breathe with or without {{L| water}}. Implies [AQUATIC].&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| APP_MOD_DESC_RANGE&lt;br /&gt;
|&lt;br /&gt;
*Range&lt;br /&gt;
| [http://www.bay12forums.com/smf/index.php?topic=60554.msg1766793#msg1766793 Forum post describing how description ranges work]&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| APP_MOD_GENETIC_MODEL&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;
| APP_MOD_IMPORTANCE&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;
| APP_MOD_NOUN &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;
| APP_MOD_RATE &lt;br /&gt;
| &lt;br /&gt;
*Rate (integer)&lt;br /&gt;
*Scale (DAILY,  YEARLY)&lt;br /&gt;
*min:max  of growth&lt;br /&gt;
*start year:start day&lt;br /&gt;
*end year: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;
| APPLY_CREATURE_VARIATION &lt;br /&gt;
| &lt;br /&gt;
*CV TEMPLATE NAME &lt;br /&gt;
| Loads the Creature Variation Template specified.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| APPLY_CURRENT_CREATURE_VARIATION &lt;br /&gt;
|  &lt;br /&gt;
| Applies loaded Creature Variation&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| AQUATIC &lt;br /&gt;
|  &lt;br /&gt;
| Allows a creature to breathe underwater, but causes it to &amp;quot;drown&amp;quot; out of {{L|water}}. &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| ARENA_RESTRICTED &lt;br /&gt;
|  &lt;br /&gt;
| Does not appear in arena mode list&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| ARTIFICIAL_HIVEABLE&lt;br /&gt;
|&lt;br /&gt;
| Can be kept in artificial hives by beekeepers.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| AT_PEACE_WITH_WILDLIFE&lt;br /&gt;
|&lt;br /&gt;
| Does not attack or frighten wildlife.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| ATTACK &lt;br /&gt;
| &lt;br /&gt;
*token&lt;br /&gt;
*bodypart&lt;br /&gt;
*selection criteria&lt;br /&gt;
*location &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;
[ATTACK:GORE:BODYPART:BY_CATEGORY:HORN]&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;
| ATTACK_TRIGGER &lt;br /&gt;
| pop:exported wealth:created wealth&lt;br /&gt;
| Specifies when a {{L|megabeast}} will attack the fortress.&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div align=&amp;quot;center&amp;quot;&amp;gt;&lt;br /&gt;
{{alphabetical TOC}}&lt;br /&gt;
&amp;lt;/div&amp;gt;&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;20%&amp;quot; | Arguments&lt;br /&gt;
! width=&amp;quot;60%&amp;quot; | Description&lt;br /&gt;
|- &lt;br /&gt;
| BABY &lt;br /&gt;
| integer &lt;br /&gt;
| Age at which creature is considered a child. Default is zero. One can think of this as the duration of the baby stage.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| BABYNAME &lt;br /&gt;
| singular: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 GENERAL_BABY_NAME.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| BEACH_FREQUENCY &lt;br /&gt;
|  &lt;br /&gt;
| {{L|Whale}}s and {{L|Sea nettle jellyfish|jellyfish}} have this. Controls the beaching frequency of the creature. &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| BENIGN &lt;br /&gt;
|  &lt;br /&gt;
| Determines whether creature can show up on &amp;quot;tame&amp;quot; maps (includes {{L|elephant}}s), which will generally avoid dwarves, although they may chase and/or attack them if they get too close). &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| BIOME &lt;br /&gt;
| &lt;br /&gt;
* {{L|biome token}}&lt;br /&gt;
| Select a {{L|Biome}} the creature may appear in.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| BLOOD&lt;br /&gt;
| &lt;br /&gt;
* {{L|material token}}&lt;br /&gt;
*matter state (LIQUID, GAS, SOLID) &lt;br /&gt;
| Specifies what the creature's blood is made of.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| BODY&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 {{L|Purring maggot}}. It creates a body with head, a heart, some guts, a brain, and a mouth. Thats all a maggot needs.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| BODY_APPEARANCE_MODIFIER &lt;br /&gt;
| &lt;br /&gt;
*ATTRIBUTE&lt;br /&gt;
*lowest:lower:low:median:high:higher: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;
| BODY_DETAIL_PLAN &lt;br /&gt;
| PlanName, PlanName:type:type:type:etc &lt;br /&gt;
| loads a plan 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 {{L|fox}}, the skin, fat, muscle, bones and cartilage out of the vertebrate tissues.&amp;lt;br /&amp;gt;&lt;br /&gt;
A {{L|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;
| BODY_SIZE&lt;br /&gt;
| years:days:size &lt;br /&gt;
| sets up size at a given time. Size is in cubic centimeters (milliliters), 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 {{L|minotaur}}. His birth size would be 10000 (10000 mL, ~10 kg). With 1 year and 168 days he would be 50000 tall (~50 kg). As an adult (with 12 years) he would weight roughly 220 kg&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| BODYGLOSS &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;
| BONECARN &lt;br /&gt;
|  &lt;br /&gt;
| Creature 'eats' bones. Eating bones makes their happiness go up, but can cause death (suffocation){{verify}}. Implies CARNIVORE.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| BP_APPEARANCE_MODIFIER &lt;br /&gt;
| &lt;br /&gt;
*QUALITY&lt;br /&gt;
*lowest:lower:low:median:high:higher: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;
| BUILDINGDESTROYER &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 b + C commands. &lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div align=&amp;quot;center&amp;quot;&amp;gt;&lt;br /&gt;
{{alphabetical TOC}}&lt;br /&gt;
&amp;lt;/div&amp;gt;&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;20%&amp;quot; | Arguments&lt;br /&gt;
! width=&amp;quot;60%&amp;quot; | Description&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| CAN_LEARN &lt;br /&gt;
|  &lt;br /&gt;
| The creature gets skills and professions. Note that this token makes the creature unable to be butchered 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.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| CAN_SPEAK &lt;br /&gt;
|  &lt;br /&gt;
| Can talk. Note that it is not necessary for a creature to gain social skills. If a member of a civilization (such as a pet) has this token, it'll need to eat and drink.{{verify}}&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| CANNOT_UNDEAD &lt;br /&gt;
|  &lt;br /&gt;
| Cannot be turned into a zombie or skeletal undead. Also prevents ghosts of that creature appearing.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| CANOPENDOORS &lt;br /&gt;
|  &lt;br /&gt;
| Allows the creature to open doors. &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| CARNIVORE &lt;br /&gt;
|  &lt;br /&gt;
| Creature ''only'' eats meat. Note that carnivorous species will not be able to survive worldgen if they do not also have NO_EAT.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| CASTE &lt;br /&gt;
| &lt;br /&gt;
*name &lt;br /&gt;
| defines a caste&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| CASTE_ALTTILE&lt;br /&gt;
|&lt;br /&gt;
*tile number or &amp;quot;letter&amp;quot;&lt;br /&gt;
| Caste-specific alternate tile. Expects CASTE_TILE&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| CASTE_COLOR&lt;br /&gt;
|&lt;br /&gt;
*fg&lt;br /&gt;
*bg&lt;br /&gt;
*brightness&lt;br /&gt;
| Creature tile color of the caste.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| CASTE_GLOWCOLOR&lt;br /&gt;
|&lt;br /&gt;
*fg&lt;br /&gt;
*bg&lt;br /&gt;
*brightness&lt;br /&gt;
| GLOWTILE color of the caste.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| CASTE_GLOWTILE&lt;br /&gt;
|&lt;br /&gt;
*tile value or &amp;quot;letter&amp;quot;&lt;br /&gt;
| Caste-specific glowtile&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| CASTE_NAME &lt;br /&gt;
| singular:plural:adjective &lt;br /&gt;
| The name of the caste of the creature in the game.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| CASTE_PROFESSION_NAME &lt;br /&gt;
| &lt;br /&gt;
*Profession&lt;br /&gt;
*singular&lt;br /&gt;
*plural &lt;br /&gt;
| alters the name of the given profession, caste-specific&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| CASTE_SOLDIER_ALTTILE&lt;br /&gt;
| 'character' or tile number&lt;br /&gt;
| Creatures of this caste active in their civilization's military will blink between their default tile and this one.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| CASTE_SOLDIER_TILE&lt;br /&gt;
| 'character' or tile number&lt;br /&gt;
| Creatures of this caste active in their civilization's military will use this tile instead.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| CASTE_SPEECH&lt;br /&gt;
| speech file?&lt;br /&gt;
| Possibly a caste-specific instance of the SPEECH token&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| CASTE_TILE&lt;br /&gt;
|&lt;br /&gt;
* tile number or &amp;quot;letter&amp;quot;&lt;br /&gt;
| Caste-specific creature tile.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| CAVE_ADAPT &lt;br /&gt;
|  &lt;br /&gt;
| Gives the creature a bonus in caves. Also causes [[Cave adaptation]]. &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| CHANGE_BODY_SIZE_PERC&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| CHILD &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 child stage. Without this token, a creature will not reproduce in Fortress mode.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| CHILDNAME &lt;br /&gt;
| singular:plural &lt;br /&gt;
| Defines a new name for a creature in child state at the caste level. For non-caste-specific child names, see GENERAL_CHILD_NAME.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| CLUSTER_NUMBER &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. Certain vermin fish use this token in combination with temperate ocean and river biome tokens to perform seasonal migrations.&lt;br /&gt;
e.g. [CLUSTER_NUMBER:1:3] &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|CLUTCH_SIZE&lt;br /&gt;
|&lt;br /&gt;
*min&lt;br /&gt;
*max&lt;br /&gt;
|Number of eggs laid in one sitting.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| COLONY_EXTERNAL&lt;br /&gt;
|&lt;br /&gt;
| Caste hovers around colony.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| COLOR &lt;br /&gt;
| foreground:background:brightness &lt;br /&gt;
| Color  of the creature's tile. &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| COMMON_DOMESTIC &lt;br /&gt;
|  &lt;br /&gt;
| Allows the creature to be brought with immigrants and when creating a new fortress, as long as the creature also includes at least one of the following tokens: PET, PACK_ANIMAL, WAGON_PULLER, MOUNT.  In addition, the creature must be NATURAL rather than FANCIFUL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| CONVERTED_SPOUSE&lt;br /&gt;
|&lt;br /&gt;
| Found only at caste level. Creatures of this caste's species with the SPOUSE_CONVERTER and NIGHT_CREATURE_HUNTER tokens will kidnap SPOUSE_CONVERSION_TARGETs of an appropriate sex and convert them into castes with CONVERTED_SPOUSE.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| COOKABLE_LIVE &lt;br /&gt;
|  &lt;br /&gt;
| Set this to allow the creature to be cooked in meals without first being butchered / fishcleaned.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| COPY_TAGS_FROM &lt;br /&gt;
| &lt;br /&gt;
*CREATURE NAME&lt;br /&gt;
| Copies tags from another specified creature.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| CREATURE_CLASS &lt;br /&gt;
|&lt;br /&gt;
*classname&lt;br /&gt;
| Creature class. Can be anything, but only existing use is GENERAL_POISON. Appears to only be used for Syndromes. Supposedly can also be used for entity positions.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| CREATURE_SOLDIER_TILE&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;
| CREATURE_TILE &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;
| CREPUSCULAR &lt;br /&gt;
|  &lt;br /&gt;
| Sets if the creature is active at twilight.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| CURIOUSBEAST_EATER &lt;br /&gt;
|  &lt;br /&gt;
| Allows a creature to steal and eat edible items from a site. &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| CURIOUSBEAST_GUZZLER &lt;br /&gt;
|  &lt;br /&gt;
| Allows a creature to (very quickly) drink your alcohol. Or spill the barrel to the ground. Also affects undead versions of the creature. &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| CURIOUSBEAST_ITEM &lt;br /&gt;
|  &lt;br /&gt;
| Allows a creature to steal things (apparently the highest value it can find). Semimegabeast thievery is in Legends mode. Lightweight creatures can probably steal heavy items.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| CV_ADD_TAG&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;
| CV_REMOVE_TAG&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;
&amp;lt;div align=&amp;quot;center&amp;quot;&amp;gt;&lt;br /&gt;
{{alphabetical TOC}}&lt;br /&gt;
&amp;lt;/div&amp;gt;&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;20%&amp;quot; | Arguments&lt;br /&gt;
! width=&amp;quot;60%&amp;quot; | Description&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| DEMON&lt;br /&gt;
|  &lt;br /&gt;
| Found on generated {{L|demon}}s; sets the creature as potential {{L|hell}} spawn&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| DESCRIPTION &lt;br /&gt;
| text &lt;br /&gt;
| A brief description of the creature type.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| DIE_WHEN_VERMIN_BITE&lt;br /&gt;
|&lt;br /&gt;
| Dies upon attacking.  Used for bee stings.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| DIFFICULTY &lt;br /&gt;
| integer &lt;br /&gt;
| Toady: &amp;quot;Difficulty determines how deep it places them in adventure mode/reclaim caves, and the chance that they are wounded the first few river attacks.&amp;quot; Also increases experience gain during adventure mode. &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| DIURNAL &lt;br /&gt;
|  &lt;br /&gt;
| Sets if the creature is active in day. &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| DOES_NOT_EXIST &lt;br /&gt;
|  &lt;br /&gt;
| Creature does not actually exist; used for fanciful creatures.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| DRAGONFIREBREATH &lt;br /&gt;
|  &lt;br /&gt;
| Creature breathes fire in a cone. &lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div align=&amp;quot;center&amp;quot;&amp;gt;&lt;br /&gt;
{{alphabetical TOC}}&lt;br /&gt;
&amp;lt;/div&amp;gt;&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;20%&amp;quot; | Arguments&lt;br /&gt;
! width=&amp;quot;60%&amp;quot; | Description&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| EGG_MATERIAL&lt;br /&gt;
|&lt;br /&gt;
* {{L|material token}}&lt;br /&gt;
*state (SOLID, LIQUID, or GAS)&lt;br /&gt;
| Egg material. Egg-laying creatures will 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;
| EGG_SIZE&lt;br /&gt;
|&lt;br /&gt;
*size&lt;br /&gt;
| Determines how long it takes for eggs to hatch{{verify}}. The larger the number, the longer it takes.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| EQUIPMENT_WAGON &lt;br /&gt;
|  &lt;br /&gt;
| Makes the creature into a large 3x3 creature responsible for carrying trade goods, pulled by two [WAGON_PULLER]s and driven by a merchant.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| EQUIPS &lt;br /&gt;
|  &lt;br /&gt;
| Allows the creature to wear or wield items.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| EVIL &lt;br /&gt;
|  &lt;br /&gt;
| Creature is considered evil and will only show up in evil biomes. Has no effect on cavern creatures.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| EXTRACT&lt;br /&gt;
|&lt;br /&gt;
* {{L|material token}}&lt;br /&gt;
| Defines a creature extract which can be obtained via {{L|small animal dissection}}.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| EXTRAVISION &lt;br /&gt;
|  &lt;br /&gt;
| Creature can see regardless of whether it has working eyes. &lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div align=&amp;quot;center&amp;quot;&amp;gt;&lt;br /&gt;
{{alphabetical TOC}}&lt;br /&gt;
&amp;lt;/div&amp;gt;&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;20%&amp;quot; | Arguments&lt;br /&gt;
! width=&amp;quot;60%&amp;quot; | Description&lt;br /&gt;
|- &lt;br /&gt;
| FANCIFUL &lt;br /&gt;
|  &lt;br /&gt;
| Makes every civilization know about the creature. The creature won't occur in regular material preference lists. The tag also adds some art value modifiers. Used for things like dragons and other legendary creatures. &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| FEATURE_ATTACK_GROUP&lt;br /&gt;
|&lt;br /&gt;
| Found on subterranean animalmen.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| FEATURE_BEAST&lt;br /&gt;
|&lt;br /&gt;
| Found on {{L|forgotten beast}}s.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| FEMALE &lt;br /&gt;
|  &lt;br /&gt;
| Inside a female caste, sets femaleness. Outside of a caste, sets all individuals female unless overridden by caste.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| FIREBREATH &lt;br /&gt;
|  &lt;br /&gt;
| The creature breathes fire projectiles (as opposed to DRAGONFIREBREATH, which is in a cone).&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| FIREIMMUNE &lt;br /&gt;
|  &lt;br /&gt;
| ?&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| FIREIMMUNE_SUPER &lt;br /&gt;
|  &lt;br /&gt;
| The creature is immune to DRAGONFIREBREATH. Implies FIREIMMUNE. &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| FISHITEM &lt;br /&gt;
|  &lt;br /&gt;
| Needs to be cleaned at a fishery&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| FIXED_TEMP &lt;br /&gt;
| temperature &lt;br /&gt;
| The natural heat generated by the creature.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| FLEEQUICK &lt;br /&gt;
|  &lt;br /&gt;
| Determines how soon a creature flees in a losing battle. &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| FLIER &lt;br /&gt;
|  &lt;br /&gt;
| Allows a creature to fly. Fortress Mode pathfinding only partially incorporates pathfinding - flying dwarves 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.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| FREQUENCY &lt;br /&gt;
|&lt;br /&gt;
*number, max 100&lt;br /&gt;
| Determines the time between creature spawns in Fortress Mode. Higher is more occurrences per time unit. Creatures without a frequency statement default to 50. Almost all others have either [FREQUENCY:5] or [FREQUENCY:100]. Not to be confused with POP_RATIO&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div align=&amp;quot;center&amp;quot;&amp;gt;&lt;br /&gt;
{{alphabetical TOC}}&lt;br /&gt;
&amp;lt;/div&amp;gt;&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;20%&amp;quot; | Arguments&lt;br /&gt;
! width=&amp;quot;60%&amp;quot; | Description&lt;br /&gt;
|- &lt;br /&gt;
| GENERAL_BABY_NAME &lt;br /&gt;
| singular:plural &lt;br /&gt;
| name at creature level&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| GENERAL_CHILD_NAME &lt;br /&gt;
| singular:plural &lt;br /&gt;
| name at creature level&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| GENERATED&lt;br /&gt;
|  &lt;br /&gt;
| Found on procedurally generated creatures like {{L|Forgotten beast}}s, (biome name) {{L|titan}}s, {{L|Demon}}s, and {{L|night creature}}s.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| GETS_INFECTIONS_FROM_ROT &lt;br /&gt;
|  &lt;br /&gt;
| Creature can get infections from necrotic tissue.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| GETS_WOUND_INFECTIONS &lt;br /&gt;
|  &lt;br /&gt;
| Creature's wounds can become infected.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| GLOWCOLOR &lt;br /&gt;
| &lt;br /&gt;
*foreground&lt;br /&gt;
*background&lt;br /&gt;
*brightness &lt;br /&gt;
| The colour of the GLOWTILE of the creature.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| GLOWTILE &lt;br /&gt;
| ascii character &lt;br /&gt;
| If present, the being glows in the dark (generally used for Adventure 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 CASTE_GLOWTILE instead.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| GNAWER &lt;br /&gt;
| verb (gnawed) &lt;br /&gt;
| The creature chews on food barrels and bags. &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| GO_TO_END &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;
| GO_TO_START &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;
| GO_TO_TAG&lt;br /&gt;
|  &lt;br /&gt;
| When using tags from an existing creature, inserts new tags after the specified tag.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| GOOD &lt;br /&gt;
|  &lt;br /&gt;
| Determines whether creature can show up on &amp;quot;good&amp;quot; areas. Eg. unicorn.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| GRASSTRAMPLE &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;
| GRAVITATE_BODY_SIZE&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;
| GRAZER&lt;br /&gt;
|&lt;br /&gt;
*number&lt;br /&gt;
| Animals is a grazer.  The higher the number, the less frequently it needs to eat in order to survive.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div align=&amp;quot;center&amp;quot;&amp;gt;&lt;br /&gt;
{{alphabetical TOC}}&lt;br /&gt;
&amp;lt;/div&amp;gt;&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;20%&amp;quot; | Arguments&lt;br /&gt;
! width=&amp;quot;60%&amp;quot; | Description&lt;br /&gt;
|-&lt;br /&gt;
| HABIT&lt;br /&gt;
| type:probability&lt;br /&gt;
| Defines certain behaviors for the creature. The habit types are COLLECT_TROPHIES, COOK_PEOPLE, COOK_VERMIN, GRIND_VERMIN, COOK_BLOOD, GRIND_BONE_MEAL, EAT_BONE_PORRIDGE, USE_ANY_MELEE_WEAPON, GIANT_NEST, and COLLECT_WEALTH. These may require the creature to have a lair to work properly.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| HABIT_NUM&lt;br /&gt;
| number or TEST_ALL&lt;br /&gt;
| Unknown. All lists of HABITs are preceded by [HABIT_NUM:TEST_ALL]&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| HAS_NERVES &lt;br /&gt;
|  &lt;br /&gt;
| This makes the creature susceptible to severed motor and sensory nerves when muscles are torn in limb, grasp and stance parts. Some butchering yields nervous tissue.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| HASSHELL&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;
| HIVE_PRODUCT&lt;br /&gt;
|&lt;br /&gt;
*number&lt;br /&gt;
*{{L|time}}&lt;br /&gt;
*{{L|item token}}s&lt;br /&gt;
| What product is harvested from {{L|Beekeeping industry|beekeeping}}.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| HOMEOTHERM &lt;br /&gt;
|  &lt;br /&gt;
| Default 'NONE'. The creature's normal body {{L|temperature}}&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| HUNTS_VERMIN&lt;br /&gt;
|&lt;br /&gt;
| Creature hunts and kills nearby vermin.&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div align=&amp;quot;center&amp;quot;&amp;gt;&lt;br /&gt;
{{alphabetical TOC}}&lt;br /&gt;
&amp;lt;/div&amp;gt;&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;20%&amp;quot; | Arguments&lt;br /&gt;
! width=&amp;quot;60%&amp;quot; | Description&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| IMMOBILE_LAND &lt;br /&gt;
|  &lt;br /&gt;
| The creature is immobile while on land.  Only works on AQUATIC creatures which can't breath on land.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| IMMOLATE &lt;br /&gt;
|  &lt;br /&gt;
| Will ignite, and potentially completely destroy, items the creature is standing on. Keep booze away from critters with this tag. &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| INTELLIGENT &lt;br /&gt;
|  &lt;br /&gt;
| Implies CAN_SPEAK and CAN_LEARN. CAN_LEARN probably means the creature gets skills - including social skills - and professions. Not recommended for uncivilized monsters.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| ITEMCORPSE &lt;br /&gt;
|     &lt;br /&gt;
* {{L|item token}}:subtype&lt;br /&gt;
* {{L|material token}}&lt;br /&gt;
| Determines if the creature leaves behind a non-standard corpse (i.e. wood, statue, bars, ash from ghost etc).&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| ITEMCORPSE_QUALITY &lt;br /&gt;
|  &lt;br /&gt;
| The quality of an item-type corpse left behind; 5 is masterpiece-level. &lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div align=&amp;quot;center&amp;quot;&amp;gt;&lt;br /&gt;
{{alphabetical TOC}}&lt;br /&gt;
&amp;lt;/div&amp;gt;&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;20%&amp;quot; | Arguments&lt;br /&gt;
! width=&amp;quot;60%&amp;quot; | Description&lt;br /&gt;
|-&lt;br /&gt;
| LAIR&lt;br /&gt;
| type:probability&lt;br /&gt;
| Found on megabeasts, semimegabeasts, and night creatues. The creature will seek out sites of this type and take them as lairs. The lair types are SIMPLE_BURROW, SIMPLE_MOUND, WILDERNESS_LOCATION, SHRINE, and LABYRINTH.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| LAIR_CHARACTERISTIC&lt;br /&gt;
| characteristic: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;
| LAIR_HUNTER&lt;br /&gt;
|&lt;br /&gt;
| This creature will actively hunt adventurers in its lair.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| LAIR_HUNTER_SPEECH&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;
| LARGE_PREDATOR &lt;br /&gt;
|  &lt;br /&gt;
| Will attack things that are smaller than it (like dwarves). Only one group of &amp;quot;large predators&amp;quot; will appear on any given map (possibly two groups on &amp;quot;savage&amp;quot; maps). In adventure mode, large predators will try to ambush and attack you (and your party will attack them back). 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;
&lt;br /&gt;
|- &lt;br /&gt;
| LARGE_ROAMING &lt;br /&gt;
|  &lt;br /&gt;
| In Fortress Mode, spawns outdoors and is not a vermin creature. &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| LAYS_EGGS&lt;br /&gt;
|&lt;br /&gt;
| Creature lays eggs instead of giving birth to live young.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| LAYS_UNUSUAL_EGGS&lt;br /&gt;
|&lt;br /&gt;
* {{L|item token}}&lt;br /&gt;
* {{L|material token}}&lt;br /&gt;
| Creature lays a particular item instead of regular eggs.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| LIGAMENTS &lt;br /&gt;
| &lt;br /&gt;
* {{L|material token}}&lt;br /&gt;
*healing rate &lt;br /&gt;
| Defines the material and healing rate of ligaments.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| LIGHT_GEN &lt;br /&gt;
|  &lt;br /&gt;
| The creature will generate light, such as in adventurer mode at night. &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| LIKES_FIGHTING &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 - included modded dwarves. &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| LISP&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;)&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| LITTERSIZE&lt;br /&gt;
| &lt;br /&gt;
* minumum&lt;br /&gt;
* maximum&lt;br /&gt;
| Determines the random chance of how many creatures are generated when giving birth. [LITTERSIZE:1:2]&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| LOCKPICKER &lt;br /&gt;
|  &lt;br /&gt;
| Lets a creature open doors that are set to forbidden in Fortress Mode.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| LOOSE_CLUSTERS &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;
&amp;lt;div align=&amp;quot;center&amp;quot;&amp;gt;&lt;br /&gt;
{{alphabetical TOC}}&lt;br /&gt;
&amp;lt;/div&amp;gt;&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;20%&amp;quot; | Arguments&lt;br /&gt;
! width=&amp;quot;60%&amp;quot; | Description&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| MAGICAL&lt;br /&gt;
|  &lt;br /&gt;
| Unknown.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| MAGMA_VISION &lt;br /&gt;
|  &lt;br /&gt;
| Creature's able to see while covered in magma. &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| MALE &lt;br /&gt;
|  &lt;br /&gt;
| The species or caste is all male.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| MANNERISM_?? &lt;br /&gt;
| &lt;br /&gt;
*occassionally body part &lt;br /&gt;
| Adds a possible mannerism to the creature's profile.&lt;br /&gt;
Refer to {{L|Creature mannerism token}}s&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| MATERIAL&lt;br /&gt;
|&lt;br /&gt;
*material id&lt;br /&gt;
| Begins defining a new material.{{verify}}&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| MATERIAL_BREATH_ATTACK &lt;br /&gt;
| &lt;br /&gt;
* {{L|material token}}&lt;br /&gt;
* breath attack type (TRAILING_DUST_FLOW, TRAILING_VAPOR_FLOW, TRAILING_GAS_FLOW, SOLID_GLOB, LIQUID_GLOB, UNDIRECTED_GAS, UNDIRECTED_VAPOR, UNDIRECTED_DUST) &lt;br /&gt;
| Creates an attack referencing a material, using a given type of breath attack.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| MATUTINAL&lt;br /&gt;
| &lt;br /&gt;
| Sets if the creature is active in dawn. &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| MAXAGE &lt;br /&gt;
| min:max &lt;br /&gt;
| Range of time in years in which death from old age may occur. Once a creature reaches the min value, it has a random chance each season of dying from old age. Unknown if the chance increases with further age.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| MEANDERER &lt;br /&gt;
|  &lt;br /&gt;
| Gives a creature random movement. &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| MEGABEAST &lt;br /&gt;
|  &lt;br /&gt;
| Appears on fortress territory in Fortress Mode occasionally. Can also be worshipped.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|MENT_ATT_CAP_PERC&lt;br /&gt;
|&lt;br /&gt;
*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;
| MENT_ATT_RANGE &lt;br /&gt;
|&lt;br /&gt;
*ATTRIBUTE&lt;br /&gt;
*lowest:lower:low:median:high:higher:highest &lt;br /&gt;
| Sets up a 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;
| MENT_ATT_RATES&lt;br /&gt;
| &lt;br /&gt;
*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;
| Mental attribute gain/decay rates. Defaults are 500:4:5:4.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| MILKABLE &lt;br /&gt;
| &lt;br /&gt;
* {{L|material token}}&lt;br /&gt;
* frequency&lt;br /&gt;
| Allows the creature to be milked. &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| MISCHIEVIOUS &lt;br /&gt;
|  &lt;br /&gt;
| Will pull any levers it comes across. Also makes creature spawn invisible and with several ranks in Ambusher. &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;
| MODVALUE&lt;br /&gt;
|  &lt;br /&gt;
| Seemingly no longer used - holdover from previous versions.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| MOUNT &lt;br /&gt;
|  &lt;br /&gt;
| Creature may be used as a mount.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| MOUNT_EXOTIC &lt;br /&gt;
|  &lt;br /&gt;
| You need the Dungeon master noble to mount the creature. &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| MULTIPLE_LITTER_RARE &lt;br /&gt;
|  &lt;br /&gt;
| Makes litters with more than one offspring rare. &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| MULTIPLY_VALUE &lt;br /&gt;
| &lt;br /&gt;
*Multiplier &lt;br /&gt;
| Multiplies value of materials.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| MUNDANE &lt;br /&gt;
|  &lt;br /&gt;
| Marks if the creature is an actual real-life creature. Only used for age-names at present, and determining whether a creature will attack creatures with the AT_PEACE_WITH_WILDLIFE token.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div align=&amp;quot;center&amp;quot;&amp;gt;&lt;br /&gt;
{{alphabetical TOC}}&lt;br /&gt;
&amp;lt;/div&amp;gt;&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;20%&amp;quot; | Arguments&lt;br /&gt;
! width=&amp;quot;60%&amp;quot; | Description&lt;br /&gt;
|- &lt;br /&gt;
| NAME &lt;br /&gt;
| singular:plural:adjective &lt;br /&gt;
| The generic name for any creature of this type - will be used when distinctions between caste are unimportant. For names for specific castes, use CASTE_NAME instead.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| NATURAL &lt;br /&gt;
|  &lt;br /&gt;
| Animal is considered to be natural.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| NATURAL_SKILL&lt;br /&gt;
| skill:value&lt;br /&gt;
| The creature possesses this skill at this level inherently. It begins with this skill at this level, and the skill may never rust below this level.  Requires CAN_LEARN or INTELLIGENT to function (changed in .25 or earlier that CAN_LEARN is no longer required).&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| NIGHT_CREATURE_BOGEYMAN&lt;br /&gt;
|&lt;br /&gt;
| Found on bogeymen. Creatures with this tag will join other bogeymen in attacking adventurers at night, and will also adopt their other behaviors, such as vanishing in smoke upon being killed. Setting the number of night creatures to zero in the world gen parameters will remove only the randomly-generated bogeymen.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| NIGHT_CREATURE_HUNTER&lt;br /&gt;
|&lt;br /&gt;
| If this creature has SPOUSE_CONVERTER, it will actively attempt to seek out potential conversion targets, abduct them, and convert them. Night creatures will seek out one SPOUSE_CONVERSION_TARGET &amp;lt;s&amp;gt;of the opposite sex&amp;lt;/s&amp;gt;(seems to choose anyone of any sex of the caste/s that have the CONVERTED_SPOUSE tag), convert them, and then have children with them(if possible). NIGHT_CREATURE_HUNTERs without SPOUSE_CONVERTER will not be placed. Setting the number of night creatures to zero in the world gen parameters will remove only the randomly-generated night creatures.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| NO_AUTUMN  &lt;br /&gt;
|  &lt;br /&gt;
| does not appear this season.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| NO_DIZZINESS &lt;br /&gt;
|  &lt;br /&gt;
| Creature cannot become dizzy&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| NO_DRINK &lt;br /&gt;
|  &lt;br /&gt;
| Creature does not need to drink. &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| NO_EAT &lt;br /&gt;
|  &lt;br /&gt;
| Creature does not need to eat. &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| NO_FEVERS &lt;br /&gt;
|  &lt;br /&gt;
| Creature cannot suffer fevers&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| NO_GENDER&lt;br /&gt;
|&lt;br /&gt;
| Creature has no gender.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| NO_SLEEP &lt;br /&gt;
|  &lt;br /&gt;
| Creature does not need to sleep. &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| NO_SPRING &lt;br /&gt;
|  &lt;br /&gt;
| does not appear this season.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| NO_SUMMER &lt;br /&gt;
|  &lt;br /&gt;
| does not appear this season.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| NO_THOUGHT_CENTER_FOR_MOVEMENT &lt;br /&gt;
|  &lt;br /&gt;
| Creatures doesn't require an organ with the [THOUGHT] tag to survive; generally used on creatures that don't have brains.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| NO_WINTER &lt;br /&gt;
|  &lt;br /&gt;
| does not appear this season.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| NOBONES &lt;br /&gt;
|  &lt;br /&gt;
| Creature has no bones.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| NOBREATHE &lt;br /&gt;
|  &lt;br /&gt;
| Creature doesn't need to breathe or have [BREATHE] parts in body. Cannot drown or be strangled. &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| NOCTURNAL &lt;br /&gt;
|  &lt;br /&gt;
| Sets if the creature is active in night. &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| NOEMOTION &lt;br /&gt;
|  &lt;br /&gt;
| The creature has no emotions, and does not rage.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| NOEXERT &lt;br /&gt;
|  &lt;br /&gt;
| Creature can't become tired or over-exerted. &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| NOFEAR &lt;br /&gt;
|  &lt;br /&gt;
| Creature doesn't feel fear and will never run away from battle. &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| NOMEAT &lt;br /&gt;
|  &lt;br /&gt;
| Creature will not drop meat on butcher. &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| NONAUSEA &lt;br /&gt;
|  &lt;br /&gt;
| Creature can't vomit.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| NOPAIN &lt;br /&gt;
|  &lt;br /&gt;
| Creature doesn't feel pain. &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| NOSKIN &lt;br /&gt;
|  &lt;br /&gt;
| Creature will not drop skin on butcher. &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| NOSKULL &lt;br /&gt;
|  &lt;br /&gt;
| Creature will not drop skull on butcher, rot, or decay of severed head. &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| NOSMELLYROT &lt;br /&gt;
|  &lt;br /&gt;
| Does not produce miasma when rotting&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| NOSTUCKINS &lt;br /&gt;
|  &lt;br /&gt;
| Weapons can't be stuck in creature. &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| NOSTUN &lt;br /&gt;
|  &lt;br /&gt;
| Creature can't be stunned. Creatures with this tag never wake up from sleep in Fortress Mode and stay drowsy. If this creature must eat and drink while playing, it WILL die.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| NOT_BUTCHERABLE &lt;br /&gt;
|  &lt;br /&gt;
| Cannot be butchered&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| NOTHOUGHT &lt;br /&gt;
|  &lt;br /&gt;
| Creature doesn't think, or doesn't require a [BRAIN] body part. &lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div align=&amp;quot;center&amp;quot;&amp;gt;&lt;br /&gt;
{{alphabetical TOC}}&lt;br /&gt;
&amp;lt;/div&amp;gt;&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;20%&amp;quot; | Arguments&lt;br /&gt;
! width=&amp;quot;60%&amp;quot; | Description&lt;br /&gt;
|- &lt;br /&gt;
| PACK_ANIMAL &lt;br /&gt;
|  &lt;br /&gt;
| Allows the creature to be used as a pack animal. Currently only used by merchants.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| PARALYZEIMMUNE &lt;br /&gt;
|  &lt;br /&gt;
| The creature is immune to all paralyzing special attacks.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| PATTERNFLIER&lt;br /&gt;
|  &lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| PEARL &lt;br /&gt;
|  &lt;br /&gt;
| Creature will generate pearls. &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| PENETRATEPOWER &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. Wood and cloth objects roll a 0-9 and if it's greater than the penetrate power, their contents escape for the time being. Other objects roll a 0-99. &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| PERSONALITY &lt;br /&gt;
| &lt;br /&gt;
*ATTRIBUTE&lt;br /&gt;
*lowest:median:highest &lt;br /&gt;
| Determines the range and chance of personality traits. Standard is 0:50:100. See [[DF2010:Personality_trait|Personality traits]] for more info.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| PET &lt;br /&gt;
|  &lt;br /&gt;
| Allows the creature to be tamed. Also allows all females of the species to breed regardless of marital status.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| PET_EXOTIC &lt;br /&gt;
|  &lt;br /&gt;
| You need a Dungeon master noble in your fortress for the creature to be tamable (but any Animal trainer can do the taming). &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| PETVALUE &lt;br /&gt;
| value &lt;br /&gt;
| How valuable a tamed animal/pet is. Actual cost in points in the embarking screen is (PETVALUE/2)+1 for an untrained animal, PETVALUE+1 for a trained(War or Hunting) one. Note that for an animal to be selectable in this screen, it must have the COMMON_DOMESTIC token. &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| PETVALUE_DIVISOR&lt;br /&gt;
| value&lt;br /&gt;
| Divides the creature's PETVALUE by the specified number. Used for bees to prevent a single hive from being worth a fortune.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|PHYS_ATT_CAP_PERC&lt;br /&gt;
|&lt;br /&gt;
*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;
| PHYS_ATT_RANGE &lt;br /&gt;
| &lt;br /&gt;
*ATTRIBUTE&lt;br /&gt;
*lowest:lower:low:median:high:higher:highest &lt;br /&gt;
| Sets up a 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;
| PHYS_ATT_RATES&lt;br /&gt;
| &lt;br /&gt;
*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;
| Physical attribute gain/decay rates. 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;
| PLUS_BP_GROUP&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 SET_BP_GROUP.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| PLUS_MATERIAL&lt;br /&gt;
| &lt;br /&gt;
*material&lt;br /&gt;
| Adds a material to selected materials. Used immediately after SELECT_MATERIAL.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| POP_RATIO &lt;br /&gt;
|  &lt;br /&gt;
| Weighted population of caste; Lower is rarer. Not to be confused with FREQUENCY.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| POPULATION_NUMBER &lt;br /&gt;
| min:max &lt;br /&gt;
| old guess: &amp;quot;The minimum/maximum numbers of how many of these creatures can show up on a map per year.&amp;quot;&amp;lt;br&amp;gt;Toady: &amp;quot;Pop number is the number per square of the region, I think.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| POWER&lt;br /&gt;
|&lt;br /&gt;
|Allows the being to represent itself as a deity. Requires CAN_SPEAK to actually do anything more than settle at a location.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| PREFSTRING &lt;br /&gt;
| string&lt;br /&gt;
| Sets what other creatures like about this creature. &amp;quot;Urist likes dwarves for their beards.&amp;quot; Multiple entries will be chosen from at random&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| PROFESSION_NAME &lt;br /&gt;
| &lt;br /&gt;
*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 CASTE_PROFESSION_NAME instead.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| PRONE_TO_RAGE&lt;br /&gt;
| number&lt;br /&gt;
| Untested effect, though it clearly affects how likely a creature is to become enraged. Number may be percentage chance of becoming enraged during combat.  As described in file_changes.txt, creatures with this token &amp;quot;follow its normal behavior, but flip out on occasion, higher rate = more flipping out&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| PUS&lt;br /&gt;
| &lt;br /&gt;
* {{L|material token}}&lt;br /&gt;
*matter state (LIQUID, GAS, SOLID) &lt;br /&gt;
| Specifies what the creature's wounds will ooze when infected.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div align=&amp;quot;center&amp;quot;&amp;gt;&lt;br /&gt;
{{alphabetical TOC}}&lt;br /&gt;
&amp;lt;/div&amp;gt;&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;20%&amp;quot; | Arguments&lt;br /&gt;
! width=&amp;quot;60%&amp;quot; | Description&lt;br /&gt;
|- &lt;br /&gt;
| RELSIZE &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;
| REMAINS&lt;br /&gt;
| singular:plural&lt;br /&gt;
| What creature's remains are called.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| REMAINS_COLOR&lt;br /&gt;
|&lt;br /&gt;
| What color creature's remains are.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| REMAINS_ON_VERMIN_BITE_DEATH&lt;br /&gt;
|&lt;br /&gt;
| Leaves remains when its attack causes it to die?  Seems to go with DIE_WHEN_VERMIN_BITE.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| REMAINS_UNDETERMINED&lt;br /&gt;
|&lt;br /&gt;
| Unknown.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| REMOVE_MATERIAL &lt;br /&gt;
| &lt;br /&gt;
*material token &lt;br /&gt;
| Removes a material from a creature.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| REMOVE_TISSUE&lt;br /&gt;
|&lt;br /&gt;
*material token&lt;br /&gt;
| Removes a tissue from a creature.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| RETURNS_VERMIN_KILLS_TO_OWNER&lt;br /&gt;
|&lt;br /&gt;
| Used with HUNTS_VERMIN, causes the creature to return killed vermin to its owner.&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div align=&amp;quot;center&amp;quot;&amp;gt;&lt;br /&gt;
{{alphabetical TOC}}&lt;br /&gt;
&amp;lt;/div&amp;gt;&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;20%&amp;quot; | Arguments&lt;br /&gt;
! width=&amp;quot;60%&amp;quot; | Description&lt;br /&gt;
|- &lt;br /&gt;
| SAVAGE &lt;br /&gt;
|  &lt;br /&gt;
| Allows creature to show up on (and limits it to) &amp;quot;savage&amp;quot; maps.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| SECRETION &lt;br /&gt;
| &lt;br /&gt;
* {{L|material token}}&lt;br /&gt;
*Material State&lt;br /&gt;
*location secreted from (by_type, by_category, by_token)&lt;br /&gt;
*body part &lt;br /&gt;
*tissue layer &lt;br /&gt;
| creates a secreted material on given tissue on a given part of the body.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| SELECT_ADDITIONAL_CASTE&lt;br /&gt;
| &lt;br /&gt;
*caste name&lt;br /&gt;
| adds an additional previously defined caste to the selection. Used immediately after SELECT_CASTE.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| SELECT_CASTE &lt;br /&gt;
| &lt;br /&gt;
*caste name, or ALL &lt;br /&gt;
| selects a previously defined caste&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| SELECT_MATERIAL &lt;br /&gt;
| &lt;br /&gt;
*Material token&lt;br /&gt;
| Selects a locally defined material. Can be ALL.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| SEMIMEGABEAST &lt;br /&gt;
| &lt;br /&gt;
| Appears as boss creature in quests. Makes history by rampaging around towns. Possibly inhabits non-mountain caves.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| SET_BP_GROUP &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;
| SET_TL_GROUP &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&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| SHEARABLE_TISSUE_LAYER&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 (a llama's wool must have a LENGTH of 300 before it is shearable).&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| SKILL_LEARN_RATE&lt;br /&gt;
| {{L|skill_token}}:percentage&lt;br /&gt;
| The rate at which this creature learns this skill.  Requires CAN_LEARN or INTELLIGENT to function.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| SKILL_LEARN_RATES&lt;br /&gt;
| percentage&lt;br /&gt;
| The rate at which this creature learns all skills.  Requires CAN_LEARN or INTELLIGENT to function.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| SKILL_RATE&lt;br /&gt;
| {{L|skill_token}}:percentage:value:value:value&lt;br /&gt;
| As SKILL_RATES for individual skills.  Requires CAN_LEARN or INTELLIGENT to function.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| SKILL_RATES&lt;br /&gt;
|  &lt;br /&gt;
*% of improvement points you get&lt;br /&gt;
*unused counter rate&lt;br /&gt;
*rust counter rate&lt;br /&gt;
*demotion counter rate&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].   [SLOW_LEARNER] changes the 100 to a 50.  Requires CAN_LEARN or INTELLIGENT to function.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| SKILL_RUST_RATE&lt;br /&gt;
| {{L|skill_token}}:value:value:value&lt;br /&gt;
| The rate at which this skill decays. Lower values cause the skill to decay faster.  Requires CAN_LEARN or INTELLIGENT to function.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| SKILL_RUST_RATES&lt;br /&gt;
| value:value:value&lt;br /&gt;
| The rate at which all skills decay. Lower values cause the skills to decay faster.  Requires CAN_LEARN or INTELLIGENT to function.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| SLOW_LEARNER &lt;br /&gt;
|  &lt;br /&gt;
| Similar to [CAN_LEARN], but slower; skills are gained at a fraction of the rate. Present in the entries for ogres and giants; can be applied to civ or player races. &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| SMALL_REMAINS &lt;br /&gt;
|  &lt;br /&gt;
| If a creature has this token, it'll leave &amp;quot;remains&amp;quot; instead of a corpse.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| SOLDIER_ALTTILE&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;
| SOUND&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;
&lt;br /&gt;
|-&lt;br /&gt;
| SPECIFIC_FOOD&lt;br /&gt;
|&lt;br /&gt;
* PLANT or CREATURE&lt;br /&gt;
* Plant/creature ID&lt;br /&gt;
| Indicates that the creature is only capable of eating a particular type of food.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| SPEECH &lt;br /&gt;
| speech file &lt;br /&gt;
| Boasting speeches relating to killing this creature. Examples include dwarf.txt and elf.txt in data\speech.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| SPEECH_FEMALE&lt;br /&gt;
| speech file &lt;br /&gt;
| Boasting speeches relating to killing females of this creature.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| SPEECH_MALE&lt;br /&gt;
| speech file &lt;br /&gt;
| Boasting speeches relating to killing males of this creature.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| SPEED &lt;br /&gt;
| value &lt;br /&gt;
| Sets the creatures' movement and work speed, 1000/[100 + SPEED X] is the resulting effect on creatures movement and work rates from default. See {{L|Speed}} for more information.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| SPHERE &lt;br /&gt;
| &lt;br /&gt;
*sphere name &lt;br /&gt;
| Sets what religious spheres the creature is aligned to, for purposes of being worshipped via the [POWER] token. Also affects the layout of hidden fun stuff, and the creature's name.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| SPOUSE_CONVERSION_TARGET&lt;br /&gt;
|&lt;br /&gt;
| This creature can be converted by a night creature with SPOUSE_CONVERTED.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| SPOUSE_CONVERTER&lt;br /&gt;
|&lt;br /&gt;
| Enables the creature to convert SPOUSE_CONVERSION_TARGETs into CONVERTED_SPOUSE castes of its species. The creature won't actually actively do this unless it also has NIGHT_CREATURE_HUNTER, however.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| SWIM_SPEED &lt;br /&gt;
| &lt;br /&gt;
*speed &lt;br /&gt;
| How fast the creature swims. Typically 2500 (0.38 times the default speed). &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| SWIMS_INNATE &lt;br /&gt;
|  &lt;br /&gt;
| The creature naturally knows how to swim, as opposed to [SWIMS_LEARNED] below. Currently, an AI bug prevents this from being useful on PC races in fortress mode. &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| SWIMS_LEARNED &lt;br /&gt;
|  &lt;br /&gt;
| The creature doesn't know how to swim unless it has learned the skill. Requires [CAN_LEARN], obviously. &lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div align=&amp;quot;center&amp;quot;&amp;gt;&lt;br /&gt;
{{alphabetical TOC}}&lt;br /&gt;
&amp;lt;/div&amp;gt;&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;20%&amp;quot; | Arguments&lt;br /&gt;
! width=&amp;quot;60%&amp;quot; | Description&lt;br /&gt;
|- &lt;br /&gt;
| TENDONS &lt;br /&gt;
| &lt;br /&gt;
* {{L|material token}}&lt;br /&gt;
*healing rate &lt;br /&gt;
| Defines the material and healing rate of tendons.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| THICKWEB &lt;br /&gt;
|  &lt;br /&gt;
| The creature's webs can catch larger creatures.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| TISSUE &lt;br /&gt;
| name &lt;br /&gt;
| Begins defining a tissue in the creature file.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| TITAN&lt;br /&gt;
|&lt;br /&gt;
| Found on {{L|titan}}s.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| TL_COLOR_MODIFIER &lt;br /&gt;
| COLOR:freq:COLOR:freq etc &lt;br /&gt;
| Creates a list of color patterns, giving each a frequency. &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| TLCM_GENETIC_MODEL&lt;br /&gt;
|&lt;br /&gt;
| tissue layer color modifier is passed to offspring genetically?&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| TLCM_IMPORTANCE&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;
| TLCM_NOUN &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&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| TLCM_TIMING &lt;br /&gt;
| &lt;br /&gt;
*ROOT&lt;br /&gt;
*start change window years:days:end change window years:days&lt;br /&gt;
| determines the point in the creature's life where the color change begins&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| TRADE_CAPACITY &lt;br /&gt;
|  &lt;br /&gt;
| How much the creature can carry when used by merchants. &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| TRAINABLE &lt;br /&gt;
|  &lt;br /&gt;
| Implies both [TRAINABLE_HUNTING] and [TRAINABLE_WAR].&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| TRAINABLE_HUNTING &lt;br /&gt;
|  &lt;br /&gt;
| Can be trained as hunting beasts by way of kennels.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| TRAINABLE_WAR &lt;br /&gt;
|  &lt;br /&gt;
| Can be trained as war beasts by way of kennels.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| TRANCES &lt;br /&gt;
|  &lt;br /&gt;
| Allows the creature to go into martial trances.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| TRAPAVOID &lt;br /&gt;
|  &lt;br /&gt;
| The creature is immune to traps. Probably every procedurally generated megabeast has this.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| TRIGGERABLE_GROUP &lt;br /&gt;
| min:max &lt;br /&gt;
| A large swarm of vermin can be disturbed, usually in Adventure mode.{{verify}}&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| TSU_NOUN &lt;br /&gt;
| &lt;br /&gt;
*noun&lt;br /&gt;
*SINGULAR or PLURAL &lt;br /&gt;
| Noun for the TISSUE_STYLE_UNIT, used in the description of the tissue layer's style.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div align=&amp;quot;center&amp;quot;&amp;gt;&lt;br /&gt;
{{alphabetical TOC}}&lt;br /&gt;
&amp;lt;/div&amp;gt;&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;20%&amp;quot; | Arguments&lt;br /&gt;
! width=&amp;quot;60%&amp;quot; | Description&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| UBIQUITOUS&lt;br /&gt;
|&lt;br /&gt;
| Creature will occur in every region with the correct biome.  Does not apply to evil/good tags.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| UNDERGROUND_DEPTH &lt;br /&gt;
|&lt;br /&gt;
*mindepth&lt;br /&gt;
*maxdepth &lt;br /&gt;
| Depth the creature appears underground. Numbers can be from 1 to 5. Only magma creatures use 4 or 5 in the default raws. A single argument may be used instead of min and max.  Dwarven civilizations will only export (via the embark screen or caravans) things that available at depth 1.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| UNDERSWIM &lt;br /&gt;
|  &lt;br /&gt;
| Creature swims under the water and can't be seen. Currently appears to have no effect as of 31.25.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| UNIQUE_DEMON&lt;br /&gt;
|  &lt;br /&gt;
| Typically found on generated {{L|demon}}s; causes the game to create a single named instance of the demon which will emerge from the underworld and take over civilizations during worldgen. Cannot be used for modder-defined creatures.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| USE_CASTE&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;
&lt;br /&gt;
|-&lt;br /&gt;
| USE_MATERIAL&lt;br /&gt;
|&lt;br /&gt;
*new material token&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 material. Old material id accepts any valid material id, including INORGANIC:X, CREATURE_MAT:C:X, LOCAL_CREATURE_MAT:X, and others (where X is a material id from that set, and C is a valid creature id).{{verify}}&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| USE_MATERIAL_TEMPLATE &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.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| USE_TISSUE&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;
| USE_TISSUE_TEMPLATE &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;
| UTTERANCES &lt;br /&gt;
|  &lt;br /&gt;
| Changes the language of the creature into an unintelligible mess.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div align=&amp;quot;center&amp;quot;&amp;gt;&lt;br /&gt;
{{alphabetical TOC}}&lt;br /&gt;
&amp;lt;/div&amp;gt;&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;20%&amp;quot; | Arguments&lt;br /&gt;
! width=&amp;quot;60%&amp;quot; | Description&lt;br /&gt;
|- &lt;br /&gt;
| VEGETATION &lt;br /&gt;
|  &lt;br /&gt;
| unknown&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| VERMIN_BITE &lt;br /&gt;
| &lt;br /&gt;
*chance of occurance{{verify}}&lt;br /&gt;
*verb (bitten, stung, etc)&lt;br /&gt;
* {{L|material token}}&lt;br /&gt;
| Vermin bites, and injects something.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| VERMIN_EATER&lt;br /&gt;
|&lt;br /&gt;
| The vermin creature will attempt to eat exposed food. See PENETRATEPOWER. Distict from VERMIN_ROTTER.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| VERMIN_FISH &lt;br /&gt;
|  &lt;br /&gt;
| The vermin appears in water and will attempt to swim around.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| VERMIN_GROUNDER &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;
| VERMIN_HATEABLE &lt;br /&gt;
|&lt;br /&gt;
| Some dwarves will hate the creature and get unhappy thoughts when around it. &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| VERMIN_MICRO &lt;br /&gt;
|  &lt;br /&gt;
| This makes the creature move in a swarm of creatures of the same race as it. I.E. Swarm of flies, swarm of ants, etc. &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| VERMIN_NOFISH &lt;br /&gt;
|  &lt;br /&gt;
| The creature cannot be caught by fishing. &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| VERMIN_NOROAM &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;
| VERMIN_NOTRAP &lt;br /&gt;
|  &lt;br /&gt;
| The creature cannot be caught in baited animal traps; however, a &amp;quot;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;
| VERMIN_ROTTER &lt;br /&gt;
|  &lt;br /&gt;
| Present on flies, knuckle worms, acorn flies, and blood gnats. Probably means either the creature is attracted to rot, the creature speeds rotting, or both.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| VERMIN_SOIL &lt;br /&gt;
|  &lt;br /&gt;
| The creature randomly appears near dirt or mud.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| VERMIN_SOIL_COLONY &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;
| VERMINHUNTER &lt;br /&gt;
|  &lt;br /&gt;
| Implies AT_PEACE_WITH_WILDLIFE, RETURNS_VERMIN_KILLS_TO_OWNER, HUNTS_VERMIN, and ADOPTS_OWNER.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| VESPERTINE &lt;br /&gt;
|  &lt;br /&gt;
| Sets if the creature is active in evening.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| VIEWRANGE&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;
&amp;lt;div align=&amp;quot;center&amp;quot;&amp;gt;&lt;br /&gt;
{{alphabetical TOC}}&lt;br /&gt;
&amp;lt;/div&amp;gt;&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;20%&amp;quot; | Arguments&lt;br /&gt;
! width=&amp;quot;60%&amp;quot; | Description&lt;br /&gt;
|- &lt;br /&gt;
| WAGON_PULLER &lt;br /&gt;
|  &lt;br /&gt;
| Allows the creature to pull caravan wagons. &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| WEBBER &lt;br /&gt;
| &lt;br /&gt;
* {{L|material token}}&lt;br /&gt;
| Allows the creature to create webs, and defines what the webs are made of.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| WEBIMMUNE &lt;br /&gt;
|  &lt;br /&gt;
| The creature will not get caught in thick webs.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Attack Tokens==&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;20%&amp;quot; | Arguments&lt;br /&gt;
! width=&amp;quot;60%&amp;quot; | Description&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| ATTACK_SKILL &lt;br /&gt;
| &lt;br /&gt;
*skill used ({{L|Skill token}})&lt;br /&gt;
| defines the attack skill used&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| ATTACK_VERB &lt;br /&gt;
| 2nd person:3rd person &lt;br /&gt;
| descriptive text for the attack&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| ATTACK_CONTACT_PERC &lt;br /&gt;
| &lt;br /&gt;
*% value &lt;br /&gt;
| amount of available tissue used in attack&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| ATTACK_PENETRATION_PERC &lt;br /&gt;
| &lt;br /&gt;
*% value &lt;br /&gt;
| probably amount of material that makes contact when penetration is done&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| ATTACK_PRIORITY &lt;br /&gt;
| &lt;br /&gt;
*MAIN or SECOND &lt;br /&gt;
| use of the attack in combat. Secondary attacks are only used if main attacks are impossible.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| ATTACK_VELOCITY_MODIFIER&lt;br /&gt;
| number&lt;br /&gt;
| Modifies the attack velocity.  Believed to be percent based (so 100 would be &amp;quot;normal&amp;quot;).  May be on same scale as weapon velocity (where 1000 is &amp;quot;normal&amp;quot;).&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| ATTACK_FLAG_CANLATCH &lt;br /&gt;
|  &lt;br /&gt;
| Enables an attacker to occasionally latch on with the bodypart used by an attack when an attack with this flag in its definition is made.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| ATTACK_FLAG_WITH &lt;br /&gt;
|  &lt;br /&gt;
| In adventure mode, displays the name of the body part used by an attack when announcing the attack.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| ATTACK_FLAG_EDGE &lt;br /&gt;
|  &lt;br /&gt;
| attack type&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| SPECIALATTACK_INJECT_EXTRACT &lt;br /&gt;
| &lt;br /&gt;
* {{L|material token}}&lt;br /&gt;
*state (SOLID, LIQUID, GAS)&lt;br /&gt;
*min:max&lt;br /&gt;
| attack type addition that injects a material into the victim.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| SPECIALATTACK_SUCK_BLOOD&lt;br /&gt;
| min:max&lt;br /&gt;
| Successful attack draws out an amount of blood randomized between the min and max value.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Important Related Tokens==&lt;br /&gt;
These next groups of tokens include several tokens that are not technically classified as creature tokens in string dump, but bear mentioning in this as they are used frequently in creature raws. (Some regular creature tokens may also be reprinted for the sake of ease of navigation)&lt;br /&gt;
&lt;br /&gt;
===Tissue Modification===&lt;br /&gt;
This next group of tokens deals setting and modifying tissue properties. (See also {{L|Tissue definition token}})&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;20%&amp;quot; | Arguments&lt;br /&gt;
! width=&amp;quot;60%&amp;quot; | Description&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| INSULATION&lt;br /&gt;
| &lt;br /&gt;
*value&lt;br /&gt;
| Tissue supplies the creature with heat insulation. Higher values result in more insulation.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| PLUS_TISSUE_LAYER &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 a tissue to those selected&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| PLUS_TL_GROUP &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;
| continues a selection of tissue layers&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| SELECT_TISSUE&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;
| SELECT_TISSUE_LAYER &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;
| Selects a tissue layer for descriptor and cosmetic purposes.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| SET_LAYER_TISSUE&lt;br /&gt;
|&lt;br /&gt;
| Sets a tissue layer to be made of a different tissue.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| TISSUE_LAYER &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;
| TISSUE_LAYER_OVER&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;
| Presumably a counterpart to TISSUE_LAYER_UNDER (see below).&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| TISSUE_LAYER_UNDER &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 Iron Man &lt;br /&gt;
       [TISSUE:GAS]&lt;br /&gt;
[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;
| TISSUE_LAYER_APPEARANCE_MODIFIER &lt;br /&gt;
| &lt;br /&gt;
*QUALITY&lt;br /&gt;
*lowest:lower:low:median:high:higher: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;
| TISSUE_LEAKS&lt;br /&gt;
|&lt;br /&gt;
| The selected tissue leaks out of the creature when the layers above it are pierced. As per an iron man's internal poison gas.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| TISSUE_MATERIAL&lt;br /&gt;
| &lt;br /&gt;
*VALUE (material)&lt;br /&gt;
*MATERIAL (material subtype)&lt;br /&gt;
| Defines the tissue material. VALUE can be LOCAL_CREATURE_MAT, INORGANIC etc. MATERIAL is a subtype of the material, e.g. [TISSUE_MATERIAL:INORGANIC:BRONZE]&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| TISSUE_STYLE_UNIT &lt;br /&gt;
| &lt;br /&gt;
*tissue&lt;br /&gt;
*shaping &lt;br /&gt;
| sets tissue to be in a certain shape, mostly used with tissues HAIR, BEARD, MOUSTACHE, SIDEBURNS.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| TL_COLOR_MODIFIER &lt;br /&gt;
| COLOR:freq:COLOR:freq etc &lt;br /&gt;
| Creates a list of color patterns, giving each a frequency. &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| TL_CONNECTS&lt;br /&gt;
|&lt;br /&gt;
| Presumably gives the CONNECTS attribute to selected layers.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| TL_HEALING_RATE&lt;br /&gt;
|&lt;br /&gt;
| Presumably changes the HEALING_RATE of the selected tissue layers.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| TL_MAJOR_ARTERIES&lt;br /&gt;
|&lt;br /&gt;
| Gives Major Artery attribute to selected layers.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| TL_PAIN_RECEPTORS&lt;br /&gt;
|&lt;br /&gt;
| Seems to set new number of pain receptors for selected tissue layers.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| TL_RELATIVE_THICKNESS&lt;br /&gt;
|&lt;br /&gt;
| Seems to set new relative thickness for selected tissue layers.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| TL_VASCULAR&lt;br /&gt;
|&lt;br /&gt;
| Seems to set new a 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;
*{{L|Body detail plan token}}&lt;br /&gt;
*{{L|Body token}}&lt;br /&gt;
*{{L|Material definition token}}&lt;br /&gt;
*{{L|Syndrome}}&lt;br /&gt;
*{{L|Tissue definition token}}&lt;br /&gt;
&lt;br /&gt;
{{Category|Modding}}&lt;br /&gt;
{{Category|Tokens}}&lt;/div&gt;</summary>
		<author><name>I2amroy</name></author>
	</entry>
	<entry>
		<id>https://dwarffortresswiki.org/index.php?title=v0.31:Syndrome&amp;diff=154191</id>
		<title>v0.31:Syndrome</title>
		<link rel="alternate" type="text/html" href="https://dwarffortresswiki.org/index.php?title=v0.31:Syndrome&amp;diff=154191"/>
		<updated>2011-11-06T18:46:31Z</updated>

		<summary type="html">&lt;p&gt;I2amroy: /* Creature effect tokens */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{quality|Masterwork|21:09, 26 April 2011 (UTC)}}{{av}}&lt;br /&gt;
&lt;br /&gt;
A '''syndrome''' is a disease or effect that a poor hapless creature might get through encountering certain creatures, extracts or vindictive modders. They generally cause unpleasant and frequently fatal {{L|symptoms}} over a short to long period of time, but some will clear up over time or with the assistance of a {{L|doctor}}.  A {{L|Hospital}} is required to diagnose and potentially treat the syndrome. [[File:Snakebite.png|200px|thumb|right|An example of a syndrome in effect. This hippo did not ultimately survive the encounter despite one bite being the only injury sustained.]]&lt;br /&gt;
&lt;br /&gt;
==List of syndromes==&lt;br /&gt;
{| {{prettytable}}&lt;br /&gt;
|- bgcolor=&amp;quot;#dddddd&amp;quot;&lt;br /&gt;
! Syndrome&lt;br /&gt;
! Venom&lt;br /&gt;
! Acquired&lt;br /&gt;
! Short-term Symptoms&lt;br /&gt;
! Long-term Symptoms&lt;br /&gt;
! Chronic Symptoms &lt;br /&gt;
|-&lt;br /&gt;
| Blob blisters&lt;br /&gt;
| cave blob fluid&amp;lt;br /&amp;gt;(contact)&lt;br /&gt;
| Touching a {{L|cave blob}}&lt;br /&gt;
| Mild pain&amp;lt;br/&amp;gt;Mild blisters&lt;br /&gt;
| None&lt;br /&gt;
| None&lt;br /&gt;
|-&lt;br /&gt;
| Cave floater sickness&lt;br /&gt;
| cave floater gas&amp;lt;br /&amp;gt;(inhaled)&lt;br /&gt;
| Expelled from {{L|cave floater}}&lt;br /&gt;
| Mild nausea&lt;br /&gt;
| Fever&amp;lt;br/&amp;gt;Strong drowsiness (delayed)&amp;lt;br/&amp;gt;Strong dizziness (delayed)&lt;br /&gt;
| None&lt;br /&gt;
|-&lt;br /&gt;
| Cave spider bite&lt;br /&gt;
| cave spider venom&amp;lt;br /&amp;gt;(injected)&lt;br /&gt;
| Being bitten by a {{L|cave spider}}&lt;br /&gt;
| None&lt;br /&gt;
| None&lt;br /&gt;
| Very mild dizziness&lt;br /&gt;
|-&lt;br /&gt;
| Phantom spider bite&lt;br /&gt;
| phantom spider venom&amp;lt;br /&amp;gt;(injected)&lt;br /&gt;
| Being bitten by a {{L|phantom spider}}&lt;br /&gt;
| None&lt;br /&gt;
| Numbness and mild dizziness&lt;br /&gt;
| None&lt;br /&gt;
|-&lt;br /&gt;
| Giant cave spider bite&lt;br /&gt;
| giant cave spider venom&amp;lt;br /&amp;gt;(injected)&lt;br /&gt;
| Being bitten by a {{L|giant cave spider}}&lt;br /&gt;
| Complete paralysis&amp;lt;sup&amp;gt;1&amp;lt;/sup&amp;gt;&amp;lt;br/&amp;gt;'''Being eaten by the GCS'''&lt;br /&gt;
| None, not that it really matters.&lt;br /&gt;
| None&lt;br /&gt;
|-&lt;br /&gt;
| Gnomeblight&lt;br /&gt;
| {{L|gnomeblight}}&amp;lt;br /&amp;gt;(contact, inhaled, or injected)&lt;br /&gt;
| Unknown. Affects gnomes only&lt;br /&gt;
| None&lt;br /&gt;
| Severe systemic necrosis&amp;lt;sup&amp;gt;2&amp;lt;/sup&amp;gt;&lt;br /&gt;
| None&lt;br /&gt;
|-&lt;br /&gt;
| Giant desert scorpion sting&lt;br /&gt;
| giant desert scorpion&amp;lt;br /&amp;gt;(injected)&lt;br /&gt;
| Being stung by a {{L|giant desert scorpion}}&lt;br /&gt;
| None&lt;br /&gt;
| Necrosis of the brain and nervous system&amp;lt;sup&amp;gt;2&amp;lt;/sup&amp;gt;&lt;br /&gt;
| None&lt;br /&gt;
|- &lt;br /&gt;
| Helmet snake bite&lt;br /&gt;
| helmet snake venom&amp;lt;br /&amp;gt;(injected)&lt;br /&gt;
| Being bitten by a {{L|helmet snake}}&lt;br /&gt;
| Minor bleeding&lt;br /&gt;
| Fever&amp;lt;br/&amp;gt;Nausea&amp;lt;br/&amp;gt;Dizziness&amp;lt;br/&amp;gt;Localized swelling&amp;lt;br/&amp;gt;Localized oozing&amp;lt;br/&amp;gt;Localized bruising&amp;lt;br/&amp;gt;Strong pain&amp;lt;br/&amp;gt;Intense localized necrosis&amp;lt;br/&amp;gt;Possible loss of limb &lt;br /&gt;
| None&lt;br /&gt;
|-&lt;br /&gt;
| Iron man cough&lt;br /&gt;
| iron man gas&amp;lt;br /&amp;gt;(inhaled)&lt;br /&gt;
| Expelled by {{L|iron man}}&lt;br /&gt;
| Coughing blood&lt;br /&gt;
| None&lt;br /&gt;
| None&lt;br /&gt;
|-&lt;br /&gt;
| Platypus sting&lt;br /&gt;
| platypus venom&amp;lt;br /&amp;gt;(injected)&lt;br /&gt;
| Being kicked by a {{L|platypus}}, {{L|giant platypus}} or {{L|platypus man}}&lt;br /&gt;
| Pain and swelling&lt;br /&gt;
| Extreme pain, swelling possibly to the point of necrosis&lt;br /&gt;
| None&lt;br /&gt;
|-&lt;br /&gt;
| Serpent man bite&lt;br /&gt;
| serpent man venom&amp;lt;br /&amp;gt;(injected)&lt;br /&gt;
| Being bitten by a {{L|serpent man}}&lt;br /&gt;
| Complete paralysis&amp;lt;sup&amp;gt;1&amp;lt;/sup&amp;gt;&lt;br /&gt;
| None&lt;br /&gt;
| None&lt;br /&gt;
|-&lt;br /&gt;
| beast sickness&amp;lt;sup&amp;gt;3&amp;lt;/sup&amp;gt;&lt;br /&gt;
| random&lt;br /&gt;
| Encounters with {{L|forgotten beast}}s&lt;br /&gt;
| random&lt;br /&gt;
| random&lt;br /&gt;
| random&lt;br /&gt;
|-&lt;br /&gt;
| titan sickness&amp;lt;sup&amp;gt;3&amp;lt;/sup&amp;gt;&lt;br /&gt;
| random&lt;br /&gt;
| Encounters with {{L|titan}}s&lt;br /&gt;
| random&lt;br /&gt;
| random&lt;br /&gt;
| random&lt;br /&gt;
|-&lt;br /&gt;
| demon sickness&amp;lt;sup&amp;gt;3&amp;lt;/sup&amp;gt;&lt;br /&gt;
| random&lt;br /&gt;
| Encounters with {{L|demon}}s&lt;br /&gt;
| random&lt;br /&gt;
| random&lt;br /&gt;
| random&lt;br /&gt;
|}&lt;br /&gt;
:&amp;lt;small&amp;gt;1. For small creatures such as humans and dwarves, paralysis tends to result in suffocation.&amp;lt;/small&amp;gt;&lt;br /&gt;
:&amp;lt;small&amp;gt;2. Necrosis of the brain will eventually result in instant death once the brain rots away completely.&amp;lt;/small&amp;gt;&lt;br /&gt;
:&amp;lt;small&amp;gt;3. {{L|Titan}}s, {{L|forgotten beast}}s, and {{L|demon}}s have a chance to have a randomized syndrome. These range from pointless (mild blisters from inhaling boiling blood) to instantly deadly (Severe necrosis from a contact poison attached to a breath weapon/creature made of blood.&amp;lt;/small&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==The anatomy of a syndrome==&lt;br /&gt;
Mechanically, syndromes are bundles of tokens attached to a material - they're confined to creature materials in vanilla DF, but it's a simple matter to add them to inorganic materials.  When the material is injected, touched or inhaled (depending on the syndrome), the creature suffers the predations of a nasty disease or poison.  Here's an example syndrome, taken from the Giant Cave Spider raws.&lt;br /&gt;
&lt;br /&gt;
If you are having troubles getting the syndromes to work (ie, in combat reports, getting &amp;quot;'''supersnake''' n/a splatters~etc&amp;quot;), then simply throw the venom template into the actual creature's raw, which is what the LOCAL_CREATURE_MAT actually calls on; the venom being in the same file.&lt;br /&gt;
&lt;br /&gt;
    [USE_MATERIAL_TEMPLATE:POISON:CREATURE_EXTRACT_TEMPLATE]&lt;br /&gt;
        [STATE_NAME:ALL_SOLID:frozen giant cave spider venom]&lt;br /&gt;
        [STATE_ADJ:ALL_SOLID:frozen giant cave spider venom]&lt;br /&gt;
        [STATE_NAME:LIQUID:giant cave spider venom]&lt;br /&gt;
        [STATE_ADJ:LIQUID:giant cave spider venom]&lt;br /&gt;
        [STATE_NAME:GAS:boiling giant cave spider venom]&lt;br /&gt;
        [STATE_ADJ:GAS:boiling giant cave spider venom]&lt;br /&gt;
        [PREFIX:NONE]&lt;br /&gt;
        [ENTERS_BLOOD]&lt;br /&gt;
        [SYNDROME]&lt;br /&gt;
            [SYN_NAME:giant cave spider bite]&lt;br /&gt;
            [SYN_AFFECTED_CLASS:GENERAL_POISON]&lt;br /&gt;
            [SYN_IMMUNE_CREATURE:SPIDER_CAVE:ALL]&lt;br /&gt;
            [SYN_INJECTED]&lt;br /&gt;
            [CE_PARALYSIS:SEV:100:PROB:100:RESISTABLE:SIZE_DILUTES:START:5:PEAK:10:END:20]&lt;br /&gt;
&lt;br /&gt;
The first line, USE_MATERIAL_TEMPLATE, is creating a new material, called POISON, using the CREATURE_EXTRACT_TEMPLATE as the basis.  After this, the STATE_NAME and STATE_ADJ tokens are used to define the names and adjectives assigned to different states of the material - GAS, LIQUID and ALL_SOLID, in this case, though ALL is also a valid token.  At this stage, you can use any material tags like MAT_FIXED_TEMP or similar to set further material properties, though this usually isn't necessary.&lt;br /&gt;
&lt;br /&gt;
  ENTERS_BLOOD&lt;br /&gt;
This tag determines whether a poison enters the blood or not. If it is not included, the poison will splatter (if liquid) or flow (if gas) over the affected body part instead when injected. If you're using a contact poison, leave this out. Necessary for injected poisons.&lt;br /&gt;
  SYNDROME&lt;br /&gt;
This tag ends the material details and begins the definition of the actual syndrome.&lt;br /&gt;
  SYN_NAME&lt;br /&gt;
This one is self-explanatory - the name of the syndrome as it will appear in-game.&lt;br /&gt;
  SYN_AFFECTED_CLASS&lt;br /&gt;
This token defines what CREATURE_CLASS will be affected by the syndrome.  Most creatures are classed under GENERAL_POISON.  Multiple tokens can be used in a single syndrome.&lt;br /&gt;
  SYN_IMMUNE_CLASS&lt;br /&gt;
As above, but makes class immune.&lt;br /&gt;
  SYN_IMMUNE_CREATURE&lt;br /&gt;
This token defines which creatures CANNOT be affected by the syndrome - useful for addressing specific instances within a population, such as a specific caste or an individual creature that falls under GENERAL_POISON. Syntax is [SYN_IMMUNE_CREATURE:creature:caste]. ALL can be used for the caste.&lt;br /&gt;
  SYN_AFFECTED_CREATURE&lt;br /&gt;
As above, but makes creature or caste susceptible.&lt;br /&gt;
&lt;br /&gt;
  SYN_INJECTED, SYN_CONTACT, SYN_INHALED&lt;br /&gt;
This token determines the method of infection - injected syndromes must be injected via a creature attack, while contact syndromes result from any contamination of a creature by material splatter (such as blood) and inhaled syndromes must be inhaled in gaseous form, such as from boiling or a creature breath attack.  Any combination of these tags can be used.  A fun variation on the usual creature injection routine is to create a material with a SYN_CONTACT syndrome and have a creature use it for blood - this tends to end poorly for any predator that chooses to attack them.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
  [SPECIALATTACK_INJECT_EXTRACT:LOCAL_CREATURE_MAT:VENOM:LIQUID:100:100]&lt;br /&gt;
This is one method for getting a poison into a creature. If [ENTERS_BLOOD] is applied, it will be injected into the bloodstream. Otherwise, it will just splatter over the area. Put this on a creature attack. Substance type (gas, liquid, solid) does not appear to have an effect. The numbers on the end are minimum and maximum.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
CE_X, or creature effect tokens, are the real meat and bones of your syndrome.  They're detailed below.&lt;br /&gt;
&lt;br /&gt;
==Creature effect tokens==&lt;br /&gt;
Each and every syndrome has a number of creature effect tokens, represented by CE_X - these lovely little beauties determine exactly how the poor creature suffering from the syndrome is affected.  An example CE token is as follows:&lt;br /&gt;
&lt;br /&gt;
  [CE_NECROSIS:SEV:100:PROB:100:LOCALIZED:VASCULAR_ONLY:RESISTABLE:START:50:PEAK:1000:END:2000]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
In this example, we have an effect that will always cause severe necrosis in whichever bodypart it touches, so long as that bodypart is vascular and that the creature is not able to resist it in some manner.  The effect begins shortly after the syndrome is contracted, peaks 1000 {{L|time|time units}} afterwards, and finally ceases another 1000 time units later.&lt;br /&gt;
&lt;br /&gt;
As a general rule of thumb, so long as CE_X starts the string and START/PEAK/END end it, the order of the intervening tokens isn't important.&lt;br /&gt;
&lt;br /&gt;
*CE_X&lt;br /&gt;
The effect type.  This can be a number of different tokens, as detailed in the table below this list.&lt;br /&gt;
*SEV:X&lt;br /&gt;
The severity of the effect.  Higher values appear to be worse, with SEV:1000 CE_NECROSIS causing a part to near-instantly become rotten.&lt;br /&gt;
*PROB:X&lt;br /&gt;
The probability of the effect actually manifesting in the victim, as a percentage.  100 means always, 1 means a 1 in 100 chance.&lt;br /&gt;
*LOCALIZED (Overwrites BP tokens)&lt;br /&gt;
This tag causes an effect to ignore all BP tokens and then forces the game to attempt to apply the effect to the limb that came into contact with the contagion - ie. the part that was bitten by the creature injecting the syndrome material, or the one that was splattered by a contact contagion. If an effect can not be applied to the contacted limb (i.e. IMPAIR_FUNCTION on a non-organ) then this token makes the syndrome have no effect. This token also makes inhaled syndromes have no effect.&lt;br /&gt;
*BP:BODY_PART:TISSUE (Overwritten by LOCALIZED)&lt;br /&gt;
Specifies which body parts and tissues are to be affected by the syndrome. BODY_PART can be BY_CATEGORY:x to target body parts with a matching [CATEGORY:x] {{L|body token}} (or ALL to affect everything), BY_TYPE:x to target body parts having a particular type (UPPERBODY, LOWERBODY, HEAD, GRASP, or STANCE), or BY_TOKEN:x to target individual body parts by their ID (as specified in the [BP] token). For example, if you wanted to target the lungs of a creature, you would use BP:BY_CATEGORY:LUNG:ALL.  The syndrome would act on all bodyparts within the creature with the CATEGORY tag LUNG and affect all tissue layers.  For another example, say you wanted to cause the skin to rot off a creature - you could use BP:BY_CATEGORY:ALL:SKIN, targeting the SKIN tissue on all bodyparts. Multiple targets can be given in one syndrome by placing the BP tokens end to end. This is one of the most powerful and useful aspects of the syndrome system, as it allows you to selectively target bodyparts relevant to the contagion, like lungs for coal dust inhalation, or the eyes for exposure to an acid gas. Not everything takes a target!&lt;br /&gt;
*VASCULAR_ONLY (Optional)&lt;br /&gt;
This syndrome only affects tissue layers with the VASCULAR token.&lt;br /&gt;
*MUSCULAR_ONLY (Optional)&lt;br /&gt;
This syndrome only affects tissue layers with the MUSCULAR token.  Are you seeing a trend here?&lt;br /&gt;
*SIZE_DILUTES (Optional)&lt;br /&gt;
This token presumably causes the effects of the syndrome to scale with the size of the creature compared to the size of the dose of contagion they received, but has yet to be extensively tested.&lt;br /&gt;
*SIZE_DELAYS (Optional)&lt;br /&gt;
As above, this token has yet to be tested but presumably delays the onset of a syndrome according to the size of the victim.&lt;br /&gt;
&lt;br /&gt;
The details of this table are still being thrashed out by modders, so if you have anything to add, please don't hesitate to hit the edit button!&lt;br /&gt;
&lt;br /&gt;
Non-targeted syndromes will ignore any BP tokens and LOCALIZED tokens.&lt;br /&gt;
{| {{prettytable}}&lt;br /&gt;
|- bgcolor=&amp;quot;Bisque&amp;quot;&lt;br /&gt;
! Token&lt;br /&gt;
! Accepts Target&lt;br /&gt;
! Description&lt;br /&gt;
|-&lt;br /&gt;
| CE_PAIN&lt;br /&gt;
| Yes&lt;br /&gt;
| Afflicts the targeted bodypart with intense pain.&lt;br /&gt;
|-&lt;br /&gt;
| CE_SWELLING&lt;br /&gt;
| Yes&lt;br /&gt;
| Causes the targeted bodypart to swell up. Extreme swelling may lead to necrosis.&lt;br /&gt;
|-&lt;br /&gt;
| CE_OOZING&lt;br /&gt;
| Yes&lt;br /&gt;
| Causes pus to ooze from the afflicted bodypart.&lt;br /&gt;
|-&lt;br /&gt;
| CE_BRUISING&lt;br /&gt;
| Yes&lt;br /&gt;
| Causes the targeted bodypart to undergo bruising.&lt;br /&gt;
|-&lt;br /&gt;
| CE_BLISTERS&lt;br /&gt;
| Yes&lt;br /&gt;
| Covers the targeted bodypart with blisters.&lt;br /&gt;
|-&lt;br /&gt;
| CE_NUMBNESS&lt;br /&gt;
| Yes&lt;br /&gt;
| Causes numbness in the affected body part, blocking pain. Extreme numbness may lead to sensory nerve damage.&lt;br /&gt;
|-&lt;br /&gt;
| CE_PARALYSIS&lt;br /&gt;
| Yes&lt;br /&gt;
| Causes paralysis in the affected body part. Targeted causes sluggishness and significantly reduces speed. Untargeted paralysis is 'complete paralysis' and will cause suffocation in smaller creatures.&lt;br /&gt;
|-&lt;br /&gt;
| CE_FEVER&lt;br /&gt;
| No&lt;br /&gt;
| Causes the Fever condition.&lt;br /&gt;
|-&lt;br /&gt;
| CE_BLEEDING&lt;br /&gt;
| Yes&lt;br /&gt;
| Causes the targeted bodypart to start bleeding, with heavy enough bleeding resulting in the death of the sufferer. Some conditions seem to cause bleeding to be fatal no matter how weak.&lt;br /&gt;
|-&lt;br /&gt;
| CE_COUGH_BLOOD&lt;br /&gt;
| No&lt;br /&gt;
| This effect results in the sufferer periodically coughing blood, which stains the tile they're on and requires cleanup.  It doesn't appear to be lethal, but may cause minor bleeding damage.&lt;br /&gt;
|-&lt;br /&gt;
| CE_VOMIT_BLOOD&lt;br /&gt;
| No&lt;br /&gt;
| This effect results in the sufferer periodically vomiting blood, which stains the tile they're on and requires cleanup.  It doesn't appear to be lethal, but may cause minor bleeding damage.&lt;br /&gt;
|-&lt;br /&gt;
| CE_NAUSEA&lt;br /&gt;
| No&lt;br /&gt;
| Causes the Nausea condition, and heavy vomiting. Can eventually lead to dehydration and death.&lt;br /&gt;
|-&lt;br /&gt;
| CE_UNCONSCIOUSNESS&lt;br /&gt;
| No&lt;br /&gt;
| Renders unconscious.&lt;br /&gt;
|-&lt;br /&gt;
| CE_NECROSIS&lt;br /&gt;
| Yes&lt;br /&gt;
| Causes the targeted bodypart to rot, with associated tissue damage and miasma.  Badly necrotic limbs will require amputation and heavy rot will eventually result in bleeding.  Necrosis has some strange behavior involving bleeding to death that isn't fully understood; a 100% necrotic creature can survive fine with no non-yellow bodyparts but will die of bleeding as soon as they end a round of combat, even if they never take a hit. Because of this, fairly useless unless targeting the lungs or eyes.&lt;br /&gt;
|-&lt;br /&gt;
| CE_IMPAIR_FUNCTION&lt;br /&gt;
| Yes&lt;br /&gt;
| An organ afflicted with this CE is rendered inoperable - for example, if both lungs are impaired the creature can't breathe and will suffocate.  This token only affects organs, not limbs.&lt;br /&gt;
|-&lt;br /&gt;
| CE_DROWSINESS&lt;br /&gt;
| No&lt;br /&gt;
| Causes the Drowsiness condition.&lt;br /&gt;
|-&lt;br /&gt;
| CE_DIZZINESS&lt;br /&gt;
| No&lt;br /&gt;
| Inflicts the Dizziness condition, occasional fainting and a general slowdown in movement and work speed.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Inorganic syndromes and you!==&lt;br /&gt;
It's perfectly possible - and quite simple - to add a nasty syndrome to a type of rock or metal - you simply add the syndrome tokens to the material definition in the same manner that you would add them to a creature material definition.  The only catch is that since your hapless dwarves will only normally encounter the material in metal, gem or boulder form, a bit of creativity must be used to actually get them inside your citizens - that is, you need to make them 'explosively boil' as soon as they're mined or produced.  This has the sad side effect of destroying the actual item - sorry, no highly radioactive uranium this release.  &lt;br /&gt;
&lt;br /&gt;
The easiest way to accomplish this is to assign the material a low boiling point, usually just under room temperature, and make sure its temperature is fixed to a point above it.&lt;br /&gt;
  [MAT_FIXED_TEMP:9001]&lt;br /&gt;
  [BOILING_POINT:9000]&lt;br /&gt;
Now, as soon as this substance hits the open air - by being mined, smelted or reaction-produced at a custom workshop - it will EXPLOSIVELY BOIL, flooding a small area with delicious syndrome-rich gas.  Creatures who inhale the gas will be immediately hit with the syndrome you thoughtfully attached to the material definition earlier!&lt;br /&gt;
&lt;br /&gt;
There are a number of other tokens you can use to control the colour and naming conventions of your syndrome material, referred to as MATERIAL tokens.&lt;br /&gt;
&lt;br /&gt;
==Breath attacks==&lt;br /&gt;
If you want to really make a creature deadly, you can give it a breath attack to shoot your neurotoxin at your hapless dwarves from range. Some of these attacks have the unfortunate side effect of preventing a critter from using its regular attacks unless the enemy is ''on the same tile.'' You decide if it's worth it.&lt;br /&gt;
&lt;br /&gt;
To use a breath attack, place something like the following anywhere in your creature entry:&lt;br /&gt;
&lt;br /&gt;
  [MATERIAL_BREATH_ATTACK:LOCAL_CREATURE_MAT:SPITTER_SPIT:SOLID_GLOB]&lt;br /&gt;
&lt;br /&gt;
The LOCAL_CREATURE_MAT:SPITTER_SPIT refers to the material the breath attack will be made of - in this case, it is another material defined within the creature entry.&lt;br /&gt;
&lt;br /&gt;
===Breath Attack Types===&lt;br /&gt;
&lt;br /&gt;
{| {{prettytable}}&lt;br /&gt;
|- bgcolor=&amp;quot;#ddd&amp;quot;&lt;br /&gt;
! | Token&lt;br /&gt;
! | Description&lt;br /&gt;
|-&lt;br /&gt;
| TRAILING_GAS_FLOW&lt;br /&gt;
| Shoots a trail of gas substance at the creature. Fairly easy to dodge. Creature will attack as normal.&lt;br /&gt;
|-&lt;br /&gt;
| TRAILING_VAPOR_FLOW&lt;br /&gt;
| Similar to the trailing gas, but easier to breathe in, and condensed, so it will collect on creatures. Creature will attack as normal.&lt;br /&gt;
|-&lt;br /&gt;
| TRAILING_DUST_FLOW&lt;br /&gt;
| Lets out a cloud of solid dust. Appears to use cave-in dust physics, causing this to fling around anything it comes in contact with, making it capable of smashing creatures into the ground and flinging them over walls. Creature will attack as normal.&lt;br /&gt;
|-&lt;br /&gt;
| SOLID_GLOB&lt;br /&gt;
| Shoots a solid glob of spinning substance at the creature, leaving symbols similar to broken arrows. Essentially a projectile weapon. Some creatures with this breath attack will not move, preferring instead to stay and shoot globs at you, even when you are literally right next to them.&lt;br /&gt;
|-&lt;br /&gt;
| LIQUID_GLOB&lt;br /&gt;
| Shoots a '''solid''' glob of spinning substance at the creature. Essentially the same as SOLID_GLOB. May do less damage.&lt;br /&gt;
|-&lt;br /&gt;
| UNDIRECTED_GAS&lt;br /&gt;
| Creature occasionally releases a cloud of substance. Similar to TRAILING_GAS_FLOW, but undirected, thus affecting a larger area but losing the distance. Creature will attack as normal.&lt;br /&gt;
|-&lt;br /&gt;
| UNDIRECTED_VAPOR&lt;br /&gt;
| Creature occasionally releases a cloud of substance. Similar to TRAILING_VAPOR_FLOW, but undirected, thus affecting a larger area but losing the distance. Creature will attack as normal.&lt;br /&gt;
|-&lt;br /&gt;
| UNDIRECTED_DUST&lt;br /&gt;
| Creature occasionally releases a large cloud of substance, which will spread and dissipate. Similar to TRAILING_DUST_FLOW, but undirected, thus affecting a larger area but losing the distance - range is roughly the same as that of a cave-in. Creature will attack as normal. &amp;lt;s&amp;gt;DO NOT USE THIS TAG UNLESS YOU WANT TO KILL THE CREATURE AND EVERYTHING NEAR IT AND SEND PEOPLE FLYING.&amp;lt;/s&amp;gt; You know you want to.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
Keep in mind that you can use multiple breath attacks, which appears to make the creature choose between them at random. &lt;br /&gt;
&lt;br /&gt;
{{Category|Modding}}&lt;br /&gt;
[[ru:DF2010:Syndrome]]&lt;/div&gt;</summary>
		<author><name>I2amroy</name></author>
	</entry>
	<entry>
		<id>https://dwarffortresswiki.org/index.php?title=v0.31:Herring&amp;diff=153670</id>
		<title>v0.31:Herring</title>
		<link rel="alternate" type="text/html" href="https://dwarffortresswiki.org/index.php?title=v0.31:Herring&amp;diff=153670"/>
		<updated>2011-10-15T19:36:34Z</updated>

		<summary type="html">&lt;p&gt;I2amroy: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{D for Dwarf}}{{Quality|Exceptional|23:32, 9 June 2010 (UTC)}}&lt;br /&gt;
{{verminlookup/0}}&lt;br /&gt;
{{av}}&lt;br /&gt;
{{creaturedesc}}&lt;br /&gt;
&lt;br /&gt;
[[File:Vermin-Herring.jpg|thumb|left|Admired for its massive schools.]]&lt;br /&gt;
&lt;br /&gt;
'''Herring''' are a type of {{L|vermin}} {{L|fish}}. They are found in {{L|biome|arctic}} and {{L|temperate}} {{L|ocean|oceans}}, and are a ready source of {{L|food}} when {{L|fish cleaning|cleaned}} at a {{L|fishery}}.&lt;br /&gt;
&lt;br /&gt;
Herring are not a suitable replacement for a battle axe for performing the woodcutting labor. Despite what strange knights state, some {{L|Quarry bush|shrubberies}} will suffice.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{{gamedata}}&lt;br /&gt;
{{Vermin}}&lt;/div&gt;</summary>
		<author><name>I2amroy</name></author>
	</entry>
	<entry>
		<id>https://dwarffortresswiki.org/index.php?title=v0.31:Dragon&amp;diff=153669</id>
		<title>v0.31:Dragon</title>
		<link rel="alternate" type="text/html" href="https://dwarffortresswiki.org/index.php?title=v0.31:Dragon&amp;diff=153669"/>
		<updated>2011-10-15T19:33:06Z</updated>

		<summary type="html">&lt;p&gt;I2amroy: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{quality|Exceptional|11:47, 2 October 2010 (UTC)}}&lt;br /&gt;
{{Creaturelookup/0&lt;br /&gt;
|bone=110&lt;br /&gt;
|meat=139&lt;br /&gt;
|fat=65&lt;br /&gt;
|lung=18&lt;br /&gt;
|heart=4&lt;br /&gt;
|intestine=27&lt;br /&gt;
|liver=9&lt;br /&gt;
|tripe=9&lt;br /&gt;
|sweetbread=4&lt;br /&gt;
|spleen=4&lt;br /&gt;
|kidney=8&lt;br /&gt;
|brain=5&lt;br /&gt;
|skull=1&lt;br /&gt;
|skin=scale&lt;br /&gt;
}}&lt;br /&gt;
{{av}}&lt;br /&gt;
{{creaturedesc}}&lt;br /&gt;
&lt;br /&gt;
'''Dragons''' are gigantic fire-breathing [[:Megabeast|Megabeasts]], eventually becoming the largest beings in the world. Cannot fly. Immune to fire and magma (and is not harmed by being immersed in it). Breathes out a jet of &amp;quot;dragonfire&amp;quot;, which can still injure things that are immune to normal fire, such as the {{L|Bronze colossus}} (dragonfire is, however, a blockable attack if its victim is using a shield). Only Dragons and {{L|Cave dragon|Cave Dragons}} are naturally immune to dragonfire.&lt;br /&gt;
&lt;br /&gt;
==Dragon Size==&lt;br /&gt;
&lt;br /&gt;
Dragons can grow to be the largest creatures in the game, eventually reaching their adult size of 25,000,000 cm&amp;lt;sup&amp;gt;3&amp;lt;/sup&amp;gt; after 1000 years.  As a hatchling, dragons are quite tiny, at exactly 1/10th an adult dwarf's size, but they grow very rapidly, at roughly 25,000 cm&amp;lt;sup&amp;gt;3&amp;lt;/sup&amp;gt; per year. Dragons reach dwarf size shortly after its second birthday, are more than double a dwarf at about year 5, and add another dwarf in size roughly every two years after that.  &lt;br /&gt;
&lt;br /&gt;
*At 23 years, a dragon is the size of a [[giant cheetah]].&lt;br /&gt;
*At 80 years, a dragon is the size of an adolescent [[Roc]].&lt;br /&gt;
*At 200 years, a dragon is the size of an adult [[elephant]].&lt;br /&gt;
*At 320 years, a dragon is the size of a [[Hydra]].&lt;br /&gt;
*At 800 years, a dragon is the size of a [[Bronze Colossus]] or an adult [[Roc]].&lt;br /&gt;
*Thereafter, a dragon is the largest being alive.&lt;br /&gt;
&lt;br /&gt;
==Defense Strategies==&lt;br /&gt;
&lt;br /&gt;
Dragonfire can be blocked if the victim is using a shield, and it often will be.  Dragons are also massively powerful in melee combat, so they can be hard to take down without a good military.  Possibly the best defense is to use piercing weapons like crossbows and especially spears and hope you get lucky and hit a vital organ which can bring it down immediately. An alternative is quickly building one or multiple cage traps which will probably cage the dragon making it harmless.&lt;br /&gt;
&lt;br /&gt;
==Domestication==&lt;br /&gt;
&lt;br /&gt;
Dragons can be captured in cage traps and made as pets if you're lucky enough to catch one.  You need a {{L|dungeon master}} to tame a Dragon, but if you can do it, you'll have a massively valuable pet that can lay {{L|egg}}s. Dragons can also be trained as war or hunting animals at the {{L|kennel}}. You may have to watch out, though, as a Dragon can seriously damage a fortress with one blast of ill-timed dragonfire.  See {{L|fire}} for details.&lt;br /&gt;
&lt;br /&gt;
==Irregularities, Bugs, and Future Plans==&lt;br /&gt;
Dragons have been observed to occasionally wear some armour (breastplates, greaves, leggings and boots). This armor is specified as &amp;quot;Large [metal][armor type]&amp;quot; and gives the dragon the same protection as any other species might get from it.&lt;br /&gt;
&lt;br /&gt;
Toady has mentioned that he plans to eventually extend the random creature generator of the game to create different species and varieties of dragon within certain constraints, calling it &amp;quot;Half-Random&amp;quot;, with ideas for variants including just about anything dragons have been given in literature, such as acidic blood, while maintaining a basic draconic structure.&amp;lt;sup&amp;gt;([http://www.bay12forums.com/smf/index.php?topic=30026.msg1012311#msg1012311])&amp;lt;/sup&amp;gt;&lt;br /&gt;
&lt;br /&gt;
One of the [[Consolidated Development: Arcs, core-items, bloats, Reqs and Powergoals#Power Goals|old power goals]] referenced stealing dragon eggs as part of an adventure mode quest.&lt;br /&gt;
{{gamedata}}&lt;br /&gt;
{{Creatures}}&lt;br /&gt;
{{Category|Megabeasts}}&lt;/div&gt;</summary>
		<author><name>I2amroy</name></author>
	</entry>
	<entry>
		<id>https://dwarffortresswiki.org/index.php?title=v0.31:Dragon&amp;diff=153666</id>
		<title>v0.31:Dragon</title>
		<link rel="alternate" type="text/html" href="https://dwarffortresswiki.org/index.php?title=v0.31:Dragon&amp;diff=153666"/>
		<updated>2011-10-15T19:30:12Z</updated>

		<summary type="html">&lt;p&gt;I2amroy: Verified&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{quality|Exceptional|11:47, 2 October 2010 (UTC)}}&lt;br /&gt;
{{Creaturelookup/0&lt;br /&gt;
|bone=110&lt;br /&gt;
|meat=139&lt;br /&gt;
|fat=65&lt;br /&gt;
|lung=18&lt;br /&gt;
|heart=4&lt;br /&gt;
|intestine=27&lt;br /&gt;
|liver=9&lt;br /&gt;
|tripe=9&lt;br /&gt;
|sweetbread=4&lt;br /&gt;
|spleen=4&lt;br /&gt;
|kidney=8&lt;br /&gt;
|brain=5&lt;br /&gt;
|skull=1&lt;br /&gt;
|skin=scale&lt;br /&gt;
}}&lt;br /&gt;
{{av}}&lt;br /&gt;
{{creaturedesc}}&lt;br /&gt;
&lt;br /&gt;
'''Dragons''' are gigantic fire-breathing [[:Megabeast|Megabeasts]], eventually becoming the largest beings in the world. Cannot fly. Immune to fire and magma (and is not harmed by being immersed in it). Breathes out a jet of &amp;quot;dragonfire&amp;quot;, which can still injure things that are immune to normal fire, such as the {{L|Bronze colossus}} (dragonfire is, however, a blockable attack if its victim is using a shield). Only Dragons and Cave Dragons are naturally immune to dragonfire.&lt;br /&gt;
&lt;br /&gt;
==Dragon Size==&lt;br /&gt;
&lt;br /&gt;
Dragons can grow to be the largest creatures in the game, eventually reaching their adult size of 25,000,000 cm&amp;lt;sup&amp;gt;3&amp;lt;/sup&amp;gt; after 1000 years.  As a hatchling, dragons are quite tiny, at exactly 1/10th an adult dwarf's size, but they grow very rapidly, at roughly 25,000 cm&amp;lt;sup&amp;gt;3&amp;lt;/sup&amp;gt; per year. Dragons reach dwarf size shortly after its second birthday, are more than double a dwarf at about year 5, and add another dwarf in size roughly every two years after that.  &lt;br /&gt;
&lt;br /&gt;
*At 23 years, a dragon is the size of a [[giant cheetah]].&lt;br /&gt;
*At 80 years, a dragon is the size of an adolescent [[Roc]].&lt;br /&gt;
*At 200 years, a dragon is the size of an adult [[elephant]].&lt;br /&gt;
*At 320 years, a dragon is the size of a [[Hydra]].&lt;br /&gt;
*At 800 years, a dragon is the size of a [[Bronze Colossus]] or an adult [[Roc]].&lt;br /&gt;
*Thereafter, a dragon is the largest being alive.&lt;br /&gt;
&lt;br /&gt;
==Defense Strategies==&lt;br /&gt;
&lt;br /&gt;
Dragonfire can be blocked if the victim is using a shield, and it often will be.  Dragons are also massively powerful in melee combat, so they can be hard to take down without a good military.  Possibly the best defense is to use piercing weapons like crossbows and especially spears and hope you get lucky and hit a vital organ which can bring it down immediately. An alternative is quickly building one or multiple cage traps which will probably cage the dragon making it harmless.&lt;br /&gt;
&lt;br /&gt;
==Domestication==&lt;br /&gt;
&lt;br /&gt;
Dragons can be captured in cage traps and made as pets if you're lucky enough to catch one.  You need a {{L|dungeon master}} to tame a Dragon, but if you can do it, you'll have a massively valuable pet that can lay {{L|egg}}s. Dragons can also be trained as war or hunting animals at the {{L|kennel}}. You may have to watch out, though, as a Dragon can seriously damage a fortress with one blast of ill-timed dragonfire.  See {{L|fire}} for details.&lt;br /&gt;
&lt;br /&gt;
==Irregularities, Bugs, and Future Plans==&lt;br /&gt;
Dragons have been observed to occasionally wear some armour (breastplates, greaves, leggings and boots). This armor is specified as &amp;quot;Large [metal][armor type]&amp;quot; and gives the dragon the same protection as any other species might get from it.&lt;br /&gt;
&lt;br /&gt;
Toady has mentioned that he plans to eventually extend the random creature generator of the game to create different species and varieties of dragon within certain constraints, calling it &amp;quot;Half-Random&amp;quot;, with ideas for variants including just about anything dragons have been given in literature, such as acidic blood, while maintaining a basic draconic structure.&amp;lt;sup&amp;gt;([http://www.bay12forums.com/smf/index.php?topic=30026.msg1012311#msg1012311])&amp;lt;/sup&amp;gt;&lt;br /&gt;
&lt;br /&gt;
One of the [[Consolidated Development: Arcs, core-items, bloats, Reqs and Powergoals#Power Goals|old power goals]] referenced stealing dragon eggs as part of an adventure mode quest.&lt;br /&gt;
{{gamedata}}&lt;br /&gt;
{{Creatures}}&lt;br /&gt;
{{Category|Megabeasts}}&lt;/div&gt;</summary>
		<author><name>I2amroy</name></author>
	</entry>
	<entry>
		<id>https://dwarffortresswiki.org/index.php?title=v0.31:Dimple_cup&amp;diff=153665</id>
		<title>v0.31:Dimple cup</title>
		<link rel="alternate" type="text/html" href="https://dwarffortresswiki.org/index.php?title=v0.31:Dimple_cup&amp;diff=153665"/>
		<updated>2011-10-15T19:12:49Z</updated>

		<summary type="html">&lt;p&gt;I2amroy: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Quality|Exceptional|09:20, 9 June 2010 (UTC)}}&lt;br /&gt;
{{plantlookup/0|uses=&lt;br /&gt;
* {{L|Dye}}&lt;br /&gt;
|other_products=&lt;br /&gt;
* {{L|Dimple dye}} (Mill)}}&lt;br /&gt;
{{av}}&lt;br /&gt;
&lt;br /&gt;
'''Dimple cup''' is a {{L|underground|subterranean}} {{L|crop}}. It can be {{L|farming|grown}} year-round and can be {{L|milling|milled}} into {{l|dye|blue dimple dye}}.&lt;br /&gt;
&lt;br /&gt;
* Grow time: 500&lt;br /&gt;
* Plant value: 2&lt;br /&gt;
* Mill value: 20&lt;br /&gt;
* Dye color: Midnight Blue&lt;br /&gt;
* Seasons: All&lt;br /&gt;
&lt;br /&gt;
==See Also==&lt;br /&gt;
*{{L|List of crops}}&lt;br /&gt;
*{{L|Textile industry}}&lt;br /&gt;
&lt;br /&gt;
{{gamedata}}&lt;br /&gt;
{{Plants}}&lt;/div&gt;</summary>
		<author><name>I2amroy</name></author>
	</entry>
	<entry>
		<id>https://dwarffortresswiki.org/index.php?title=v0.31:Blade_weed&amp;diff=153664</id>
		<title>v0.31:Blade weed</title>
		<link rel="alternate" type="text/html" href="https://dwarffortresswiki.org/index.php?title=v0.31:Blade_weed&amp;diff=153664"/>
		<updated>2011-10-15T19:08:10Z</updated>

		<summary type="html">&lt;p&gt;I2amroy: lack of a GROWDUR tokens gives a grow time of 300&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{quality|Exceptional|15:58, 30 September 2010 (UTC)}}&lt;br /&gt;
{{plantlookup/0|uses=&lt;br /&gt;
* {{L|Dye}}&lt;br /&gt;
|other_products=&lt;br /&gt;
* {{L|Dye|Emerald dye}} (Mill)}}&lt;br /&gt;
{{av}}&lt;br /&gt;
&lt;br /&gt;
'''Blade weed''' is a plant used only to make emerald {{L|dye}} at a {{L|millstone|mill}} or {{L|quern}}.  They can be planted outdoors any time of year and can be collected by {{L|gather plants|gathering plants}} in any dry non-freezing {{L|biome}}.&lt;br /&gt;
&lt;br /&gt;
* Grow time: 300&lt;br /&gt;
* Plant value: 2&lt;br /&gt;
* Mill value: 20&lt;br /&gt;
* Dye color: Emerald&lt;br /&gt;
* Seasons: All&lt;br /&gt;
&lt;br /&gt;
==See Also==&lt;br /&gt;
*{{L|List of crops}}&lt;br /&gt;
*{{L|Textile industry}}&lt;br /&gt;
&lt;br /&gt;
{{gamedata}}&lt;br /&gt;
{{Plants}}&lt;/div&gt;</summary>
		<author><name>I2amroy</name></author>
	</entry>
	<entry>
		<id>https://dwarffortresswiki.org/index.php?title=v0.31:Advanced_world_generation&amp;diff=153663</id>
		<title>v0.31:Advanced world generation</title>
		<link rel="alternate" type="text/html" href="https://dwarffortresswiki.org/index.php?title=v0.31:Advanced_world_generation&amp;diff=153663"/>
		<updated>2011-10-15T18:54:37Z</updated>

		<summary type="html">&lt;p&gt;I2amroy: /* Year to Begin Checking Megabeast Percentage */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{quality|Exceptional|23:35, 30 March 2011 (UTC)}}{{av}}&lt;br /&gt;
{{buggy}}&lt;br /&gt;
&lt;br /&gt;
:''This article contains information on advanced world generation. For information on basic world generation, see {{L|World generation}}.''&lt;br /&gt;
:''See {{L|World token}} to more easily find information by the names used in the world_gen.txt file.''&lt;br /&gt;
:''See {{L|World rejection}} for information on solving problems related to worlds always being rejected.''&lt;br /&gt;
:''See {{L|Worldgen examples}} for example worlds.''&lt;br /&gt;
&lt;br /&gt;
When you want more control of what your world looks like, it's time for '''advanced world generation'''. A detailed reference with advice is provided below. This article assumes that you are already familiar with {{L|World generation|'''basic''' world generation}}. If you are not then please read about that first.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
= Advanced World Generation Screen =&lt;br /&gt;
&lt;br /&gt;
Once you select {{DFtext|Design New World With Advanced Parameters}} from the main menu, a screen that looks something like this will appear:&lt;br /&gt;
&lt;br /&gt;
[[File:AdvancedWorldGen.png‎]]&lt;br /&gt;
&lt;br /&gt;
This screen is relatively intuitive but some parts could use some explanation.&lt;br /&gt;
&lt;br /&gt;
== Parameter Sets ==&lt;br /&gt;
&lt;br /&gt;
The list of already defined parameter sets is in the upper right corner. You can select the current set that you want to work with using the up and down directional keys.&lt;br /&gt;
&lt;br /&gt;
Hitting {{K|a}} will add a new set to the end of the list. You can also {{K|c}}opy an existing set to a new one allowing you to base a new set on an existing one. Using {{K|t}} you can change the name of the parameter set but note that this will not affect the name of the world that is generated.&lt;br /&gt;
&lt;br /&gt;
Parameter sets are stored in the &amp;lt;tt&amp;gt;data/init/world_gen.txt&amp;lt;/tt&amp;gt; file in the main DF directory. The {{K|F1}} and {{K|F6}} keys will load and save '''all''' of the parameter sets to this file. You will need to save the world gen parameters to this file before you hit {{K|Enter}} to generate the world.&lt;br /&gt;
&lt;br /&gt;
The &amp;lt;tt&amp;gt;world_gen.txt&amp;lt;/tt&amp;gt; file can also be edited with a text editor. This is particularly useful because people will often post their parameter sets on the forum or wiki in text form. (See below for more info.) The {{K|F1}} key comes in handy when editing this file while the game is still running.&lt;br /&gt;
&lt;br /&gt;
The tokens used in &amp;lt;tt&amp;gt;world_gen.txt&amp;lt;/tt&amp;gt; are at the bottom of each parameter description. Here's the one for title.&lt;br /&gt;
&lt;br /&gt;
{| {{prettytable}}&lt;br /&gt;
|- bgcolor=&amp;quot;#dddddd&amp;quot;&lt;br /&gt;
! Token&lt;br /&gt;
! Example&lt;br /&gt;
! Notes&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;[TITLE: &amp;lt;name&amp;gt;]&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
| &amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;[TITLE:MEDIUM ISLAND]&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
| Required&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== World Name ==&lt;br /&gt;
&lt;br /&gt;
As previously mentioned, the title of the parameter set doesn't affect the name of the world. You can force a particular name for your world using {{K|n}} or set it back to the default random setting using {{K|N}}.&lt;br /&gt;
&lt;br /&gt;
{| {{prettytable}}&lt;br /&gt;
|- bgcolor=&amp;quot;#dddddd&amp;quot;&lt;br /&gt;
! Token&lt;br /&gt;
! Example&lt;br /&gt;
! Notes&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;[CUSTOM_NAME: &amp;lt;name&amp;gt;]&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
| &amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;[CUSTOM_NAME:Realm of Cheese Engravings]&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
| For a random name, simply don't use this token.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== World Dimensions ==&lt;br /&gt;
&lt;br /&gt;
The size of the map to be generated can be selected with {{K|u}} {{K|i}} {{K|o}} {{K|p}}. Larger maps take longer to generate and may limit {{L|Frames per second|FPS}} in game.&lt;br /&gt;
&lt;br /&gt;
Changing the dimensions of the world will reset the parameters because many of them have different defaults depending on the surface area available.&lt;br /&gt;
&lt;br /&gt;
{| {{prettytable}}&lt;br /&gt;
|- bgcolor=&amp;quot;#dddddd&amp;quot;&lt;br /&gt;
! Token&lt;br /&gt;
! Example&lt;br /&gt;
! Notes&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;[DIM:&amp;lt;width&amp;gt;:&amp;lt;height&amp;gt;]&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
| &amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;[DIM:129:129]&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
| Valid values are 17,33,65,129, and 257. Others may not work.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Seed Values ==&lt;br /&gt;
&lt;br /&gt;
The world generation process uses a PRNG (Pseudo Random Number Generator) algorithm. A PRNG will produce a sequence of numbers that &amp;quot;looks&amp;quot; random even though the actual sequence of numbers will always be the same if the PRNG is started with the same seed value. Basically this means that if you run word generation with a certain seed value on your computer, and someone else runs world generation with the same seed value on their computer, the same sequence of random numbers will be generated on both computers. The practical impact of this is that someone else can generate exactly the same world that you generated by entering the same seed value that you used.&lt;br /&gt;
&lt;br /&gt;
A specific seed value can be entered with {{K|s}}. This will change '''all''' of the seed values to the value you enter. If you need to enter different seed values for each type of seed, use {{K|e}}.&lt;br /&gt;
&lt;br /&gt;
In order to find out what seed values were used for the last world you generated you can look at this screen. If you want to be able to tell someone else how to generate exactly the same world that you just generated, they will need all of the seed value listed under Last Param Set.&lt;br /&gt;
&lt;br /&gt;
Normally you don't enter these seed values and the world generation process comes up with seed values based on some sort of &amp;quot;true&amp;quot; random information from things like random values in uninitialized memory, the current date/time, etc. If you have entered a seed value you can revert back to all seeds being random using {{K|S}}.&lt;br /&gt;
&lt;br /&gt;
== Entering Advanced Parameters and Generating a World ==&lt;br /&gt;
&lt;br /&gt;
Unless you're using an already defined parameter set you will probably want to {{K|e}}dit the parameters. Select the set you want to edit using the up/down directional keys and press {{K|e}}. Information about each parameter is documented below.&lt;br /&gt;
&lt;br /&gt;
Once you are happy with the parameters you have set, hit {{K|Esc}} to get back to this screen, hit {{K|F6}} to save the values you just edited, and hit {{K|Enter}} to start. The rest of the process is the same as basic {{L|World generation}}.&lt;br /&gt;
&lt;br /&gt;
The phases of the world generation process are (this order is not completely correct):&lt;br /&gt;
* Preparing elevation...&lt;br /&gt;
* Setting temperature...&lt;br /&gt;
* Running rivers...&lt;br /&gt;
* Forming lakes and minerals...&lt;br /&gt;
* Growing vegetation...&lt;br /&gt;
* Verifying terrain...&lt;br /&gt;
* Importing wildlife...&lt;br /&gt;
* Recounting legends...&lt;br /&gt;
* Placing civilizations...&lt;br /&gt;
* Making cave civilizations...&lt;br /&gt;
* Making cave pops...&lt;br /&gt;
* Placing other beasts...&lt;br /&gt;
* Placing megabeasts...&lt;br /&gt;
* Placing good/evil...&lt;br /&gt;
* Placing caves...&lt;br /&gt;
* Prehistory generation&lt;br /&gt;
* Finalizing civ mats...&lt;br /&gt;
* Finalizing art...&lt;br /&gt;
* Finalizing uniforms...&lt;br /&gt;
* Finalizing sites...&lt;br /&gt;
&lt;br /&gt;
== World Painter ==&lt;br /&gt;
:''Main article {{L|World painter}}&lt;br /&gt;
The '''world painter''' tool allows you to paint features onto a map that is then used when generating a world.  It is very difficult to use properly, and tends to result in endless rejected worlds, unless you loosen or remove the restrictions placed on biomes and civilizations in the advanced settings.  That being said it is also a very powerful tool, and allows you to generate worlds more to your liking.&lt;br /&gt;
&lt;br /&gt;
To access the world painter, hit {{k|e}} to start editing the advanced parameters and finally hit {{k|p}} to open world painter. How to use the world painter is not entirely obvious so please check out the {{L|World painter}} documentation to avoid frustration. (Losing may be fun, but frustration is not.)&lt;br /&gt;
&lt;br /&gt;
== Editing the Parameters Init File Directly ==&lt;br /&gt;
&lt;br /&gt;
Parameter sets are stored in ''world_gen.txt'' in the ''\data\init'' folder, using {{L|world token}}. You can copy and paste other player's sets of parameters into your ''world_gen.txt'' to use their parameter sets, and some are provided at [[Pregenerated worlds]]. Another place to find parameter sets is the [http://www.bay12games.com/forum/index.php?topic=20638.0 Worldgen cookbook] thread on the official forums.&lt;br /&gt;
&lt;br /&gt;
= Advanced Parameters =&lt;br /&gt;
&lt;br /&gt;
To access advanced parameters, press {{key|e}} when at the screen for creating new worlds with parameters screen. This will bring you to an editable list of various guidelines the world-gen process will use when creating your new world.&lt;br /&gt;
&lt;br /&gt;
The parameters are described below in the order that they appear in the list in the UI, not necessarily the other they appear in the configuration file. See {{L|world token}} for an index that will help you look things up by token name.&lt;br /&gt;
&lt;br /&gt;
== Seed Values ==&lt;br /&gt;
&lt;br /&gt;
Here you can enter specific seed values for different parts of the world generation process. Different sequences of pseudorandom numbers are used for different parts, so you can use this to reproduce only the particular part of world generation from some previously generated world if you want.&lt;br /&gt;
&lt;br /&gt;
Normally you will want to leave all of these set to Random unless you're specifically trying to reproduce the results of another world generation run.&lt;br /&gt;
&lt;br /&gt;
{| {{prettytable}}&lt;br /&gt;
|- bgcolor=&amp;quot;#dddddd&amp;quot;&lt;br /&gt;
! Token&lt;br /&gt;
! Example&lt;br /&gt;
! Notes&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;[SEED:&amp;lt;number&amp;gt;]&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
| &amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;[SEED:31337]&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
| rowspan=&amp;quot;4&amp;quot; |&lt;br /&gt;
For each of these not in the config file, a random seed will be used.&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;[HISTORY_SEED:&amp;lt;number&amp;gt;]&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
| &amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;[HISTORY_SEED:31337]&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;[NAME_SEED:&amp;lt;number&amp;gt;]&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
| &amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;[NAME_SEED:31337]&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;[CREATURE_SEED:&amp;lt;number&amp;gt;]&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
| &amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;[CREATURE_SEED:31337]&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Embark Points ==&lt;br /&gt;
&lt;br /&gt;
This controls the number of points that you have for skills and equipment when you embark in fortress mode. Turning this value up will allow games started in this world to start with more skilled dwarves with better equipment. Normally you can do just fine by leaving this value set to default, but you might want to up it for experimental/testing purposes or to help dwarves survive in a particularly evil world.&lt;br /&gt;
&lt;br /&gt;
{| {{prettytable}}&lt;br /&gt;
|- bgcolor=&amp;quot;#dddddd&amp;quot;&lt;br /&gt;
! Token&lt;br /&gt;
! Example&lt;br /&gt;
! Notes&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;[EMBARK_POINTS:&amp;lt;number&amp;gt;]&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
| &amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;[EMBARK_POINTS:1274]&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
| Required&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== End Year ==&lt;br /&gt;
&lt;br /&gt;
This is how many years of history are generated for the world. This is basically the same as the History parameter in basic world gen, except that you can enter an exact value for number of years. See {{L|World_generation#History|History}} for more info.&lt;br /&gt;
&lt;br /&gt;
History is divided into &amp;quot;ages&amp;quot; which are determined by the ''percentage'' of megabeasts and semi-megabeasts killed at various points. One can attempt to make a world go through the ages more quickly by pumping up the ratio of semimegabeast to megabeast caves, the former of which are usually more killable than the regular megabeasts. This will net you more &amp;quot;Age of Legends&amp;quot;, &amp;quot;Age of Heroes&amp;quot;, etc.&lt;br /&gt;
&lt;br /&gt;
For more information on the history aspect of the game, see {{L|Legends}} and {{L|Calendar#Ages|Ages}}.&lt;br /&gt;
&lt;br /&gt;
{| {{prettytable}}&lt;br /&gt;
|- bgcolor=&amp;quot;#dddddd&amp;quot;&lt;br /&gt;
! Token&lt;br /&gt;
! Example&lt;br /&gt;
! Notes&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;[END_YEAR:&amp;lt;number&amp;gt;]&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
| &amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;[END_YEAR:1050]&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
| Required&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Population Cap After Civ Creation ==&lt;br /&gt;
&lt;br /&gt;
This determines the maximum possible population of civilization member beings on the map. It should usually be kept the same value as the appropriate sized standard map. Turning the value up will result in larger civilizations. You can enter -1 to make population unlimited in which case populations will only be limited by factors like biome, space, number of sites, and per-civilization population caps.&lt;br /&gt;
&lt;br /&gt;
Each race may have up to 100 civilizations each, and each civilization a maximum population of 10,000. This means that '''if you set this parameter to -1 (&amp;quot;No cap&amp;quot;), you can quickly be overrun''' by sites and population. Civilizations, known as ''entities'' in the {{L|Raw file|raw files}}, have 3 or 4 basic variables that will greatly affect their final placement on the world map, in respect to this kind of unchecked growth. See {{L|Entity_token#Population|Population (Entity Token)}} for more information on interpreting/editing the raws if you need more precise control of civilization placement.&lt;br /&gt;
&lt;br /&gt;
Huge populations can cause the size of history data to explode, cause history generation to take forever, lower FPS, and generally slow down the game.&lt;br /&gt;
&lt;br /&gt;
{| {{prettytable}}&lt;br /&gt;
|- bgcolor=&amp;quot;#dddddd&amp;quot;&lt;br /&gt;
! Token&lt;br /&gt;
! Example&lt;br /&gt;
! Notes&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;[TOTAL_CIV_POPULATION:&amp;lt;number&amp;gt;]&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
| &amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;[TOTAL_CIV_POPULATION:15000]&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
| Required&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Site Cap After Civ Creation ==&lt;br /&gt;
&lt;br /&gt;
This controls the maximum number of towns and similar sites on the entire map. Raising the number will allow for more towns, etc though the number of sites will ultimately still be limited by things like space, terrain, and population cap. &lt;br /&gt;
&lt;br /&gt;
Note that '''this parameter controls only &amp;quot;civilization&amp;quot; sites''' like towns.  Other sites such as lairs will be added on to this maximum.  After civilizations reach this cap, they will not spread out anymore to place new cities.&lt;br /&gt;
&lt;br /&gt;
By default, the raws limit each civilization site to a population of 120 regardless of the race of the civilization. Therefore, without editing the raws, the total population on the map can't go above site cap x 120.&lt;br /&gt;
&lt;br /&gt;
{| {{prettytable}}&lt;br /&gt;
|- bgcolor=&amp;quot;#dddddd&amp;quot;&lt;br /&gt;
! Token&lt;br /&gt;
! Example&lt;br /&gt;
! Notes&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;[SITE_CAP:&amp;lt;number&amp;gt;]&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
| &amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;[SITE_CAP:1040]&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
| Required&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Beast Control ==&lt;br /&gt;
&lt;br /&gt;
These parameters don't usually matter too much, but may matter for small numbers of beasts.&lt;br /&gt;
&lt;br /&gt;
=== Percentage of Beasts Dead for Stoppage ===&lt;br /&gt;
&lt;br /&gt;
The world starts out with a certain number of megabeasts in existence. If this percentage of megabeasts dies during history generation, then history generation will stop early. For example if the value is 80, if history starts with 200 megabeasts and 160 of them are killed by historical events or otherwise die before End Year is reached, history generation will stop early.&lt;br /&gt;
&lt;br /&gt;
=== Year to Begin Checking Megabeast Percentage ===&lt;br /&gt;
&lt;br /&gt;
The percentage of dead megabeasts for stoppage will not be checked until this year is reached in history generation. This can be used to insure that a world reaches a certain year even if all of the megabeasts in the world are slain earlier.&lt;br /&gt;
&lt;br /&gt;
{| {{prettytable}}&lt;br /&gt;
|- bgcolor=&amp;quot;#dddddd&amp;quot;&lt;br /&gt;
! Token&lt;br /&gt;
! Example&lt;br /&gt;
! Notes&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;[BEAST_END_YEAR:&amp;lt;year&amp;gt;:&amp;lt;percentage or -1&amp;gt;]&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
| &amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;[BEAST_END_YEAR:200:80]&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
| Use -1 as percentage to disable. Year must still be at least 2.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Cull Unimportant Historical Figures ==&lt;br /&gt;
&lt;br /&gt;
Whether or not the game ignores unimportant figures in history generation. The culling is many CPU-intensive steps in history generation but it saves memory and will speed up loading/saving games a bit. This does mean that the &amp;quot;unimportant&amp;quot; figures will not appear in Legends mode or in things like dwarf engravings, but they might not appear in engravings anyway.&lt;br /&gt;
&lt;br /&gt;
Unimportant figures are people or creatures who suffer early deaths, never having offspring or killing anything named during history generation. For example, residents of goblin towers may get murdered by demons at a young age. After culling unimportant figures, Legends mode would say something like the demon has killed &amp;quot;a creature at Eviltower in the year 102.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
{| {{prettytable}}&lt;br /&gt;
|- bgcolor=&amp;quot;#dddddd&amp;quot;&lt;br /&gt;
! Token&lt;br /&gt;
! Example&lt;br /&gt;
! Notes&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;[CULL_HISTORICAL_FIGURES:&amp;lt;0 or 1&amp;gt;]&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
| &amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;[CULL_HISTORICAL_FIGURES:0]&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
| 0 = No, 1 = Yes&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Reveal All Historical Events ==&lt;br /&gt;
&lt;br /&gt;
Setting this to Yes will allow access to all information about the history of the world in Legends mode. If set to No, then you will have to discover historical information in adventure mode or by instructing dwarves to make engravings.{{Verify}}&lt;br /&gt;
&lt;br /&gt;
{| {{prettytable}}&lt;br /&gt;
|- bgcolor=&amp;quot;#dddddd&amp;quot;&lt;br /&gt;
! Token&lt;br /&gt;
! Example&lt;br /&gt;
! Notes&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;[REVEAL_ALL_HISTORY:&amp;lt;0 or 1&amp;gt;]&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
| &amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;[REVEAL_ALL_HISTORY::1]&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
| 0 = No, 1 = Yes&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Terrain Parameters ==&lt;br /&gt;
&lt;br /&gt;
These determine how random values for terrain elevation, rainfall, temperature, drainage, volcanism, and savagery are generated. What biomes exist are then determined by how these factors overlap with each other.&lt;br /&gt;
&lt;br /&gt;
=== Minimum and Maximums ===&lt;br /&gt;
&lt;br /&gt;
These are the absolute minimum and maximum values that can ever be generated for a particular map square characteristic. Changing these can cause the occurrence of certain {{L|Biome|biomes}} to become impossible, so modify these with care. Because of this problem, you may want to use [[#Weighted Ranges|Weighted Ranges]] instead.&lt;br /&gt;
&lt;br /&gt;
By ''subtly'' tweaking the min and max values, vastly different maps can be made.&lt;br /&gt;
&lt;br /&gt;
=== X and Y Variance ===&lt;br /&gt;
&lt;br /&gt;
These control how wildly things like elevation and rainfall can vary between adjacent map squares. For example, if these values are set to the maximum of 3,200 for elevation then you will end up with more very low areas right next to very high areas. The number for X determines the east-west variance and the number for Y determines the north-south variance. By setting only one of these to a high value you can, for example, create horizontal or vertical bands of areas which are more similar to each other.&lt;br /&gt;
&lt;br /&gt;
Generally speaking, raising both of these values will create a more random &amp;quot;patchwork&amp;quot; of many small biomes while setting both x and y values to 0 will cause every square on the map to use a single random value for the given characteristic.&lt;br /&gt;
&lt;br /&gt;
For &amp;quot;patchwork&amp;quot; worlds to avoid being rejected, [[#Maximum_Number_of_Subregions|Maximum Number of Subregions]] will probably need to be increased from the default.&lt;br /&gt;
&lt;br /&gt;
=== Elevation ===&lt;br /&gt;
&lt;br /&gt;
This controls the range of terrain elevations that can occur in the world.&lt;br /&gt;
&lt;br /&gt;
Usually you just want to leave the min/max values alone. Raising the minimum elevation can, for example, make it impossible for oceans to exist. This does '''not''' directly control the number of available Z-levels at a particular site, though high maximum values may contribute to peaks which can raise the number of above ground Z-levels. In other words, a maximum elevation of 400 and minimum of 1 does not mean you get 400 Z-levels but it might increase the number of Z-levels somewhat in some regions compared to others.&lt;br /&gt;
&lt;br /&gt;
Raising the variance will result in a more bumpy uneven landscape.&lt;br /&gt;
&lt;br /&gt;
Some biomes/features that are impacted by elevation:&lt;br /&gt;
* A high minimum (above 99) means no oceans as they need elevations below 100.&lt;br /&gt;
* A low maximum (below 300) means no mountains as mountains need elevations above 300.&lt;br /&gt;
* River start locations need a minimum elevation of 300. Therefore, a world with a maximum elevation of 299 everywhere prevents river generation, but rivers can still occur if maximum elevation is set to 300.&lt;br /&gt;
*Mountain peaks can only form in squares with an elevation of 400.&lt;br /&gt;
&lt;br /&gt;
=== Rainfall ===&lt;br /&gt;
&lt;br /&gt;
Controls the amount of rainfall in each map square/area. Setting the minimum too high or the maximum too low can make the formation of certain biomes impossible. Rainfall causes it to {{L|Rain}} more in a given area, which can have various effects.&lt;br /&gt;
&lt;br /&gt;
Also makes more rivers appear on the world map.&lt;br /&gt;
&lt;br /&gt;
Note that if [[DF2010:Advanced world generation#Do Orthographic Precipitation and Rain Shadows|orthographic precipitation and rain shadows]] is on then mountains will cause additional variance in rainfall, so (for example) rainfall below the specified minimum can occur in the shadow of a mountain.  If you want the minimum and maximum for this parameter to be absolutely respected you must turn off the orthographic precipitation option.&lt;br /&gt;
&lt;br /&gt;
=== Temperature ===&lt;br /&gt;
&lt;br /&gt;
These parameters control how hot or cold various areas will be. If you lower the minimum and maximum values, the world will be colder overall, for example. As with the others, changing these values too much could make it impossible for certain biomes to exist. See {{L|Climate}} for more info.&lt;br /&gt;
&lt;br /&gt;
Temperature appears to always be a vertical gradient of some sort no matter how these parameters are set, but if the values are lower then the gradient could be from &amp;quot;cold&amp;quot; to &amp;quot;colder&amp;quot; rather than &amp;quot;cold&amp;quot; to &amp;quot;warm&amp;quot; for example.&lt;br /&gt;
&lt;br /&gt;
So, the value from the temperature rolling process is ''not the absolute temperature value the region will get, but rather local variation.'' The &amp;quot;base&amp;quot; temperature for an area is derived from its latitude (and maybe elevation{{Verify}}), and then the random value determined by these parameters are applied to it to make it vary a bit. The local variation is fairly small compared to the base temperature, which appears to be hard coded.&lt;br /&gt;
&lt;br /&gt;
=== Drainage ===&lt;br /&gt;
&lt;br /&gt;
Changing drainage parameters will change the way water-affected biomes are formed. Low drainage will contribute to the formation of {{L|Lake|lakes}}, {{L|River|rivers}}, and {{L|Swamp|swamps}}. High drainage will cause water to sink into the ground rather than sit on the surface, which is important for forming hills.&lt;br /&gt;
&lt;br /&gt;
Lower drainage values have been reported to contribute to the formation of thicker soil layers though it is currently unknown exactly how other factors (such as elevation or perhaps rain) impact soil formation.&lt;br /&gt;
&lt;br /&gt;
=== Volcanism ===&lt;br /&gt;
&lt;br /&gt;
Volcanism controls the occurrence of Igneous {{L|Layer|Layers}}, and the formation of volcanoes. For a volcano to form, a square must have a volcanism value of 100 so reducing the maximum from 100 will make volcanoes impossible. Rising the minimum will increase the rarity of non-igneous layers.&lt;br /&gt;
&lt;br /&gt;
Setting minimum to high value is not a good way to produce multiple volcanoes as you are likely to get a &amp;quot;Volcanism not evenly distributed&amp;quot; rejection. Instead use the Minimum Number of Volcanoes parameter and possibly adjust the weighted ranges for volcanism as described below.&lt;br /&gt;
&lt;br /&gt;
=== Savagery ===&lt;br /&gt;
&lt;br /&gt;
These parameters control the level of {{L|Surroundings#Savage|savagery}} on the map. Raising the minimum savagery too high may make it impossible for certain races to exist, and similarly lowering the maximum too far can make it impossible for certain creatures to exist. The largest chance of having unusable maps comes from too high of a savagery value.&lt;br /&gt;
&lt;br /&gt;
=== Configuration Tokens ===&lt;br /&gt;
&lt;br /&gt;
{| {{prettytable}}&lt;br /&gt;
|- bgcolor=&amp;quot;#dddddd&amp;quot;&lt;br /&gt;
! Token&lt;br /&gt;
! Example&lt;br /&gt;
! Notes&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;[ELEVATION:&amp;lt;min&amp;gt;:&amp;lt;max&amp;gt;:&amp;lt;x variance&amp;gt;:&amp;lt;y variance&amp;gt;]&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
| &amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;[ELEVATION:1:400:401:401]&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
| Range: 0 to 400&amp;lt;br/&amp;gt;Maximum of 400 required for mountain peaks.&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;[RAINFALL:&amp;lt;min&amp;gt;:&amp;lt;max&amp;gt;:&amp;lt;x variance&amp;gt;:&amp;lt;y variance&amp;gt;]&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
| &amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;[RAINFALL:0:100:200:200]&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
| Range: 0 to 100&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;[TEMPERATURE:&amp;lt;min&amp;gt;:&amp;lt;max&amp;gt;:&amp;lt;x variance&amp;gt;:&amp;lt;y variance&amp;gt;]&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
| &amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;[TEMPERATURE:25:75:200:200]&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
| Range: -1000 to 1000&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;[DRAINAGE:&amp;lt;min&amp;gt;:&amp;lt;max&amp;gt;:&amp;lt;x variance&amp;gt;:&amp;lt;y variance&amp;gt;]&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
| &amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;[DRAINAGE:0:100:200:200]&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
| Range: 0 to 100&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;[VOLCANISM:&amp;lt;min&amp;gt;:&amp;lt;max&amp;gt;:&amp;lt;x variance&amp;gt;:&amp;lt;y variance&amp;gt;]&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
| &amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;[VOLCANISM:1:100:200:200]&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
| Range: 0 to 100&amp;lt;br/&amp;gt;Maximum of 100 required for volcanoes.&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;[SAVAGERY:&amp;lt;min&amp;gt;:&amp;lt;max&amp;gt;:&amp;lt;x variance&amp;gt;:&amp;lt;y variance&amp;gt;]&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
| &amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;[SAVAGERY:1:100:200:200]&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
| Range: 0 to 100&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Terrain Mesh Sizes and Weights ==&lt;br /&gt;
&lt;br /&gt;
These parameters make it possible to influence the number of squares in a particular range without making conditions outside of that range impossible. For example, you can make it possible for more many more low elevation squares to exist without making it impossible for high elevations to form. Changing these parameters is often preferable to simply changing the min/max values.&lt;br /&gt;
&lt;br /&gt;
[[File:World_map-large-32x32-elevation-mesh.png|thumb|300px|A large world generated with an Elevation Mesh Size of 32x32 and range weights set to 1:0:0:0:1 (i.e., only extreme high and low elevations). Notice that with this coarse mesh, the terrain seems to appear almost like a grid of &amp;quot;pyramids&amp;quot; that are smoothed together. With a finer mesh size, these pyramids will be smaller, more numerous, smoother, and less apparent.]]&lt;br /&gt;
=== Mesh Size ===&lt;br /&gt;
&lt;br /&gt;
Mesh size determines how &amp;quot;finely grained&amp;quot; weighted ranges will be applied. Setting this to Ignore will cause the weighted range settings to be ignored for that terrain characteristic.&lt;br /&gt;
&lt;br /&gt;
Mesh Size affects the smoothing brush in the world painter.&lt;br /&gt;
&lt;br /&gt;
=== Weighted Ranges ===&lt;br /&gt;
&lt;br /&gt;
If mesh size is set to something other than Ignore, these weights will be applied at the granularity of the selected mesh size for purposes of generating random values in each range. This allows random number generation to be non-linear for the given terrain characteristic.&lt;br /&gt;
&lt;br /&gt;
For example, if the Elevation Weighted Range parameters were set to (starting with the 0-20 range) 60:10:10:10:10 (these values do not have to add up to any particular number) then about 60% of the map squares (on average) will have an elevation in the range of 0-20, and the other ranges will be represented by around 10% of the map squares each. The exact distribution is still left up to chance though ''on average'' it will be close to this specification.&lt;br /&gt;
&lt;br /&gt;
The way the process appears to work is that the map is divided into a &amp;quot;wireframe mesh&amp;quot; where the lines are Mesh Size number of tiles apart. Each intersection of the &amp;quot;wires&amp;quot; is randomly assigned an elevation (or whatever) and then the tiles between these points are smoothed out. See the image on the right for an example.&lt;br /&gt;
&lt;br /&gt;
Weighted ranges do not make rejection checks, although they can be responsible for many rejections if you neglect to adjust or disable some of the [[#Minimum Number of Mid/Low/High Characteristic Squares|Minimum Number of Mid/Low/High Characteristic Squares]] for example.&lt;br /&gt;
&lt;br /&gt;
=== Configuration Tokens ===&lt;br /&gt;
&lt;br /&gt;
{| {{prettytable}}&lt;br /&gt;
|- bgcolor=&amp;quot;#dddddd&amp;quot;&lt;br /&gt;
! Token&lt;br /&gt;
! Example&lt;br /&gt;
! Notes&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;[ELEVATION_FREQUENCY:&amp;lt;mesh&amp;gt;:&amp;lt;0-20 weight&amp;gt;:&amp;lt;20-40 weight&amp;gt;:&amp;lt;40-60 weight&amp;gt;:&amp;lt;60-80 weight&amp;gt;:&amp;lt;80-100 weight&amp;gt;]&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
| &amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;[ELEVATION_FREQUENCY:2:1:2:3:4:5]&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
| rowspan=&amp;quot;6&amp;quot; | Valid mesh values:&lt;br /&gt;
&lt;br /&gt;
1 = Ignore&lt;br /&gt;
&lt;br /&gt;
2 = 2x2&lt;br /&gt;
&lt;br /&gt;
3 = 4x4&lt;br /&gt;
&lt;br /&gt;
4 = 8x8&lt;br /&gt;
&lt;br /&gt;
5 = 16x16&lt;br /&gt;
&lt;br /&gt;
6 = 32x32&lt;br /&gt;
&lt;br /&gt;
(limited by world size) &lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;[RAIN_FREQUENCY:&amp;lt;mesh&amp;gt;:&amp;lt;0-20 weight&amp;gt;:&amp;lt;20-40 weight&amp;gt;:&amp;lt;40-60 weight&amp;gt;:&amp;lt;60-80 weight&amp;gt;:&amp;lt;80-100 weight&amp;gt;]&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
| &amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;[RAIN_FREQUENCY:3:1:2:3:4:5]&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;[DRAINAGE_FREQUENCY:&amp;lt;mesh&amp;gt;:&amp;lt;0-20 weight&amp;gt;:&amp;lt;20-40 weight&amp;gt;:&amp;lt;40-60 weight&amp;gt;:&amp;lt;60-80 weight&amp;gt;:&amp;lt;80-100 weight&amp;gt;]&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
| &amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;[DRAINAGE_FREQUENCY:4:1:2:3:4:5]&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;[TEMPERATURE_FREQUENCY:&amp;lt;mesh&amp;gt;:&amp;lt;0-20 weight&amp;gt;:&amp;lt;20-40 weight&amp;gt;:&amp;lt;40-60 weight&amp;gt;:&amp;lt;60-80 weight&amp;gt;:&amp;lt;80-100 weight&amp;gt;]&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
| &amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;[TEMPERATURE_FREQUENCY:1:1:1:1:1:1]&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;[SAVAGERY_FREQUENCY:&amp;lt;mesh&amp;gt;:&amp;lt;0-20 weight&amp;gt;:&amp;lt;20-40 weight&amp;gt;:&amp;lt;40-60 weight&amp;gt;:&amp;lt;60-80 weight&amp;gt;:&amp;lt;80-100 weight&amp;gt;]&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
| &amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;[SAVAGERY_FREQUENCY:5:1:2:3:4:5]&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;[VOLCANISM_FREQUENCY:&amp;lt;mesh&amp;gt;:&amp;lt;0-20 weight&amp;gt;:&amp;lt;20-40 weight&amp;gt;:&amp;lt;40-60 weight&amp;gt;:&amp;lt;60-80 weight&amp;gt;:&amp;lt;80-100 weight&amp;gt;]&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
| &amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;[VOLCANISM_FREQUENCY:1:1:1:1:1:1]&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Minimum Mountain Peak Number ==&lt;br /&gt;
&lt;br /&gt;
This will cause the world to be rejected if fewer than this many peaks (based on elevation) are present on the map. Elevations of 400 must be possible for mountain peaks to occur. If set to zero then worlds will not be rejected based on number of peaks.&lt;br /&gt;
&lt;br /&gt;
You may need to adjust elevation parameters, such as the highest weighted range, in order to get the desired number of elevation 400 squares needed for larger numbers of peaks. Like volcanoes, mountain peaks can make embark zones more interesting but other than that they don't appear to &amp;quot;do&amp;quot; anything special. Reportedly they do increase the highest Z-level above ground in all embark zones in the same region even if the selected embark zone does not include the peak.&lt;br /&gt;
&lt;br /&gt;
{| {{prettytable}}&lt;br /&gt;
|- bgcolor=&amp;quot;#dddddd&amp;quot;&lt;br /&gt;
! Token&lt;br /&gt;
! Example&lt;br /&gt;
! Notes&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;[PEAK_NUMBER_MIN:&amp;lt;number&amp;gt;]&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
| &amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;[PEAK_NUMBER_MIN:20]&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
| Elevations of 400 must occur for peaks to form.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Minimum Partial Edge Oceans ==&lt;br /&gt;
&lt;br /&gt;
This will cause a world to be rejected unless there are at least this many oceans touching an edge of the map. If set to zero then worlds will not be rejected based on this criterion. Setting both this parameter and Minimum Complete Edge Oceans to values that total more than 4 when added together may cause all worlds to be rejected as you can't have both a partial and complete edge ocean on a given edge.{{Verify}}&lt;br /&gt;
&lt;br /&gt;
{| {{prettytable}}&lt;br /&gt;
|- bgcolor=&amp;quot;#dddddd&amp;quot;&lt;br /&gt;
! Token&lt;br /&gt;
! Example&lt;br /&gt;
! Notes&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;[PARTIAL_OCEAN_EDGE_MIN:&amp;lt;number&amp;gt;]&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
| &amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;[PARTIAL_OCEAN_EDGE_MIN:2]&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
| Maximum of 4&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Minimum Complete Edge Oceans ==&lt;br /&gt;
&lt;br /&gt;
This will cause a world to be rejected unless there are at least this many oceans which completely cover an edge of the map. Since a square map only has 4 edges, the maximum value possible is 4. If set to zero then worlds will not be rejected based on this criterion but still might end up with complete edge oceans by chance.&lt;br /&gt;
&lt;br /&gt;
Note that the ability for this many edge oceans to exist will be limited by elevation. Therefore to actually create large oceans you will probably need to change things like the Elevation Mesh Size and Weighted Ranges to increase the number and distribution of very low elevation squares on the map.&lt;br /&gt;
&lt;br /&gt;
Given appropriate weight, range, and variance values for things like elevation, a setting of:&lt;br /&gt;
*1 results in a world that seems like a chunk of coastline. One edge of the map will be completely underwater and there will be ocean taking up much of the map on that side.  Think the east or west coast of the United States, the north coast of Canada, or southern Europe.  If your edge ocean happens to pick your world's frozen side most of it will be glacier.&lt;br /&gt;
*2 results in another coastline along with the first one.  The map could end up looking something like Panama if the oceans pick opposite sides of the map.&lt;br /&gt;
*3 results in a peninsula, like Florida in the US.  There will be oceans surrounding 3 sides of the map, and land touching only one side of the map.&lt;br /&gt;
*4 results in one or more island(s) depending on things like elevation variance and weights. Regardless of whether you get one island or multiple islands, the entire map will be surrounded by water.&lt;br /&gt;
Unfortunately there's no easy way to control which oceans end up on which edges, except perhaps setting X and Y variance to different values.&lt;br /&gt;
&lt;br /&gt;
Edge oceans will take up part of the other edges too.  For example a full edge ocean on the east side will have part of the north and south sides underwater, but that does ''not'' add to the ''partial'' edge oceans count.&lt;br /&gt;
&lt;br /&gt;
{| {{prettytable}}&lt;br /&gt;
|- bgcolor=&amp;quot;#dddddd&amp;quot;&lt;br /&gt;
! Token&lt;br /&gt;
! Example&lt;br /&gt;
! Notes&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;[COMPLETE_OCEAN_EDGE_MIN:&amp;lt;number&amp;gt;]&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
| &amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;[COMPLETE_OCEAN_EDGE_MIN:0]&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
| Maximum of 4&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Minimum Volcano Number ==&lt;br /&gt;
&lt;br /&gt;
Worlds with less than this number of volcanoes will be rejected. Note that this will not just create this many volcanoes at random; there must be at least this many squares with a Volcanism of 100. Therefore adjusting Weighted Range for 80-100 to some higher value is recommended if you want to facilitate a large number of volcanoes. In addition, Maximum Volcanism must be set to 100 or squares with volcanism of 100 will be impossible making volcanoes impossible.&lt;br /&gt;
&lt;br /&gt;
{| {{prettytable}}&lt;br /&gt;
|- bgcolor=&amp;quot;#dddddd&amp;quot;&lt;br /&gt;
! Token&lt;br /&gt;
! Example&lt;br /&gt;
! Notes&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;[VOLCANO_MIN:&amp;lt;number&amp;gt;]&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
| &amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;[VOLCANO_MIN:15]&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
| Volcanoes require a volcanism of 100 to occur.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Mineral Scarcity ==&lt;br /&gt;
&lt;br /&gt;
Controls the frequency at which minerals occur. Setting this value lower will increase the amount of ore present on a map, the number of different types of ore, and the number/types of gems. The default value will result in a maximum of 2-4 metal ores per map (assuming you choose a good embark location) which may be limiting until the economy is fully implemented and desired metals can be traded for.&lt;br /&gt;
&lt;br /&gt;
According to research by [http://www.bay12forums.com/smf/index.php?action=profile;u=36045 Shandra] on v0.31.25, this is the relationship between the value of this setting and the approximate number of gems and ore:&lt;br /&gt;
&lt;br /&gt;
[[File:MineralSetting_v25_limit10k.png]]&lt;br /&gt;
&lt;br /&gt;
This is for the same 8x8 embark region in a world which is otherwise the same except for the mineral scarcity parameter. See [http://www.bay12forums.com/smf/index.php?topic=79018.msg2063804#msg2063804 this forum thread] for detailed information on peoples' experiments and possible changes to newer versions.&lt;br /&gt;
&lt;br /&gt;
{| {{prettytable}}&lt;br /&gt;
|- bgcolor=&amp;quot;#dddddd&amp;quot;&lt;br /&gt;
! Token&lt;br /&gt;
! Example&lt;br /&gt;
! Notes&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;[MINERAL_SCARCITY:&amp;lt;number&amp;gt;]&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
| &amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;[MINERAL_SCARCITY:2500]&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
| Range: 100 to 100,000&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Max Megabeast Caves ==&lt;br /&gt;
&lt;br /&gt;
This is the maximum number of caves that will be inhabited by {{L|Megabeast|megabeasts}}. Even though the parameter uses the word &amp;quot;caves&amp;quot; it appears to impact the number of sites (lairs) of different types.{{Verify}} If there are more megabeasts than &amp;quot;caves&amp;quot;, megabeasts will suffer from a housing shortage and you may end up with things like 10 dragons sharing a lair. Which could make for a {{L|Fun}} world.&lt;br /&gt;
&lt;br /&gt;
{| {{prettytable}}&lt;br /&gt;
|- bgcolor=&amp;quot;#dddddd&amp;quot;&lt;br /&gt;
! Token&lt;br /&gt;
! Example&lt;br /&gt;
! Notes&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;[MEGABEAST_CAP:&amp;lt;number&amp;gt;]&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
| &amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;[MEGABEAST_CAP:75]&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
| Number of caves/labyrinths/lairs, not beasts.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Max Semi-Megabeast Caves ==&lt;br /&gt;
&lt;br /&gt;
The maximum number of caves that will be inhabited by {{L|Creature#Semi-Megabeasts|semi-megabeasts}}. If there are more semi-megabeasts than caves, semi-megabeasts will be forced to cohabitate and you may end up with 10 minotaurs in one labyrinth (for example).&lt;br /&gt;
&lt;br /&gt;
{| {{prettytable}}&lt;br /&gt;
|- bgcolor=&amp;quot;#dddddd&amp;quot;&lt;br /&gt;
! Token&lt;br /&gt;
! Example&lt;br /&gt;
! Notes&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;[SEMIMEGABEAST_CAP:&amp;lt;number&amp;gt;]&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
| &amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;[SEMIMEGABEAST_CAP:150]&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
| Number of caves/labyrinths/lairs, not beasts.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Titan Parameters ==&lt;br /&gt;
&lt;br /&gt;
=== Number ===&lt;br /&gt;
&lt;br /&gt;
This controls the number of megabeasts and semi-megabeasts that exist at the beginning of history. Note that they can get killed or die later due to events during history generation. The number of forgotten beasts is unaffected by this parameter.&lt;br /&gt;
&lt;br /&gt;
Note: One can generate more historical ages by pumping up the amount of semimegabeasts, who are usually more killable than the regular megabeasts.&lt;br /&gt;
&lt;br /&gt;
{| {{prettytable}}&lt;br /&gt;
|- bgcolor=&amp;quot;#dddddd&amp;quot;&lt;br /&gt;
! Token&lt;br /&gt;
! Example&lt;br /&gt;
! Notes&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;[TITAN_NUMBER:&amp;lt;number&amp;gt;]&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
| &amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;[TITAN_NUMBER:33]&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
| 0 is a valid number&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Attack Population Requirement ===&lt;br /&gt;
&lt;br /&gt;
Megabeasts will begin to attack your fort once at least this many dwarves inhabit it, regardless of whether any other attack criteria have been met. This number defaults to 80 which isn't usually too difficult to deal with.&lt;br /&gt;
&lt;br /&gt;
=== Exported Wealth Requirement ===&lt;br /&gt;
&lt;br /&gt;
Megabeasts will begin to attack your fort once you have exported at least this many {{L|Currency|dwarfbucks}} worth of merchandise, regardless of whether or not any other criteria have been met. This parameter defaults to None (disabled).&lt;br /&gt;
&lt;br /&gt;
=== Created Wealth Requirement ===&lt;br /&gt;
&lt;br /&gt;
Megabeasts will begin to attack your fort once the fort's total wealth has reached this many {{L|Currency|dwarfbucks}} in value. This happens regardless of whether any of the other criteria, such as population, have been met. Therefore even with 1 dwarf a fort could be attacked if the fort were worth at least this value.&lt;br /&gt;
&lt;br /&gt;
{| {{prettytable}}&lt;br /&gt;
|- bgcolor=&amp;quot;#dddddd&amp;quot;&lt;br /&gt;
! Token&lt;br /&gt;
! Example&lt;br /&gt;
! Notes&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;[TITAN_ATTACK_TRIGGER:&amp;lt;population&amp;gt;:&amp;lt;exp wealth&amp;gt;:&amp;lt;created wealth&amp;gt;]&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
| &amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;[TITAN_ATTACK_TRIGGER:80:0:100000]&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
| 0 = None (disabled). Only one requirement must be met for an attack.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Number of Demon Types ==&lt;br /&gt;
&lt;br /&gt;
{{L|Demon|Demons}} are similar to titans and forgotten beasts in that they are procedurally generated, but unlike titans they are not unique. Thus many different types of demons will exist in the world but there will be many members of each type. Setting this to zero means no demons will exist, limiting the amount of fun you can have.&lt;br /&gt;
&lt;br /&gt;
{| {{prettytable}}&lt;br /&gt;
|- bgcolor=&amp;quot;#dddddd&amp;quot;&lt;br /&gt;
! Token&lt;br /&gt;
! Example&lt;br /&gt;
! Notes&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;[DEMON_NUMBER:&amp;lt;number&amp;gt;]&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
| &amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;[DEMON_NUMBER:52]&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
| 0 to 1000&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Number of Night Creature Types ==&lt;br /&gt;
&lt;br /&gt;
The number of different {{L|Night creature|night creatures}} that will exist in the world. Setting this to zero means that the world will have no night creatures.&lt;br /&gt;
&lt;br /&gt;
A setting of zero also means that there will be no {{L|Bogeyman|Bogeymen}} in adventure mode, though any modded creatures with the [NIGHT_CREATURE:BOGEYMAN] tag will still exist.&lt;br /&gt;
&lt;br /&gt;
{| {{prettytable}}&lt;br /&gt;
|- bgcolor=&amp;quot;#dddddd&amp;quot;&lt;br /&gt;
! Token&lt;br /&gt;
! Example&lt;br /&gt;
! Notes&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;[NIGHT_CREATURE_NUMBER:&amp;lt;number&amp;gt;]&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
| &amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;[NIGHT_CREATURE_NUMBER:52]&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
| 0 to 1000&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Desired Good/Evil Square Counts ==&lt;br /&gt;
&lt;br /&gt;
These values change the amount of {{L|Surroundings#Good|good or evil}} tiles on the map, depending on the size of the region they are being considered for.&lt;br /&gt;
&lt;br /&gt;
Though the exact size of small, medium, and large are unknown, the counts used here will always be restricted to regions of the given size no matter how large the number. Also, the count is more of a goal than a minimum or maximum. As a result you can end up with many more or many fewer than the requested number of squares in some situations.&lt;br /&gt;
&lt;br /&gt;
In particular, if you have something like case where only 3 large regions exists in a world, and you request &amp;quot;1 evil square&amp;quot; in large regions, you will end up with one of the large regions being ''entirely evil''. So any non-zero value in one of these settings essentially means &amp;quot;force at least one region of this size to be all good/evil.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
Note that the &amp;quot;evilness&amp;quot; of evil biomes is also impacted by savagery.&lt;br /&gt;
&lt;br /&gt;
Certain civilizations can not exist in good and/or evil squares, so too many of one or the other may limit the size of certain types of civilizations. Dwarves, for example, need non-aligned biomes.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{| {{prettytable}}&lt;br /&gt;
|- bgcolor=&amp;quot;#dddddd&amp;quot;&lt;br /&gt;
! Token&lt;br /&gt;
! Example&lt;br /&gt;
! Notes&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;[GOOD_SQ_COUNTS:&amp;lt;small region&amp;gt;:&amp;lt;med region&amp;gt;:&amp;lt;lg region&amp;gt;]&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
| &amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;[GOOD_SQ_COUNTS:100:1000:2000]&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | Set count to zero to disable for that region size.&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;[EVIL_SQ_COUNTS:&amp;lt;small region&amp;gt;:&amp;lt;med region&amp;gt;:&amp;lt;lg region&amp;gt;]&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
| &amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;[EVIL_SQ_COUNTS:100:1000:2000]&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Minimum Biome Square Counts ==&lt;br /&gt;
&lt;br /&gt;
These numbers control whether or not a world will be rejected based on a lack of different {{L|biome|biomes}}. Raising these numbers will '''not''' automatically generate the given number of squares of the given biome! For a biome to exist, certain conditions like elevation and rainfall must exist.&lt;br /&gt;
&lt;br /&gt;
These parameters simply filter out worlds that (for example) randomly fail to have enough high elevation squares to support a given number of mountains, etc. Some settings may cause worlds to always be rejected. For example, if for some reason the maximum elevation parameter is set to a value below what will support mountain biomes, it will be impossible to satisfy a non-zero requirement for mountain squares. The same principle goes for other conditions and biomes such as low elevations and oceans, etc.&lt;br /&gt;
&lt;br /&gt;
Certain civilizations require different biomes to exist (such as dwarves and mountains), so eliminating certain biomes will make it impossible for certain civilizations to form.&lt;br /&gt;
&lt;br /&gt;
These parameters often result in infinite world rejection problems. See {{L|World rejection}} for information on solving problems related to worlds always being rejected due to one or more of these parameters.&lt;br /&gt;
&lt;br /&gt;
0 means no minimum for rejection. Setting to 0 does not guarantee 0 squares of that biome.&lt;br /&gt;
&lt;br /&gt;
=== Biome Type Requirement Table ===&lt;br /&gt;
&lt;br /&gt;
Terrain requirements for various biomes are described below.{{Verify}} Note that some of the exact ranges are unknown.&lt;br /&gt;
&lt;br /&gt;
{| {{prettytable}}&lt;br /&gt;
|- bgcolor=&amp;quot;#dddddd&amp;quot;&lt;br /&gt;
! rowspan=&amp;quot;2&amp;quot; | Biome&lt;br /&gt;
! colspan=&amp;quot;4&amp;quot;  | Terrain Requirement&lt;br /&gt;
|-&lt;br /&gt;
! Elevation&lt;br /&gt;
! Rainfall&lt;br /&gt;
! Temperature&lt;br /&gt;
! Drainage&lt;br /&gt;
|-&lt;br /&gt;
| Swamp/Marsh&lt;br /&gt;
| 100-299&lt;br /&gt;
| 33-100&lt;br /&gt;
| Non-Freezing&lt;br /&gt;
| 0-32&lt;br /&gt;
|-&lt;br /&gt;
| Desert/Badland&lt;br /&gt;
| 100-299&lt;br /&gt;
| 0-10(?)&lt;br /&gt;
| non-freezing&lt;br /&gt;
| N/A (1)&lt;br /&gt;
|-&lt;br /&gt;
| Forest&lt;br /&gt;
| 100-299&lt;br /&gt;
| 66-100&lt;br /&gt;
| non-freezing&lt;br /&gt;
| 66-100&lt;br /&gt;
|-&lt;br /&gt;
| Mountains&lt;br /&gt;
| 300-400&lt;br /&gt;
| N/A&lt;br /&gt;
| N/A&lt;br /&gt;
| N/A&lt;br /&gt;
|-&lt;br /&gt;
| Ocean&lt;br /&gt;
| 0-99&lt;br /&gt;
| N/A&lt;br /&gt;
| N/A&lt;br /&gt;
| N/A&lt;br /&gt;
|-&lt;br /&gt;
| Glacier&lt;br /&gt;
| 100-299&lt;br /&gt;
| N/A&lt;br /&gt;
| Freezing&lt;br /&gt;
| 80(?)-100&lt;br /&gt;
|-&lt;br /&gt;
| Tundra&lt;br /&gt;
| 100-299&lt;br /&gt;
| N/A&lt;br /&gt;
| Freezing&lt;br /&gt;
| 0-66&lt;br /&gt;
|-&lt;br /&gt;
| Grassland&lt;br /&gt;
| 100-299&lt;br /&gt;
| 0-66&lt;br /&gt;
| Non-Freezing&lt;br /&gt;
| 0-66&lt;br /&gt;
|-&lt;br /&gt;
| Hills&lt;br /&gt;
| 100-299&lt;br /&gt;
| 0-66&lt;br /&gt;
| Non-Freezing&lt;br /&gt;
| 66-100&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
(1) might affect the [[desert]] subtype, though - needs to be verified; low drainage seems to correlate with sand deserts&lt;br /&gt;
&lt;br /&gt;
=== Minimum Initial Square Count ===&lt;br /&gt;
&lt;br /&gt;
This is the minimum number of squares of the given biome that must exist before things like erosion take place.&lt;br /&gt;
&lt;br /&gt;
One thing to keep in mind is the maximum number of squares on a map of a given size. If the total number of squares on a map is lower than the sum of all square count parameters then you will get infinite world rejection.&lt;br /&gt;
&lt;br /&gt;
To determine the number of squares on a map, just multiply the dimensions. In practice these parameters will need to sum to lower than the maximum because some space is needed for &amp;quot;slack&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
{| {{prettytable}}&lt;br /&gt;
|- bgcolor=&amp;quot;#dddddd&amp;quot;&lt;br /&gt;
! Map Size&lt;br /&gt;
! Number of Squares&lt;br /&gt;
|-&lt;br /&gt;
| 17x17&lt;br /&gt;
| 289&lt;br /&gt;
|-&lt;br /&gt;
| 33x33&lt;br /&gt;
| 1089&lt;br /&gt;
|-&lt;br /&gt;
| 65x65&lt;br /&gt;
| 4225&lt;br /&gt;
|-&lt;br /&gt;
| 129x129&lt;br /&gt;
| 16614&lt;br /&gt;
|-&lt;br /&gt;
| 257x257&lt;br /&gt;
| 66049&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Minimum Initial Region Count ===&lt;br /&gt;
&lt;br /&gt;
This is the minimum number of regions of contiguous biome squares that must exist before other processes such as erosion take place.&lt;br /&gt;
&lt;br /&gt;
=== Minimum Final Region Count ===&lt;br /&gt;
&lt;br /&gt;
This many regions of the given biome must exist after erosion and similar phases of generation have been completed.&lt;br /&gt;
&lt;br /&gt;
{| {{prettytable}}&lt;br /&gt;
|- bgcolor=&amp;quot;#dddddd&amp;quot;&lt;br /&gt;
! Token&lt;br /&gt;
! Example&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;[REGION_COUNTS:SWAMP:&amp;lt;init sq&amp;gt;:&amp;lt;init rg&amp;gt;:&amp;lt;final rg&amp;gt;]&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
| &amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;[REGION_COUNTS:SWAMP:1032:7:6]&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;[REGION_COUNTS:DESERT:&amp;lt;init sq&amp;gt;:&amp;lt;init rg&amp;gt;:&amp;lt;final rg&amp;gt;]&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
| &amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;[REGION_COUNTS:DESERT:1032:7:6]&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;[REGION_COUNTS:FOREST:&amp;lt;init sq&amp;gt;:&amp;lt;init rg&amp;gt;:&amp;lt;final rg&amp;gt;]&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
| &amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;[REGION_COUNTS:FOREST:4128:13:12]&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;[REGION_COUNTS:MOUNTAINS:&amp;lt;init sq&amp;gt;:&amp;lt;init rg&amp;gt;:&amp;lt;final rg&amp;gt;]&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
| &amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;[REGION_COUNTS:MOUNTAINS:8256:9:9]&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;[REGION_COUNTS:OCEAN:&amp;lt;init sq&amp;gt;:&amp;lt;init rg&amp;gt;:&amp;lt;final rg&amp;gt;]&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
| &amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;[REGION_COUNTS:OCEAN:8256:7:6]&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;[REGION_COUNTS:GLACIER:&amp;lt;init sq&amp;gt;:&amp;lt;init rg&amp;gt;:&amp;lt;final rg&amp;gt;]&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
| &amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;[REGION_COUNTS:GLACIER:0:0:0]&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;[REGION_COUNTS:TUNDRA:&amp;lt;init sq&amp;gt;:&amp;lt;init rg&amp;gt;:&amp;lt;final rg&amp;gt;]&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
| &amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;[REGION_COUNTS:TUNDRA:0:0:0]&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;[REGION_COUNTS:GRASSLAND:&amp;lt;init sq&amp;gt;:&amp;lt;init rg&amp;gt;:&amp;lt;final rg&amp;gt;]&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
| &amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;[REGION_COUNTS:GRASSLAND:8256:13:12]&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;[REGION_COUNTS:HILLS:&amp;lt;init sq&amp;gt;:&amp;lt;init rg&amp;gt;:&amp;lt;final rg&amp;gt;]&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
| &amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;[REGION_COUNTS:HILLS:8256:13:12]&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
	&lt;br /&gt;
== Erosion Cycle Count ==&lt;br /&gt;
&lt;br /&gt;
Tells the world-generator how long the world has to erode its tall peaks down to mountainsides during the 'running rivers...' stage of world creation. The higher this number, the less jagged the world will be, and the more wide the major rivers will be. If you use the maximum number, your mountains will dissolve before your eyes into plains which can lead to rejections if there aren't enough mountains to use for river start points and dwarven civilization origin points. &lt;br /&gt;
&lt;br /&gt;
{| {{prettytable}}&lt;br /&gt;
|- bgcolor=&amp;quot;#dddddd&amp;quot;&lt;br /&gt;
! Token&lt;br /&gt;
! Example&lt;br /&gt;
! Notes&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;[EROSION_CYCLE_COUNT:&amp;lt;number&amp;gt;]&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
| &amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;[EROSION_CYCLE_COUNT:250]&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
| Range: 0 to 1000&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Minimum/Desired River Start Locations ==&lt;br /&gt;
&lt;br /&gt;
This is the minimum number of riverheads that must exist before and after erosion takes place. Worlds will be rejected if they fail to meet these numbers. As with minimum biome counts, raising this number doesn't automatically create this many riverheads. Other conditions like terrain and rainfall must exist for rivers to form.&lt;br /&gt;
&lt;br /&gt;
Extremely high pre-erosion values speed erosion greatly, while low post erosion values are useful for limiting rejects due to lack of river origin points. One can try the 800 value to get more lakes.&lt;br /&gt;
&lt;br /&gt;
{| {{prettytable}}&lt;br /&gt;
|- bgcolor=&amp;quot;#dddddd&amp;quot;&lt;br /&gt;
! Token&lt;br /&gt;
! Example&lt;br /&gt;
! Notes&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;[RIVER_MINS:&amp;lt;min pre-erosion&amp;gt;:&amp;lt;des post-erosion&amp;gt;]&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
| &amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;[RIVER_MINS:200:400]&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
| Range: 0 to 800&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Periodically Erode Extreme Cliffs ==&lt;br /&gt;
&lt;br /&gt;
If enabled, makes every impassable rock wall into a series of ramps. Some prefer to pump up erosion to about 250, and turn the &amp;quot;Desired pre-erosion river count&amp;quot; to 0 for good erosion and no extra canyons.&lt;br /&gt;
&lt;br /&gt;
Normally this is set to Yes (1).&lt;br /&gt;
&lt;br /&gt;
{| {{prettytable}}&lt;br /&gt;
|- bgcolor=&amp;quot;#dddddd&amp;quot;&lt;br /&gt;
! Token&lt;br /&gt;
! Example&lt;br /&gt;
! Notes&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;[PERIODICALLY_ERODE_EXTREMES:&amp;lt;1 or 0&amp;gt;]&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
| &amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;[PERIODICALLY_ERODE_EXTREMES:1]&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
| 1/0 = Yes/No&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Do Orographic Precipitation and Rain Shadows ==&lt;br /&gt;
&lt;br /&gt;
Toggle that allows terrain height to affect rainfall. For example, moist air coming from the ocean blows over the land. As the terrain gets higher, it forces the moist air up, causing it to rain on the seaward side of a mountain. Eventually, all the rain has fallen if the mountain is tall enough. So, when the breeze goes over the top, there's no moisture left to fall on the other side, creating a rain-shadow. This should create a tendency for more extreme rainfall in regions, creating more forests, deserts, marshlands, and grasslands. Turning it off should result in more controllable, less complex rainfall conditions based on rainfall parameters as it adds a random element which can distort or otherwise mess up the climates on a pregenerated map.&lt;br /&gt;
&lt;br /&gt;
This should be disabled if you're importing a map or using a preset map file that has weather. &lt;br /&gt;
&lt;br /&gt;
{| {{prettytable}}&lt;br /&gt;
|- bgcolor=&amp;quot;#dddddd&amp;quot;&lt;br /&gt;
! Token&lt;br /&gt;
! Example&lt;br /&gt;
! Notes&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;[OROGRAPHIC_PRECIPITATION:&amp;lt;1 or 0&amp;gt;]&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
| &amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;[OROGRAPHIC_PRECIPITATION:1]&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
| 1/0 = Yes/No&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Maximum Number of Subregions ==&lt;br /&gt;
&lt;br /&gt;
This is the number of separate biomes (the flashing regions you see on embark when you hit F1, F2, etc when there's more than one biome on the embark location) that are allowed to exist on the entire map.&lt;br /&gt;
&lt;br /&gt;
Setting this to very low values will result in numerous rejections depending on [[#X and Y Variance|variance parameters]]. If variance values are set to high numbers, many small biomes will be created causing rejection if this parameter value is not increased beyond the default.&lt;br /&gt;
&lt;br /&gt;
Increasing the value of this tag is often a must when generating &amp;quot;patchwork&amp;quot; worlds with lots of biome variance, but simply increasing it without increasing variance parameters will not guarantee more biomes.&lt;br /&gt;
&lt;br /&gt;
{| {{prettytable}}&lt;br /&gt;
|- bgcolor=&amp;quot;#dddddd&amp;quot;&lt;br /&gt;
! Token&lt;br /&gt;
! Example&lt;br /&gt;
! Notes&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;[SUBREGION_MAX:&amp;lt;number&amp;gt;]&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
| &amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;[SUBREGION_MAX:2750]&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
| Range: 1 to 5000&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Cavern Parameters ==&lt;br /&gt;
[[File:Open00Density100.jpg|thumb|200px|Cavern slice with Openness of 0 and Density of 100]]&lt;br /&gt;
[[File:Open100Density00.jpg|thumb|200px|Cavern slice with Openness of 100 and Density of 0]]&lt;br /&gt;
[[File:Open100Density100.jpg|thumb|left|200px|Cavern slice with Openness of 100 and Density of 100]]&lt;br /&gt;
[[File:Open50Density50.jpg|thumb|left|200px|Cavern slice with Openness of 50 and Density of 50]]&lt;br /&gt;
&lt;br /&gt;
{{L|Caverns}} are the hollow areas underground which dwarves tend to encounter when they're digging around.&lt;br /&gt;
&lt;br /&gt;
=== Cavern Layer Number ===&lt;br /&gt;
&lt;br /&gt;
This parameter determines how many cavern systems will be generated, not including the Magma layer or the Bottom layer.  Defaults to three. Setting it to lower values could help FPS.&lt;br /&gt;
&lt;br /&gt;
'''Warning:''' If this is 0 then you will not have caverns on your map. Note that disabling caverns will make it impossible to grow any underground plants because none will exist for your civilization to cultivate. (Underground plants will not be available on embark.)&lt;br /&gt;
&lt;br /&gt;
{| {{prettytable}}&lt;br /&gt;
|- bgcolor=&amp;quot;#dddddd&amp;quot;&lt;br /&gt;
! Token&lt;br /&gt;
! Example&lt;br /&gt;
! Notes&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;[CAVERN_LAYER_COUNT:&amp;lt;number&amp;gt;]&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
| &amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;[CAVERN_LAYER_COUNT:3]&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
| Range: 0 to 3&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Cavern Layout Parameters ===&lt;br /&gt;
&lt;br /&gt;
Open caverns and dense passageways are not mutually exclusive. When both are raised, bizarre results can occur, such as layers showing a combination of open caverns, a cluster of network passages, and natural walls sprinkling the inside of an otherwise open cavern. [http://www.bay12forums.com/smf/index.php?topic=76355.msg1936859#msg1936859 Reference]&lt;br /&gt;
&lt;br /&gt;
If you want the largest open spaces possible, then decrease the density and increase the openness. If you want a labyrinth of passageways, lower the openness and raise the passage density.&lt;br /&gt;
&lt;br /&gt;
Another interesting note about the cavern layers is that the seed and number of demon types affect the layout of the caverns.&lt;br /&gt;
&lt;br /&gt;
==== Layer Openness Min/Max ====&lt;br /&gt;
&lt;br /&gt;
Dictates the size of cavern passages. When Passage Density (see below) is set to minimum (0), caverns will be open expanses. Raising the maximum will increase the size of the caverns.&lt;br /&gt;
&lt;br /&gt;
{| {{prettytable}}&lt;br /&gt;
|- bgcolor=&amp;quot;#dddddd&amp;quot;&lt;br /&gt;
! Token&lt;br /&gt;
! Example&lt;br /&gt;
! Notes&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;[CAVERN_LAYER_OPENNESS_MIN:&amp;lt;number&amp;gt;]&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
| &amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;[CAVERN_LAYER_OPENNESS_MIN:0]&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | Range: 0 to 100&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;[CAVERN_LAYER_OPENNESS_MAX:&amp;lt;number&amp;gt;]&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
| &amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;[CAVERN_LAYER_OPENNESS_MAX:100]&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==== Layer Passage Density Min/Max ====&lt;br /&gt;
&lt;br /&gt;
This determines how many passages form the cavern. If openness (see above) is set to minimum and density increased then you will get a maze like network of small criss-crossing passages. Raising the values further increases the number of the maze-like passages.&lt;br /&gt;
&lt;br /&gt;
Caverns will be large, open spaces at 0, and comprised of many small vertical shafts of rock at 100. Setting both values to be the same results in a uniform look for the caverns.{{Verify}}&lt;br /&gt;
&lt;br /&gt;
{| {{prettytable}}&lt;br /&gt;
|- bgcolor=&amp;quot;#dddddd&amp;quot;&lt;br /&gt;
! Token&lt;br /&gt;
! Example&lt;br /&gt;
! Notes&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;[CAVERN_LAYER_PASSAGE_DENSITY_MIN:&amp;lt;number&amp;gt;]&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
| &amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;[CAVERN_LAYER_PASSAGE_DENSITY_MIN:0]&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | Range: 0 to 100 &lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;[CAVERN_LAYER_PASSAGE_DENSITY_MAX:&amp;lt;number&amp;gt;]&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
| &amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;[CAVERN_LAYER_PASSAGE_DENSITY_MAX:100]&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
See [http://www.bay12forums.com/smf/index.php?topic=76355.0 this forum thread] for more information on openness and density including many more images.&lt;br /&gt;
&lt;br /&gt;
==== Layer Water min\max ====&lt;br /&gt;
&lt;br /&gt;
Determines how many caverns will have water at the bottom.  Note that, even at 100, there will be some amount of ground in caverns, but each cavern 'bubble' will contain some amount of water.&lt;br /&gt;
&lt;br /&gt;
At 0, there will be no water in your caverns.  This may impact future underground plant growth, although maps will still start with underground flora.{{Verify}}&lt;br /&gt;
&lt;br /&gt;
{| {{prettytable}}&lt;br /&gt;
|- bgcolor=&amp;quot;#dddddd&amp;quot;&lt;br /&gt;
! Token&lt;br /&gt;
! Example&lt;br /&gt;
! Notes&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;[CAVERN_LAYER_WATER_MIN:&amp;lt;number&amp;gt;]&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
| &amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;[CAVERN_LAYER_WATER_MIN:0]&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | Range: 0 to 100&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;[CAVERN_LAYER_WATER_MAX:&amp;lt;number&amp;gt;]&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
| &amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;[CAVERN_LAYER_WATER_MAX:100]&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Magma Layer ===&lt;br /&gt;
&lt;br /&gt;
This parameter controls whether the {{L|magma sea}} exists.&lt;br /&gt;
&lt;br /&gt;
Setting 1/Yes causes the magma layer to exist, value 0/No prevents it. Appears not have impact on volcanoes, nor vulcanism, so even if 0/No there will still be embark locations with magma. If a {{L|volcano}} exists, it appears to always tap the magma sea, but the magma sea will not be revealed by revealing the volcano.&lt;br /&gt;
&lt;br /&gt;
{| {{prettytable}}&lt;br /&gt;
|- bgcolor=&amp;quot;#dddddd&amp;quot;&lt;br /&gt;
! Token&lt;br /&gt;
! Example&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;[HAVE_BOTTOM_LAYER_1:&amp;lt;1 or 0&amp;gt;]&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
| &amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;[HAVE_BOTTOM_LAYER_1:1]&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Bottom Layer ===&lt;br /&gt;
&lt;br /&gt;
Determines if the space below the magma sea exists. If Yes the &amp;quot;HFS&amp;quot; layer is always present. Normally you want to leave this set to Yes for maximum fun.&lt;br /&gt;
&lt;br /&gt;
If enabled, this will force the magma layer above it. (Unknown whether this has any impact on occurrence of HFS &amp;quot;temple&amp;quot;.){{Verify}}&lt;br /&gt;
&lt;br /&gt;
{| {{prettytable}}&lt;br /&gt;
|- bgcolor=&amp;quot;#dddddd&amp;quot;&lt;br /&gt;
! Token&lt;br /&gt;
! Example&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;[HAVE_BOTTOM_LAYER_2:&amp;lt;1 or 0&amp;gt;]&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
| &amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;[HAVE_BOTTOM_LAYER_2:1]&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Z Levels (Depth) Settings ==&lt;br /&gt;
&lt;br /&gt;
These parameters control the &amp;quot;thickness&amp;quot; of various &amp;quot;layers&amp;quot; on the map. Note that a &amp;quot;layer&amp;quot; in this case does not refer to one Z-level, but refers to a number of related Z-levels such as &amp;quot;levels above ground&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
The following table assumes that you have 3 cavern layers.  The Levels Above Layer settings control how many Z-Levels are above each layer.  A layer may itself consist of multiple Z-Levels (and almost always does).&lt;br /&gt;
&lt;br /&gt;
{|style=&amp;quot;margin:1em 1em 1em 0;background:#F9F9F9;border:1px #AAA solid;border-collapse:collapse;&amp;quot; class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-style=&amp;quot;background:#F2F2F2;text-align:center;&amp;quot;&lt;br /&gt;
!style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot; width=&amp;quot;120&amp;quot;|Setting Name&lt;br /&gt;
!style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot; width=&amp;quot;200&amp;quot;|Token&lt;br /&gt;
!style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;| Description&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;| Above Ground&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;| &amp;lt;nowiki&amp;gt;[LEVELS_ABOVE_GROUND:&amp;lt;number&amp;gt;]&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;| The number of Z-Levels of air above the highest surface level.&amp;lt;br /&amp;gt;Has no impact on how many Z-levels deep the surface layer is.&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;| Above layer 1&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;| &amp;lt;nowiki&amp;gt;[LEVELS_ABOVE_LAYER_1:&amp;lt;number&amp;gt;]&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;| Z-Levels of stone above the first cavern layer.  Making this higher will guarantee ''at least'' this many levels to build your fortress, but will have no impact on how many z-levels thick the surface layer is.  Also, the top of a cavern may be higher than the rest of a cavern, so in practice there will be more &amp;quot;solid&amp;quot; levels than this above the cavern.&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;| Above Layer 2&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;| &amp;lt;nowiki&amp;gt;[LEVELS_ABOVE_LAYER_2:&amp;lt;number&amp;gt;]&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;| Z-levels of earth between very top of second cavern and very bottom of first cavern.&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;| Above Layer 3&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;| &amp;lt;nowiki&amp;gt;[LEVELS_ABOVE_LAYER_3:&amp;lt;number&amp;gt;]&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;| Z-levels of earth between very top of third cavern and very bottom of second cavern.&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;| Above Layer 4&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;| &amp;lt;nowiki&amp;gt;[LEVELS_ABOVE_LAYER_4:&amp;lt;number&amp;gt;]&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;| Z-Levels of earth between very highest magma and very bottom of third cavern.&amp;lt;br /&amp;gt;Spoiler Hidden (select invisible text to read): &amp;lt;span style='color:#eee;'&amp;gt;Making this high will give a large area for HFS veins, so that it never touches caverns, giving more to mine '''if''' it was impacting the cavern previously.&amp;lt;/span&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;| Above Layer 5&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;| &amp;lt;nowiki&amp;gt;[LEVELS_ABOVE_LAYER_5:&amp;lt;number&amp;gt;]&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;| Uncertain.  May control the number of levels of &amp;quot;Semi Molten Rock&amp;quot; between HFS and Magma, may control number of levels of magma, may impact both.&amp;lt;br /&amp;gt;In experimentation, the overall depth of all magma sea and semi-molten rock levels appears to increase, but not consistent enough to say for certain.&amp;lt;br /&amp;gt;Only valid if Magma Layer present.&amp;lt;br /&amp;gt;Spoiler Hidden:&amp;lt;span style='color:#eee;'&amp;gt;Often the HFS vein will only extend as high as the highest magma, making this the only guaranteed way to increase amount of HFS to mine, but unfortunately also creating enormous useless semi-molten z-levels&amp;lt;/span&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;| At Bottom&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;| &amp;lt;nowiki&amp;gt;[LEVELS_AT_BOTTOM:&amp;lt;number&amp;gt;]&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;| Appears to be number of levels of HFS chamber.&amp;lt;br /&amp;gt;Only valid if Bottom Layer present.&amp;lt;br /&amp;gt;Often has no impact.&amp;lt;br /&amp;gt;Values larger than default results in strange things.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
Some implications:&lt;br /&gt;
* The number of surface layers (e.g. soil), at this time, can not be controlled.  For example, on a map with 1 layer of Peat, then a layer of Silt, then a layer of Obsidian, there is no control to let you increase either one to be, say, 20 z-levels. (though you may get lucky with the Obsidian).&lt;br /&gt;
* There can be multiple stone layers between the cavern and the surface.  So increasing Levels Above Layer 1 may give you more Conglomerate, or more Granite, and you have no control over which stone layer spans those Z-Levels.&lt;br /&gt;
* The layers shown on embark span across the cavern layers in an unknown and inconsistent way.  Sometimes those 10 different layers of stone are evenly distributed over your 400 z-level deep map, sometimes the first 9 get 1 z-level each and the last gets the other 391 levels.  No way to control found yet.&lt;br /&gt;
* The HFS temple, if present, will always extend into the rock layers, and appears to always make contact with the bottom cave.  Large values for levels above layer 5 and layer 4 can result in enormous temples, but the number of levels at the top (the part with undead) appears to be unaffected.&lt;br /&gt;
* Unconfirmed whether number of levels between caverns has any impact on cavern height.  There will be connecting ramps and/or shafts between cavern layers no matter how many levels are between them.&lt;br /&gt;
* '''Very Important''': These values appear to apply across a whole 16x16 Region, not just embark areas.  That means that if a 16x16 region is completely flat, but has one tall mountain in one far corner, even if you set Levels Above Ground low (e.g. 2 z-levels) you still have all the empty air of the highest mountain in every embark tile (e.g. 200 z-levels).  Also can happen to the semi-molten layer, and can lead to unexpected behavior.&lt;br /&gt;
* Very large values can cause strange things to happen.  Even more true for small values.&lt;br /&gt;
&lt;br /&gt;
== Cave Parameters ==&lt;br /&gt;
&lt;br /&gt;
Caves are sort of like caverns except that they have a passage to the surface and are generally much smaller. Caves can connect to caverns if they are sufficiently deep.&lt;br /&gt;
&lt;br /&gt;
=== Minimum/Maximum Natural Cave Size ===&lt;br /&gt;
&lt;br /&gt;
These parameters appear to control the length and depth of caves.&lt;br /&gt;
&lt;br /&gt;
{| {{prettytable}}&lt;br /&gt;
|- bgcolor=&amp;quot;#dddddd&amp;quot;&lt;br /&gt;
! Token&lt;br /&gt;
! Example&lt;br /&gt;
! Notes&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;[CAVE_MIN_SIZE:&amp;lt;number&amp;gt;]&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
| &amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;[CAVE_MIN_SIZE:5]&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | Range: 1 to 500&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;[CAVE_MAX_SIZE:&amp;lt;number&amp;gt;]&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
| &amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;[CAVE_MAX_SIZE:25]&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Number of (Non-)Mountain Caves ===&lt;br /&gt;
&lt;br /&gt;
These are the numbers of mountain and non-mountain caves that will be placed. These parameters will cause this number of caves to be placed, but rejections may occur if a world has an insufficient number of mountain or non-mountain squares to place the caves in.&lt;br /&gt;
&lt;br /&gt;
{| {{prettytable}}&lt;br /&gt;
|- bgcolor=&amp;quot;#dddddd&amp;quot;&lt;br /&gt;
! Token&lt;br /&gt;
! Example&lt;br /&gt;
! Notes&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;[MOUNTAIN_CAVE_MIN:&amp;lt;number&amp;gt;]&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
| &amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;[MOUNTAIN_CAVE_MIN:100]&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | Range: 1 to 800&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;[NON_MOUNTAIN_CAVE_MIN:&amp;lt;number&amp;gt;]&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
| &amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;[NON_MOUNTAIN_CAVE_MIN:200]&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Make Caves Visible ===&lt;br /&gt;
&lt;br /&gt;
If set to no (default) then the location of caves will not be marked on the map. If set to yes, caves will appear on the map as {{Raw Tile|•|#808080|#00DD00}} symbols so that they may be sought out or avoided as desired.&lt;br /&gt;
&lt;br /&gt;
{| {{prettytable}}&lt;br /&gt;
|- bgcolor=&amp;quot;#dddddd&amp;quot;&lt;br /&gt;
! Token&lt;br /&gt;
! Example&lt;br /&gt;
! Notes&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;[ALL_CAVES_VISIBLE:&amp;lt;1 or 0&amp;gt;]&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
| &amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;[ALL_CAVES_VISIBLE:0]&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
| 1/0 = Yes/No&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Allow Init Options to Show Tunnels ==&lt;br /&gt;
&lt;br /&gt;
This parameter doesn't do anything in DF2010.{{Verify}} In older versions, tunnels could be built between dwarven settlements and these could appear on the map similarly to roads.&lt;br /&gt;
&lt;br /&gt;
{| {{prettytable}}&lt;br /&gt;
|- bgcolor=&amp;quot;#dddddd&amp;quot;&lt;br /&gt;
! Token&lt;br /&gt;
! Example&lt;br /&gt;
! Notes&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;[SHOW_EMBARK_TUNNEL:&amp;lt;0-2&amp;gt;]&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
| &amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;[SHOW_EMBARK_TUNNEL:2]&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
| 0 = No&amp;lt;br/&amp;gt;1 = Only in Finder&amp;lt;br/&amp;gt;2 = Always&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Number of Civilizations ==&lt;br /&gt;
&lt;br /&gt;
This number of civilizations will be placed on the map before history generation begins. These civilizations may later die out due to historical events.&lt;br /&gt;
&lt;br /&gt;
Note that a high value here can cause lots of map rejections, particularly on smaller maps as there simply isn't enough room or regions to put them all in.&lt;br /&gt;
&lt;br /&gt;
{| {{prettytable}}&lt;br /&gt;
|- bgcolor=&amp;quot;#dddddd&amp;quot;&lt;br /&gt;
! Token&lt;br /&gt;
! Example&lt;br /&gt;
! Notes&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;[TOTAL_CIV_NUMBER:&amp;lt;number&amp;gt;]&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
| &amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;[TOTAL_CIV_NUMBER:40]&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
| Range: 0 to 300&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Playable Civilization Required ==&lt;br /&gt;
&lt;br /&gt;
If this is set to yes (default) then worlds will be rejected if no civilization with {{L|Entity token|CIV_CONTROLLABLE}} can be placed. In an unmodded game, only the dwarves have this token.&lt;br /&gt;
&lt;br /&gt;
If set to no, the result may be a world that cannot be played in Fortress Mode.&lt;br /&gt;
&lt;br /&gt;
{| {{prettytable}}&lt;br /&gt;
|- bgcolor=&amp;quot;#dddddd&amp;quot;&lt;br /&gt;
! Token&lt;br /&gt;
! Example&lt;br /&gt;
! Notes&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;[PLAYABLE_CIVILIZATION_REQUIRED:&amp;lt;1 or 0&amp;gt;]&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
| &amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;[PLAYABLE_CIVILIZATION_REQUIRED:1]&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
| 1/0 = Yes/No&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Minimum Number of Mid/Low/High Characteristic Squares ==&lt;br /&gt;
&lt;br /&gt;
Sets the minimum possible number of squares of certain ranges of each of the region qualities, such as elevation, rain, drainage, volcanism, savagery, and temperature. These need to be changed to reflect your regional meshes and weights. These are responsible for a HUGE number of map rejections. These values can all be set to 0 for much fewer map rejections, particularly in the case of more wacky, non-standard maps. &lt;br /&gt;
&lt;br /&gt;
These values will cause worlds to be rejected unless at least the given number of squares of the given type are randomly generated. Setting these values too high could result in worlds always being rejected if other parameters such as the maximum/minimums for elevation, etc, don't allow enough of those squares to get generated.&lt;br /&gt;
&lt;br /&gt;
{| {{prettytable}}&lt;br /&gt;
|- bgcolor=&amp;quot;#dddddd&amp;quot;&lt;br /&gt;
! Token&lt;br /&gt;
! Example&lt;br /&gt;
! Notes&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;[ELEVATION_RANGES:&amp;lt;low sq&amp;gt;:&amp;lt;mid sq&amp;gt;:&amp;lt;high sq&amp;gt;]&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
| &amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;[ELEVATION_RANGES:8256:16512:8256]&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
| rowspan=&amp;quot;5&amp;quot; | Minimum number of squares that must have low, medium, and high amounts of the given attribute.&amp;lt;br/&amp;gt;&lt;br /&gt;
0 = No minimum&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;[RAIN_RANGES:&amp;lt;low sq&amp;gt;:&amp;lt;mid sq&amp;gt;:&amp;lt;high sq&amp;gt;]&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
| &amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;[RAIN_RANGES:8256:16512:8256]&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;[DRAINAGE_RANGES:&amp;lt;low sq&amp;gt;:&amp;lt;mid sq&amp;gt;:&amp;lt;high sq&amp;gt;]&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
| &amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;[DRAINAGE_RANGES:8256:16512:8256]&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;[SAVAGERY_RANGES:&amp;lt;low sq&amp;gt;:&amp;lt;mid sq&amp;gt;:&amp;lt;high sq&amp;gt;]&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
| &amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;[SAVAGERY_RANGES:8256:16512:8256]&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;[VOLCANISM_RANGES:&amp;lt;low sq&amp;gt;:&amp;lt;mid sq&amp;gt;:&amp;lt;high sq&amp;gt;]&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
| &amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;[VOLCANISM_RANGES:8256:16512:8256]&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt; &lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=&amp;quot;The World Generator is having trouble placing...&amp;quot;=&lt;br /&gt;
&lt;br /&gt;
:''Main article {{L|World rejection}}''&lt;br /&gt;
&lt;br /&gt;
If you are having the common problem of your generated worlds always being rejected by the world generator, see {{L|World_rejection#Solving_World_Rejection_Problems|Solving World Rejection Problems}} as it contains many detailed suggestions on how to troubleshoot and solve these issues.&lt;br /&gt;
&lt;br /&gt;
= Default Worldgen Parameters =&lt;br /&gt;
&lt;br /&gt;
There is no single default for each parameter. Several advanced world generation profiles come with the game by default. See {{L|world_gen.txt|Default world_gen.txt}} to take a look at this file.&lt;br /&gt;
&lt;br /&gt;
= Parameter Set Examples =&lt;br /&gt;
&lt;br /&gt;
If you're trying to do something specific then the {{L|Worldgen examples|}} might be helpful. These are complete parameter sets that can be copied directly into your ''world_gen.txt'' file and customized as desired.&lt;br /&gt;
If they have nothing for you try {{L|Worldgen Tricks|}}, for known tricks and tips on making a world just right for you.&lt;br /&gt;
&lt;br /&gt;
For many many more examples see:&lt;br /&gt;
* [http://www.bay12forums.com/smf/index.php?topic=64032.0 DF2010 WorldGen &amp;quot;Cookbook&amp;quot; Thread]&lt;br /&gt;
&lt;br /&gt;
= Bugs = &lt;br /&gt;
*Magma sea breaching into {{L|HFS}}{{bug|1791}}&lt;br /&gt;
*Embark on a mountain of Slade, with Eerie Pits immediately revealed{{bug|3356}}&lt;br /&gt;
*Anti-Gravity Ants - Floating ant hills above river{{bug|3054}}&lt;br /&gt;
&lt;br /&gt;
{{World}}&lt;br /&gt;
[[Category:World]]&lt;/div&gt;</summary>
		<author><name>I2amroy</name></author>
	</entry>
	<entry>
		<id>https://dwarffortresswiki.org/index.php?title=v0.31:Material_definition_token&amp;diff=153662</id>
		<title>v0.31:Material definition token</title>
		<link rel="alternate" type="text/html" href="https://dwarffortresswiki.org/index.php?title=v0.31:Material_definition_token&amp;diff=153662"/>
		<updated>2011-10-15T18:25:17Z</updated>

		<summary type="html">&lt;p&gt;I2amroy: /* Material Properties */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{quality|Exceptional|18:11, 28 April 2011 (UTC)}}{{av}}&lt;br /&gt;
&lt;br /&gt;
The following tokens can be used in material templates, as well as materials defined in other raw files.&lt;br /&gt;
&lt;br /&gt;
==Material Properties==&lt;br /&gt;
{| {{prettytable}}&lt;br /&gt;
|- bgcolor=&amp;quot;#C0C0C0&amp;quot;&lt;br /&gt;
! Token&lt;br /&gt;
! Arguments&lt;br /&gt;
! Description&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| PREFIX&lt;br /&gt;
|&lt;br /&gt;
| Applies a prefix to all items made from the material. For PLANT and CREATURE materials, this defaults to the plant/creature name. Not permitted in material template definitions.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| STONE_NAME&lt;br /&gt;
|&lt;br /&gt;
| Overrides the name of mined out stones (used for native copper/silver/gold/platinum to make them be called &amp;quot;nuggets&amp;quot;).&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| IS_GEM&lt;br /&gt;
|&lt;br /&gt;
* name&lt;br /&gt;
* plural&lt;br /&gt;
* state&lt;br /&gt;
| Used to indicate that said material is a gemstone - when tiles are mined out, rough gems will be yielded instead of boulders. Plural can be &amp;quot;STP&amp;quot; to automatically append an &amp;quot;s&amp;quot; to the singular form, and OVERWRITE_SOLID will override the relevant STATE_NAME and STATE_ADJ values.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| TEMP_DIET_INFO&lt;br /&gt;
|&lt;br /&gt;
| Unknown&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| POWDER_DYE&lt;br /&gt;
| {{L|color}} token&lt;br /&gt;
| Defines the material as a type of dye.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| TILE&lt;br /&gt;
| [[Character table|tile]]&lt;br /&gt;
| Specifies the tile that will be used to represent unmined tiles made of this material. Generally only used with stones. Defaults to 219 ('█').&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| ITEM_SYMBOL&lt;br /&gt;
| tile&lt;br /&gt;
| Specifies the tile that will be used to represent BOULDER objects made of this material. Generally only used with stones. Defaults to 7 ('•').&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| DISPLAY_COLOR&lt;br /&gt;
|&lt;br /&gt;
*foreground color&lt;br /&gt;
*background color&lt;br /&gt;
*foreground brightness&lt;br /&gt;
| The on-screen color of the material. Uses a standard 3-digit {{L|Color|color token}}. Equivalent to [TILE_COLOR:a:b:c], [BUILD_COLOR:b:a:X] (X = 1 if 'a' equals 'b', 0 otherwise), and [BASIC_COLOR:a:c]&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| BUILD_COLOR&lt;br /&gt;
|&lt;br /&gt;
*foreground color&lt;br /&gt;
*background color&lt;br /&gt;
*foreground brightness&lt;br /&gt;
| The color of objects made of this material which use both the foreground and background color: {{L|door}}s, {{L|floodgate}}s, {{L|hatch cover}}s, {{L|bin}}s, {{L|barrel}}s, and {{L|cage}}s. Defaults to 7:7:1 (white).&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| TILE_COLOR&lt;br /&gt;
|&lt;br /&gt;
*foreground color&lt;br /&gt;
*background color&lt;br /&gt;
*foreground brightness&lt;br /&gt;
| The color of unmined tiles containing this material (for stone and soil), as well as {{L|engraving}}s in this material. Defaults to 7:7:1 (white).&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| BASIC_COLOR&lt;br /&gt;
|&lt;br /&gt;
*color&lt;br /&gt;
*brightness&lt;br /&gt;
| The color of objects made of this material which use only the foreground color, including workshops, floors and boulders, and smoothed walls. Defaults to 7:1 (white).&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| STATE_COLOR&lt;br /&gt;
|&lt;br /&gt;
*state&lt;br /&gt;
*color&lt;br /&gt;
| The state may be SOLID, LIQUID, GAS, POWDER/SOLID_POWDER, PASTE/SOLID_PASTE, PRESSED/SOLID_PRESSED, ALL_SOLID, or ALL.&lt;br /&gt;
Color comes from descriptor_color_standard.txt and is used to indicate the color of the material. The nearest color value is used to display contaminants and body parts made of this material.&lt;br /&gt;
[STATE_COLOR:ALL_SOLID:GREY]&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| STATE_NAME&lt;br /&gt;
|&lt;br /&gt;
*state&lt;br /&gt;
*name&lt;br /&gt;
| The name of the material as displayed in-game.&lt;br /&gt;
[STATE_NAME:ALL_SOLID:stone]&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| STATE_NAME_ADJ&lt;br /&gt;
|&lt;br /&gt;
*state&lt;br /&gt;
*name/adjective&lt;br /&gt;
| Sets both STATE_NAME and STATE_ADJ at the same time.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| STATE_ADJ&lt;br /&gt;
|&lt;br /&gt;
*state&lt;br /&gt;
*adjective&lt;br /&gt;
| Like STATE_NAME, but used in different situations. Equipment made from the material uses the state adjective and not the state name.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| ABSORPTION&lt;br /&gt;
|&lt;br /&gt;
*value&lt;br /&gt;
| The material's tendency to absorb liquids. Containers made of materials with nonzero absorption cannot hold liquids unless they have been {{L|glaze}}d. Defaults to 0.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| IMPACT_YIELD&lt;br /&gt;
|&lt;br /&gt;
*value&lt;br /&gt;
| Specifies how hard of an impact the material can withstand before it will deform. Used for blunt-force combat. Defaults to 10000.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| IMPACT_FRACTURE&lt;br /&gt;
|&lt;br /&gt;
*value&lt;br /&gt;
| Specifies how hard of an impact the material can withstand before it will break. Used for blunt-force combat. Defaults to 10000.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| IMPACT_STRAIN_AT_YIELD or IMPACT_ELASTICITY&lt;br /&gt;
|&lt;br /&gt;
*value&lt;br /&gt;
| Specifies how much the material will deform when subjected to an impact.{{verify}} Used for blunt-force combat. Defaults to 0. Apparently affects in combat whether the corresponding tissue is bruised (value &amp;gt;= 50000), torn (value between 25000 and 49999), or fractured (value &amp;lt;= 24999)&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| COMPRESSIVE_YIELD&lt;br /&gt;
|&lt;br /&gt;
*value&lt;br /&gt;
| Specifies how hard the material can be compressed before it will deform. [http://www.bay12forums.com/smf/index.php?topic=30026.msg1007133;topicseen#msg1007133 Supposedly used only during wrestling.] Defaults to 10000.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| COMPRESSIVE_FRACTURE&lt;br /&gt;
|&lt;br /&gt;
*value&lt;br /&gt;
| Specifies how hard the material can be compressed before it will break. [http://www.bay12forums.com/smf/index.php?topic=30026.msg1007133;topicseen#msg1007133 Supposedly used only during wrestling.] Defaults to 10000.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| COMPRESSIVE_STRAIN_AT_YIELD or COMPRESSIVE_ELASTICITY&lt;br /&gt;
|&lt;br /&gt;
*value&lt;br /&gt;
| Specifies how much the material will deform when compressed.{{verify}} [http://www.bay12forums.com/smf/index.php?topic=30026.msg1007133;topicseen#msg1007133 Supposedly used only during wrestling.] Defaults to 0.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| TENSILE_YIELD&lt;br /&gt;
|&lt;br /&gt;
*value&lt;br /&gt;
| Specifies how hard the material can be stretched before it will deform. [http://www.bay12forums.com/smf/index.php?topic=30026.msg1007133;topicseen#msg1007133 Supposedly used only during wrestling.] Defaults to 10000.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| TENSILE_FRACTURE&lt;br /&gt;
|&lt;br /&gt;
*value&lt;br /&gt;
| Specifies how hard the material can be stretched before it will break. [http://www.bay12forums.com/smf/index.php?topic=30026.msg1007133;topicseen#msg1007133 Supposedly used only during wrestling.] Defaults to 10000.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| TENSILE_STRAIN_AT_YIELD or TENSILE_ELASTICITY&lt;br /&gt;
|&lt;br /&gt;
*value&lt;br /&gt;
| Specifies how much the material will deform when stretched.{{verify}} [http://www.bay12forums.com/smf/index.php?topic=30026.msg1007133;topicseen#msg1007133 Supposedly used only during wrestling.] Defaults to 0.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| TORSION_YIELD&lt;br /&gt;
|&lt;br /&gt;
*value&lt;br /&gt;
| Specifies how hard the material can be twisted before it will deform. [http://www.bay12forums.com/smf/index.php?topic=30026.msg1007133;topicseen#msg1007133 Supposedly used only during wrestling.] Defaults to 10000.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| TORSION_FRACTURE&lt;br /&gt;
|&lt;br /&gt;
*value&lt;br /&gt;
| Specifies how hard the material can be twisted before it will break. [http://www.bay12forums.com/smf/index.php?topic=30026.msg1007133;topicseen#msg1007133 Supposedly used only during wrestling.] Defaults to 10000.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| TORSION_STRAIN_AT_YIELD or TORSION_ELASTICITY&lt;br /&gt;
|&lt;br /&gt;
*value&lt;br /&gt;
| Specifies how much the material will deform when twisted.{{verify}} [http://www.bay12forums.com/smf/index.php?topic=30026.msg1007133;topicseen#msg1007133 Supposedly used only during wrestling.] Defaults to 0.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| SHEAR_YIELD&lt;br /&gt;
|&lt;br /&gt;
*value&lt;br /&gt;
| Specifies how hard the material can be sheared before it will deform. Used for cutting calculations. Defaults to 10000.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| SHEAR_FRACTURE&lt;br /&gt;
|&lt;br /&gt;
*value&lt;br /&gt;
| Specifies how hard the material can be sheared before it will break. Used for cutting calculations. Defaults to 10000.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| SHEAR_STRAIN_AT_YIELD or SHEAR_ELASTICITY&lt;br /&gt;
|&lt;br /&gt;
*value&lt;br /&gt;
| Specifies how much the material will deform when sheared.{{verify}} Used for cutting calculations. Defaults to 0.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| BENDING_YIELD &lt;br /&gt;
|&lt;br /&gt;
*value&lt;br /&gt;
| Specifies how hard the material can be bent before it will deform. [http://www.bay12forums.com/smf/index.php?topic=30026.msg1007133;topicseen#msg1007133 Supposedly used only during wrestling.] Defaults to 10000.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| BENDING_FRACTURE&lt;br /&gt;
|&lt;br /&gt;
*value&lt;br /&gt;
| Specifies how hard the material can be bent before it will break.  [http://www.bay12forums.com/smf/index.php?topic=30026.msg1007133;topicseen#msg1007133 Supposedly used only during wrestling.] Defaults to 10000.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| BENDING_STRAIN_AT_YIELD or BENDING_ELASTICITY&lt;br /&gt;
|&lt;br /&gt;
*value&lt;br /&gt;
| Specifies how much the material will deform when bent.{{verify}} [http://www.bay12forums.com/smf/index.php?topic=30026.msg1007133;topicseen#msg1007133 Supposedly used only during wrestling.] Defaults to 0.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| MAX_EDGE&lt;br /&gt;
|&lt;br /&gt;
*value&lt;br /&gt;
| How sharp the material is. Used in cutting calculations. Applying a value of at least 10000 to a stone will allow weapons to be made from that stone. Defaults to 10000.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| MATERIAL_VALUE&lt;br /&gt;
|&lt;br /&gt;
*value&lt;br /&gt;
| Value modifier for the material. Defaults to 1. This number can be made negative by placing a &amp;quot;-&amp;quot; in front, resulting in things that you are paid to buy and must pay to sell.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| MULTIPLY_VALUE&lt;br /&gt;
|&lt;br /&gt;
*value&lt;br /&gt;
| Multiplies the value of the material. Not permitted in material template definitions.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| SPEC_HEAT&lt;br /&gt;
|&lt;br /&gt;
*specific heat capacity&lt;br /&gt;
| Rate at which the material heats up or cools down. See {{L|SPEC HEAT}} for more information. Defaults to NONE.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| HEATDAM_POINT&lt;br /&gt;
|&lt;br /&gt;
*temperature&lt;br /&gt;
| Temperature above which the material takes damage from heat. May be set to NONE. If the material has an ignite point but no heatdam point, it may burn for a very long time (around 9-10 months). Defaults to NONE.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| COLDDAM_POINT&lt;br /&gt;
|&lt;br /&gt;
*temperature&lt;br /&gt;
| Temperature below which the material takes damage from cold. Defaults to NONE.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| IGNITE_POINT&lt;br /&gt;
|&lt;br /&gt;
*temperature&lt;br /&gt;
| Temperature at which the material will catch fire. Defaults to NONE.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| MELTING_POINT&lt;br /&gt;
|&lt;br /&gt;
*temperature&lt;br /&gt;
| Temperature at which the material melts. Defaults to NONE.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| BOILING_POINT&lt;br /&gt;
|&lt;br /&gt;
*temperature&lt;br /&gt;
| Temperature at which the material boils. Defaults to NONE.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| MAT_FIXED_TEMP&lt;br /&gt;
|&lt;br /&gt;
*temperature&lt;br /&gt;
| Constant temperature emitted by the material. Defaults to NONE.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| IF_EXISTS_SET_HEATDAM_POINT&lt;br /&gt;
|&lt;br /&gt;
*temperature&lt;br /&gt;
| Changes a material's HEATDAM_POINT, but only if it was not set to NONE.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| IF_EXISTS_SET_COLDDAM_POINT&lt;br /&gt;
|&lt;br /&gt;
*temperature&lt;br /&gt;
| Changes a material's COLDDAM_POINT, but only if it was not set to NONE.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| IF_EXISTS_SET_IGNITE_POINT&lt;br /&gt;
|&lt;br /&gt;
*temperature&lt;br /&gt;
| Changes a material's IGNITE_POINT, but only if it was not set to NONE.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| IF_EXISTS_SET_MELTING_POINT&lt;br /&gt;
|&lt;br /&gt;
*temperature&lt;br /&gt;
| Changes a material's MELTING_POINT, but only if it was not set to NONE.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| IF_EXISTS_SET_BOILING_POINT&lt;br /&gt;
|&lt;br /&gt;
*temperature&lt;br /&gt;
| Changes a material's BOILING_POINT, but only if it was not set to NONE.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| IF_EXISTS_SET_MAT_FIXED_TEMP&lt;br /&gt;
|&lt;br /&gt;
*temperature&lt;br /&gt;
| Changes a material's MAT_FIXED_TEMP, but only if it was not set to NONE.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| SOLID_DENSITY&lt;br /&gt;
|&lt;br /&gt;
*density&lt;br /&gt;
| Specifies the density (in kilograms per cubic meter) of the material when in solid form. Also affects combat calculations; affects blunt-force damage and ability of edged weapons to pierce tissue layers{{verify}}. Defaults to NONE.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| LIQUID_DENSITY&lt;br /&gt;
|&lt;br /&gt;
*density&lt;br /&gt;
| Specifies the density of the material when in liquid form. Defaults to NONE.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| MOLAR_MASS&lt;br /&gt;
|&lt;br /&gt;
*value&lt;br /&gt;
| Supposedly not used. Defaults to NONE.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| EXTRACT_STORAGE&lt;br /&gt;
| BARREL or FLASK&lt;br /&gt;
| Specifies the type of container used to store the material. Used in conjunction with the [EXTRACT_BARREL], [EXTRACT_VIAL], or [EXTRACT_STILL_VIAL] {{L|plant token}}s. Defaults to BARREL.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| BUTCHER_SPECIAL&lt;br /&gt;
|&lt;br /&gt;
*{{L|item token}}&lt;br /&gt;
| Specifies the item type used for butchering results made of this material. Stock raws use GLOB:NONE for fat and MEAT:NONE for other meat materials.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| MEAT_NAME&lt;br /&gt;
|&lt;br /&gt;
*prefix&lt;br /&gt;
*name&lt;br /&gt;
*adjective?&lt;br /&gt;
| When a creature is butchered, meat yielded from organs made from this material will be named via this token.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| BLOCK_NAME&lt;br /&gt;
|&lt;br /&gt;
*singular&lt;br /&gt;
*plural&lt;br /&gt;
| Specifies the name of {{L|block}}s made from this material.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| MATERIAL_REACTION_PRODUCT&lt;br /&gt;
|&lt;br /&gt;
*reaction reference&lt;br /&gt;
*{{L|material token}}&lt;br /&gt;
| Used with reaction raws to associate a reagent material with a product material. The first argument is used by HAS_MATERIAL_REACTION_PRODUCT and GET_MATERIAL_FROM_REAGENT in reaction raws. The remainder is a material reference, generally LOCAL_CREATURE_MAT:SUBTYPE or LOCAL_PLANT_MAT:SUBTYPE or INORGANIC:STONETYPE.&lt;br /&gt;
[MATERIAL_REACTION_PRODUCT:TAN_MAT:LOCAL_CREATURE_MAT:LEATHER]&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| REACTION_CLASS&lt;br /&gt;
|&lt;br /&gt;
*reaction reference&lt;br /&gt;
| Used to classify all items made of the material so that reactions can use them as generic reagents.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| HARDENS_WITH_WATER&lt;br /&gt;
|&lt;br /&gt;
* {{L|material token}}&lt;br /&gt;
| Allows the material to be used to make {{L|healthcare|casts}}.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| SOAP_LEVEL&lt;br /&gt;
|&lt;br /&gt;
*value&lt;br /&gt;
| Unknown. Defaults to 0.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Material Usage Tokens==&lt;br /&gt;
{| {{prettytable}}&lt;br /&gt;
|- bgcolor=&amp;quot;#C0C0C0&amp;quot;&lt;br /&gt;
! Token&lt;br /&gt;
! Arguments&lt;br /&gt;
! Description&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| IMPLIES_ANIMAL_KILL&lt;br /&gt;
|&lt;br /&gt;
| Lets the game know that an animal was likely killed in the production of this item. Elves (and other entities that are ethically opposed to killing animals) will likely not bring these for trade.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| ALCOHOL_PLANT or ALCOHOL&lt;br /&gt;
|&lt;br /&gt;
| Classifies the material as plant alcohol, allowing it to be stored in food stockpiles under &amp;quot;Drink (Plant)&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| ALCOHOL_CREATURE&lt;br /&gt;
|&lt;br /&gt;
| Classifies the material as creature alcohol, allowing it to be stored in food stockpiles under &amp;quot;Drink (Animal)&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| CHEESE_PLANT&lt;br /&gt;
|&lt;br /&gt;
| Classifies the material as plant cheese, allowing it to be stored in food stockpiles under &amp;quot;Cheese (Plant)&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| CHEESE_CREATURE or CHEESE&lt;br /&gt;
|&lt;br /&gt;
| Classifies the material as creature cheese, allowing it to be stored in food stockpiles under &amp;quot;Cheese (Animal)&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| POWDER_MISC_PLANT or POWDER_MISC&lt;br /&gt;
|&lt;br /&gt;
| Classifies the material as plant powder, allowing it to be stored in food stockpiles under &amp;quot;Milled Plant&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| POWDER_MISC_CREATURE&lt;br /&gt;
|&lt;br /&gt;
| Classifies the material as creature powder, allowing it to be stored in food stockpiles under &amp;quot;Bone Meal&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| STOCKPILE_GLOB or STOCKPILE_GLOB_SOLID&lt;br /&gt;
|&lt;br /&gt;
| Permits globs of the material in solid form to be stored in food stockpiles under &amp;quot;Fat&amp;quot; - without it, dwarves will come by and &amp;quot;clean&amp;quot; the items, destroying them (unless [DO_NOT_CLEAN_GLOB] is also included).&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| STOCKPILE_GLOB_PASTE&lt;br /&gt;
|&lt;br /&gt;
| Permits globs of the material in paste form to be stored in food stockpiles under &amp;quot;Paste&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| STOCKPILE_GLOB_PRESSED&lt;br /&gt;
|&lt;br /&gt;
| Permits globs of the material in pressed form to be stored in food stockpiles under &amp;quot;Pressed Material&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| LIQUID_MISC_PLANT or LIQUID_MISC&lt;br /&gt;
|&lt;br /&gt;
| Classifies the material as a plant extract, allowing it to be stored in food stockpiles under &amp;quot;Extract (Plant)&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| LIQUID_MISC_CREATURE&lt;br /&gt;
|&lt;br /&gt;
| Classifies the material as a creature extract, allowing it to be stored in food stockpiles under &amp;quot;Extract (Animal)&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| LIQUID_MISC_OTHER&lt;br /&gt;
|&lt;br /&gt;
| Classifies the material as a miscellaneous liquid, allowing it to be stored in food stockpiles under &amp;quot;Misc. Liquid&amp;quot; along with lye.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| STRUCTURAL_PLANT_MAT&lt;br /&gt;
|&lt;br /&gt;
| Classifies the material as plant, allowing it to be stored in food stockpiles under &amp;quot;Plants&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| SEED_MAT&lt;br /&gt;
|&lt;br /&gt;
| Classifies the material as plant seed, allowing it to be stored in food stockpiles under &amp;quot;Seeds&amp;quot;.{{verify}}&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| LEAF_MAT&lt;br /&gt;
|&lt;br /&gt;
| Classifies the material as plant leaf, allowing it to be stored in food stockpiles under &amp;quot;Leaves&amp;quot;.{{verify}}&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| BONE&lt;br /&gt;
|&lt;br /&gt;
| Classifies the material as bone, allowing it to be used by craftsdwarves.{{verify}}&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| WOOD&lt;br /&gt;
|&lt;br /&gt;
| Classifies the material as wood, allowing it to be used by carpenters.{{verify}} May also make elves angry if you try to trade it to them.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| THREAD_PLANT&lt;br /&gt;
|&lt;br /&gt;
| Classifies the material as plant fiber, permitting thread and cloth to be stored in cloth stockpiles under &amp;quot;Thread (Plant)&amp;quot; and &amp;quot;Cloth (Plant)&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| TOOTH&lt;br /&gt;
|&lt;br /&gt;
| Classifies the material as tooth, allowing it to be used by craftsdwarves.{{verify}}&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| HORN&lt;br /&gt;
|&lt;br /&gt;
| Classifies the material as horn, allowing it to be used by craftsdwarves.{{verify}}&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| PEARL&lt;br /&gt;
|&lt;br /&gt;
| Classifies the material as pearl, allowing it to be used by craftsdwarves.{{verify}}&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| SHELL&lt;br /&gt;
|&lt;br /&gt;
| Classifies the material as shell, allowing it to be used by craftsdwarves.{{verify}}&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| LEATHER&lt;br /&gt;
|&lt;br /&gt;
| Classifies the material as leather, allowing it to be used by craftsdwarves.{{verify}}&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| SILK&lt;br /&gt;
|&lt;br /&gt;
| Classifies the material as silk, permitting thread and cloth to be stored in cloth stockpiles under &amp;quot;Thread (Silk)&amp;quot; and &amp;quot;Cloth (Silk)&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| SOAP&lt;br /&gt;
|&lt;br /&gt;
| Classifies the material as soap, permitting it to be stored in Bar/Block stockpiles with Soap enabled.{{verify}}&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| GENERATES_MIASMA&lt;br /&gt;
|&lt;br /&gt;
| Material generates miasma when it rots&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| MEAT&lt;br /&gt;
|&lt;br /&gt;
| Classifies the material as edible meat.{{verify}}&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| ROTS&lt;br /&gt;
|&lt;br /&gt;
| Material will rot if not stockpiled appropriately&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| BLOOD_MAP_DESCRIPTOR&lt;br /&gt;
|&lt;br /&gt;
| Tells the game to classify contaminants of this material as being &amp;quot;blood&amp;quot;, both in Adventurer mode tile descriptions (&amp;quot;Here we have a Dwarf in a slurry of blood.&amp;quot;) and for unhappy thoughts from drinking water (&amp;quot;He was forced to drink bloody water lately&amp;quot;).&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| ICHOR_MAP_DESCRIPTOR&lt;br /&gt;
|&lt;br /&gt;
| Tells the game to classify contaminants of this material as being &amp;quot;ichor&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| GOO_MAP_DESCRIPTOR&lt;br /&gt;
|&lt;br /&gt;
| Tells the game to classify contaminants of this material as being &amp;quot;goo&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| SLIME_MAP_DESCRIPTOR&lt;br /&gt;
|&lt;br /&gt;
| Tells the game to classify contaminants of this material as being &amp;quot;slime&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| PUS_MAP_DESCRIPTOR&lt;br /&gt;
|&lt;br /&gt;
| Tells the game to classify contaminants of this material as being &amp;quot;pus&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| ENTERS_BLOOD&lt;br /&gt;
|&lt;br /&gt;
| Used for materials which cause {{L|syndrome}}s, causes it to enter the creature's blood instead of simply spattering on the surface.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| EDIBLE_VERMIN&lt;br /&gt;
|&lt;br /&gt;
| Can be eaten by vermin.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| EDIBLE_RAW&lt;br /&gt;
|&lt;br /&gt;
| Can be eaten raw.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| EDIBLE_COOKED&lt;br /&gt;
|&lt;br /&gt;
| Can be cooked and then eaten.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| DO_NOT_CLEAN_GLOB&lt;br /&gt;
|&lt;br /&gt;
| Prevents globs made of this material from being cleaned up and destroyed.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| NO_STONE_STOCKPILE&lt;br /&gt;
|&lt;br /&gt;
| Prevents the material from showing up in Stone stockpile settings.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| ITEMS_METAL&lt;br /&gt;
|&lt;br /&gt;
| Effect unknown&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| ITEMS_BARRED&lt;br /&gt;
|&lt;br /&gt;
| {{L|Bone}} items (clothes with [BARRED]) can be made from this material.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| ITEMS_SCALED&lt;br /&gt;
|&lt;br /&gt;
| {{L|Shell}} items (clothes with [SCALED]) can be made from this material.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| ITEMS_LEATHER&lt;br /&gt;
|&lt;br /&gt;
| {{L|Leather}} items (clothes with [LEATHER]) can be made from this material.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| ITEMS_SOFT&lt;br /&gt;
|&lt;br /&gt;
| Soft clothing items, backpacks and quivers, and siege engine parts can be made from this material.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| ITEMS_HARD&lt;br /&gt;
|&lt;br /&gt;
| Furniture, medical supplies, and crafts can be made out of this material.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| IS_STONE&lt;br /&gt;
|&lt;br /&gt;
| Used to define that said material is stone. Allows storage in stone stockpiles, among other effects.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| UNDIGGABLE&lt;br /&gt;
| &lt;br /&gt;
| Used for a stone that cannot be dug into.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| DISPLAY_UNGLAZED&lt;br /&gt;
|&lt;br /&gt;
| Causes containers made of this material to be prefixed with &amp;quot;unglazed&amp;quot; if they have not yet been {{L|glaze}}d.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| YARN&lt;br /&gt;
|&lt;br /&gt;
| Classifies the material as yarn, permitting thread and cloth to be stored in cloth stockpiles under &amp;quot;Thread (Yarn)&amp;quot; and &amp;quot;Cloth (Yarn)&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| STOCKPILE_THREAD_METAL&lt;br /&gt;
|&lt;br /&gt;
| Classifies the material as metal thread, permitting thread and cloth to be stored in cloth stockpiles under &amp;quot;Thread (Metal)&amp;quot; and &amp;quot;Cloth (Metal)&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| IS_METAL&lt;br /&gt;
|&lt;br /&gt;
| Defines the material as being metal, allowing it to be used at forges.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| IS_GLASS&lt;br /&gt;
|&lt;br /&gt;
| Used internally by green glass, clear glass, and crystal glass.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| CRYSTAL_GLASSABLE&lt;br /&gt;
|&lt;br /&gt;
| Can be used in the production of crystal glass.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| ITEMS_WEAPON&lt;br /&gt;
| &lt;br /&gt;
| Melee {{L|Weapon#Manufactured weapons|weapons}} can be made out of this material.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| ITEMS_WEAPON_RANGED&lt;br /&gt;
|&lt;br /&gt;
| Ranged weapons can be made out of this material.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| ITEMS_ANVIL&lt;br /&gt;
|&lt;br /&gt;
| {{L|Anvil}}s can be made out of this material.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| ITEMS_AMMO&lt;br /&gt;
|&lt;br /&gt;
| {{L|Weapon#Ammunition|Ammunition}} can be made out of this material.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| ITEMS_DIGGER&lt;br /&gt;
|&lt;br /&gt;
| {{L|Weapon#Dwarf-manufactured weapons|Picks}} can be made out of this material.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| ITEMS_ARMOR&lt;br /&gt;
|&lt;br /&gt;
| {{L|Armor}} can be made out of this material.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| ITEMS_DELICATE&lt;br /&gt;
|&lt;br /&gt;
| Used internally by amber and coral.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| ITEMS_SIEGE_ENGINE&lt;br /&gt;
|&lt;br /&gt;
| Siege engine parts can be made out of this material. Does not appear to work.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| ITEMS_QUERN&lt;br /&gt;
|&lt;br /&gt;
| Querns and millstones can be made out of this material.{{verify}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Syndrome tokens==&lt;br /&gt;
&lt;br /&gt;
{| {{prettytable}}&lt;br /&gt;
|- bgcolor=&amp;quot;#C0C0C0&amp;quot;&lt;br /&gt;
! Token&lt;br /&gt;
! Arguments&lt;br /&gt;
! Description&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| SYN_NAME &lt;br /&gt;
| text &lt;br /&gt;
| defines the name of the syndrome&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| SYN_INJECTED &lt;br /&gt;
|  &lt;br /&gt;
| syndrome can be contracted by injection (by a creature)&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| SYN_CONTACT &lt;br /&gt;
|  &lt;br /&gt;
| syndrome can be contracted on contact (e.g. poison dust or liquid)&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| SYN_INHALED &lt;br /&gt;
|  &lt;br /&gt;
| syndrome can be contracted by inhalation (e.g. poison vapor or gas)&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| SYN_AFFECTED_CLASS &lt;br /&gt;
|  &lt;br /&gt;
| adds a class of creatures to those affected, such as CREATURE_CLASS:GENERAL_POISON&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| SYN_IMMUNE_CLASS&lt;br /&gt;
|  &lt;br /&gt;
| makes the class of creatures immune to the syndrome&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| SYN_AFFECTED_CREATURE&lt;br /&gt;
| creature&lt;br /&gt;
| adds a specific creature to those affected.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| SYN_IMMUNE_CREATURE&lt;br /&gt;
| creature&lt;br /&gt;
| makes the creature immune to the syndrome&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| CE_PAIN&amp;lt;br /&amp;gt;CE_SWELLING&amp;lt;br /&amp;gt;CE_OOZING&amp;lt;br /&amp;gt;CE_BRUISING&amp;lt;br /&amp;gt;CE_BLISTERS&amp;lt;br /&amp;gt;CE_NUMBNESS&amp;lt;br /&amp;gt;CE_PARALYSIS&amp;lt;br /&amp;gt;CE_FEVER&amp;lt;br /&amp;gt;CE_BLEEDING&amp;lt;br /&amp;gt;CE_COUGH_BLOOD&amp;lt;br /&amp;gt;CE_VOMIT_BLOOD&amp;lt;br /&amp;gt;CE_NAUSEA&amp;lt;br /&amp;gt;CE_UNCONSCIOUSNESS&amp;lt;br /&amp;gt;CE_NECROSIS&amp;lt;br /&amp;gt;CE_IMPAIR_FUNCTION&amp;lt;br /&amp;gt;CE_DROWSINESS&amp;lt;br /&amp;gt;CE_DIZZINESS&lt;br /&gt;
| &lt;br /&gt;
*SEV:&amp;lt;value&amp;gt;  (severity, higher is worse)&lt;br /&gt;
*PROB:&amp;lt;value(1-100)&amp;gt; (probability)&lt;br /&gt;
*RESISTABLE (optional) allows resistance&lt;br /&gt;
*SIZE_DILUTES (optional) lessens effect based on size &lt;br /&gt;
Place affected:&lt;br /&gt;
*LOCALIZED (optional)&lt;br /&gt;
*VASCULAR_ONLY (optional)&lt;br /&gt;
*MUSCULAR_ONLY (optional)&lt;br /&gt;
*BP:BY_CATEGORY:category:tissue (optional)&lt;br /&gt;
*BP:BY_TYPE:type:tissue (optional)&lt;br /&gt;
*BP:BY_TOKEN:token:tissue (optional)&lt;br /&gt;
Timeline:&lt;br /&gt;
*Start:effect start time&lt;br /&gt;
*Peak:effect peak time&lt;br /&gt;
*End:effect end time&lt;br /&gt;
| Specifies the way that a syndrome affects a creature -- more detail can be found on the {{L|Syndrome#Creature effect tokens|Syndromes page}}&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==See Also==&lt;br /&gt;
* {{L|Inorganic material definition token}}&lt;br /&gt;
* {{L|Syndrome}}&lt;br /&gt;
&lt;br /&gt;
{{Category|Modding}}&lt;br /&gt;
{{Category|Tokens}}&lt;/div&gt;</summary>
		<author><name>I2amroy</name></author>
	</entry>
	<entry>
		<id>https://dwarffortresswiki.org/index.php?title=v0.31:Plant_token&amp;diff=153544</id>
		<title>v0.31:Plant token</title>
		<link rel="alternate" type="text/html" href="https://dwarffortresswiki.org/index.php?title=v0.31:Plant_token&amp;diff=153544"/>
		<updated>2011-10-08T22:39:01Z</updated>

		<summary type="html">&lt;p&gt;I2amroy: /* Crop Tokens */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{quality|Exceptional|21:01, 30 March 2011 (UTC)}}{{av}} &lt;br /&gt;
The default plants are stored in the plant_standard.txt file, while grasses are stored in plant_grasses.txt.&lt;br /&gt;
&lt;br /&gt;
==Basic Tokens==&lt;br /&gt;
These tokens are specified for all plants and define their most basic characteristics.&lt;br /&gt;
&lt;br /&gt;
{| {{prettytable}}&lt;br /&gt;
|- style='background-color:#ddd'&lt;br /&gt;
! width=&amp;quot;20%&amp;quot; | Token&lt;br /&gt;
! width=&amp;quot;20%&amp;quot; | Arguments&lt;br /&gt;
! width=&amp;quot;60%&amp;quot; | Description&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| NAME&lt;br /&gt;
| &lt;br /&gt;
*name&lt;br /&gt;
| The singular form of the plants name as seen in game.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| NAME_PLURAL&lt;br /&gt;
| &lt;br /&gt;
*name&lt;br /&gt;
| The plural form of the plants name as seen in game.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| 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;
| 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;
| 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;
| MATERIAL&lt;br /&gt;
| &lt;br /&gt;
*material_name&lt;br /&gt;
| Starts defining a new local plant material with the given name and '''no''' properties.{{verify}}&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| USE_MATERIAL&lt;br /&gt;
| &lt;br /&gt;
*material_name&lt;br /&gt;
*old_material&lt;br /&gt;
| Starts defining a new local plant material with the given name and using the properties of another local plant material.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| USE_MATERIAL_TEMPLATE&lt;br /&gt;
| &lt;br /&gt;
*material_name&lt;br /&gt;
*template_name&lt;br /&gt;
| Starts defining a new local plant material with the given name and using the properties of the specified material template.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| BASIC_MAT&lt;br /&gt;
| &lt;br /&gt;
* {{L|Material token|material}}&lt;br /&gt;
| Sets the basic material of the plant. According to Toady, you can use other materials (for instance, iron) but the game may hiccup on plants that aren't structurally plants. For crops, said material should have [STRUCTURAL_PLANT_MAT] to permit proper stockpiling. Generally, this should be &amp;quot;LOCAL_PLANT_MAT:material_name&amp;quot;, using a material defined using MATERIAL, USE_MATERIAL, or USE_MATERIAL_TEMPLATE.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Environment Tokens==&lt;br /&gt;
These tokens, also applicable to all plants, specify where the plants grow.&lt;br /&gt;
&lt;br /&gt;
{| {{prettytable}}&lt;br /&gt;
|- style='background-color:#ddd'&lt;br /&gt;
! width=&amp;quot;20%&amp;quot; | Token&lt;br /&gt;
! width=&amp;quot;20%&amp;quot; | Arguments&lt;br /&gt;
! width=&amp;quot;60%&amp;quot; | Description&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| 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 {{L|biome token|biome}} is subterranean.  Dwarven civilizations will only export (via the embark screen or caravans) things that available at depth 1. Defaults to 0:0 (surface only).&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| 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;
| 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;
| 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;
| 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.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| WET&lt;br /&gt;
|  &lt;br /&gt;
| Allows the plant to grow near water features.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| DRY&lt;br /&gt;
|  &lt;br /&gt;
| Allows the plant to grow away from water features.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| BIOME&lt;br /&gt;
| &lt;br /&gt;
*biome&lt;br /&gt;
| What {{L|biome token|biome}} this plant appears in.&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;
| TREE&lt;br /&gt;
| &lt;br /&gt;
* {{L|Material token|material}}&lt;br /&gt;
| Makes the plant into a {{L|tree}}. Cutting down the tree will yield logs made of this material.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| AUTUMNCOLOR&lt;br /&gt;
| &lt;br /&gt;
| Makes the tree turn yellow, orange, and red in Autumn, then lose its leaves in Winter.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| TREE_TILE&lt;br /&gt;
| &lt;br /&gt;
*tile&lt;br /&gt;
| The tile used for the tree on the map. May be a number or a character inside apostrophes. Defaults to 24 (↑).&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| DEAD_TREE_TILE&lt;br /&gt;
| &lt;br /&gt;
*tile&lt;br /&gt;
| The tile used for (un)dead trees of this type. Defaults to 198 (╞).&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| 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;
| 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;
| TREE_COLOR&lt;br /&gt;
| &lt;br /&gt;
*foreground&lt;br /&gt;
*background&lt;br /&gt;
*bright&lt;br /&gt;
| The {{L|color}} of the tree on the map. Defaults to 2:0:0 (dark green).&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| DEAD_TREE_COLOR&lt;br /&gt;
| &lt;br /&gt;
*foreground&lt;br /&gt;
*background&lt;br /&gt;
*bright&lt;br /&gt;
| The {{L|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;
| SAPLING_COLOR&lt;br /&gt;
| &lt;br /&gt;
*foreground&lt;br /&gt;
*background&lt;br /&gt;
*bright&lt;br /&gt;
| The {{L|color}} of saplings of this tree. Defaults to 2:0:0 (dark green).&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| DEAD_SAPLING_COLOR&lt;br /&gt;
| &lt;br /&gt;
*foreground&lt;br /&gt;
*background&lt;br /&gt;
*bright&lt;br /&gt;
| The {{L|color}} of dead saplings of this tree. Defaults to 0:0:1 (dark gray).&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| SAPLING_DROWN_LEVEL&lt;br /&gt;
| &lt;br /&gt;
*depth&lt;br /&gt;
| The water depth at which saplings of this tree will drown. Exact behavior is unknown. Defaults to 4.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| 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;
| 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;
==Crop Tokens==&lt;br /&gt;
These tokens are used only for plantable crops and harvestable shrubs.&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;
| SPRING&lt;br /&gt;
|  &lt;br /&gt;
| Allows the plant to grow during spring.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| SUMMER&lt;br /&gt;
|  &lt;br /&gt;
| Allows the plant to grow during summer.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| AUTUMN&lt;br /&gt;
|  &lt;br /&gt;
| Allows the plant to grow during autumn.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| WINTER&lt;br /&gt;
|  &lt;br /&gt;
| Allows the plant to grow during winter.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| GROWDUR&lt;br /&gt;
| &lt;br /&gt;
*time&lt;br /&gt;
| How long the plant takes to grow. See {{l|Time}}. Defaults to 300.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| VALUE&lt;br /&gt;
| &lt;br /&gt;
*value&lt;br /&gt;
| Value of harvested plant. Defaults to 1. (Currently appears to do nothing in .25, unknown if this is a bug or intended)&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| PICKED_TILE&lt;br /&gt;
| &lt;br /&gt;
*tile&lt;br /&gt;
| The tile used when harvested. May either be a number or letter within apostrophes(confirm?). See [[character table]]. Defaults to 231 (τ).&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| DEAD_PICKED_TILE&lt;br /&gt;
| &lt;br /&gt;
*tile&lt;br /&gt;
| The tile used when a harvested plant has wilted. Defaults to 169 (⌐).&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| SHRUB_TILE&lt;br /&gt;
| &lt;br /&gt;
*tile&lt;br /&gt;
| What tile is used for shrubs bearing this plant. Can be either a number or a character inside apostrophes. Defaults to 34 (&amp;quot;).&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| DEAD_SHRUB_TILE&lt;br /&gt;
| &lt;br /&gt;
*tile&lt;br /&gt;
| What tile is used when the plant has withered. Can be either a number or a character inside apostrophes. Defaults to 34 (&amp;quot;).&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| CLUSTERSIZE&lt;br /&gt;
| &lt;br /&gt;
*size&lt;br /&gt;
| The maximum stack size collected when gathered via herbalism. Defaults to 5.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| PICKED_COLOR&lt;br /&gt;
| &lt;br /&gt;
*foreground&lt;br /&gt;
*background&lt;br /&gt;
*bright&lt;br /&gt;
| The {{l|color}} of the plant in farms. Defaults to 2:0:0 (dark green).&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| DEAD_PICKED_COLOR&lt;br /&gt;
| &lt;br /&gt;
*foreground&lt;br /&gt;
*background&lt;br /&gt;
*bright&lt;br /&gt;
| The {{l|color}} of the plant when wilted. Defaults to 0:0:1 (dark gray).&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| SHRUB_COLOR&lt;br /&gt;
| &lt;br /&gt;
*foreground&lt;br /&gt;
*background&lt;br /&gt;
*bright&lt;br /&gt;
| The {{l|color}} of shrubs bearing this plant. Defaults to 2:0:0 (dark green).&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| DEAD_SHRUB_COLOR&lt;br /&gt;
| &lt;br /&gt;
*foreground&lt;br /&gt;
*background&lt;br /&gt;
*bright&lt;br /&gt;
|The {{l|color}} of dead shrubs that bore this plant. Defaults to 6:0:0 (brown).&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| SHRUB_DROWN_LEVEL&lt;br /&gt;
| &lt;br /&gt;
*depth&lt;br /&gt;
| The water depth at which shrubs of this plant will drown. Exact behavior is unknown. Defaults to 4.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| DRINK&lt;br /&gt;
| &lt;br /&gt;
* {{L|Material token|material}}&lt;br /&gt;
| Permits brewing the plant into {{L|alcohol}} made of this material. Said material should have [ALCOHOL_PLANT] to permit proper stockpiling.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| MILL&lt;br /&gt;
| &lt;br /&gt;
* {{L|Material token|material}}&lt;br /&gt;
| Permits milling the plant at a {{L|quern}} or {{L|millstone}} into a powder made of this material. Said material should have [POWDER_MISC_PLANT] to permit proper stockpiling.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| THREAD&lt;br /&gt;
| &lt;br /&gt;
* {{L|Material token|material}}&lt;br /&gt;
| Permits processing the plant at a {{L|farmer's workshop}} to yield threads made of this material. Said material should have [THREAD_PLANT] to permit proper stockpiling.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| 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;
*{{L|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;
| LEAVES&lt;br /&gt;
| &lt;br /&gt;
*name&lt;br /&gt;
*name_plural&lt;br /&gt;
*tile&lt;br /&gt;
*foreground&lt;br /&gt;
*background&lt;br /&gt;
*bright&lt;br /&gt;
*wilt_foreground&lt;br /&gt;
*wilt_background&lt;br /&gt;
*wilt_bright&lt;br /&gt;
*{{L|Material token|material}}&lt;br /&gt;
| Permits processing the plant into a {{L|bag}} at a {{L|farmer's workshop}} to yield leaves made of this material and having these properties. Said material should have [LEAF_MAT] to permit proper stockpiling.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| EXTRACT_STILL_VIAL&lt;br /&gt;
| &lt;br /&gt;
* {{L|Material token|material}}&lt;br /&gt;
| Permits processing the plant into a {{L|vial}} at a {{L|still}} to yield extract made of this material. Said material should have [EXTRACT_STORAGE:FLASK].&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| EXTRACT_VIAL&lt;br /&gt;
| &lt;br /&gt;
*{{L|Material token|material}}&lt;br /&gt;
| Permits processing the plant into a {{L|vial}} at a {{L|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;
| EXTRACT_BARREL&lt;br /&gt;
| &lt;br /&gt;
* {{L|Material token|material}}&lt;br /&gt;
| Permits processing the plant into a {{L|barrel}} at a {{L|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 {{L|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;
| GRASS&lt;br /&gt;
| &lt;br /&gt;
| Makes the plant behave as a type of grass.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| 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 enabled in d_init.txt, these are seemingly ignored. Defaults to 46:44:96:39 (.,`').&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| 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;offst&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;
| 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;
| 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;/div&gt;</summary>
		<author><name>I2amroy</name></author>
	</entry>
	<entry>
		<id>https://dwarffortresswiki.org/index.php?title=v0.31:Farming&amp;diff=153519</id>
		<title>v0.31:Farming</title>
		<link rel="alternate" type="text/html" href="https://dwarffortresswiki.org/index.php?title=v0.31:Farming&amp;diff=153519"/>
		<updated>2011-10-06T22:09:22Z</updated>

		<summary type="html">&lt;p&gt;I2amroy: /* Farm plots in action */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{quality|Exceptional|19:03, 16 April 2011 (UTC)}}{{av}}&lt;br /&gt;
[[Image:Df-crops-diagram.png|thumb|200px|General farming flowchart.]]&lt;br /&gt;
&lt;br /&gt;
'''Farming''' is the action of growing {{l|crops}} for {{l|food}}, {{l|alcohol}} production and {{l|cloth}} manufacturing. While small forts can easily be sustained by plant gathering, {{l|hunting}} and trading, farming is vital to large settlements.&lt;br /&gt;
&lt;br /&gt;
Farming is done at a '''farm plot''' building ({{k|b}}-{{k|p}}, resize with {{k|u}}{{k|m}}{{k|k}}{{k|h}}). It requires {{l|seeds}} and a worker with the &amp;quot;Farming (Fields)&amp;quot; {{l|labor}} enabled. &lt;br /&gt;
&lt;br /&gt;
Depending on where the farm plot is constructed, different crops may be planted. Farm plots built {{l|above ground}} are not suitable for the crops grown on {{L|subterranean}} farm plots and vice versa. Note that the attributes {{DFtext|Inside |6:0:0}}, {{DFtext|Dark |0:0:1}}, {{DFtext|Outside|3:0:1}} and {{DFtext|Light|6:0:1}} are of no relevance.&lt;br /&gt;
&lt;br /&gt;
See the article on {{L|crop}}s for details on the conditions needed to grow the available plants.&lt;br /&gt;
&lt;br /&gt;
== Introduction to Farming ==&lt;br /&gt;
&lt;br /&gt;
After building a farm plot building ({{k|b}}-{{k|p}}, resize with {{k|u}}{{k|m}}{{k|k}}{{k|h}}), you must select which crops to plant there.  &lt;br /&gt;
&lt;br /&gt;
Press {{k|q}} and move the cursor over the farm, you will see a list of crops you can select to grow in the current season.  You can change which season is displayed by pressing {{k|a}},{{k|b}},{{k|c}}, or {{k|d}}.  Move the blue selector up and down with {{k|-}} and {{k|+}}, and press {{k|Enter}} to choose a crop to plant during that season (highlighted in white).&lt;br /&gt;
&lt;br /&gt;
You must have the appropriate {{L|seed}}s to plant a crop there.  To easily see how many of each seeds you have you can go to the Kitchen menu ({{k|z}} {{k|right}} {{k|Enter}}).  {{L|Plump helmet}}s are a good beginning crop for a first cave farm, and {{L|wild strawberries}} are a good choice for outdoor fields.  Check the {{L|crop}}s page for details on different seeds.  Only some plants are edible so make sure the seeds you're using will produce food.  It's often a good idea to pick a seed which produces a plant which can be {{L|brew}}ed.  This will create {{L|alcohol}} and also give you a seed to plant again next season.&lt;br /&gt;
&lt;br /&gt;
Instructing a plot to remain fallow {{k|z}} during a particular season will instruct dwarves not to plant in that plot during that season.&lt;br /&gt;
&lt;br /&gt;
=== Fertilization ===&lt;br /&gt;
&amp;lt;Table BORDER=1 align=&amp;quot;right&amp;quot;&amp;gt;&amp;lt;tr&amp;gt;&amp;lt;td align=&amp;quot;center&amp;quot;&amp;gt;Farm Size&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;Potash&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;Per Square&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td align=&amp;quot;center&amp;quot;&amp;gt;1&amp;lt;/td&amp;gt;&amp;lt;td align=&amp;quot;center&amp;quot;&amp;gt;1&amp;lt;/td&amp;gt;&amp;lt;td align=&amp;quot;center&amp;quot;&amp;gt;1.000&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td align=&amp;quot;center&amp;quot;&amp;gt;2&amp;lt;/td&amp;gt;&amp;lt;td align=&amp;quot;center&amp;quot;&amp;gt;1&amp;lt;/td&amp;gt;&amp;lt;td align=&amp;quot;center&amp;quot;&amp;gt;0.500&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td align=&amp;quot;center&amp;quot;&amp;gt;3&amp;lt;/td&amp;gt;&amp;lt;td align=&amp;quot;center&amp;quot;&amp;gt;1&amp;lt;/td&amp;gt;&amp;lt;td align=&amp;quot;center&amp;quot;&amp;gt;0.333&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td align=&amp;quot;center&amp;quot;&amp;gt;4&amp;lt;/td&amp;gt;&amp;lt;td align=&amp;quot;center&amp;quot;&amp;gt;2&amp;lt;/td&amp;gt;&amp;lt;td align=&amp;quot;center&amp;quot;&amp;gt;0.500&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td align=&amp;quot;center&amp;quot;&amp;gt;5&amp;lt;/td&amp;gt;&amp;lt;td align=&amp;quot;center&amp;quot;&amp;gt;2&amp;lt;/td&amp;gt;&amp;lt;td align=&amp;quot;center&amp;quot;&amp;gt;0.400&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td align=&amp;quot;center&amp;quot;&amp;gt;6&amp;lt;/td&amp;gt;&amp;lt;td align=&amp;quot;center&amp;quot;&amp;gt;2&amp;lt;/td&amp;gt;&amp;lt;td align=&amp;quot;center&amp;quot;&amp;gt;0.333&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td align=&amp;quot;center&amp;quot;&amp;gt;7&amp;lt;/td&amp;gt;&amp;lt;td align=&amp;quot;center&amp;quot;&amp;gt;2&amp;lt;/td&amp;gt;&amp;lt;td align=&amp;quot;center&amp;quot;&amp;gt;0.286&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td align=&amp;quot;center&amp;quot;&amp;gt;8&amp;lt;/td&amp;gt;&amp;lt;td align=&amp;quot;center&amp;quot;&amp;gt;3&amp;lt;/td&amp;gt;&amp;lt;td align=&amp;quot;center&amp;quot;&amp;gt;0.375&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&amp;lt;/table&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Pressing {{k|f}} lets you toggle fertilization on or off.  To fertilize a farm plot, one needs {{L|potash}}, which is produced by processing {{L|ash}}. It greatly increases the yield of a plot (approx. multiplied by four). However fertilization only lasts for one season, and requires plot size / 4 (round down) + 1 of {{L|potash}} for saturation. Therefore fully fertilizing a farm would require burning a large amount of trees each season. The table on the right illustrates the effect of the formula on potash needed per square. Generally, larger farms use less, approaching a limit of 1/4 bar per square. The worst sizes are multiples of 4, it's better to have plots one or two less than a multiple of 4. While costly, fertilization enhances productivity of not only farmers, but many industries down the line, e.g. brewing, cooking, milling and threshing, due to the large increase in stack size of the plants, which are still processed in a single action.&lt;br /&gt;
&lt;br /&gt;
=== Subterranean Farming ===&lt;br /&gt;
&lt;br /&gt;
To grow the six &amp;quot;dwarven&amp;quot; plants, including the {{l|plump helmet}}, you will need an underground farm plot.  The seeds and spawn available to your dwarves at embark will only grow underground. Underground farm plots must be placed on soil or {{L|mud}}dy stone.{{version|0.31.19}}&lt;br /&gt;
&lt;br /&gt;
Muddying a stone floor requires temporarily covering it with water: common methods include a bucket brigade or '''controlled''' flooding (see: {{l|Irrigation}}) by temporarily diverting a river or pool, using a floodgate or door to stop the flow. You may also find a muddied area in a {{L|cavern}}, but note that each tile underneath the farm plot must be muddied. Most caverns have entire open areas which will be permanently covered in mud, but if you dig into the walls of a cavern or chisel away a pillar, the freshly cut floor area will not be muddied until you get it wet.  Underground caverns are dirty, and frequently contain {{L|Mud|piles of mud}} that are perfect for quickly setting up farms. However, given the wide variety of creatures found in caverns, you may want to take precautions.  Consider keeping a {{L|squad}} close at hand to guard the farm, or walling off a muddied area for your dwarves' exclusive use.&lt;br /&gt;
&lt;br /&gt;
Underground farming is not restricted to soil layers and caverns: underground floor of any material -- rough stone, smoothed stone, ore, gem -- can support subterranean farm plots once there is a layer of mud covering it.  See {{L|irrigation}} for tips on getting the right amount of water to the farm plots.&lt;br /&gt;
&lt;br /&gt;
=== Above Ground Farming ===&lt;br /&gt;
*Above ground crops farming is impossible in {{L|Ocean}} and {{L|Mountain}} biomes, even if the farm is built on mud.&lt;br /&gt;
&lt;br /&gt;
Above ground farming is basically the same as underground farming, with the simplifying distinction that above ground plots typically do not require preparatory work. However, there are some complications.&lt;br /&gt;
&lt;br /&gt;
The first complication is that seeds cannot be chosen at embark, as dwarven civilizations do not have access to those sort of plants.  They can be bought from {{L|Elves|elven}} and {{L|human}} caravans; above-ground plants can be gathered using the {{L|Plant gathering}} designation, and then {{L|brewer|brewed}}, {{L|mill}}ed, {{L|thresher|threshed}} or {{L|dining hall|eaten}} directly (depending on the plant) to produce seeds.&lt;br /&gt;
&lt;br /&gt;
The second complication is that the farming must be done on {{L|soil}} or muddied rock, being {{L|above ground}}.  Typically, it is done on the surface, which is dangerous (due to aggressive animals, ambushes and sieges).  However, any land which has ever been exposed to sunlight becomes permanently marked as &amp;quot;above ground&amp;quot;.  So, if you have multiple Z-layers of soil, you can channel some above-ground land, remove the resulting ramps, then construct a floor above, where the surface once was.  The (now inside and protected) lower soil will still be suitable for farming outdoor plants like {{L|wild strawberry|wild strawberries}}, {{L|longland grass}}, {{L|rope reed}}, and anything else you may find. If your soil is not thick enough, you may still get a secure above ground farm by doing the same with any rock and muddying it. Alternatively, you may build a greenhouse around some soil.&lt;br /&gt;
&lt;br /&gt;
Above ground farms built on unmuddied rock layers will show the message &amp;quot;No seeds available for this location&amp;quot;, and you ''will not'' be able to plant anything in them.&lt;br /&gt;
&lt;br /&gt;
Some crops require a particular temperature range to grow; so although it may be possible to plant them in any season, to obtain optimal usage of farm plots it may be necessary to coordinate planting with seasonal temperature variations.&lt;br /&gt;
&lt;br /&gt;
== Farm plots in action ==&lt;br /&gt;
&lt;br /&gt;
Once a farm plot has been built and crops have been selected for the current season, dwarves with the {{l|growing}} labor enabled will begin planting the selected seed. Farmers will not start planting if the tile they would start on is not muddy, even if all other tiles in the plot are.&amp;lt;sup&amp;gt;Verify&amp;lt;/sup&amp;gt; The higher a Dwarf's grower skill in planting, the more plants will be harvested from each seed planted. The farming labor is fairly low in priority, so if you want a full time farmer, it is best to disable all other labors.&lt;br /&gt;
&lt;br /&gt;
Plants take time to grow, depending on their type. Once a plant is fully grown, a dwarf will harvest it. By default, any dwarf will do this. Harvesting plants is not affected by any skill, although it provides a small amount of grower experience. So it's a good idea to set only your planters to harvest, not anyone. To do that, set option &amp;quot;Only Farmers Harvest&amp;quot; {{k|o}}{{k|h}}.&lt;br /&gt;
&lt;br /&gt;
Plants that remain in the field for too long will wither. These plants will eventually {{L|rot}} away. There's no use for withered plants.&lt;br /&gt;
Also any plants that are still growing when their growing seasons end will be removed. As in DF 2010 farmers will plant up until the last day of the growing season, it might be a good idea to disable the last season of each crop so that seeds are not lost.&lt;br /&gt;
&lt;br /&gt;
Depending on the number of growers and their experience and the rate at which the plant grows, not all squares of large plots may be used. {{verify}}&lt;br /&gt;
&lt;br /&gt;
Any farm plot that has both Above Ground and Subterranean tile attributes within the plot will only be partially planted, if at all. Verify using {{k|k}} over each square of the plot and remake as needed to follow the proper attributes.&lt;br /&gt;
&lt;br /&gt;
== Management ==&lt;br /&gt;
&lt;br /&gt;
Create a custom {{L|stockpile}} near your {{L|farm}} which will only accept {{L|seed}}s. This will consolidate your seeds into one place, instead of having them littered all through the {{L|dining room}}. As a single barrel can hold up to 10 seed {{L|bag}}s (each of which can hold 100 seeds of a specific type), this stockpile can be only three or four tiles. Alternately, you can make a more traditional sized custom stockpile, which only accepts seeds and bars of {{L|potash}} for fertilizing. It may also be a good idea to set aside a few seeds from each type of crop and {{L|forbid}} them, as a seed bank in case of catastrophe.&lt;br /&gt;
&lt;br /&gt;
You can also create a custom stockpile that will only accept {{L|plant}}s, to avoid having it all mixed up with your {{L|meat}} and {{L|drink}}s. It would be a good idea to have this stockpile near your {{L|still}}, {{L|farmer's workshop}}, {{L|kitchen}}, etc. If you suffer from plump helmet overflow, create a plump-helmet-only stockpile, forbid plump helmets from all other food stockpiles, and let the crops in the field die if they can't be picked. It is worth noting that withering crops in the field do not produce miasma.&lt;br /&gt;
&lt;br /&gt;
Use the {{L|stocks}} menu, and go to the Kitchen tab. From here you can see how many of each kind of food you have. If you're running out of a certain kind of seed, toggle the corresponding plant &amp;quot;Cook&amp;quot; setting to red. {{L|Cooking}} plants doesn't leave a seed. If you have too many of a certain kind of seed, toggle the seed &amp;quot;Cook&amp;quot; setting to blue. Just make sure you check on the stocks and toggle it back before you run out, or use the seed bank idea above.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{{Farming FAQ}}&lt;br /&gt;
&lt;br /&gt;
== See also ==&lt;br /&gt;
* {{L|Irrigation}}&lt;br /&gt;
* {{L|Tile attributes}}&lt;br /&gt;
* {{L|Crops}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{{Category|Buildings}}&lt;/div&gt;</summary>
		<author><name>I2amroy</name></author>
	</entry>
	<entry>
		<id>https://dwarffortresswiki.org/index.php?title=v0.31:Item_quality/Table&amp;diff=153401</id>
		<title>v0.31:Item quality/Table</title>
		<link rel="alternate" type="text/html" href="https://dwarffortresswiki.org/index.php?title=v0.31:Item_quality/Table&amp;diff=153401"/>
		<updated>2011-09-28T15:50:06Z</updated>

		<summary type="html">&lt;p&gt;I2amroy: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{|&lt;br /&gt;
! style=&amp;quot;padding-right: 35px;&amp;quot; | '''Designation''' || style=&amp;quot;text-align: left;&amp;quot; | '''Description''' || style=&amp;quot;padding-right: 20px; padding-left: 15px; text-align: center;&amp;quot; | '''Value &amp;lt;br&amp;gt;Modifier''' || style=&amp;quot;text-align: center;&amp;quot; | '''&amp;amp;nbsp;Weapon To-Hit /&amp;lt;br&amp;gt;Armor Deflect Modifier'''&lt;br /&gt;
|-&lt;br /&gt;
| &amp;amp;nbsp;Item Name || style=&amp;quot;text-align: center;&amp;quot; | &amp;amp;mdash;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp; || 1x || 1x || style=&amp;quot;text-align: center;&amp;quot; |  || style=&amp;quot;text-align: center;&amp;quot; | &lt;br /&gt;
|-&lt;br /&gt;
| -Item Name- || Well-crafted || 2x || ''unknown ''  || style=&amp;quot;text-align: center;&amp;quot; |  || style=&amp;quot;text-align: center;&amp;quot; |  &lt;br /&gt;
|-&lt;br /&gt;
| +Item Name+ || Finely-crafted || 3x || ''unknown ''  || style=&amp;quot;text-align: center;&amp;quot; | || style=&amp;quot;text-align: center;&amp;quot; | &lt;br /&gt;
|-&lt;br /&gt;
| *Item Name* || Superior quality || 4x || ''unknown ''  ||style=&amp;quot;text-align: center;&amp;quot; |  || style=&amp;quot;text-align: center;&amp;quot; |&lt;br /&gt;
|-&lt;br /&gt;
| ≡Item Name≡ || Exceptional || 5x || ''unknown '' || style=&amp;quot;text-align: center;&amp;quot; | || style=&amp;quot;text-align: center;&amp;quot; | &lt;br /&gt;
|-&lt;br /&gt;
| ☼Item Name☼ || Masterful || 12x || 2x || style=&amp;quot;text-align: center;&amp;quot; | || style=&amp;quot;text-align: center;&amp;quot; | &lt;br /&gt;
|-&lt;br /&gt;
| ''Unique name'' || Artifact || 120x || 3x || style=&amp;quot;text-align: center;&amp;quot; | &lt;br /&gt;
|-&lt;br /&gt;
| «Item Name» || {{L|decoration|Decorated}} object || Varies || ''unknown '' || style=&amp;quot;text-align: center;&amp;quot; | || style=&amp;quot;text-align: center;&amp;quot; | &lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>I2amroy</name></author>
	</entry>
	<entry>
		<id>https://dwarffortresswiki.org/index.php?title=v0.31:Item_quality/Table&amp;diff=153400</id>
		<title>v0.31:Item quality/Table</title>
		<link rel="alternate" type="text/html" href="https://dwarffortresswiki.org/index.php?title=v0.31:Item_quality/Table&amp;diff=153400"/>
		<updated>2011-09-28T15:48:42Z</updated>

		<summary type="html">&lt;p&gt;I2amroy: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{|&lt;br /&gt;
! style=&amp;quot;padding-right: 35px;&amp;quot; | '''Designation''' || style=&amp;quot;text-align: left;&amp;quot; | '''Description''' || style=&amp;quot;padding-right: 20px; padding-left: 15px; text-align: center;&amp;quot; | '''Value &amp;lt;br&amp;gt;Modifier''' || style=&amp;quot;text-align: center;&amp;quot; | '''&amp;amp;nbsp;Weapon To-Hit /&amp;lt;br&amp;gt;Armor Deflect Modifier'''&lt;br /&gt;
|-&lt;br /&gt;
| &amp;amp;nbsp;Item Name || style=&amp;quot;text-align: center;&amp;quot; | &amp;amp;mdash;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp; || 1x || 1x || style=&amp;quot;text-align: center;&amp;quot; |  || style=&amp;quot;text-align: center;&amp;quot; | &lt;br /&gt;
|-&lt;br /&gt;
| -Item Name- || Well-crafted || 2x || ''unknown ''  || style=&amp;quot;text-align: center;&amp;quot; |  || style=&amp;quot;text-align: center;&amp;quot; |  &lt;br /&gt;
|-&lt;br /&gt;
| +Item Name+ || Finely-crafted || 3x || ''unknown ''  || style=&amp;quot;text-align: center;&amp;quot; | || style=&amp;quot;text-align: center;&amp;quot; | &lt;br /&gt;
|-&lt;br /&gt;
| *Item Name* || Superior quality || 4x || ''unknown ''  ||style=&amp;quot;text-align: center;&amp;quot; |  || style=&amp;quot;text-align: center;&amp;quot; |&lt;br /&gt;
|-&lt;br /&gt;
| ≡Item Name≡ || Exceptional || 5x || ''unknown '' || style=&amp;quot;text-align: center;&amp;quot; | || style=&amp;quot;text-align: center;&amp;quot; | &lt;br /&gt;
|-&lt;br /&gt;
| ☼Item Name☼ || Masterful || 12x || 2x || style=&amp;quot;text-align: center;&amp;quot; | || style=&amp;quot;text-align: center;&amp;quot; | &lt;br /&gt;
|-&lt;br /&gt;
| ''Unique name'' || Artifact || 120x || 3x || style=&amp;quot;text-align: center;&amp;quot; | &lt;br /&gt;
|-&lt;br /&gt;
| «Item Name» || {{L|decoration|Decorated}} object || Varies || 1x || style=&amp;quot;text-align: center;&amp;quot; | || style=&amp;quot;text-align: center;&amp;quot; | &lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>I2amroy</name></author>
	</entry>
	<entry>
		<id>https://dwarffortresswiki.org/index.php?title=v0.31:Item_quality/Table&amp;diff=153399</id>
		<title>v0.31:Item quality/Table</title>
		<link rel="alternate" type="text/html" href="https://dwarffortresswiki.org/index.php?title=v0.31:Item_quality/Table&amp;diff=153399"/>
		<updated>2011-09-28T15:44:07Z</updated>

		<summary type="html">&lt;p&gt;I2amroy: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{|&lt;br /&gt;
! style=&amp;quot;padding-right: 35px;&amp;quot; | '''Designation''' || style=&amp;quot;text-align: left;&amp;quot; | '''Description''' || style=&amp;quot;padding-right: 20px; padding-left: 15px; text-align: center;&amp;quot; | '''Value &amp;lt;br&amp;gt;Modifier''' || style=&amp;quot;text-align: center;&amp;quot; | '''&amp;amp;nbsp;Weapon To-Hit /&amp;lt;br&amp;gt;Armor Deflect Modifier'''&lt;br /&gt;
|-&lt;br /&gt;
| &amp;amp;nbsp;Item Name || style=&amp;quot;text-align: center;&amp;quot; | &amp;amp;mdash;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp; || 1x || 1x || style=&amp;quot;text-align: center;&amp;quot; |  || style=&amp;quot;text-align: center;&amp;quot; | &lt;br /&gt;
|-&lt;br /&gt;
| -Item Name- || Well-crafted || 2x || ''unknown ''  || style=&amp;quot;text-align: center;&amp;quot; |  || style=&amp;quot;text-align: center;&amp;quot; |  &lt;br /&gt;
|-&lt;br /&gt;
| +Item Name+ || Finely-crafted || 3x || ''unknown ''  || style=&amp;quot;text-align: center;&amp;quot; | || style=&amp;quot;text-align: center;&amp;quot; | &lt;br /&gt;
|-&lt;br /&gt;
| *Item Name* || Superior quality || 4x || ''unknown ''  ||style=&amp;quot;text-align: center;&amp;quot; |  || style=&amp;quot;text-align: center;&amp;quot; |&lt;br /&gt;
|-&lt;br /&gt;
| ≡Item Name≡ || Exceptional || 5x || ''unknown '' || style=&amp;quot;text-align: center;&amp;quot; | || style=&amp;quot;text-align: center;&amp;quot; | &lt;br /&gt;
|-&lt;br /&gt;
| ☼Item Name☼ || Masterful || 12x || 2x || style=&amp;quot;text-align: center;&amp;quot; | || style=&amp;quot;text-align: center;&amp;quot; | &lt;br /&gt;
|-&lt;br /&gt;
| ''Unique name'' || Artifact || 120x || 3x || style=&amp;quot;text-align: center;&amp;quot; | &lt;br /&gt;
|-&lt;br /&gt;
| «Item Name» || Object is {{L|decoration|decorated}} ||  ||  || style=&amp;quot;text-align: center;&amp;quot; | || style=&amp;quot;text-align: center;&amp;quot; | &lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>I2amroy</name></author>
	</entry>
	<entry>
		<id>https://dwarffortresswiki.org/index.php?title=v0.31:Creature_token&amp;diff=152511</id>
		<title>v0.31:Creature token</title>
		<link rel="alternate" type="text/html" href="https://dwarffortresswiki.org/index.php?title=v0.31:Creature_token&amp;diff=152511"/>
		<updated>2011-08-19T21:21:47Z</updated>

		<summary type="html">&lt;p&gt;I2amroy: /* P */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{av}}{{Quality|Exceptional}}&lt;br /&gt;
&lt;br /&gt;
A full list of all known creature tokens.&lt;br /&gt;
&lt;br /&gt;
__NOTOC__&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div align=&amp;quot;center&amp;quot;&amp;gt;&lt;br /&gt;
{{alphabetical TOC}}&lt;br /&gt;
&amp;lt;/div&amp;gt;&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;20%&amp;quot; | Arguments&lt;br /&gt;
! width=&amp;quot;60%&amp;quot; | Description&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| ADOPTS_OWNER&lt;br /&gt;
|&lt;br /&gt;
| Tame creature cannot be made available for adoption, instead automatically adopting whoever it wants. It appears that the basic requirements for adoption are intact; for example, the creature is more likely to adopt an owner which likes creatures of that species.{{verify}}&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| ALCOHOL_DEPENDENT &lt;br /&gt;
|  &lt;br /&gt;
| Creature needs alcohol to get through the working day.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| ALL_ACTIVE &lt;br /&gt;
|  &lt;br /&gt;
| Sets if the creature is active in day, night, and twilight. Seems to be a separate value from DIURNAL/NOCTURNAL/CREPUSCULAR, rather than implying them. &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| ALTTILE &lt;br /&gt;
|  &lt;br /&gt;
| If set, the creature will blink between its [TILE] and its [ALTTILE]. &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| AMBUSHPREDATOR &lt;br /&gt;
|  &lt;br /&gt;
| Instead of charging relentlessly at prey, a creature with this tag will wait till the prey is within a few squares before charging.{{verify}}&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| AMPHIBIOUS &lt;br /&gt;
|  &lt;br /&gt;
| Allows a creature to breathe with or without {{L| water}}. Implies [AQUATIC].&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| APP_MOD_DESC_RANGE&lt;br /&gt;
|&lt;br /&gt;
*Range&lt;br /&gt;
| [http://www.bay12forums.com/smf/index.php?topic=60554.msg1766793#msg1766793 Forum post describing how description ranges work]&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| APP_MOD_GENETIC_MODEL&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;
| APP_MOD_IMPORTANCE&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;
| APP_MOD_NOUN &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;
| APP_MOD_RATE &lt;br /&gt;
| &lt;br /&gt;
*Rate (integer)&lt;br /&gt;
*Scale (DAILY,  YEARLY)&lt;br /&gt;
*min:max  of growth&lt;br /&gt;
*start year:start day&lt;br /&gt;
*end year: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;
| APPLY_CREATURE_VARIATION &lt;br /&gt;
| &lt;br /&gt;
*CV TEMPLATE NAME &lt;br /&gt;
| Loads the Creature Variation Template specified.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| APPLY_CURRENT_CREATURE_VARIATION &lt;br /&gt;
|  &lt;br /&gt;
| Applies loaded Creature Variation&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| AQUATIC &lt;br /&gt;
|  &lt;br /&gt;
| Allows a creature to breathe underwater, but causes it to &amp;quot;drown&amp;quot; out of {{L|water}}. &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| ARENA_RESTRICTED &lt;br /&gt;
|  &lt;br /&gt;
| Does not appear in arena mode list&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| ARTIFICIAL_HIVEABLE&lt;br /&gt;
|&lt;br /&gt;
| Can be kept in artificial hives by beekeepers.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| AT_PEACE_WITH_WILDLIFE&lt;br /&gt;
|&lt;br /&gt;
| Does not attack or frighten wildlife.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| ATTACK &lt;br /&gt;
| &lt;br /&gt;
*token&lt;br /&gt;
*bodypart&lt;br /&gt;
*selection criteria&lt;br /&gt;
*location &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;
[ATTACK:GORE:BODYPART:BY_CATEGORY:HORN]&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;
| ATTACK_TRIGGER &lt;br /&gt;
| pop:exported wealth:created wealth&lt;br /&gt;
| Specifies when a {{L|megabeast}} will attack the fortress.&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div align=&amp;quot;center&amp;quot;&amp;gt;&lt;br /&gt;
{{alphabetical TOC}}&lt;br /&gt;
&amp;lt;/div&amp;gt;&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;20%&amp;quot; | Arguments&lt;br /&gt;
! width=&amp;quot;60%&amp;quot; | Description&lt;br /&gt;
|- &lt;br /&gt;
| BABY &lt;br /&gt;
| integer &lt;br /&gt;
| Age at which creature is considered a child. Default is zero. One can think of this as the duration of the baby stage.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| BABYNAME &lt;br /&gt;
| singular: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 GENERAL_BABY_NAME.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| BEACH_FREQUENCY &lt;br /&gt;
|  &lt;br /&gt;
| {{L|Whale}}s and {{L|Sea nettle jellyfish|jellyfish}} have this. Controls the beaching frequency of the creature. &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| BENIGN &lt;br /&gt;
|  &lt;br /&gt;
| Determines whether creature can show up on &amp;quot;tame&amp;quot; maps (includes {{L|elephant}}s), which will generally avoid dwarves, although they may chase and/or attack them if they get too close). &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| BIOME &lt;br /&gt;
| &lt;br /&gt;
* {{L|biome token}}&lt;br /&gt;
| Select a {{L|Biome}} the creature may appear in.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| BLOOD&lt;br /&gt;
| &lt;br /&gt;
* {{L|material token}}&lt;br /&gt;
*matter state (LIQUID, GAS, SOLID) &lt;br /&gt;
| Specifies what the creature's blood is made of.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| BODY&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 {{L|Purring maggot}}. It creates a body with head, a heart, some guts, a brain, and a mouth. Thats all a maggot needs.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| BODY_APPEARANCE_MODIFIER &lt;br /&gt;
| &lt;br /&gt;
*ATTRIBUTE&lt;br /&gt;
*lowest:lower:low:median:high:higher: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;
| BODY_DETAIL_PLAN &lt;br /&gt;
| PlanName, PlanName:type:type:type:etc &lt;br /&gt;
| loads a plan 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 {{L|fox}}, the skin, fat, muscle, bones and cartilage out of the vertebrate tissues.&amp;lt;br /&amp;gt;&lt;br /&gt;
A {{L|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;
| BODY_SIZE&lt;br /&gt;
| years:days:size &lt;br /&gt;
| sets up size at a given time. Size is in cubic centimeters (milliliters), 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 {{L|minotaur}}. His birth size would be 10000 (10000 mL, ~10 kg). With 1 year and 168 days he would be 50000 tall (~50 kg). As an adult (with 12 years) he would weight roughly 220 kg&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| BODYGLOSS &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;
| BONECARN &lt;br /&gt;
|  &lt;br /&gt;
| Creature 'eats' bones. Eating bones makes their happiness go up, but can cause death (suffocation){{verify}}. Implies CARNIVORE.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| BP_APPEARANCE_MODIFIER &lt;br /&gt;
| &lt;br /&gt;
*QUALITY&lt;br /&gt;
*lowest:lower:low:median:high:higher: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;
| BUILDINGDESTROYER &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 b + C commands. &lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div align=&amp;quot;center&amp;quot;&amp;gt;&lt;br /&gt;
{{alphabetical TOC}}&lt;br /&gt;
&amp;lt;/div&amp;gt;&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;20%&amp;quot; | Arguments&lt;br /&gt;
! width=&amp;quot;60%&amp;quot; | Description&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| CAN_LEARN &lt;br /&gt;
|  &lt;br /&gt;
| The creature gets skills and professions. Note that this token makes the creature unable to be butchered 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.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| CAN_SPEAK &lt;br /&gt;
|  &lt;br /&gt;
| Can talk. Note that it is not necessary for a creature to gain social skills. If a member of a civilization (such as a pet) has this token, it'll need to eat and drink.{{verify}}&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| CANNOT_UNDEAD &lt;br /&gt;
|  &lt;br /&gt;
| Cannot be turned into a zombie or skeletal undead. Also prevents ghosts of that creature appearing.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| CANOPENDOORS &lt;br /&gt;
|  &lt;br /&gt;
| Allows the creature to open doors. &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| CARNIVORE &lt;br /&gt;
|  &lt;br /&gt;
| Creature ''only'' eats meat. Note that carnivorous species will not be able to survive worldgen if they do not also have NO_EAT.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| CASTE &lt;br /&gt;
| &lt;br /&gt;
*name &lt;br /&gt;
| defines a caste&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| CASTE_ALTTILE&lt;br /&gt;
|&lt;br /&gt;
*tile number or &amp;quot;letter&amp;quot;&lt;br /&gt;
| Caste-specific alternate tile. Expects CASTE_TILE&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| CASTE_COLOR&lt;br /&gt;
|&lt;br /&gt;
*fg&lt;br /&gt;
*bg&lt;br /&gt;
*brightness&lt;br /&gt;
| Creature tile color of the caste.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| CASTE_GLOWCOLOR&lt;br /&gt;
|&lt;br /&gt;
*fg&lt;br /&gt;
*bg&lt;br /&gt;
*brightness&lt;br /&gt;
| GLOWTILE color of the caste.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| CASTE_GLOWTILE&lt;br /&gt;
|&lt;br /&gt;
*tile value or &amp;quot;letter&amp;quot;&lt;br /&gt;
| Caste-specific glowtile&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| CASTE_NAME &lt;br /&gt;
| singular:plural:adjective &lt;br /&gt;
| The name of the caste of the creature in the game.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| CASTE_PROFESSION_NAME &lt;br /&gt;
| &lt;br /&gt;
*Profession&lt;br /&gt;
*singular&lt;br /&gt;
*plural &lt;br /&gt;
| alters the name of the given profession, caste-specific&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| CASTE_SOLDIER_ALTTILE&lt;br /&gt;
| 'character' or tile number&lt;br /&gt;
| Creatures of this caste active in their civilization's military will blink between their default tile and this one.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| CASTE_SOLDIER_TILE&lt;br /&gt;
| 'character' or tile number&lt;br /&gt;
| Creatures of this caste active in their civilization's military will use this tile instead.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| CASTE_SPEECH&lt;br /&gt;
| speech file?&lt;br /&gt;
| Possibly a caste-specific instance of the SPEECH token&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| CASTE_TILE&lt;br /&gt;
|&lt;br /&gt;
* tile number or &amp;quot;letter&amp;quot;&lt;br /&gt;
| Caste-specific creature tile.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| CAVE_ADAPT &lt;br /&gt;
|  &lt;br /&gt;
| Gives the creature a bonus in caves. Also causes [[Cave adaptation]]. &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| CHANGE_BODY_SIZE_PERC&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| CHILD &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 child stage. Without this token, a creature will not reproduce in Fortress mode.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| CHILDNAME &lt;br /&gt;
| singular:plural &lt;br /&gt;
| Defines a new name for a creature in child state at the caste level. For non-caste-specific child names, see GENERAL_CHILD_NAME.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| CLUSTER_NUMBER &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. Certain vermin fish use this token in combination with temperate ocean and river biome tokens to perform seasonal migrations.&lt;br /&gt;
e.g. [CLUSTER_NUMBER:1:3] &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|CLUTCH_SIZE&lt;br /&gt;
|&lt;br /&gt;
*min&lt;br /&gt;
*max&lt;br /&gt;
|Number of eggs laid in one sitting.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| COLONY_EXTERNAL&lt;br /&gt;
|&lt;br /&gt;
| Caste hovers around colony.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| COLOR &lt;br /&gt;
| foreground:background:brightness &lt;br /&gt;
| Color  of the creature's tile. &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| COMMON_DOMESTIC &lt;br /&gt;
|  &lt;br /&gt;
| Allows the creature to be brought with immigrants and when creating a new fortress, as long as the creature also includes at least one of the following tokens: PET, PACK_ANIMAL, WAGON_PULLER, MOUNT.  In addition, the creature must be NATURAL rather than FANCIFUL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| CONVERTED_SPOUSE&lt;br /&gt;
|&lt;br /&gt;
| Found only at caste level. Creatures of this caste's species with the SPOUSE_CONVERTER and NIGHT_CREATURE_HUNTER tokens will kidnap SPOUSE_CONVERSION_TARGETs of an appropriate sex and convert them into castes with CONVERTED_SPOUSE.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| COOKABLE_LIVE &lt;br /&gt;
|  &lt;br /&gt;
| Set this to allow the creature to be cooked in meals without first being butchered / fishcleaned.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| COPY_TAGS_FROM &lt;br /&gt;
| &lt;br /&gt;
*CREATURE NAME&lt;br /&gt;
| Copies tags from another specified creature.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| CREATURE_CLASS &lt;br /&gt;
|&lt;br /&gt;
*classname&lt;br /&gt;
| Creature class. Can be anything, but only existing use is GENERAL_POISON. Appears to only be used for Syndromes. Supposedly can also be used for entity positions.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| CREATURE_SOLDIER_TILE&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;
| CREATURE_TILE &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;
| CREPUSCULAR &lt;br /&gt;
|  &lt;br /&gt;
| Sets if the creature is active at twilight.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| CURIOUSBEAST_EATER &lt;br /&gt;
|  &lt;br /&gt;
| Allows a creature to steal and eat edible items from a site. &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| CURIOUSBEAST_GUZZLER &lt;br /&gt;
|  &lt;br /&gt;
| Allows a creature to (very quickly) drink your alcohol. Or spill the barrel to the ground. Also affects undead versions of the creature. &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| CURIOUSBEAST_ITEM &lt;br /&gt;
|  &lt;br /&gt;
| Allows a creature to steal things (apparently the highest value it can find). Semimegabeast thievery is in Legends mode. Lightweight creatures can probably steal heavy items.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| CV_ADD_TAG&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;
| CV_REMOVE_TAG&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;
&amp;lt;div align=&amp;quot;center&amp;quot;&amp;gt;&lt;br /&gt;
{{alphabetical TOC}}&lt;br /&gt;
&amp;lt;/div&amp;gt;&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;20%&amp;quot; | Arguments&lt;br /&gt;
! width=&amp;quot;60%&amp;quot; | Description&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| DEMON&lt;br /&gt;
|  &lt;br /&gt;
| Found on generated {{L|demon}}s; sets the creature as potential {{L|hell}} spawn&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| DESCRIPTION &lt;br /&gt;
| text &lt;br /&gt;
| A brief description of the creature type.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| DIE_WHEN_VERMIN_BITE&lt;br /&gt;
|&lt;br /&gt;
| Dies upon attacking.  Used for bee stings.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| DIFFICULTY &lt;br /&gt;
| integer &lt;br /&gt;
| Toady: &amp;quot;Difficulty determines how deep it places them in adventure mode/reclaim caves, and the chance that they are wounded the first few river attacks.&amp;quot; Also increases experience gain during adventure mode. &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| DIURNAL &lt;br /&gt;
|  &lt;br /&gt;
| Sets if the creature is active in day. &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| DOES_NOT_EXIST &lt;br /&gt;
|  &lt;br /&gt;
| Creature does not actually exist; used for fanciful creatures.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| DRAGONFIREBREATH &lt;br /&gt;
|  &lt;br /&gt;
| Creature breathes fire in a cone. &lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div align=&amp;quot;center&amp;quot;&amp;gt;&lt;br /&gt;
{{alphabetical TOC}}&lt;br /&gt;
&amp;lt;/div&amp;gt;&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;20%&amp;quot; | Arguments&lt;br /&gt;
! width=&amp;quot;60%&amp;quot; | Description&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| EGG_MATERIAL&lt;br /&gt;
|&lt;br /&gt;
* {{L|material token}}&lt;br /&gt;
*state (SOLID, LIQUID, or GAS)&lt;br /&gt;
| Egg material. Egg-laying creatures will 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;
| EGG_SIZE&lt;br /&gt;
|&lt;br /&gt;
*size&lt;br /&gt;
| Determines how long it takes for eggs to hatch{{verify}}. The larger the number, the longer it takes.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| EQUIPMENT_WAGON &lt;br /&gt;
|  &lt;br /&gt;
| Makes the creature into a large 3x3 creature responsible for carrying trade goods, pulled by two [WAGON_PULLER]s and driven by a merchant.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| EQUIPS &lt;br /&gt;
|  &lt;br /&gt;
| Allows the creature to wear or wield items.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| EVIL &lt;br /&gt;
|  &lt;br /&gt;
| Determines whether creature can show up on &amp;quot;evil&amp;quot; maps&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| EXTRACT&lt;br /&gt;
|&lt;br /&gt;
* {{L|material token}}&lt;br /&gt;
| Defines a creature extract which can be obtained via {{L|small animal dissection}}.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| EXTRAVISION &lt;br /&gt;
|  &lt;br /&gt;
| Creature can see regardless of whether it has working eyes. &lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div align=&amp;quot;center&amp;quot;&amp;gt;&lt;br /&gt;
{{alphabetical TOC}}&lt;br /&gt;
&amp;lt;/div&amp;gt;&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;20%&amp;quot; | Arguments&lt;br /&gt;
! width=&amp;quot;60%&amp;quot; | Description&lt;br /&gt;
|- &lt;br /&gt;
| FANCIFUL &lt;br /&gt;
|  &lt;br /&gt;
| Makes every civilization know about the creature. The creature won't occur in regular material preference lists. The tag also adds some art value modifiers. Used for things like dragons and other legendary creatures. &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| FEATURE_ATTACK_GROUP&lt;br /&gt;
|&lt;br /&gt;
| Found on subterranean animalmen.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| FEATURE_BEAST&lt;br /&gt;
|&lt;br /&gt;
| Found on {{L|forgotten beast}}s.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| FEMALE &lt;br /&gt;
|  &lt;br /&gt;
| Inside a female caste, sets femaleness. Outside of a caste, sets all individuals female unless overridden by caste.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| FIREBREATH &lt;br /&gt;
|  &lt;br /&gt;
| The creature breathes fire projectiles (as opposed to DRAGONFIREBREATH, which is in a cone).&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| FIREIMMUNE &lt;br /&gt;
|  &lt;br /&gt;
| ?&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| FIREIMMUNE_SUPER &lt;br /&gt;
|  &lt;br /&gt;
| The creature is immune to DRAGONFIREBREATH. Implies FIREIMMUNE. &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| FISHITEM &lt;br /&gt;
|  &lt;br /&gt;
| Needs to be cleaned at a fishery&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| FIXED_TEMP &lt;br /&gt;
| temperature &lt;br /&gt;
| The natural heat generated by the creature.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| FLEEQUICK &lt;br /&gt;
|  &lt;br /&gt;
| Determines how soon a creature flees in a losing battle. &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| FLIER &lt;br /&gt;
|  &lt;br /&gt;
| Allows a creature to fly. Fortress Mode pathfinding only partially incorporates pathfinding - flying dwarves 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.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| FREQUENCY &lt;br /&gt;
|&lt;br /&gt;
*number, max 100&lt;br /&gt;
| Determines the time between creature spawns in Fortress Mode. Higher is more occurrences per time unit. Creatures without a frequency statement default to 50. Almost all others have either [FREQUENCY:5] or [FREQUENCY:100]. Not to be confused with POP_RATIO&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div align=&amp;quot;center&amp;quot;&amp;gt;&lt;br /&gt;
{{alphabetical TOC}}&lt;br /&gt;
&amp;lt;/div&amp;gt;&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;20%&amp;quot; | Arguments&lt;br /&gt;
! width=&amp;quot;60%&amp;quot; | Description&lt;br /&gt;
|- &lt;br /&gt;
| GENERAL_BABY_NAME &lt;br /&gt;
| singular:plural &lt;br /&gt;
| name at creature level&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| GENERAL_CHILD_NAME &lt;br /&gt;
| singular:plural &lt;br /&gt;
| name at creature level&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| GENERATED&lt;br /&gt;
|  &lt;br /&gt;
| Found on procedurally generated creatures like {{L|Forgotten beast}}s, (biome name) {{L|titan}}s, {{L|Demon}}s, and {{L|night creature}}s.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| GETS_INFECTIONS_FROM_ROT &lt;br /&gt;
|  &lt;br /&gt;
| Creature can get infections from necrotic tissue.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| GETS_WOUND_INFECTIONS &lt;br /&gt;
|  &lt;br /&gt;
| Creature's wounds can become infected.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| GLOWCOLOR &lt;br /&gt;
| &lt;br /&gt;
*foreground&lt;br /&gt;
*background&lt;br /&gt;
*brightness &lt;br /&gt;
| The colour of the GLOWTILE of the creature.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| GLOWTILE &lt;br /&gt;
| ascii character &lt;br /&gt;
| If present, the being glows in the dark (generally used for Adventure 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 CASTE_GLOWTILE instead.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| GNAWER &lt;br /&gt;
| verb (gnawed) &lt;br /&gt;
| The creature chews on food barrels and bags. &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| GO_TO_END &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;
| GO_TO_START &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;
| GO_TO_TAG&lt;br /&gt;
|  &lt;br /&gt;
| When using tags from an existing creature, inserts new tags after the specified tag.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| GOOD &lt;br /&gt;
|  &lt;br /&gt;
| Determines whether creature can show up on &amp;quot;good&amp;quot; areas. Eg. unicorn.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| GRASSTRAMPLE &lt;br /&gt;
| value &lt;br /&gt;
| Determines the percentage chance (or possibly wait time until next trample) of trampling and killing grass when a creature steps on it. Delete the tag to make the creature never trample grass.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| GRAVITATE_BODY_SIZE&lt;br /&gt;
| target value&lt;br /&gt;
| Used in Creature Variants. This token changes the body size to the average of the old body size and the target value. Unknown how it interacts with growth stages.{{verify}}&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| GRAZER&lt;br /&gt;
|&lt;br /&gt;
*number&lt;br /&gt;
| Animals is a grazer.  The higher the number, the less frequently it needs to eat in order to survive.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div align=&amp;quot;center&amp;quot;&amp;gt;&lt;br /&gt;
{{alphabetical TOC}}&lt;br /&gt;
&amp;lt;/div&amp;gt;&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;20%&amp;quot; | Arguments&lt;br /&gt;
! width=&amp;quot;60%&amp;quot; | Description&lt;br /&gt;
|-&lt;br /&gt;
| HABIT&lt;br /&gt;
| type:probability&lt;br /&gt;
| Defines certain behaviors for the creature. The habit types are COLLECT_TROPHIES, COOK_PEOPLE, COOK_VERMIN, GRIND_VERMIN, COOK_BLOOD, GRIND_BONE_MEAL, EAT_BONE_PORRIDGE, USE_ANY_MELEE_WEAPON, GIANT_NEST, and COLLECT_WEALTH. These may require the creature to have a lair to work properly.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| HABIT_NUM&lt;br /&gt;
| number or TEST_ALL&lt;br /&gt;
| Unknown. All lists of HABITs are preceded by [HABIT_NUM:TEST_ALL]&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| HAS_NERVES &lt;br /&gt;
|  &lt;br /&gt;
| This makes the creature susceptible to severed motor and sensory nerves when muscles are torn in limb, grasp and stance parts. Some butchering yields nervous tissue.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| HASSHELL&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;
| HIVE_PRODUCT&lt;br /&gt;
|&lt;br /&gt;
*number&lt;br /&gt;
*{{L|time}}&lt;br /&gt;
*{{L|item token}}s&lt;br /&gt;
| What product is harvested from {{L|Beekeeping industry|beekeeping}}.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| HOMEOTHERM &lt;br /&gt;
|  &lt;br /&gt;
| Default 'NONE'. The creature's normal body {{L|temperature}}&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| HUNTS_VERMIN&lt;br /&gt;
|&lt;br /&gt;
| Creature hunts and kills nearby vermin.&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div align=&amp;quot;center&amp;quot;&amp;gt;&lt;br /&gt;
{{alphabetical TOC}}&lt;br /&gt;
&amp;lt;/div&amp;gt;&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;20%&amp;quot; | Arguments&lt;br /&gt;
! width=&amp;quot;60%&amp;quot; | Description&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| IMMOBILE_LAND &lt;br /&gt;
|  &lt;br /&gt;
| The creature is immobile while on land.  Only works on AQUATIC creatures which can't breath on land.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| IMMOLATE &lt;br /&gt;
|  &lt;br /&gt;
| Will ignite, and potentially completely destroy, items the creature is standing on. Keep booze away from critters with this tag. &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| INTELLIGENT &lt;br /&gt;
|  &lt;br /&gt;
| Implies CAN_SPEAK and CAN_LEARN. CAN_LEARN probably means the creature gets skills - including social skills - and professions. Not recommended for uncivilized monsters.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| ITEMCORPSE &lt;br /&gt;
|     &lt;br /&gt;
* {{L|item token}}:subtype&lt;br /&gt;
* {{L|material token}}&lt;br /&gt;
| Determines if the creature leaves behind a non-standard corpse (i.e. wood, statue, bars, ash from ghost etc).&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| ITEMCORPSE_QUALITY &lt;br /&gt;
|  &lt;br /&gt;
| The quality of an item-type corpse left behind; 5 is masterpiece-level. &lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div align=&amp;quot;center&amp;quot;&amp;gt;&lt;br /&gt;
{{alphabetical TOC}}&lt;br /&gt;
&amp;lt;/div&amp;gt;&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;20%&amp;quot; | Arguments&lt;br /&gt;
! width=&amp;quot;60%&amp;quot; | Description&lt;br /&gt;
|-&lt;br /&gt;
| LAIR&lt;br /&gt;
| type:probability&lt;br /&gt;
| Found on megabeasts, semimegabeasts, and night creatues. The creature will seek out sites of this type and take them as lairs. The lair types are SIMPLE_BURROW, SIMPLE_MOUND, WILDERNESS_LOCATION, SHRINE, and LABYRINTH.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| LAIR_CHARACTERISTIC&lt;br /&gt;
| characteristic:probability&lt;br /&gt;
| Defines certain features of the creature's lair. The only known valid characteristic is HAS_DOORS.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| LAIR_HUNTER&lt;br /&gt;
|&lt;br /&gt;
| This creature will actively hunt adventurers in its lair.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| LAIR_HUNTER_SPEECH&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;
| LARGE_PREDATOR &lt;br /&gt;
|  &lt;br /&gt;
| Will attack things that are smaller than it (like dwarves). Only one group of &amp;quot;large predators&amp;quot; will appear on any given map (possibly two groups on &amp;quot;savage&amp;quot; maps). In adventure mode, large predators will try to ambush and attack you (and your party will attack them back). 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;
&lt;br /&gt;
|- &lt;br /&gt;
| LARGE_ROAMING &lt;br /&gt;
|  &lt;br /&gt;
| In Fortress Mode, spawns outdoors and is not a vermin creature. &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| LAYS_EGGS&lt;br /&gt;
|&lt;br /&gt;
| Creature lays eggs instead of giving birth to live young.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| LAYS_UNUSUAL_EGGS&lt;br /&gt;
|&lt;br /&gt;
* {{L|item token}}&lt;br /&gt;
* {{L|material token}}&lt;br /&gt;
| Creature lays a particular item instead of regular eggs.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| LIGAMENTS &lt;br /&gt;
| &lt;br /&gt;
* {{L|material token}}&lt;br /&gt;
*healing rate &lt;br /&gt;
| Defines the material and healing rate of ligaments.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| LIGHT_GEN &lt;br /&gt;
|  &lt;br /&gt;
| The creature will generate light, such as in adventurer mode at night. &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| LIKES_FIGHTING &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 - included modded dwarves. &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| LISP&lt;br /&gt;
| &lt;br /&gt;
| Creature multiplies 'S' when talking. Ex: &amp;quot;My name isss Recisssiz.&amp;quot; &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| LITTERSIZE&lt;br /&gt;
| &lt;br /&gt;
* minumum&lt;br /&gt;
* maximum&lt;br /&gt;
| Determines the random chance of how many creatures are generated when giving birth. [LITTERSIZE:1:2]&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| LOCKPICKER &lt;br /&gt;
|  &lt;br /&gt;
| Lets a creature open doors that are set to forbidden in Fortress Mode.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| LOOSE_CLUSTERS &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;
&amp;lt;div align=&amp;quot;center&amp;quot;&amp;gt;&lt;br /&gt;
{{alphabetical TOC}}&lt;br /&gt;
&amp;lt;/div&amp;gt;&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;20%&amp;quot; | Arguments&lt;br /&gt;
! width=&amp;quot;60%&amp;quot; | Description&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| MAGICAL&lt;br /&gt;
|  &lt;br /&gt;
| Unknown.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| MAGMA_VISION &lt;br /&gt;
|  &lt;br /&gt;
| Creature's able to see while covered in magma. &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| MALE &lt;br /&gt;
|  &lt;br /&gt;
| The species or caste is all male.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| MANNERISM_?? &lt;br /&gt;
| &lt;br /&gt;
*occassionally body part &lt;br /&gt;
| Adds a possible mannerism to the creature's profile.&lt;br /&gt;
Refer to {{L|Creature mannerism token}}s&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| MATERIAL&lt;br /&gt;
|&lt;br /&gt;
*material id&lt;br /&gt;
| Begins defining a new material.{{verify}}&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| MATERIAL_BREATH_ATTACK &lt;br /&gt;
| &lt;br /&gt;
* {{L|material token}}&lt;br /&gt;
* breath attack type (TRAILING_DUST_FLOW, TRAILING_VAPOR_FLOW, TRAILING_GAS_FLOW, SOLID_GLOB, LIQUID_GLOB, UNDIRECTED_GAS, UNDIRECTED_VAPOR, UNDIRECTED_DUST) &lt;br /&gt;
| Creates an attack referencing a material, using a given type of breath attack.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| MATUTINAL&lt;br /&gt;
| &lt;br /&gt;
| Sets if the creature is active in dawn. &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| MAXAGE &lt;br /&gt;
| min:max &lt;br /&gt;
| Range of time in years in which death from old age may occur. Once a creature reaches the min value, it has a random chance each season of dying from old age. Unknown if the chance increases with further age.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| MEANDERER &lt;br /&gt;
|  &lt;br /&gt;
| Gives a creature random movement. &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| MEGABEAST &lt;br /&gt;
|  &lt;br /&gt;
| Appears on fortress territory in Fortress Mode occasionally. Can also be worshipped.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|MENT_ATT_CAP_PERC&lt;br /&gt;
|&lt;br /&gt;
*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;
| MENT_ATT_RANGE &lt;br /&gt;
|&lt;br /&gt;
*ATTRIBUTE&lt;br /&gt;
*lowest:lower:low:median:high:higher:highest &lt;br /&gt;
| Sets up a 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;
| MENT_ATT_RATES&lt;br /&gt;
| &lt;br /&gt;
*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;
| Mental attribute gain/decay rates. Defaults are 500:4:5:4.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| MILKABLE &lt;br /&gt;
| &lt;br /&gt;
* {{L|material token}}&lt;br /&gt;
* frequency&lt;br /&gt;
| Allows the creature to be milked. &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| MISCHIEVIOUS &lt;br /&gt;
|  &lt;br /&gt;
| Will pull any levers it comes across. Also makes creature spawn invisible and with several ranks in Ambusher. &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;
| MODVALUE&lt;br /&gt;
|  &lt;br /&gt;
| Seemingly no longer used - holdover from previous versions.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| MOUNT &lt;br /&gt;
|  &lt;br /&gt;
| Creature may be used as a mount.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| MOUNT_EXOTIC &lt;br /&gt;
|  &lt;br /&gt;
| You need the Dungeon master noble to mount the creature. &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| MULTIPLE_LITTER_RARE &lt;br /&gt;
|  &lt;br /&gt;
| Makes litters with more than one offspring rare. &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| MULTIPLY_VALUE &lt;br /&gt;
| &lt;br /&gt;
*Multiplier &lt;br /&gt;
| Multiplies value of materials.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| MUNDANE &lt;br /&gt;
|  &lt;br /&gt;
| Marks if the creature is an actual real-life creature. Only used for age-names at present, and determining whether a creature will attack creatures with the AT_PEACE_WITH_WILDLIFE token.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div align=&amp;quot;center&amp;quot;&amp;gt;&lt;br /&gt;
{{alphabetical TOC}}&lt;br /&gt;
&amp;lt;/div&amp;gt;&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;20%&amp;quot; | Arguments&lt;br /&gt;
! width=&amp;quot;60%&amp;quot; | Description&lt;br /&gt;
|- &lt;br /&gt;
| NAME &lt;br /&gt;
| singular:plural:adjective &lt;br /&gt;
| The generic name for any creature of this type - will be used when distinctions between caste are unimportant. For names for specific castes, use CASTE_NAME instead.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| NATURAL &lt;br /&gt;
|  &lt;br /&gt;
| Animal is considered to be natural.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| NATURAL_SKILL&lt;br /&gt;
| skill:value&lt;br /&gt;
| The creature possesses this skill at this level inherently. It begins with this skill at this level, and the skill may never rust below this level.  Requires CAN_LEARN or INTELLIGENT to function (changed in .25 or earlier that CAN_LEARN is no longer required).&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| NIGHT_CREATURE_BOGEYMAN&lt;br /&gt;
|&lt;br /&gt;
| Found on bogeymen. Creatures with this tag will join other bogeymen in attacking adventurers at night, and will also adopt their other behaviors, such as vanishing in smoke upon being killed. Setting the number of night creatures to zero in the world gen parameters will remove only the randomly-generated bogeymen.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| NIGHT_CREATURE_HUNTER&lt;br /&gt;
|&lt;br /&gt;
| If this creature has SPOUSE_CONVERTER, it will actively attempt to seek out potential conversion targets, abduct them, and convert them. Night creatures will seek out one SPOUSE_CONVERSION_TARGET &amp;lt;s&amp;gt;of the opposite sex&amp;lt;/s&amp;gt;(seems to choose anyone of any sex of the caste/s that have the CONVERTED_SPOUSE tag), convert them, and then have children with them(if possible). NIGHT_CREATURE_HUNTERs without SPOUSE_CONVERTER will not be placed. Setting the number of night creatures to zero in the world gen parameters will remove only the randomly-generated night creatures.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| NO_AUTUMN  &lt;br /&gt;
|  &lt;br /&gt;
| does not appear this season.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| NO_DIZZINESS &lt;br /&gt;
|  &lt;br /&gt;
| Creature cannot become dizzy&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| NO_DRINK &lt;br /&gt;
|  &lt;br /&gt;
| Creature does not need to drink. &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| NO_EAT &lt;br /&gt;
|  &lt;br /&gt;
| Creature does not need to eat. &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| NO_FEVERS &lt;br /&gt;
|  &lt;br /&gt;
| Creature cannot suffer fevers&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| NO_GENDER&lt;br /&gt;
|&lt;br /&gt;
| Creature has no gender.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| NO_SLEEP &lt;br /&gt;
|  &lt;br /&gt;
| Creature does not need to sleep. &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| NO_SPRING &lt;br /&gt;
|  &lt;br /&gt;
| does not appear this season.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| NO_SUMMER &lt;br /&gt;
|  &lt;br /&gt;
| does not appear this season.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| NO_THOUGHT_CENTER_FOR_MOVEMENT &lt;br /&gt;
|  &lt;br /&gt;
| Creatures doesn't require an organ with the [THOUGHT] tag to survive; generally used on creatures that don't have brains.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| NO_WINTER &lt;br /&gt;
|  &lt;br /&gt;
| does not appear this season.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| NOBONES &lt;br /&gt;
|  &lt;br /&gt;
| Creature has no bones.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| NOBREATHE &lt;br /&gt;
|  &lt;br /&gt;
| Creature doesn't need to breathe or have [BREATHE] parts in body. Cannot drown or be strangled. &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| NOCTURNAL &lt;br /&gt;
|  &lt;br /&gt;
| Sets if the creature is active in night. &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| NOEMOTION &lt;br /&gt;
|  &lt;br /&gt;
| The creature has no emotions, and does not rage.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| NOEXERT &lt;br /&gt;
|  &lt;br /&gt;
| Creature can't become tired or over-exerted. &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| NOFEAR &lt;br /&gt;
|  &lt;br /&gt;
| Creature doesn't feel fear and will never run away from battle. &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| NOMEAT &lt;br /&gt;
|  &lt;br /&gt;
| Creature will not drop meat on butcher. &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| NONAUSEA &lt;br /&gt;
|  &lt;br /&gt;
| Creature can't vomit.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| NOPAIN &lt;br /&gt;
|  &lt;br /&gt;
| Creature doesn't feel pain. &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| NOSKIN &lt;br /&gt;
|  &lt;br /&gt;
| Creature will not drop skin on butcher. &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| NOSKULL &lt;br /&gt;
|  &lt;br /&gt;
| Creature will not drop skull on butcher, rot, or decay of severed head. &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| NOSMELLYROT &lt;br /&gt;
|  &lt;br /&gt;
| Does not produce miasma when rotting&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| NOSTUCKINS &lt;br /&gt;
|  &lt;br /&gt;
| Weapons can't be stuck in creature. &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| NOSTUN &lt;br /&gt;
|  &lt;br /&gt;
| Creature can't be stunned. Creatures with this tag never wake up from sleep in Fortress Mode and stay drowsy. If this creature must eat and drink while playing, it WILL die.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| NOT_BUTCHERABLE &lt;br /&gt;
|  &lt;br /&gt;
| Cannot be butchered&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| NOTHOUGHT &lt;br /&gt;
|  &lt;br /&gt;
| Creature doesn't think, or doesn't require a [BRAIN] body part. &lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div align=&amp;quot;center&amp;quot;&amp;gt;&lt;br /&gt;
{{alphabetical TOC}}&lt;br /&gt;
&amp;lt;/div&amp;gt;&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;20%&amp;quot; | Arguments&lt;br /&gt;
! width=&amp;quot;60%&amp;quot; | Description&lt;br /&gt;
|- &lt;br /&gt;
| PACK_ANIMAL &lt;br /&gt;
|  &lt;br /&gt;
| Allows the creature to be used as a pack animal. Currently only used by merchants.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| PARALYZEIMMUNE &lt;br /&gt;
|  &lt;br /&gt;
| The creature is immune to all paralyzing special attacks.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| PATTERNFLIER&lt;br /&gt;
|  &lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| PEARL &lt;br /&gt;
|  &lt;br /&gt;
| Creature will generate pearls. &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| PENETRATEPOWER &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. Wood and cloth objects roll a 0-9 and if it's greater than the penetrate power, their contents escape for the time being. Other objects roll a 0-99. &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| PERSONALITY &lt;br /&gt;
| &lt;br /&gt;
*ATTRIBUTE&lt;br /&gt;
*lowest:median:highest &lt;br /&gt;
| Determines the range and chance of personality traits. Standard is 0:50:100. See [[DF2010:Personality_trait|Personality traits]] for more info.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| PET &lt;br /&gt;
|  &lt;br /&gt;
| Allows the creature to be tamed. Also allows all females of the species to breed regardless of marital status.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| PET_EXOTIC &lt;br /&gt;
|  &lt;br /&gt;
| You need a Dungeon master noble in your fortress for the creature to be tamable (but any Animal trainer can do the taming). &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| PETVALUE &lt;br /&gt;
| value &lt;br /&gt;
| How valuable a tamed animal/pet is. Actual cost in points in the embarking screen is (PETVALUE/2)+1 for an untrained animal, PETVALUE+1 for a trained(War or Hunting) one. Note that for an animal to be selectable in this screen, it must have the COMMON_DOMESTIC token. &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| PETVALUE_DIVISOR&lt;br /&gt;
| value&lt;br /&gt;
| Divides the creature's PETVALUE by the specified number. Used for bees to prevent a single hive from being worth a fortune.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|PHYS_ATT_CAP_PERC&lt;br /&gt;
|&lt;br /&gt;
*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;
| PHYS_ATT_RANGE &lt;br /&gt;
| &lt;br /&gt;
*ATTRIBUTE&lt;br /&gt;
*lowest:lower:low:median:high:higher:highest &lt;br /&gt;
| Sets up a 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;
| PHYS_ATT_RATES&lt;br /&gt;
| &lt;br /&gt;
*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;
| Physical attribute gain/decay rates. 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;
| PLUS_BP_GROUP&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 SET_BP_GROUP.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| PLUS_MATERIAL&lt;br /&gt;
| &lt;br /&gt;
*material&lt;br /&gt;
| Adds a material to selected materials. Used immediately after SELECT_MATERIAL.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| POP_RATIO &lt;br /&gt;
|  &lt;br /&gt;
| Weighted population of caste; Lower is rarer. Not to be confused with FREQUENCY.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| POPULATION_NUMBER &lt;br /&gt;
| min:max &lt;br /&gt;
| old guess: &amp;quot;The minimum/maximum numbers of how many of these creatures can show up on a map per year.&amp;quot;&amp;lt;br&amp;gt;Toady: &amp;quot;Pop number is the number per square of the region, I think.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| POWER&lt;br /&gt;
|&lt;br /&gt;
|Allows the being to represent itself as a deity. Requires CAN_SPEAK to actually do anything more than settle at a location.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| PREFSTRING &lt;br /&gt;
| string&lt;br /&gt;
| Sets what other creatures like about this creature. &amp;quot;Urist likes dwarves for their beards.&amp;quot; Multiple entries will be chosen from at random&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| PROFESSION_NAME &lt;br /&gt;
| &lt;br /&gt;
*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 CASTE_PROFESSION_NAME instead.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| PRONE_TO_RAGE&lt;br /&gt;
| number&lt;br /&gt;
| Untested effect, though it clearly affects how likely a creature is to become enraged. Number may be percentage chance of becoming enraged during combat.  As described in file_changes.txt, creatures with this token &amp;quot;follow its normal behavior, but flip out on occasion, higher rate = more flipping out&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| PUS&lt;br /&gt;
| &lt;br /&gt;
* {{L|material token}}&lt;br /&gt;
*matter state (LIQUID, GAS, SOLID) &lt;br /&gt;
| Specifies what the creature's wounds will ooze when infected.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div align=&amp;quot;center&amp;quot;&amp;gt;&lt;br /&gt;
{{alphabetical TOC}}&lt;br /&gt;
&amp;lt;/div&amp;gt;&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;20%&amp;quot; | Arguments&lt;br /&gt;
! width=&amp;quot;60%&amp;quot; | Description&lt;br /&gt;
|- &lt;br /&gt;
| RELSIZE &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;
| REMAINS&lt;br /&gt;
| singular:plural&lt;br /&gt;
| What creature's remains are called.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| REMAINS_COLOR&lt;br /&gt;
|&lt;br /&gt;
| What color creature's remains are.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| REMAINS_ON_VERMIN_BITE_DEATH&lt;br /&gt;
|&lt;br /&gt;
| Leaves remains when its attack causes it to die?  Seems to go with DIE_WHEN_VERMIN_BITE.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| REMAINS_UNDETERMINED&lt;br /&gt;
|&lt;br /&gt;
| Unknown.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| REMOVE_MATERIAL &lt;br /&gt;
| &lt;br /&gt;
*material token &lt;br /&gt;
| Removes a material from a creature.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| REMOVE_TISSUE&lt;br /&gt;
|&lt;br /&gt;
*material token&lt;br /&gt;
| Removes a tissue from a creature.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| RETURNS_VERMIN_KILLS_TO_OWNER&lt;br /&gt;
|&lt;br /&gt;
| Used with HUNTS_VERMIN, causes the creature to return killed vermin to its owner.&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div align=&amp;quot;center&amp;quot;&amp;gt;&lt;br /&gt;
{{alphabetical TOC}}&lt;br /&gt;
&amp;lt;/div&amp;gt;&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;20%&amp;quot; | Arguments&lt;br /&gt;
! width=&amp;quot;60%&amp;quot; | Description&lt;br /&gt;
|- &lt;br /&gt;
| SAVAGE &lt;br /&gt;
|  &lt;br /&gt;
| Allows creature to show up on (and limits it to) &amp;quot;savage&amp;quot; maps.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| SECRETION &lt;br /&gt;
| &lt;br /&gt;
* {{L|material token}}&lt;br /&gt;
*Material State&lt;br /&gt;
*location secreted from (by_type, by_category, by_token)&lt;br /&gt;
*body part &lt;br /&gt;
*tissue layer &lt;br /&gt;
| creates a secreted material on given tissue on a given part of the body.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| SELECT_ADDITIONAL_CASTE&lt;br /&gt;
| &lt;br /&gt;
*caste name&lt;br /&gt;
| adds an additional previously defined caste to the selection. Used immediately after SELECT_CASTE.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| SELECT_CASTE &lt;br /&gt;
| &lt;br /&gt;
*caste name, or ALL &lt;br /&gt;
| selects a previously defined caste&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| SELECT_MATERIAL &lt;br /&gt;
| &lt;br /&gt;
*Material token&lt;br /&gt;
| Selects a locally defined material. Can be ALL.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| SEMIMEGABEAST &lt;br /&gt;
| &lt;br /&gt;
| Appears as boss creature in quests. Makes history by rampaging around towns. Possibly inhabits non-mountain caves.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| SET_BP_GROUP &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;
| SET_TL_GROUP &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&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| SHEARABLE_TISSUE_LAYER&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 (a llama's wool must have a LENGTH of 300 before it is shearable).&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| SKILL_LEARN_RATE&lt;br /&gt;
| {{L|skill_token}}:percentage&lt;br /&gt;
| The rate at which this creature learns this skill.  Requires CAN_LEARN or INTELLIGENT to function.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| SKILL_LEARN_RATES&lt;br /&gt;
| percentage&lt;br /&gt;
| The rate at which this creature learns all skills.  Requires CAN_LEARN or INTELLIGENT to function.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| SKILL_RATE&lt;br /&gt;
| {{L|skill_token}}:percentage:value:value:value&lt;br /&gt;
| As SKILL_RATES for individual skills.  Requires CAN_LEARN or INTELLIGENT to function.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| SKILL_RATES&lt;br /&gt;
|  &lt;br /&gt;
*% of improvement points you get&lt;br /&gt;
*unused counter rate&lt;br /&gt;
*rust counter rate&lt;br /&gt;
*demotion counter rate&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].   [SLOW_LEARNER] changes the 100 to a 50.  Requires CAN_LEARN or INTELLIGENT to function.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| SKILL_RUST_RATE&lt;br /&gt;
| {{L|skill_token}}:value:value:value&lt;br /&gt;
| The rate at which this skill decays. Lower values cause the skill to decay faster.  Requires CAN_LEARN or INTELLIGENT to function.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| SKILL_RUST_RATES&lt;br /&gt;
| value:value:value&lt;br /&gt;
| The rate at which all skills decay. Lower values cause the skills to decay faster.  Requires CAN_LEARN or INTELLIGENT to function.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| SLOW_LEARNER &lt;br /&gt;
|  &lt;br /&gt;
| Similar to [CAN_LEARN], but slower; skills are gained at a fraction of the rate. Present in the entries for ogres and giants; can be applied to civ or player races. &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| SMALL_REMAINS &lt;br /&gt;
|  &lt;br /&gt;
| If a creature has this token, it'll leave &amp;quot;remains&amp;quot; instead of a corpse.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| SOLDIER_ALTTILE&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;
| SOUND&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;
&lt;br /&gt;
|-&lt;br /&gt;
| SPECIFIC_FOOD&lt;br /&gt;
|&lt;br /&gt;
* PLANT or CREATURE&lt;br /&gt;
* Plant/creature ID&lt;br /&gt;
| Indicates that the creature is only capable of eating a particular type of food.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| SPEECH &lt;br /&gt;
| speech file &lt;br /&gt;
| Boasting speeches relating to killing this creature. Examples include dwarf.txt and elf.txt in data\speech.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| SPEECH_FEMALE&lt;br /&gt;
| speech file &lt;br /&gt;
| Boasting speeches relating to killing females of this creature.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| SPEECH_MALE&lt;br /&gt;
| speech file &lt;br /&gt;
| Boasting speeches relating to killing males of this creature.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| SPEED &lt;br /&gt;
| value &lt;br /&gt;
| Sets the creatures' movement and work speed, 1000/[100 + SPEED X] is the resulting effect on creatures movement and work rates from default. See {{L|Speed}} for more information.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| SPHERE &lt;br /&gt;
| &lt;br /&gt;
*sphere name &lt;br /&gt;
| Sets what religious spheres the creature is aligned to, for purposes of being worshipped via the [POWER] token. Also affects the layout of hidden fun stuff, and the creature's name.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| SPOUSE_CONVERSION_TARGET&lt;br /&gt;
|&lt;br /&gt;
| This creature can be converted by a night creature with SPOUSE_CONVERTED.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| SPOUSE_CONVERTER&lt;br /&gt;
|&lt;br /&gt;
| Enables the creature to convert SPOUSE_CONVERSION_TARGETs into CONVERTED_SPOUSE castes of its species. The creature won't actually actively do this unless it also has NIGHT_CREATURE_HUNTER, however.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| SWIM_SPEED &lt;br /&gt;
| &lt;br /&gt;
*speed &lt;br /&gt;
| How fast the creature swims. Typically 2500 (0.38 times the default speed). &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| SWIMS_INNATE &lt;br /&gt;
|  &lt;br /&gt;
| The creature naturally knows how to swim, as opposed to [SWIMS_LEARNED] below. Currently, an AI bug prevents this from being useful on PC races in fortress mode. &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| SWIMS_LEARNED &lt;br /&gt;
|  &lt;br /&gt;
| The creature doesn't know how to swim unless it has learned the skill. Requires [CAN_LEARN], obviously. &lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div align=&amp;quot;center&amp;quot;&amp;gt;&lt;br /&gt;
{{alphabetical TOC}}&lt;br /&gt;
&amp;lt;/div&amp;gt;&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;20%&amp;quot; | Arguments&lt;br /&gt;
! width=&amp;quot;60%&amp;quot; | Description&lt;br /&gt;
|- &lt;br /&gt;
| TENDONS &lt;br /&gt;
| &lt;br /&gt;
* {{L|material token}}&lt;br /&gt;
*healing rate &lt;br /&gt;
| Defines the material and healing rate of tendons.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| THICKWEB &lt;br /&gt;
|  &lt;br /&gt;
| The creature's webs can catch larger creatures.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| TISSUE &lt;br /&gt;
| name &lt;br /&gt;
| Begins defining a tissue in the creature file.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| TITAN&lt;br /&gt;
|&lt;br /&gt;
| Found on {{L|titan}}s.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| TL_COLOR_MODIFIER &lt;br /&gt;
| COLOR:freq:COLOR:freq etc &lt;br /&gt;
| Creates a list of color patterns, giving each a frequency. &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| TLCM_GENETIC_MODEL&lt;br /&gt;
|&lt;br /&gt;
| tissue layer color modifier is passed to offspring genetically?&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| TLCM_IMPORTANCE&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;
| TLCM_NOUN &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&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| TLCM_TIMING &lt;br /&gt;
| &lt;br /&gt;
*ROOT&lt;br /&gt;
*start change window years:days:end change window years:days&lt;br /&gt;
| determines the point in the creature's life where the color change begins&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| TRADE_CAPACITY &lt;br /&gt;
|  &lt;br /&gt;
| How much the creature can carry when used by merchants. &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| TRAINABLE &lt;br /&gt;
|  &lt;br /&gt;
| Implies both [TRAINABLE_HUNTING] and [TRAINABLE_WAR].&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| TRAINABLE_HUNTING &lt;br /&gt;
|  &lt;br /&gt;
| Can be trained as hunting beasts by way of kennels.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| TRAINABLE_WAR &lt;br /&gt;
|  &lt;br /&gt;
| Can be trained as war beasts by way of kennels.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| TRANCES &lt;br /&gt;
|  &lt;br /&gt;
| Allows the creature to go into martial trances.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| TRAPAVOID &lt;br /&gt;
|  &lt;br /&gt;
| The creature is immune to traps. Probably every procedurally generated megabeast has this.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| TRIGGERABLE_GROUP &lt;br /&gt;
| min:max &lt;br /&gt;
| A large swarm of vermin can be disturbed, usually in Adventure mode.{{verify}}&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| TSU_NOUN &lt;br /&gt;
| &lt;br /&gt;
*noun&lt;br /&gt;
*SINGULAR or PLURAL &lt;br /&gt;
| Noun for the TISSUE_STYLE_UNIT, used in the description of the tissue layer's style.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div align=&amp;quot;center&amp;quot;&amp;gt;&lt;br /&gt;
{{alphabetical TOC}}&lt;br /&gt;
&amp;lt;/div&amp;gt;&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;20%&amp;quot; | Arguments&lt;br /&gt;
! width=&amp;quot;60%&amp;quot; | Description&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| UBIQUITOUS&lt;br /&gt;
|&lt;br /&gt;
| Creature will occur in every region with the correct biome.  Does not apply to evil/good tags.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| UNDERGROUND_DEPTH &lt;br /&gt;
|&lt;br /&gt;
*mindepth&lt;br /&gt;
*maxdepth &lt;br /&gt;
| Depth the creature appears underground. Numbers can be from 1 to 5. Only magma creatures use 4 or 5 in the default raws. A single argument may be used instead of min and max.  Dwarven civilizations will only export (via the embark screen or caravans) things that available at depth 1.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| UNDERSWIM &lt;br /&gt;
|  &lt;br /&gt;
| Creature swims under the water and can't be seen.{{verify}}&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| UNIQUE_DEMON&lt;br /&gt;
|  &lt;br /&gt;
| Typically found on generated {{L|demon}}s; causes the game to create a single named instance of the demon which will emerge from the underworld and take over civilizations during worldgen. Cannot be used for modder-defined creatures.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| USE_CASTE&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;
&lt;br /&gt;
|-&lt;br /&gt;
| USE_MATERIAL&lt;br /&gt;
|&lt;br /&gt;
*new material token&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 material. Old material id accepts any valid material id, including INORGANIC:X, CREATURE_MAT:C:X, LOCAL_CREATURE_MAT:X, and others (where X is a material id from that set, and C is a valid creature id).{{verify}}&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| USE_MATERIAL_TEMPLATE &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.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| USE_TISSUE&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;
| USE_TISSUE_TEMPLATE &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;
| UTTERANCES &lt;br /&gt;
|  &lt;br /&gt;
| Changes the language of the creature into an unintelligible mess.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div align=&amp;quot;center&amp;quot;&amp;gt;&lt;br /&gt;
{{alphabetical TOC}}&lt;br /&gt;
&amp;lt;/div&amp;gt;&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;20%&amp;quot; | Arguments&lt;br /&gt;
! width=&amp;quot;60%&amp;quot; | Description&lt;br /&gt;
|- &lt;br /&gt;
| VEGETATION &lt;br /&gt;
|  &lt;br /&gt;
| unknown&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| VERMIN_BITE &lt;br /&gt;
| &lt;br /&gt;
*chance of occurance{{verify}}&lt;br /&gt;
*verb (bitten, stung, etc)&lt;br /&gt;
* {{L|material token}}&lt;br /&gt;
| Vermin bites, and injects something.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| VERMIN_EATER&lt;br /&gt;
|&lt;br /&gt;
| The vermin creature will attempt to eat exposed food. See PENETRATEPOWER. Distict from VERMIN_ROTTER.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| VERMIN_FISH &lt;br /&gt;
|  &lt;br /&gt;
| The vermin appears in water and will attempt to swim around.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| VERMIN_GROUNDER &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;
| VERMIN_HATEABLE &lt;br /&gt;
|&lt;br /&gt;
| Some dwarves will hate the creature and get unhappy thoughts when around it. &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| VERMIN_MICRO &lt;br /&gt;
|  &lt;br /&gt;
| This makes the creature move in a swarm of creatures of the same race as it. I.E. Swarm of flies, swarm of ants, etc. &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| VERMIN_NOFISH &lt;br /&gt;
|  &lt;br /&gt;
| The creature cannot be caught by fishing. &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| VERMIN_NOROAM &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;
| VERMIN_NOTRAP &lt;br /&gt;
|  &lt;br /&gt;
| The creature cannot be caught in baited animal traps; however, a &amp;quot;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;
| VERMIN_ROTTER &lt;br /&gt;
|  &lt;br /&gt;
| Present on flies, knuckle worms, acorn flies, and blood gnats. Probably means either the creature is attracted to rot, the creature speeds rotting, or both.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| VERMIN_SOIL &lt;br /&gt;
|  &lt;br /&gt;
| The creature randomly appears near dirt or mud.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| VERMIN_SOIL_COLONY &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;
| VERMINHUNTER &lt;br /&gt;
|  &lt;br /&gt;
| Implies AT_PEACE_WITH_WILDLIFE, RETURNS_VERMIN_KILLS_TO_OWNER, HUNTS_VERMIN, and ADOPTS_OWNER.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| VESPERTINE &lt;br /&gt;
|  &lt;br /&gt;
| Sets if the creature is active in evening.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| VIEWRANGE&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;
&amp;lt;div align=&amp;quot;center&amp;quot;&amp;gt;&lt;br /&gt;
{{alphabetical TOC}}&lt;br /&gt;
&amp;lt;/div&amp;gt;&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;20%&amp;quot; | Arguments&lt;br /&gt;
! width=&amp;quot;60%&amp;quot; | Description&lt;br /&gt;
|- &lt;br /&gt;
| WAGON_PULLER &lt;br /&gt;
|  &lt;br /&gt;
| Allows the creature to pull caravan wagons. &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| WEBBER &lt;br /&gt;
| &lt;br /&gt;
* {{L|material token}}&lt;br /&gt;
| Allows the creature to create webs, and defines what the webs are made of.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| WEBIMMUNE &lt;br /&gt;
|  &lt;br /&gt;
| The creature will not get caught in thick webs.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Attack Tokens==&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;20%&amp;quot; | Arguments&lt;br /&gt;
! width=&amp;quot;60%&amp;quot; | Description&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| ATTACK_SKILL &lt;br /&gt;
| &lt;br /&gt;
*skill used ({{L|Skill token}})&lt;br /&gt;
| defines the attack skill used&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| ATTACK_VERB &lt;br /&gt;
| 2nd person:3rd person &lt;br /&gt;
| descriptive text for the attack&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| ATTACK_CONTACT_PERC &lt;br /&gt;
| &lt;br /&gt;
*% value &lt;br /&gt;
| amount of available tissue used in attack&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| ATTACK_PENETRATION_PERC &lt;br /&gt;
| &lt;br /&gt;
*% value &lt;br /&gt;
| probably amount of material that makes contact when penetration is done&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| ATTACK_PRIORITY &lt;br /&gt;
| &lt;br /&gt;
*MAIN or SECOND &lt;br /&gt;
| use of the attack in combat. Secondary attacks are only used if main attacks are impossible.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| ATTACK_VELOCITY_MODIFIER&lt;br /&gt;
| number&lt;br /&gt;
| Modifies the attack velocity.  Believed to be percent based (so 100 would be &amp;quot;normal&amp;quot;).  May be on same scale as weapon velocity (where 1000 is &amp;quot;normal&amp;quot;).&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| ATTACK_FLAG_CANLATCH &lt;br /&gt;
|  &lt;br /&gt;
| Enables an attacker to occasionally latch on with the bodypart used by an attack when an attack with this flag in its definition is made.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| ATTACK_FLAG_WITH &lt;br /&gt;
|  &lt;br /&gt;
| In adventure mode, displays the name of the body part used by an attack when announcing the attack.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| ATTACK_FLAG_EDGE &lt;br /&gt;
|  &lt;br /&gt;
| attack type&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| SPECIALATTACK_INJECT_EXTRACT &lt;br /&gt;
| &lt;br /&gt;
* {{L|material token}}&lt;br /&gt;
*state (SOLID, LIQUID, GAS)&lt;br /&gt;
*min:max&lt;br /&gt;
| attack type addition that injects a material into the victim.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| SPECIALATTACK_SUCK_BLOOD&lt;br /&gt;
| min:max&lt;br /&gt;
| Successful attack draws out an amount of blood randomized between the min and max value.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Important Related Tokens==&lt;br /&gt;
These next groups of tokens include several tokens that are not technically classified as creature tokens in string dump, but bear mentioning in this as they are used frequently in creature raws. (Some regular creature tokens may also be reprinted for the sake of ease of navigation)&lt;br /&gt;
&lt;br /&gt;
===Tissue Modification===&lt;br /&gt;
This next group of tokens deals setting and modifying tissue properties. (See also {{L|Tissue definition token}})&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;20%&amp;quot; | Arguments&lt;br /&gt;
! width=&amp;quot;60%&amp;quot; | Description&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| INSULATION&lt;br /&gt;
| &lt;br /&gt;
*value&lt;br /&gt;
| Tissue supplies the creature with heat insulation. Higher values result in more insulation.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| PLUS_TISSUE_LAYER &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 a tissue to those selected&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| PLUS_TL_GROUP &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;
| continues a selection of tissue layers&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| SELECT_TISSUE&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;
| SELECT_TISSUE_LAYER &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;
| Selects a tissue layer for descriptor and cosmetic purposes.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| SET_LAYER_TISSUE&lt;br /&gt;
|&lt;br /&gt;
| Sets a tissue layer to be made of a different tissue.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| TISSUE_LAYER &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;
| TISSUE_LAYER_OVER&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;
| Presumably a counterpart to TISSUE_LAYER_UNDER (see below).&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| TISSUE_LAYER_UNDER &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 Iron Man &lt;br /&gt;
       [TISSUE:GAS]&lt;br /&gt;
[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;
| TISSUE_LAYER_APPEARANCE_MODIFIER &lt;br /&gt;
| &lt;br /&gt;
*QUALITY&lt;br /&gt;
*lowest:lower:low:median:high:higher: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;
| TISSUE_LEAKS&lt;br /&gt;
|&lt;br /&gt;
| The selected tissue leaks out of the creature when the layers above it are pierced. As per an iron man's internal poison gas.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| TISSUE_MATERIAL&lt;br /&gt;
| &lt;br /&gt;
*VALUE (material)&lt;br /&gt;
*MATERIAL (material subtype)&lt;br /&gt;
| Defines the tissue material. VALUE can be LOCAL_CREATURE_MAT, INORGANIC etc. MATERIAL is a subtype of the material, e.g. [TISSUE_MATERIAL:INORGANIC:BRONZE]&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| TISSUE_STYLE_UNIT &lt;br /&gt;
| &lt;br /&gt;
*tissue&lt;br /&gt;
*shaping &lt;br /&gt;
| sets tissue to be in a certain shape, mostly used with tissues HAIR, BEARD, MOUSTACHE, SIDEBURNS.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| TL_COLOR_MODIFIER &lt;br /&gt;
| COLOR:freq:COLOR:freq etc &lt;br /&gt;
| Creates a list of color patterns, giving each a frequency. &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| TL_CONNECTS&lt;br /&gt;
|&lt;br /&gt;
| Presumably gives the CONNECTS attribute to selected layers.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| TL_HEALING_RATE&lt;br /&gt;
|&lt;br /&gt;
| Presumably changes the HEALING_RATE of the selected tissue layers.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| TL_MAJOR_ARTERIES&lt;br /&gt;
|&lt;br /&gt;
| Gives Major Artery attribute to selected layers.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| TL_PAIN_RECEPTORS&lt;br /&gt;
|&lt;br /&gt;
| Seems to set new number of pain receptors for selected tissue layers.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| TL_RELATIVE_THICKNESS&lt;br /&gt;
|&lt;br /&gt;
| Seems to set new relative thickness for selected tissue layers.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| TL_VASCULAR&lt;br /&gt;
|&lt;br /&gt;
| Seems to set new a 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;
*{{L|Body detail plan token}}&lt;br /&gt;
*{{L|Body token}}&lt;br /&gt;
*{{L|Material definition token}}&lt;br /&gt;
*{{L|Syndrome}}&lt;br /&gt;
*{{L|Tissue definition token}}&lt;br /&gt;
&lt;br /&gt;
{{Category|Modding}}&lt;br /&gt;
{{Category|Tokens}}&lt;/div&gt;</summary>
		<author><name>I2amroy</name></author>
	</entry>
	<entry>
		<id>https://dwarffortresswiki.org/index.php?title=v0.34:Goblinite&amp;diff=151712</id>
		<title>v0.34:Goblinite</title>
		<link rel="alternate" type="text/html" href="https://dwarffortresswiki.org/index.php?title=v0.34:Goblinite&amp;diff=151712"/>
		<updated>2011-07-25T06:02:05Z</updated>

		<summary type="html">&lt;p&gt;I2amroy: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{D for Dwarf}}&lt;br /&gt;
'''Goblinite''' is an important ore of [[iron]] (and sometimes [[copper]], [[bronze]], and [[silver]], depending on your version). Unlike other ores, goblinite is not restricted to any particular layer, though it is most often found on or near the surface. It occurs in [[Thief|small clusters]], which can sometimes be dealt with by a solitary dwarf with a [[pick]], and [[Ambush|veins]] and [[Siege|large clusters]] which require greater effort to yield. The discovery of a large vein of goblinite is cause for celebration, a holiday known as [[Goblin christmas]].&lt;br /&gt;
&lt;br /&gt;
Once the [[Combat|mining]] is complete, the goblinite can be [[Forbid|unforbidden]] and your dwarfs can carry it off to the [[stockpile]]. To yield the precious metal, each piece of ore must be designated for [[melt]]ing and processed at a [[smelter]]; the yield is typically less than that of normal ores of iron and copper, but can be an important resource in a particularly metal-poor location ([[glacier]], [[desert]], etc.) provided you have sufficient [[fuel]]. Many [[caravans]] prize raw goblinite, along with its attendant wrappings.&lt;br /&gt;
&lt;br /&gt;
As of the current version dwarves and goblins have the same adult body size, therefore allowing goblinite to be quipped directly without melting and reforging as an early or cheap source of low quality armor for a fortress.&lt;/div&gt;</summary>
		<author><name>I2amroy</name></author>
	</entry>
	<entry>
		<id>https://dwarffortresswiki.org/index.php?title=v0.31:Creature_token&amp;diff=82828</id>
		<title>v0.31:Creature token</title>
		<link rel="alternate" type="text/html" href="https://dwarffortresswiki.org/index.php?title=v0.31:Creature_token&amp;diff=82828"/>
		<updated>2010-04-04T17:05:31Z</updated>

		<summary type="html">&lt;p&gt;I2amroy: /* V */ removed duplicate tag&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Tentative at best in some cases. Legacy stuff unlisted.&lt;br /&gt;
&lt;br /&gt;
__NOTOC__&lt;br /&gt;
&lt;br /&gt;
=Tokens=&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;20%&amp;quot; | Arguments&lt;br /&gt;
! width=&amp;quot;60%&amp;quot; | Description&lt;br /&gt;
|- &lt;br /&gt;
| ALCOHOL_DEPENDENT &lt;br /&gt;
|  &lt;br /&gt;
| Creature needs alcohol to get through the working day.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| ALL_ACTIVE &lt;br /&gt;
|  &lt;br /&gt;
| Sets if the creature is active in day, night, and twilight. Seems to be a separate value from DIURNAL/NOCTURNAL/CREPUSCULAR, rather than implying them. &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| ALTTILE &lt;br /&gt;
|  &lt;br /&gt;
| If set, the creature will blink between its [TILE] and its [ALTTILE]. &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| AMBUSHPREDATOR &lt;br /&gt;
|  &lt;br /&gt;
| Makes the creature start out hidden. Used by giant cave spiders. May make webs hidden too&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| AMPHIBIOUS &lt;br /&gt;
|  &lt;br /&gt;
| Allows a creature to breathe with or without water. &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| APP_MOD_NOUN &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;
| APP_MOD_RATE &lt;br /&gt;
| &lt;br /&gt;
*Rate (integer)&lt;br /&gt;
*Scale (DAILY,  YEARLY)&lt;br /&gt;
*min:max  of growth&lt;br /&gt;
*start year:end year &lt;br /&gt;
| setting the growth rate of the modifier&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| APPLY_CREATURE_VARIATION &lt;br /&gt;
| &lt;br /&gt;
*CV TEMPLATE NAME &lt;br /&gt;
| Loads the CV Template specified.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| APPLY_CURRENT_CREATURE_VARIATION &lt;br /&gt;
|  &lt;br /&gt;
| Applies loaded CV&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| AQUATIC &lt;br /&gt;
|  &lt;br /&gt;
| Allows a creature to breathe underwater, but causes it to &amp;quot;drown&amp;quot; out of water. &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| ARENA_RESTRICTED &lt;br /&gt;
|  &lt;br /&gt;
| Does not appear in arena mode list&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| ATTACK &lt;br /&gt;
| &lt;br /&gt;
*token&lt;br /&gt;
*bodypart&lt;br /&gt;
*selection criteria&lt;br /&gt;
*location &lt;br /&gt;
| Defines the attack name, and the body part used.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| ATTACK_CONTACT_PERC &lt;br /&gt;
| &lt;br /&gt;
*% value &lt;br /&gt;
| amount of available tissue used in attack&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| ATTACK_FLAG_CANLATCH &lt;br /&gt;
|  &lt;br /&gt;
| amount of material that makes contact when attack is made.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| ATTACK_FLAG_EDGE &lt;br /&gt;
|  &lt;br /&gt;
| attack type&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| ATTACK_FLAG_WITH &lt;br /&gt;
|  &lt;br /&gt;
| attack type&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| ATTACK_PENETRATION_PERC &lt;br /&gt;
| &lt;br /&gt;
*% value &lt;br /&gt;
| probably amount of material that makes contact when penetration is done&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| ATTACK_PRIORITY &lt;br /&gt;
| &lt;br /&gt;
*MAIN or SECOND &lt;br /&gt;
| use of the attack in combat. Second attacks only used if main impossible.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| ATTACK_SKILL &lt;br /&gt;
| &lt;br /&gt;
*skill used &lt;br /&gt;
| defines the attack skill used&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| ATTACK_TRIGGER &lt;br /&gt;
| min:median:max &lt;br /&gt;
| Probably stages when a dragon will attack a site&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| ATTACK_VERB &lt;br /&gt;
| 2nd person:3rd person &lt;br /&gt;
| descriptive text for the attack&lt;br /&gt;
&lt;br /&gt;
|}&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;20%&amp;quot; | Arguments&lt;br /&gt;
! width=&amp;quot;60%&amp;quot; | Description&lt;br /&gt;
|- &lt;br /&gt;
| BABY &lt;br /&gt;
| integer &lt;br /&gt;
| age at which creature is considered a child&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| BABYNAME &lt;br /&gt;
| singular:plural &lt;br /&gt;
| name at caste level&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| BEACH_FREQUENCY &lt;br /&gt;
|  &lt;br /&gt;
| Whales and jellyfish have this. Controls the beaching frequency of the creature. &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| BENIGN &lt;br /&gt;
|  &lt;br /&gt;
| Determines whether creature can show up on &amp;quot;tame&amp;quot; maps (includes elephants), which will generally avoid dwarves, although they may chase and/or attack them if they get too close). &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| BIOME &lt;br /&gt;
| &lt;br /&gt;
*BIOME &lt;br /&gt;
| Select Biomes the creature may appear in&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| BLOOD, PUS, OTHER MATERIAL state definition &lt;br /&gt;
| &lt;br /&gt;
*selection criteria. Often LOCAL_CREATURE_MAT, although other selection criteria may work too.&lt;br /&gt;
*selected material&lt;br /&gt;
*matter state (LIQUID, GAS, ALL_SOLID) | Controls bleeding behaviour&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| BODY &lt;br /&gt;
| body parts &lt;br /&gt;
| Draws body parts from OBJECT:BODY files (such as body_default.txt)&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| BODY_APPEARANCE_MODIFIER &lt;br /&gt;
| &lt;br /&gt;
*ATTRIBUTE&lt;br /&gt;
*lowest:lower:low:median:high:higher:highest | These body modifiers give individual dwarves 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;
&lt;br /&gt;
|- &lt;br /&gt;
| BODY_DETAIL_PLAN &lt;br /&gt;
| PlanName, PlanName:type:type:type:etc &lt;br /&gt;
| loads a plan 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;
&lt;br /&gt;
|- &lt;br /&gt;
| BODY_SIZE_PLAN &lt;br /&gt;
| years:days:size &lt;br /&gt;
| sets up size at a given time&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| BODYGLOSS &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;
| BONECARN &lt;br /&gt;
|  &lt;br /&gt;
| Creature 'eats' bones. Eating bones makes their happiness go up, but can cause death (suffocation). This tag implies CARNIVORE. &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| BP_APPEARANCE_MODIFIER &lt;br /&gt;
| &lt;br /&gt;
*QUALITY&lt;br /&gt;
*lowest:lower:low:median:high:higher: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;
| BUILDINGDESTROYER &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 b + C commands. &lt;br /&gt;
|}&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;20%&amp;quot; | Arguments&lt;br /&gt;
! width=&amp;quot;60%&amp;quot; | Description&lt;br /&gt;
|- &lt;br /&gt;
| CAN_LEARN &lt;br /&gt;
|  &lt;br /&gt;
| CAN_LEARN &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| CAN_SPEAK &lt;br /&gt;
|  &lt;br /&gt;
| Can talk. Note that it is not necessary for a creature to gain social skills. &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| CANNOT_UNDEAD &lt;br /&gt;
|  &lt;br /&gt;
| Cannot be turned into a zombie or skeletal undead&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| CANOPENDOORS &lt;br /&gt;
|  &lt;br /&gt;
| Allows the creature to open doors. &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| CARNIVORE &lt;br /&gt;
|  &lt;br /&gt;
| Creature eats meat&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| CASTE &lt;br /&gt;
| &lt;br /&gt;
*name &lt;br /&gt;
| defines a caste&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| CASTE_NAME &lt;br /&gt;
| singular:plural:adjective &lt;br /&gt;
| The name of the caste of the creature in the game.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| CAVE_ADAPT &lt;br /&gt;
|  &lt;br /&gt;
| Gives the creature a bonus in caves. Also causes Cave adaptation. &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| CE_X &lt;br /&gt;
| &lt;br /&gt;
*SEV:&amp;lt;value(1-100)&amp;gt;  (severity)&lt;br /&gt;
*PROB:&amp;lt;value(1-100)&amp;gt; (probability)&lt;br /&gt;
*RESISTABLE (optional) allows resistance&lt;br /&gt;
*SIZE_DILUTES (optional) lessens effect based on size &lt;br /&gt;
Place effected:&lt;br /&gt;
*LOCALIZED (optional)&lt;br /&gt;
*VASCULAR_ONLY (optional)&lt;br /&gt;
*BP:(select BY_CATEGORY, BY_TYPE, or BY_TOKEN):category, type or token:tissues affected (specific or ALL) (optional)&lt;br /&gt;
Timeline:&lt;br /&gt;
*Start:Time at which effect starts&lt;br /&gt;
*Peak:Time at which effect peaks&lt;br /&gt;
*End:Time at which effect ends. &lt;br /&gt;
| specifies the aspects of the Creature Effect in Syndromes. This includes the severity of the effect, the likelihood of it taking effect, whether it is resistable, and if the size of a creature effects it, where the creture is effected and the timeline of the effect. CEs include: CE_FEVER, CE_NAUSEA, CE_DIZZINESS, CE_SWELLING, CE_OOZING, CE_BRUISING, CE_BLEEDING, CE_NECROSIS, CE_DROWSINESS, CE_PAIN, CE_BLISTERS, CE_COUGH_BLOOD&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| CHILD &lt;br /&gt;
| integer &lt;br /&gt;
| age at which creature is considered an adult&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| CHILD_BODYPART_GROUP &lt;br /&gt;
| &lt;br /&gt;
*master selection, BY_CATEGORY, BY_TYPE, BY_TOKEN.&lt;br /&gt;
*master location&lt;br /&gt;
*specific selection, BY_CATEGORY, BY_TYPE, BY_TOKEN.&lt;br /&gt;
*specific location &lt;br /&gt;
| selects all parts of a group to be used.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| CHILDNAME &lt;br /&gt;
| singular:plural &lt;br /&gt;
| name at caste level&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| CLUSTER_NUMBER &lt;br /&gt;
| min:max&lt;br /&gt;
| The minimum/maximum numbers of how many creatures per spawned cluster. Certain vermin fish use this token in combination with temperate ocean and river biome tokens to perform seasonal migrations.&lt;br /&gt;
e.g. [CLUSTER_NUMBER:1:3] &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| COLDDAM_POINT &lt;br /&gt;
| value &lt;br /&gt;
| The minimum temperature limit before the creature starts taking damage from freezing. &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| COLOR &lt;br /&gt;
| foreground:background:brightness &lt;br /&gt;
| Color  of the creature's tile. &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| COMMON_DOMESTIC &lt;br /&gt;
|  &lt;br /&gt;
| Allows the creature to be brought with immigrants and when creating a new fortress, as long as the creature also includes at least one of the following tokens: PET, PACK_ANIMAL, WAGON_PULLER, MOUNT &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| COOKABLE_LIVE &lt;br /&gt;
|  &lt;br /&gt;
| Set this to allow the creature to be cooked in meals without first being cleaned.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| COPY_TAGS_FROM &lt;br /&gt;
| &lt;br /&gt;
*CREATURE NAME&lt;br /&gt;
| Copies tags from another specified creature.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| CREATURE &lt;br /&gt;
| name &lt;br /&gt;
| What the game looks for when generating creatures.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| CREATURE_CLASS &lt;br /&gt;
|  Classname | Creature class. Can be anything, but only existing use is GENERAL_POISON. Appears to only be used for Syndromes.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| CREATURE_TILE &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;
| CREPUSCULAR &lt;br /&gt;
|  &lt;br /&gt;
| Sets if the creature is active in twilight. This tag functions as a combination of the two tags VEPERTINE and MATUTINAL. &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| CURIOUSBEAST_EATER &lt;br /&gt;
|  &lt;br /&gt;
| Allows a creature to steal and eat edible items from you. &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| CURIOUSBEAST_GUZZLER &lt;br /&gt;
|  &lt;br /&gt;
| Allows a creature to (very quickly) drink your alcohol. Also affects undead versions of the creature. &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| CURIOUSBEAST_ITEM &lt;br /&gt;
|  &lt;br /&gt;
| Allows a creature to steal things (apparently the highest value it can find). &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| CV_ADD_TAG &lt;br /&gt;
| &lt;br /&gt;
*TAG NAME &lt;br /&gt;
| Adds a tag&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| CV_REMOVE_TAG &lt;br /&gt;
| &lt;br /&gt;
*TAG NAME &lt;br /&gt;
| removes a tag&lt;br /&gt;
|}&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;20%&amp;quot; | Arguments&lt;br /&gt;
! width=&amp;quot;60%&amp;quot; | Description&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| DESCRIPTION &lt;br /&gt;
| text &lt;br /&gt;
| A brief description of the creature type.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| DIFFICULTY &lt;br /&gt;
| integer &lt;br /&gt;
| Toady: &amp;quot;Difficulty determines how deep it places them in adventure mode/reclaim caves, and the chance that they are wounded the first few river attacks.&amp;quot; Also increases experience gain during adventure mode. &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| DIURNAL &lt;br /&gt;
|  &lt;br /&gt;
| Sets if the creature is active in day. &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| DOES_NOT_EXIST &lt;br /&gt;
|  &lt;br /&gt;
| Creature does not actually exist&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| DRAGONFIREBREATH &lt;br /&gt;
|  &lt;br /&gt;
| Creature breathes fire in a cone. &lt;br /&gt;
|}&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;20%&amp;quot; | Arguments&lt;br /&gt;
! width=&amp;quot;60%&amp;quot; | Description&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| EQUIPMENT_WAGON &lt;br /&gt;
|  &lt;br /&gt;
| Implies two unknown flags, NOSTUN, NONAUSEA, NOBLEED, NOEMOTION, NOSTUCKINS, SEVERONBREAKS, NOSKULL, NOSKIN, NOBONES, NOMEAT, PARALYZEIMMUNE, NOFEAR, NOSMELLYROT, NOTHOUGHT, NO_GENDER. &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| EQUIPS &lt;br /&gt;
|  &lt;br /&gt;
| Allows the creature to wear or wield items.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| EVIL &lt;br /&gt;
|  &lt;br /&gt;
| Determines whether creature can show up on &amp;quot;evil&amp;quot; maps&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| EXTRAVISION &lt;br /&gt;
|  &lt;br /&gt;
| Creature can see regardless of whether it has working eyes. &lt;br /&gt;
|}&lt;br /&gt;
&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;20%&amp;quot; | Arguments&lt;br /&gt;
! width=&amp;quot;60%&amp;quot; | Description&lt;br /&gt;
|- &lt;br /&gt;
| FANCIFUL &lt;br /&gt;
|  &lt;br /&gt;
| Makes every civilization know about the creature. The creature won't occur in regular material preference lists. The tag also adds some art value modifiers. Used for things like dragons and other legendary creatures. &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| FEMALE &lt;br /&gt;
|  &lt;br /&gt;
| all female&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| FIREBREATH &lt;br /&gt;
|  &lt;br /&gt;
| The creature breathes fire projectiles (as opposed to DRAGONFIREBREATH, which is in a cone).&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| FIREIMMUNE &lt;br /&gt;
|  &lt;br /&gt;
| As of the current versionv0.28.181.40d, the FIREIMMUNE token has no effect on a creature's resistance to flame or heat. However, it does affect ability to swim in magma in adventure mode, as well as display of &amp;quot;You are caught in a pool of magma!&amp;quot; warning messages. &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| FIREIMMUNE_SUPER &lt;br /&gt;
|  &lt;br /&gt;
| The creature is immune to DRAGONFIREBREATH. AI acts as if FIREIMMUNE. May or may not imply FIREIMMUNE. &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| FISHITEM &lt;br /&gt;
|  &lt;br /&gt;
| Needs to be cleaned at a fishery&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| FIXED_TEMP &lt;br /&gt;
| temperature &lt;br /&gt;
| The natural heat generated by the creature.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| FLEEQUICK &lt;br /&gt;
|  &lt;br /&gt;
| Determines how soon a creature flees in a losing battle. &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| FLIER &lt;br /&gt;
|  &lt;br /&gt;
| Allows a creature to fly. Currently, an AI bug prevents this from being useful on PC races in fortress mode. &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| FREQUENCY &lt;br /&gt;
|  &lt;br /&gt;
| Determines the time between creature spawns in Fortress Mode. Higher is more occurrences per time unitVerify. Creatures without a frequency statement appear to be on the map at all times. Almost all others have either [FREQUENCY:5] or [FREQUENCY:100]. &amp;quot;High frequency means you get more when the number is high, so 100 would be the most common. If you don't enter a number, it uses 50.&amp;quot; &lt;br /&gt;
|}&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;20%&amp;quot; | Arguments&lt;br /&gt;
! width=&amp;quot;60%&amp;quot; | Description&lt;br /&gt;
|- &lt;br /&gt;
| GENERAL_BABY_NAME &lt;br /&gt;
| singular:plural &lt;br /&gt;
| name at creature level&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| GENERAL_CHILD_NAME &lt;br /&gt;
| singular:plural &lt;br /&gt;
| name at creature level&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| GETS_INFECTIONS_FROM_ROT &lt;br /&gt;
|  &lt;br /&gt;
| can be infected by rot&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| GETS_WOUND_INFECTIONS &lt;br /&gt;
|  &lt;br /&gt;
| can be infected from wounds&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| GLOWCOLOR &lt;br /&gt;
| &lt;br /&gt;
*foreground&lt;br /&gt;
*background&lt;br /&gt;
*brightness &lt;br /&gt;
| The colour of the GLOWTILE of the creature &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| GLOWTILE &lt;br /&gt;
| ascii character &lt;br /&gt;
| If present, the being glows in the dark (generally used for Adventure 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. &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| GNAWER &lt;br /&gt;
| verb (gnawed) &lt;br /&gt;
| The creature chews on food storage containers. &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| GO_TO_END &lt;br /&gt;
|  &lt;br /&gt;
| uncertain use, definitely refers to Creature Variants template&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| GO_TO_START &lt;br /&gt;
|  &lt;br /&gt;
| uncertain use, definitely refers to Creature Variants template&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| GOOD &lt;br /&gt;
|  &lt;br /&gt;
| Determines whether creature can show up on &amp;quot;good&amp;quot; maps&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| GRASSTRAMPLE &lt;br /&gt;
| value &lt;br /&gt;
| Determines the percentage chance of trampling and killing grass when a creature steps on it. Set [GRASSTRAMPLE:0] to make grass never trampled by the creature.&lt;br /&gt;
|}&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;20%&amp;quot; | Arguments&lt;br /&gt;
! width=&amp;quot;60%&amp;quot; | Description&lt;br /&gt;
|- &lt;br /&gt;
| HAS_NERVES &lt;br /&gt;
|  &lt;br /&gt;
| This makes the creature susceptible to severed nerves when muscles are torn in limb, grasp and stance parts.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| HEATDAM_POINT &lt;br /&gt;
| value &lt;br /&gt;
| The maximum temperature limit before the creature will start recieving damage from heat.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| HOMEOTHERM &lt;br /&gt;
|  &lt;br /&gt;
| Default 'NONE'. The creature's normal body temperature&lt;br /&gt;
|}&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;20%&amp;quot; | Arguments&lt;br /&gt;
! width=&amp;quot;60%&amp;quot; | Description&lt;br /&gt;
|- &lt;br /&gt;
| IF_EXISTS_SET_BOILING_POINT &lt;br /&gt;
| value &lt;br /&gt;
| The temperature at which the creature boils into goo.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| IF_EXISTS_SET_MELTING_POINT &lt;br /&gt;
| value &lt;br /&gt;
| The temperature at which the creature will melt into goo. &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| IGNITE_POINT &lt;br /&gt;
| value &lt;br /&gt;
| The temperature at which the creature will burst into flames&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| IMMOBILE_LAND &lt;br /&gt;
|  &lt;br /&gt;
| The creature is immobile while on land &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| IMMOLATE &lt;br /&gt;
|  &lt;br /&gt;
| Will ignite, and potentially completely destroy, items the creature is standing on. Keep booze away from critters with this tag. &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| INSULATION &lt;br /&gt;
| value &lt;br /&gt;
| increases the insulation of a selected material&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| INTELLIGENT &lt;br /&gt;
|  &lt;br /&gt;
| Implies CAN_CIV, CAN_SPEAK, CAN_LEARN.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| ITEMCORPSE &lt;br /&gt;
|     &lt;br /&gt;
* Item token&lt;br /&gt;
    * subtype &lt;br /&gt;
NO_SUBTYPE&lt;br /&gt;
    * matgloss token&lt;br /&gt;
    * NO_RACEGLOSS &lt;br /&gt;
USE_RACEGLOSS USE_SHARPSTONE &lt;br /&gt;
| Determines if the creature leaves behind a non-standard corpse (i.e. wood, statue, bars, etc). The first parameter determines the item type; the second parameter is the subtype indicated in the raw file (such as WEAPON_WHIP); the third indicates the material type if the item type takes a specific material (e.g. &amp;quot;&amp;quot;IRON&amp;quot;&amp;quot; if the corpse type is &amp;quot;&amp;quot;STATUE&amp;quot;&amp;quot;). USE_RACEGLOSS applies if the creature has a material glossary assigned by the &amp;quot;&amp;quot;HAS_RACEGLOSS:&amp;quot;&amp;quot; flag and will select neccesary adjectives and material from that glossary.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| ITEMCORPSE_QUALITY &lt;br /&gt;
|  &lt;br /&gt;
| The quality of an item-type corpse left behind; 5 is masterpiece-level. &lt;br /&gt;
|}&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;20%&amp;quot; | Arguments&lt;br /&gt;
! width=&amp;quot;60%&amp;quot; | Description&lt;br /&gt;
|- &lt;br /&gt;
| LARGE_PREDATOR &lt;br /&gt;
|  &lt;br /&gt;
| Will attack things that are smaller than it (like dwarves). Only one group of &amp;quot;large predators&amp;quot; will appear on any given map (possibly two groups on &amp;quot;savage&amp;quot; maps). In adventure mode, large predators will try to ambush and attack you (and your party will attack them back). 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;
&lt;br /&gt;
|- &lt;br /&gt;
| LARGE_ROAMING &lt;br /&gt;
|  &lt;br /&gt;
| In Fortress Mode, spawns outdoors and is not a vermin creature. &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| LIGAMENTS &lt;br /&gt;
| &lt;br /&gt;
*selection criteria. Often LOCAL_CREATURE_MAT, although other selection criteria may work too.&lt;br /&gt;
*selected material&lt;br /&gt;
*healing rate &lt;br /&gt;
| defines the qualities of ligaments&amp;quot;&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| LIGHT_GEN &lt;br /&gt;
|  &lt;br /&gt;
| The creature will generate light, such as in adventurer mode at night. &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| LIKES_FIGHTING &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 - included modded dwarves. &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| LISP &lt;br /&gt;
|  &lt;br /&gt;
| Creature multiplies 'S' when talking. Ex: &amp;quot;My name isss Recisssiz.&amp;quot; &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| LOCKPICKER &lt;br /&gt;
|  &lt;br /&gt;
| Lets a creature open doors that are set to forbidden in Fortress Mode.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| LOOSE_CLUSTERS &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;
==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;20%&amp;quot; | Arguments&lt;br /&gt;
! width=&amp;quot;60%&amp;quot; | Description&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| MAGMA_VISION &lt;br /&gt;
|  &lt;br /&gt;
| Creature's able to see while covered in magma. &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| MALE &lt;br /&gt;
|  &lt;br /&gt;
| all male&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| MANNERISM_?? &lt;br /&gt;
| &lt;br /&gt;
*occassionally body part &lt;br /&gt;
| Adds a possible mannerism to the creature's profile.&lt;br /&gt;
Refer to [[DF2010:Creature_Token_Mannerisms|Mannerisms]]&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| MATERIAL_BREATH_ATTACK &lt;br /&gt;
| &lt;br /&gt;
*MATERIAL TYPE (TISSUE, INORGANIC)&lt;br /&gt;
*MATERIAL NAME&lt;br /&gt;
*MATERIAL STATE (TRAILING_DUST_FLOW, TRAILING_VAPOR_FLOW, TRAILING_GAS_FLOW, SOLID_GLOB, LIQUID_GLOB, UNDIRECTED_GAS, UNDIRECTED_VAPOR, UNDIRECTED_DUST) &lt;br /&gt;
| Creates an attack referencing a material, using a given type of breath attack.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| MAXAGE &lt;br /&gt;
| min:max &lt;br /&gt;
| range of time in which death from old age may occur&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| MEANDERER &lt;br /&gt;
|  &lt;br /&gt;
| Gives a creature random movement. &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| MEGABEAST &lt;br /&gt;
|  &lt;br /&gt;
| Appears on fortress territory in Fortress Mode occasionally. Implies SEMIMEGABEAST. Also can be worshipped&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| MENT_ATT_RANGE &lt;br /&gt;
| &lt;br /&gt;
*ATTRIBUTE&lt;br /&gt;
*lowest:lower:low:median:high:higher:highest | sets up a mental attribute's range of values&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| MILKABLE &lt;br /&gt;
| &lt;br /&gt;
*LOCAL_CREATURE_MAT:MILK:amount &lt;br /&gt;
| Allows the creature to be milked. &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| MISCHIEVIOUS &lt;br /&gt;
|  &lt;br /&gt;
| Will pull any levers it comes across (requires confirmation). &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;
| MOUNT &lt;br /&gt;
|  &lt;br /&gt;
| Creature may be used as a mount&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| MOUNT_EXOTIC &lt;br /&gt;
|  &lt;br /&gt;
| You need the Dungeon master noble to mount the creature. &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| MULTIPLE_LITTER_RARE &lt;br /&gt;
|  &lt;br /&gt;
| Makes litters with more than one offspring rare. &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| MULTIPLY_VALUE &lt;br /&gt;
| &lt;br /&gt;
*Multiplier &lt;br /&gt;
| multiplies value of materials&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| MUNDANE &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;
==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;20%&amp;quot; | Arguments&lt;br /&gt;
! width=&amp;quot;60%&amp;quot; | Description&lt;br /&gt;
|- &lt;br /&gt;
| NAME &lt;br /&gt;
| singular:plural:adjective &lt;br /&gt;
| What the creature is actually called in game.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| NATURAL &lt;br /&gt;
|  &lt;br /&gt;
| Animal is considered to be natural.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| NO_AUTUMN  &lt;br /&gt;
|  &lt;br /&gt;
| does not appear this season.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| NO_DIZZINESS &lt;br /&gt;
|  &lt;br /&gt;
| Creature cannot become dizzy&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| NO_DRINK &lt;br /&gt;
|  &lt;br /&gt;
| Creature does not need to drink. &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| NO_EAT &lt;br /&gt;
|  &lt;br /&gt;
| Creature does not need to eat. &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| NO_FEVERS &lt;br /&gt;
|  &lt;br /&gt;
| Creature cannot suffer fevers&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| NO_SLEEP &lt;br /&gt;
|  &lt;br /&gt;
| Creature does not need to sleep. &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| NO_SPRING &lt;br /&gt;
|  &lt;br /&gt;
| does not appear this season.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| NO_SUMMER &lt;br /&gt;
|  &lt;br /&gt;
| does not appear this season.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| NO_THOUGHT_CENTER_FOR_MOVEMENT &lt;br /&gt;
|  &lt;br /&gt;
| Probably shorthand for movement being unaffected by damage in general.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| NO_WINTER &lt;br /&gt;
|  &lt;br /&gt;
| does not appear this season.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| NOBONES &lt;br /&gt;
|  &lt;br /&gt;
| Creature has no bones.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| NOBREATHE &lt;br /&gt;
|  &lt;br /&gt;
| Creature doesn't need to breathe or have [BREATHE] parts in body. Cannot drown or be strangled. &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| NOCTURNAL &lt;br /&gt;
|  &lt;br /&gt;
| Sets if the creature is active in night. &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| NOEMOTION &lt;br /&gt;
|  &lt;br /&gt;
| The creature has no emotions, and does not rage.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| NOEXERT &lt;br /&gt;
|  &lt;br /&gt;
| Creature can't become tired or over-exerted. &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| NOFEAR &lt;br /&gt;
|  &lt;br /&gt;
| Creature doesn't feel fear and will never run away from battle. &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| NOMEAT &lt;br /&gt;
|  &lt;br /&gt;
| Creature will not drop meat on butcher. &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| NONAUSEA &lt;br /&gt;
|  &lt;br /&gt;
| Creature can't vomit.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| NOPAIN &lt;br /&gt;
|  &lt;br /&gt;
| Creature doesn't feel pain. &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| NOSKIN &lt;br /&gt;
|  &lt;br /&gt;
| Creature will not drop skin on butcher. &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| NOSKULL &lt;br /&gt;
|  &lt;br /&gt;
| Creature will not drop skull on butcher, rot, or decay of severed head. &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| NOSMELLYROT &lt;br /&gt;
|  &lt;br /&gt;
| Does not produce miasma when rotting&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| NOSTUCKINS &lt;br /&gt;
|  &lt;br /&gt;
| Weapons can't be stuck in creature. &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| NOSTUN &lt;br /&gt;
|  &lt;br /&gt;
| Creature can't be stunned. &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| NOT_BUTCHERABLE &lt;br /&gt;
|  &lt;br /&gt;
| Cannot be butchered&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| NOTHOUGHT &lt;br /&gt;
|  &lt;br /&gt;
| Creature doesn't think, or doesn't require a [BRAIN] body part. &lt;br /&gt;
|}&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;20%&amp;quot; | Arguments&lt;br /&gt;
! width=&amp;quot;60%&amp;quot; | Description&lt;br /&gt;
|- &lt;br /&gt;
| PACK_ANIMAL &lt;br /&gt;
|  &lt;br /&gt;
| Allows the creature to be used as a pack animal. Currently only used by merchants.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| PARALYZEIMMUNE &lt;br /&gt;
|  &lt;br /&gt;
| The creature is immune to all paralyzing special attacks. &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| PEARL &lt;br /&gt;
|  &lt;br /&gt;
| Creature will generate pearls. &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| PENETRATEPOWER &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. Wood and cloth objects roll a 0-9 and if it greater than the penetrate power, their contents escape for the time being. Other objects roll a 0-99. &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| PERSONALITY &lt;br /&gt;
| &lt;br /&gt;
*ATTRIBUTE&lt;br /&gt;
*lowest:median:highest &lt;br /&gt;
| Determines chance of personality traits. Standard is 0:50:100. See Personality traits  for more info.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| PET &lt;br /&gt;
|  &lt;br /&gt;
| Allows the creature to be tamed. &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| PET_EXOTIC &lt;br /&gt;
|  &lt;br /&gt;
| You need a Dungeon master noble in your fortress for the creature to be tamable (but any Animal trainer can do the taming). &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| PETVALUE &lt;br /&gt;
| value &lt;br /&gt;
| How valuable a tamed animal/pet is. Actual cost in points in the embarking screen is (PETVALUE/2)+1 for an untrained animal, PETVALUE+1 for a trained(War or Hunting) one. Note that for an animal to be selectable in this screen, it must have the COMMON_DOMESTIC token. &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| PHYS_ATT_RANGE &lt;br /&gt;
| &lt;br /&gt;
*ATTRIBUTE&lt;br /&gt;
*lowest:lower:low:median:high:higher:highest &lt;br /&gt;
| sets up a physical attribute's range of values&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| PLUS_TISSUE_LAYER &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 a tissue to those selected&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| PLUS_TL_GROUP &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;
| continues a selection of tissue layers&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| POP_RATIO &lt;br /&gt;
|  &lt;br /&gt;
| Weighted population of caste&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| POPULATION_NUMBER &lt;br /&gt;
| min:max &lt;br /&gt;
| The minimum/maximum numbers of how many of these creatures can show up on a map per year. &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| PREFSTRING &lt;br /&gt;
| object &lt;br /&gt;
| Sets what other creatures like about this creature. &amp;quot;Blarghh likes dwarves for their beards.&amp;quot; Multiple entries will be chosen from at random&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| PROFESSION_NAME &lt;br /&gt;
| &lt;br /&gt;
*Profession&lt;br /&gt;
*singular&lt;br /&gt;
*plural &lt;br /&gt;
| alters the name of the given profession&lt;br /&gt;
|}&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;20%&amp;quot; | Arguments&lt;br /&gt;
! width=&amp;quot;60%&amp;quot; | Description&lt;br /&gt;
|- &lt;br /&gt;
| RELSIZE &lt;br /&gt;
| &lt;br /&gt;
*BY_CATEGORY, BY_TYPE, BY_TOKEN&lt;br /&gt;
*Relsize &lt;br /&gt;
| Specifies a new relative size&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| REMOVE_MATERIAL &lt;br /&gt;
| &lt;br /&gt;
*MATERIAL NAME &lt;br /&gt;
| Removes a material from a creature&lt;br /&gt;
|}&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;20%&amp;quot; | Arguments&lt;br /&gt;
! width=&amp;quot;60%&amp;quot; | Description&lt;br /&gt;
|- &lt;br /&gt;
| SAVAGE &lt;br /&gt;
|  &lt;br /&gt;
| Allows creature to show up on (and limits it to) &amp;quot;savage&amp;quot; maps.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| SECRETION &lt;br /&gt;
| &lt;br /&gt;
*MATERIAL REF (eg LOCAL_CREATURE_MAT&lt;br /&gt;
*Material name&lt;br /&gt;
*Material State&lt;br /&gt;
*location secreted from (by_type, by_category, by_token)&lt;br /&gt;
*body part &lt;br /&gt;
*tissue layer &lt;br /&gt;
| creates a secreted material on given tissue on a given part of the body.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| SELECT_CASTE &lt;br /&gt;
| &lt;br /&gt;
*caste name, or ALL &lt;br /&gt;
| selects a caste&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| SELECT_MATERIAL &lt;br /&gt;
| &lt;br /&gt;
*MATERIAL NAME &lt;br /&gt;
| selects the material&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| SELECT_TISSUE_LAYER &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&amp;quot;&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| SEMIMEGABEAST &lt;br /&gt;
| &lt;br /&gt;
| Appears as boss creature in quests. &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| SET_BP_GROUP &lt;br /&gt;
| &lt;br /&gt;
*selection criteria BY_TYPE, BY_CATEGORY, BY_TOKEN&lt;br /&gt;
*category, type, or token &lt;br /&gt;
| selection token&amp;quot;&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| SET_TL_GROUP &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 laters&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| SLOW_LEARNER &lt;br /&gt;
|  &lt;br /&gt;
| Presumably similar to [CAN_LEARN], but slower. Present in the entries for ogres and giants &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| SMALL_REMAINS &lt;br /&gt;
|  &lt;br /&gt;
| If a creature has this token, it'll leave a small corpse that only rots once, and without miasma.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| SPEC_HEAT &lt;br /&gt;
| value &lt;br /&gt;
| Amount of energy required for the creature to heat up or cool down. &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| SPECIALATTACK_INJECT_EXTRACT &lt;br /&gt;
| &lt;br /&gt;
*LOCAL_CREATURE_MAT&lt;br /&gt;
*MATERIAL eg.POISON&lt;br /&gt;
*MATTERSTATE (ALL_SOLID, LIQUID, GAS)&lt;br /&gt;
*min:max&lt;br /&gt;
| attack type addition that injects a material into the victim.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| SPEECH &lt;br /&gt;
| speech file &lt;br /&gt;
| boasting speeches relating to killing this creature&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| SPEED &lt;br /&gt;
| value &lt;br /&gt;
| Sets the creatures' movement and work speed, 1000/[100 + SPEED X] is the resulting effect on creatures movement and work rates from default. See Speed  for more information.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| SPHERE &lt;br /&gt;
| &lt;br /&gt;
*sphere name &lt;br /&gt;
| Sets what religious spheres the creature is aligned to, for purposes of being worshipped via the [POWER] token. Also affects the layout of hidden fun stuff, and the creature's name.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| SWIM_SPEED &lt;br /&gt;
| &lt;br /&gt;
*speed &lt;br /&gt;
| How fast the creature swims. Typically 2500 (0.38 times the default speed). &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| SWIMS_INNATE &lt;br /&gt;
|  &lt;br /&gt;
| The creature naturally knows how to swim, as opposed to [SWIMS_LEARNED] below. Currently, an AI bug prevents this from being useful on PC races in fortress mode. &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| SWIMS_LEARNED &lt;br /&gt;
|  &lt;br /&gt;
| The creature must learn to swim. Requires [CAN_LEARN], obviously. &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| SYN_AFFECTED_CLASS &lt;br /&gt;
|  &lt;br /&gt;
| adds a class of creatures to those affected, such as CREATURE_CLASS:GENERAL_POISON&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| SYN_AFFECTED_CREATURE &lt;br /&gt;
| Creature Name &lt;br /&gt;
| adds a specific creature to those affected.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| SYN_CONTACT &lt;br /&gt;
|  &lt;br /&gt;
| syndrome can be contracted on contact&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| SYN_IMMUNE_CREATURE &lt;br /&gt;
|  &lt;br /&gt;
| creates an exception for the creature so that it not affected by the syndrome.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| SYN_INHALED &lt;br /&gt;
|  &lt;br /&gt;
| syndrome can be contracted by inhaled.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| SYN_INJECTED &lt;br /&gt;
|  &lt;br /&gt;
| syndrome can be contracted by injection.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| SYN_NAME &lt;br /&gt;
| text &lt;br /&gt;
| defines the name of the syndrome&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| SYNDROME &lt;br /&gt;
|  &lt;br /&gt;
| begins definition of a Syndrome for poison use&lt;br /&gt;
|}&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;20%&amp;quot; | Arguments&lt;br /&gt;
! width=&amp;quot;60%&amp;quot; | Description&lt;br /&gt;
|- &lt;br /&gt;
| TENDONS &lt;br /&gt;
| &lt;br /&gt;
*selection criteria. Often LOCAL_CREATURE_MAT, although other selection criteria may work too.&lt;br /&gt;
*selected tissue&lt;br /&gt;
*healing rate &lt;br /&gt;
| Defines the qualities of tendons&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| THICKWEB &lt;br /&gt;
|  &lt;br /&gt;
| The creature's webs can catch larger creatures. May imply [AMBUSHPREDATOR]&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| TISSUE &lt;br /&gt;
| name &lt;br /&gt;
| Begins defining a tissue in the creature file.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| TISSUE_LAYER &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. 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;
| TISSUE_LAYER_APPEARANCE_MODIFIER &lt;br /&gt;
| &lt;br /&gt;
*QUALITY&lt;br /&gt;
*lowest:lower:low:median:high:higher: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;
| TISSUE_STYLE_UNIT &lt;br /&gt;
| &lt;br /&gt;
*tissue&lt;br /&gt;
*shaping &lt;br /&gt;
| sets tissue to be in a certain shape&amp;quot;&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| TL_COLOR_MODIFIER &lt;br /&gt;
| COLOR:FREQ:COLOR:FREQ etc &lt;br /&gt;
| Creates a list of color patterns, giving each a frequency&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| TL_MAJOR_ARTERIES &lt;br /&gt;
|  &lt;br /&gt;
| Gives Major Artery attribute to selected layers.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| TLCM_NOUN &lt;br /&gt;
| &lt;br /&gt;
*name&lt;br /&gt;
*SINGULAR or PLURAL | names the tissue layer color modifier, and determines the noun&amp;quot;&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| TLCM_TIMING &lt;br /&gt;
| &lt;br /&gt;
*ROOT&lt;br /&gt;
*start change window years:days:end change window years:days | determines the point in the creature's life where the color change begins&amp;quot;&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| TRADE_CAPACITY &lt;br /&gt;
|  &lt;br /&gt;
| How much the creature can carry when used by merchants. &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| TRAINABLE &lt;br /&gt;
|  &lt;br /&gt;
| Allows a tame creature to be trained into a &amp;quot;War&amp;quot; or &amp;quot;Hunting&amp;quot; variation by way of Kennels. &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| TRAINABLE_HUNTING &lt;br /&gt;
|  &lt;br /&gt;
| Can be trained as hunting beasts&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| TRANCES &lt;br /&gt;
|  &lt;br /&gt;
| Allows the creature to go into martial trances.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| TRAPAVOID &lt;br /&gt;
|  &lt;br /&gt;
| The creature is immune to traps. &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| TRIGGERABLE_GROUP &lt;br /&gt;
| min:max &lt;br /&gt;
| unknown&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| TSU_NOUN &lt;br /&gt;
| &lt;br /&gt;
*noun&lt;br /&gt;
*SINGULAR or PLURAL &lt;br /&gt;
| creates a noun for the tissue used and whether it is singular or plural&amp;quot;&lt;br /&gt;
|}&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;20%&amp;quot; | Arguments&lt;br /&gt;
! width=&amp;quot;60%&amp;quot; | Description&lt;br /&gt;
|- &lt;br /&gt;
| UNDERGROUND_DEPTH &lt;br /&gt;
| mindepth:maxdepth &lt;br /&gt;
| Depth the creature appears underground&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| UNDERSWIM &lt;br /&gt;
|  &lt;br /&gt;
| Creature swims under the water and can't be seen. &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| USE_MATERIAL_TEMPLATE &lt;br /&gt;
| token:material template &lt;br /&gt;
| Loads a material, and gives it a shortname for later reference&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| USE_TISSUE_TEMPLATE &lt;br /&gt;
| Template Name &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;
| UTTERANCES &lt;br /&gt;
|  &lt;br /&gt;
| Changes the language of the creature into an unintelligible mess.&lt;br /&gt;
|}&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;20%&amp;quot; | Arguments&lt;br /&gt;
! width=&amp;quot;60%&amp;quot; | Description&lt;br /&gt;
|- &lt;br /&gt;
| VEGETATION &lt;br /&gt;
|  &lt;br /&gt;
| unknown&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| VERMIN_BITE &lt;br /&gt;
| &lt;br /&gt;
*amount&lt;br /&gt;
*verb (bitten, stung)&lt;br /&gt;
*LOCAL_CREATURE_MAT&lt;br /&gt;
*MATERIAL &lt;br /&gt;
| vermin bites, and injects something.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| VERMIN_FISH &lt;br /&gt;
|  &lt;br /&gt;
| Acts like a fish&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| VERMIN_GROUNDER &lt;br /&gt;
|  &lt;br /&gt;
| The creature can be picked up if you stand over it. (Requires confirmation)&lt;br /&gt;
'I think this is a habitat flag like VERMIN_SOIL, VERMIN_CHASM, etc. It seems to appear on creatures that don't otherwise have one. – Peristarkawan 17:27, 24 May 2007 (EDT)'&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| VERMIN_HATEABLE &lt;br /&gt;
|  &lt;br /&gt;
| Some dwarves will hate the creature and get unhappy thoughts when around it. &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| VERMIN_MICRO &lt;br /&gt;
|  &lt;br /&gt;
| This makes the creature move in a swarm of creatures of the same race as it. I.E. Swarm of flies, swarm of ants, etc. &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| VERMIN_NOFISH &lt;br /&gt;
|  &lt;br /&gt;
| The creature cannot be caught by fishing. &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| VERMIN_NOROAM &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;
| VERMIN_NOTRAP &lt;br /&gt;
|  &lt;br /&gt;
| The creature cannot be caught by trappers or animal traps. However, this may not work in all cases, as both dragonflies and fairies can be caught by trappers. This is possibly overridden by the VERMIN_GROUNDER token, allowing trappers set to Catch a Live Land Animal to pick up and thus trap the animal. (speculation by Flippantelf  04:45, 15 June 2009 (UTC)) &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| VERMIN_ROTTER &lt;br /&gt;
|  &lt;br /&gt;
| Present on flies, knuckle worms, acorn flies, and blood gnats. Probably means either the creature is attracted to rot, the creature speeds rotting, or both. &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| VERMIN_SOIL &lt;br /&gt;
|  &lt;br /&gt;
| The creature randomly appears near dirt or mud. &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| VERMIN_SOIL_COLONY &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;
| VERMINHUNTER &lt;br /&gt;
|  &lt;br /&gt;
| A creature with this tag will hunt down vermin and kill them. Sometimes they will eat the vermin, but most of the time they will bring it to their owner. This tag also makes impossible to assign an owner to the animal. The animal chooses it's own owner instead (like a cat). If assigned to a playable race, members of that race will ONLY be able to eat vermin. &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| VESPERTINE &lt;br /&gt;
|  &lt;br /&gt;
| Sets if the creature is active in evening.&lt;br /&gt;
|}&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;20%&amp;quot; | Arguments&lt;br /&gt;
! width=&amp;quot;60%&amp;quot; | Description&lt;br /&gt;
|- &lt;br /&gt;
| WAGON_PULLER &lt;br /&gt;
|  &lt;br /&gt;
| Allows the creature to pull caravan wagons. &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| WEBBER &lt;br /&gt;
| LOCAL_CREATURE_MAT_SILK &lt;br /&gt;
| allows the cerature to web, and defines what the webs are made of.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| WEBIMMUNE &lt;br /&gt;
|  &lt;br /&gt;
| The creature will not get caught in webs.&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>I2amroy</name></author>
	</entry>
	<entry>
		<id>https://dwarffortresswiki.org/index.php?title=v0.31:Creature_token&amp;diff=82826</id>
		<title>v0.31:Creature token</title>
		<link rel="alternate" type="text/html" href="https://dwarffortresswiki.org/index.php?title=v0.31:Creature_token&amp;diff=82826"/>
		<updated>2010-04-04T17:03:25Z</updated>

		<summary type="html">&lt;p&gt;I2amroy: /* S */ typo&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Tentative at best in some cases. Legacy stuff unlisted.&lt;br /&gt;
&lt;br /&gt;
__NOTOC__&lt;br /&gt;
&lt;br /&gt;
=Tokens=&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;20%&amp;quot; | Arguments&lt;br /&gt;
! width=&amp;quot;60%&amp;quot; | Description&lt;br /&gt;
|- &lt;br /&gt;
| ALCOHOL_DEPENDENT &lt;br /&gt;
|  &lt;br /&gt;
| Creature needs alcohol to get through the working day.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| ALL_ACTIVE &lt;br /&gt;
|  &lt;br /&gt;
| Sets if the creature is active in day, night, and twilight. Seems to be a separate value from DIURNAL/NOCTURNAL/CREPUSCULAR, rather than implying them. &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| ALTTILE &lt;br /&gt;
|  &lt;br /&gt;
| If set, the creature will blink between its [TILE] and its [ALTTILE]. &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| AMBUSHPREDATOR &lt;br /&gt;
|  &lt;br /&gt;
| Makes the creature start out hidden. Used by giant cave spiders. May make webs hidden too&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| AMPHIBIOUS &lt;br /&gt;
|  &lt;br /&gt;
| Allows a creature to breathe with or without water. &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| APP_MOD_NOUN &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;
| APP_MOD_RATE &lt;br /&gt;
| &lt;br /&gt;
*Rate (integer)&lt;br /&gt;
*Scale (DAILY,  YEARLY)&lt;br /&gt;
*min:max  of growth&lt;br /&gt;
*start year:end year &lt;br /&gt;
| setting the growth rate of the modifier&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| APPLY_CREATURE_VARIATION &lt;br /&gt;
| &lt;br /&gt;
*CV TEMPLATE NAME &lt;br /&gt;
| Loads the CV Template specified.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| APPLY_CURRENT_CREATURE_VARIATION &lt;br /&gt;
|  &lt;br /&gt;
| Applies loaded CV&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| AQUATIC &lt;br /&gt;
|  &lt;br /&gt;
| Allows a creature to breathe underwater, but causes it to &amp;quot;drown&amp;quot; out of water. &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| ARENA_RESTRICTED &lt;br /&gt;
|  &lt;br /&gt;
| Does not appear in arena mode list&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| ATTACK &lt;br /&gt;
| &lt;br /&gt;
*token&lt;br /&gt;
*bodypart&lt;br /&gt;
*selection criteria&lt;br /&gt;
*location &lt;br /&gt;
| Defines the attack name, and the body part used.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| ATTACK_CONTACT_PERC &lt;br /&gt;
| &lt;br /&gt;
*% value &lt;br /&gt;
| amount of available tissue used in attack&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| ATTACK_FLAG_CANLATCH &lt;br /&gt;
|  &lt;br /&gt;
| amount of material that makes contact when attack is made.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| ATTACK_FLAG_EDGE &lt;br /&gt;
|  &lt;br /&gt;
| attack type&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| ATTACK_FLAG_WITH &lt;br /&gt;
|  &lt;br /&gt;
| attack type&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| ATTACK_PENETRATION_PERC &lt;br /&gt;
| &lt;br /&gt;
*% value &lt;br /&gt;
| probably amount of material that makes contact when penetration is done&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| ATTACK_PRIORITY &lt;br /&gt;
| &lt;br /&gt;
*MAIN or SECOND &lt;br /&gt;
| use of the attack in combat. Second attacks only used if main impossible.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| ATTACK_SKILL &lt;br /&gt;
| &lt;br /&gt;
*skill used &lt;br /&gt;
| defines the attack skill used&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| ATTACK_TRIGGER &lt;br /&gt;
| min:median:max &lt;br /&gt;
| Probably stages when a dragon will attack a site&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| ATTACK_VERB &lt;br /&gt;
| 2nd person:3rd person &lt;br /&gt;
| descriptive text for the attack&lt;br /&gt;
&lt;br /&gt;
|}&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;20%&amp;quot; | Arguments&lt;br /&gt;
! width=&amp;quot;60%&amp;quot; | Description&lt;br /&gt;
|- &lt;br /&gt;
| BABY &lt;br /&gt;
| integer &lt;br /&gt;
| age at which creature is considered a child&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| BABYNAME &lt;br /&gt;
| singular:plural &lt;br /&gt;
| name at caste level&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| BEACH_FREQUENCY &lt;br /&gt;
|  &lt;br /&gt;
| Whales and jellyfish have this. Controls the beaching frequency of the creature. &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| BENIGN &lt;br /&gt;
|  &lt;br /&gt;
| Determines whether creature can show up on &amp;quot;tame&amp;quot; maps (includes elephants), which will generally avoid dwarves, although they may chase and/or attack them if they get too close). &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| BIOME &lt;br /&gt;
| &lt;br /&gt;
*BIOME &lt;br /&gt;
| Select Biomes the creature may appear in&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| BLOOD, PUS, OTHER MATERIAL state definition &lt;br /&gt;
| &lt;br /&gt;
*selection criteria. Often LOCAL_CREATURE_MAT, although other selection criteria may work too.&lt;br /&gt;
*selected material&lt;br /&gt;
*matter state (LIQUID, GAS, ALL_SOLID) | Controls bleeding behaviour&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| BODY &lt;br /&gt;
| body parts &lt;br /&gt;
| Draws body parts from OBJECT:BODY files (such as body_default.txt)&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| BODY_APPEARANCE_MODIFIER &lt;br /&gt;
| &lt;br /&gt;
*ATTRIBUTE&lt;br /&gt;
*lowest:lower:low:median:high:higher:highest | These body modifiers give individual dwarves 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;
&lt;br /&gt;
|- &lt;br /&gt;
| BODY_DETAIL_PLAN &lt;br /&gt;
| PlanName, PlanName:type:type:type:etc &lt;br /&gt;
| loads a plan 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;
&lt;br /&gt;
|- &lt;br /&gt;
| BODY_SIZE_PLAN &lt;br /&gt;
| years:days:size &lt;br /&gt;
| sets up size at a given time&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| BODYGLOSS &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;
| BONECARN &lt;br /&gt;
|  &lt;br /&gt;
| Creature 'eats' bones. Eating bones makes their happiness go up, but can cause death (suffocation). This tag implies CARNIVORE. &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| BP_APPEARANCE_MODIFIER &lt;br /&gt;
| &lt;br /&gt;
*QUALITY&lt;br /&gt;
*lowest:lower:low:median:high:higher: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;
| BUILDINGDESTROYER &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 b + C commands. &lt;br /&gt;
|}&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;20%&amp;quot; | Arguments&lt;br /&gt;
! width=&amp;quot;60%&amp;quot; | Description&lt;br /&gt;
|- &lt;br /&gt;
| CAN_LEARN &lt;br /&gt;
|  &lt;br /&gt;
| CAN_LEARN &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| CAN_SPEAK &lt;br /&gt;
|  &lt;br /&gt;
| Can talk. Note that it is not necessary for a creature to gain social skills. &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| CANNOT_UNDEAD &lt;br /&gt;
|  &lt;br /&gt;
| Cannot be turned into a zombie or skeletal undead&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| CANOPENDOORS &lt;br /&gt;
|  &lt;br /&gt;
| Allows the creature to open doors. &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| CARNIVORE &lt;br /&gt;
|  &lt;br /&gt;
| Creature eats meat&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| CASTE &lt;br /&gt;
| &lt;br /&gt;
*name &lt;br /&gt;
| defines a caste&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| CASTE_NAME &lt;br /&gt;
| singular:plural:adjective &lt;br /&gt;
| The name of the caste of the creature in the game.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| CAVE_ADAPT &lt;br /&gt;
|  &lt;br /&gt;
| Gives the creature a bonus in caves. Also causes Cave adaptation. &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| CE_X &lt;br /&gt;
| &lt;br /&gt;
*SEV:&amp;lt;value(1-100)&amp;gt;  (severity)&lt;br /&gt;
*PROB:&amp;lt;value(1-100)&amp;gt; (probability)&lt;br /&gt;
*RESISTABLE (optional) allows resistance&lt;br /&gt;
*SIZE_DILUTES (optional) lessens effect based on size &lt;br /&gt;
Place effected:&lt;br /&gt;
*LOCALIZED (optional)&lt;br /&gt;
*VASCULAR_ONLY (optional)&lt;br /&gt;
*BP:(select BY_CATEGORY, BY_TYPE, or BY_TOKEN):category, type or token:tissues affected (specific or ALL) (optional)&lt;br /&gt;
Timeline:&lt;br /&gt;
*Start:Time at which effect starts&lt;br /&gt;
*Peak:Time at which effect peaks&lt;br /&gt;
*End:Time at which effect ends. &lt;br /&gt;
| specifies the aspects of the Creature Effect in Syndromes. This includes the severity of the effect, the likelihood of it taking effect, whether it is resistable, and if the size of a creature effects it, where the creture is effected and the timeline of the effect. CEs include: CE_FEVER, CE_NAUSEA, CE_DIZZINESS, CE_SWELLING, CE_OOZING, CE_BRUISING, CE_BLEEDING, CE_NECROSIS, CE_DROWSINESS, CE_PAIN, CE_BLISTERS, CE_COUGH_BLOOD&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| CHILD &lt;br /&gt;
| integer &lt;br /&gt;
| age at which creature is considered an adult&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| CHILD_BODYPART_GROUP &lt;br /&gt;
| &lt;br /&gt;
*master selection, BY_CATEGORY, BY_TYPE, BY_TOKEN.&lt;br /&gt;
*master location&lt;br /&gt;
*specific selection, BY_CATEGORY, BY_TYPE, BY_TOKEN.&lt;br /&gt;
*specific location &lt;br /&gt;
| selects all parts of a group to be used.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| CHILDNAME &lt;br /&gt;
| singular:plural &lt;br /&gt;
| name at caste level&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| CLUSTER_NUMBER &lt;br /&gt;
| min:max&lt;br /&gt;
| The minimum/maximum numbers of how many creatures per spawned cluster. Certain vermin fish use this token in combination with temperate ocean and river biome tokens to perform seasonal migrations.&lt;br /&gt;
e.g. [CLUSTER_NUMBER:1:3] &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| COLDDAM_POINT &lt;br /&gt;
| value &lt;br /&gt;
| The minimum temperature limit before the creature starts taking damage from freezing. &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| COLOR &lt;br /&gt;
| foreground:background:brightness &lt;br /&gt;
| Color  of the creature's tile. &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| COMMON_DOMESTIC &lt;br /&gt;
|  &lt;br /&gt;
| Allows the creature to be brought with immigrants and when creating a new fortress, as long as the creature also includes at least one of the following tokens: PET, PACK_ANIMAL, WAGON_PULLER, MOUNT &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| COOKABLE_LIVE &lt;br /&gt;
|  &lt;br /&gt;
| Set this to allow the creature to be cooked in meals without first being cleaned.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| COPY_TAGS_FROM &lt;br /&gt;
| &lt;br /&gt;
*CREATURE NAME&lt;br /&gt;
| Copies tags from another specified creature.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| CREATURE &lt;br /&gt;
| name &lt;br /&gt;
| What the game looks for when generating creatures.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| CREATURE_CLASS &lt;br /&gt;
|  Classname | Creature class. Can be anything, but only existing use is GENERAL_POISON. Appears to only be used for Syndromes.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| CREATURE_TILE &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;
| CREPUSCULAR &lt;br /&gt;
|  &lt;br /&gt;
| Sets if the creature is active in twilight. This tag functions as a combination of the two tags VEPERTINE and MATUTINAL. &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| CURIOUSBEAST_EATER &lt;br /&gt;
|  &lt;br /&gt;
| Allows a creature to steal and eat edible items from you. &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| CURIOUSBEAST_GUZZLER &lt;br /&gt;
|  &lt;br /&gt;
| Allows a creature to (very quickly) drink your alcohol. Also affects undead versions of the creature. &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| CURIOUSBEAST_ITEM &lt;br /&gt;
|  &lt;br /&gt;
| Allows a creature to steal things (apparently the highest value it can find). &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| CV_ADD_TAG &lt;br /&gt;
| &lt;br /&gt;
*TAG NAME &lt;br /&gt;
| Adds a tag&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| CV_REMOVE_TAG &lt;br /&gt;
| &lt;br /&gt;
*TAG NAME &lt;br /&gt;
| removes a tag&lt;br /&gt;
|}&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;20%&amp;quot; | Arguments&lt;br /&gt;
! width=&amp;quot;60%&amp;quot; | Description&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| DESCRIPTION &lt;br /&gt;
| text &lt;br /&gt;
| A brief description of the creature type.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| DIFFICULTY &lt;br /&gt;
| integer &lt;br /&gt;
| Toady: &amp;quot;Difficulty determines how deep it places them in adventure mode/reclaim caves, and the chance that they are wounded the first few river attacks.&amp;quot; Also increases experience gain during adventure mode. &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| DIURNAL &lt;br /&gt;
|  &lt;br /&gt;
| Sets if the creature is active in day. &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| DOES_NOT_EXIST &lt;br /&gt;
|  &lt;br /&gt;
| Creature does not actually exist&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| DRAGONFIREBREATH &lt;br /&gt;
|  &lt;br /&gt;
| Creature breathes fire in a cone. &lt;br /&gt;
|}&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;20%&amp;quot; | Arguments&lt;br /&gt;
! width=&amp;quot;60%&amp;quot; | Description&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| EQUIPMENT_WAGON &lt;br /&gt;
|  &lt;br /&gt;
| Implies two unknown flags, NOSTUN, NONAUSEA, NOBLEED, NOEMOTION, NOSTUCKINS, SEVERONBREAKS, NOSKULL, NOSKIN, NOBONES, NOMEAT, PARALYZEIMMUNE, NOFEAR, NOSMELLYROT, NOTHOUGHT, NO_GENDER. &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| EQUIPS &lt;br /&gt;
|  &lt;br /&gt;
| Allows the creature to wear or wield items.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| EVIL &lt;br /&gt;
|  &lt;br /&gt;
| Determines whether creature can show up on &amp;quot;evil&amp;quot; maps&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| EXTRAVISION &lt;br /&gt;
|  &lt;br /&gt;
| Creature can see regardless of whether it has working eyes. &lt;br /&gt;
|}&lt;br /&gt;
&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;20%&amp;quot; | Arguments&lt;br /&gt;
! width=&amp;quot;60%&amp;quot; | Description&lt;br /&gt;
|- &lt;br /&gt;
| FANCIFUL &lt;br /&gt;
|  &lt;br /&gt;
| Makes every civilization know about the creature. The creature won't occur in regular material preference lists. The tag also adds some art value modifiers. Used for things like dragons and other legendary creatures. &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| FEMALE &lt;br /&gt;
|  &lt;br /&gt;
| all female&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| FIREBREATH &lt;br /&gt;
|  &lt;br /&gt;
| The creature breathes fire projectiles (as opposed to DRAGONFIREBREATH, which is in a cone).&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| FIREIMMUNE &lt;br /&gt;
|  &lt;br /&gt;
| As of the current versionv0.28.181.40d, the FIREIMMUNE token has no effect on a creature's resistance to flame or heat. However, it does affect ability to swim in magma in adventure mode, as well as display of &amp;quot;You are caught in a pool of magma!&amp;quot; warning messages. &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| FIREIMMUNE_SUPER &lt;br /&gt;
|  &lt;br /&gt;
| The creature is immune to DRAGONFIREBREATH. AI acts as if FIREIMMUNE. May or may not imply FIREIMMUNE. &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| FISHITEM &lt;br /&gt;
|  &lt;br /&gt;
| Needs to be cleaned at a fishery&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| FIXED_TEMP &lt;br /&gt;
| temperature &lt;br /&gt;
| The natural heat generated by the creature.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| FLEEQUICK &lt;br /&gt;
|  &lt;br /&gt;
| Determines how soon a creature flees in a losing battle. &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| FLIER &lt;br /&gt;
|  &lt;br /&gt;
| Allows a creature to fly. Currently, an AI bug prevents this from being useful on PC races in fortress mode. &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| FREQUENCY &lt;br /&gt;
|  &lt;br /&gt;
| Determines the time between creature spawns in Fortress Mode. Higher is more occurrences per time unitVerify. Creatures without a frequency statement appear to be on the map at all times. Almost all others have either [FREQUENCY:5] or [FREQUENCY:100]. &amp;quot;High frequency means you get more when the number is high, so 100 would be the most common. If you don't enter a number, it uses 50.&amp;quot; &lt;br /&gt;
|}&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;20%&amp;quot; | Arguments&lt;br /&gt;
! width=&amp;quot;60%&amp;quot; | Description&lt;br /&gt;
|- &lt;br /&gt;
| GENERAL_BABY_NAME &lt;br /&gt;
| singular:plural &lt;br /&gt;
| name at creature level&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| GENERAL_CHILD_NAME &lt;br /&gt;
| singular:plural &lt;br /&gt;
| name at creature level&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| GETS_INFECTIONS_FROM_ROT &lt;br /&gt;
|  &lt;br /&gt;
| can be infected by rot&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| GETS_WOUND_INFECTIONS &lt;br /&gt;
|  &lt;br /&gt;
| can be infected from wounds&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| GLOWCOLOR &lt;br /&gt;
| &lt;br /&gt;
*foreground&lt;br /&gt;
*background&lt;br /&gt;
*brightness &lt;br /&gt;
| The colour of the GLOWTILE of the creature &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| GLOWTILE &lt;br /&gt;
| ascii character &lt;br /&gt;
| If present, the being glows in the dark (generally used for Adventure 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. &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| GNAWER &lt;br /&gt;
| verb (gnawed) &lt;br /&gt;
| The creature chews on food storage containers. &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| GO_TO_END &lt;br /&gt;
|  &lt;br /&gt;
| uncertain use, definitely refers to Creature Variants template&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| GO_TO_START &lt;br /&gt;
|  &lt;br /&gt;
| uncertain use, definitely refers to Creature Variants template&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| GOOD &lt;br /&gt;
|  &lt;br /&gt;
| Determines whether creature can show up on &amp;quot;good&amp;quot; maps&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| GRASSTRAMPLE &lt;br /&gt;
| value &lt;br /&gt;
| Determines the percentage chance of trampling and killing grass when a creature steps on it. Set [GRASSTRAMPLE:0] to make grass never trampled by the creature.&lt;br /&gt;
|}&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;20%&amp;quot; | Arguments&lt;br /&gt;
! width=&amp;quot;60%&amp;quot; | Description&lt;br /&gt;
|- &lt;br /&gt;
| HAS_NERVES &lt;br /&gt;
|  &lt;br /&gt;
| This makes the creature susceptible to severed nerves when muscles are torn in limb, grasp and stance parts.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| HEATDAM_POINT &lt;br /&gt;
| value &lt;br /&gt;
| The maximum temperature limit before the creature will start recieving damage from heat.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| HOMEOTHERM &lt;br /&gt;
|  &lt;br /&gt;
| Default 'NONE'. The creature's normal body temperature&lt;br /&gt;
|}&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;20%&amp;quot; | Arguments&lt;br /&gt;
! width=&amp;quot;60%&amp;quot; | Description&lt;br /&gt;
|- &lt;br /&gt;
| IF_EXISTS_SET_BOILING_POINT &lt;br /&gt;
| value &lt;br /&gt;
| The temperature at which the creature boils into goo.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| IF_EXISTS_SET_MELTING_POINT &lt;br /&gt;
| value &lt;br /&gt;
| The temperature at which the creature will melt into goo. &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| IGNITE_POINT &lt;br /&gt;
| value &lt;br /&gt;
| The temperature at which the creature will burst into flames&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| IMMOBILE_LAND &lt;br /&gt;
|  &lt;br /&gt;
| The creature is immobile while on land &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| IMMOLATE &lt;br /&gt;
|  &lt;br /&gt;
| Will ignite, and potentially completely destroy, items the creature is standing on. Keep booze away from critters with this tag. &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| INSULATION &lt;br /&gt;
| value &lt;br /&gt;
| increases the insulation of a selected material&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| INTELLIGENT &lt;br /&gt;
|  &lt;br /&gt;
| Implies CAN_CIV, CAN_SPEAK, CAN_LEARN.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| ITEMCORPSE &lt;br /&gt;
|     &lt;br /&gt;
* Item token&lt;br /&gt;
    * subtype &lt;br /&gt;
NO_SUBTYPE&lt;br /&gt;
    * matgloss token&lt;br /&gt;
    * NO_RACEGLOSS &lt;br /&gt;
USE_RACEGLOSS USE_SHARPSTONE &lt;br /&gt;
| Determines if the creature leaves behind a non-standard corpse (i.e. wood, statue, bars, etc). The first parameter determines the item type; the second parameter is the subtype indicated in the raw file (such as WEAPON_WHIP); the third indicates the material type if the item type takes a specific material (e.g. &amp;quot;&amp;quot;IRON&amp;quot;&amp;quot; if the corpse type is &amp;quot;&amp;quot;STATUE&amp;quot;&amp;quot;). USE_RACEGLOSS applies if the creature has a material glossary assigned by the &amp;quot;&amp;quot;HAS_RACEGLOSS:&amp;quot;&amp;quot; flag and will select neccesary adjectives and material from that glossary.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| ITEMCORPSE_QUALITY &lt;br /&gt;
|  &lt;br /&gt;
| The quality of an item-type corpse left behind; 5 is masterpiece-level. &lt;br /&gt;
|}&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;20%&amp;quot; | Arguments&lt;br /&gt;
! width=&amp;quot;60%&amp;quot; | Description&lt;br /&gt;
|- &lt;br /&gt;
| LARGE_PREDATOR &lt;br /&gt;
|  &lt;br /&gt;
| Will attack things that are smaller than it (like dwarves). Only one group of &amp;quot;large predators&amp;quot; will appear on any given map (possibly two groups on &amp;quot;savage&amp;quot; maps). In adventure mode, large predators will try to ambush and attack you (and your party will attack them back). 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;
&lt;br /&gt;
|- &lt;br /&gt;
| LARGE_ROAMING &lt;br /&gt;
|  &lt;br /&gt;
| In Fortress Mode, spawns outdoors and is not a vermin creature. &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| LIGAMENTS &lt;br /&gt;
| &lt;br /&gt;
*selection criteria. Often LOCAL_CREATURE_MAT, although other selection criteria may work too.&lt;br /&gt;
*selected material&lt;br /&gt;
*healing rate &lt;br /&gt;
| defines the qualities of ligaments&amp;quot;&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| LIGHT_GEN &lt;br /&gt;
|  &lt;br /&gt;
| The creature will generate light, such as in adventurer mode at night. &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| LIKES_FIGHTING &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 - included modded dwarves. &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| LISP &lt;br /&gt;
|  &lt;br /&gt;
| Creature multiplies 'S' when talking. Ex: &amp;quot;My name isss Recisssiz.&amp;quot; &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| LOCKPICKER &lt;br /&gt;
|  &lt;br /&gt;
| Lets a creature open doors that are set to forbidden in Fortress Mode.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| LOOSE_CLUSTERS &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;
==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;20%&amp;quot; | Arguments&lt;br /&gt;
! width=&amp;quot;60%&amp;quot; | Description&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| MAGMA_VISION &lt;br /&gt;
|  &lt;br /&gt;
| Creature's able to see while covered in magma. &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| MALE &lt;br /&gt;
|  &lt;br /&gt;
| all male&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| MANNERISM_?? &lt;br /&gt;
| &lt;br /&gt;
*occassionally body part &lt;br /&gt;
| Adds a possible mannerism to the creature's profile.&lt;br /&gt;
Refer to [[DF2010:Creature_Token_Mannerisms|Mannerisms]]&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| MATERIAL_BREATH_ATTACK &lt;br /&gt;
| &lt;br /&gt;
*MATERIAL TYPE (TISSUE, INORGANIC)&lt;br /&gt;
*MATERIAL NAME&lt;br /&gt;
*MATERIAL STATE (TRAILING_DUST_FLOW, TRAILING_VAPOR_FLOW, TRAILING_GAS_FLOW, SOLID_GLOB, LIQUID_GLOB, UNDIRECTED_GAS, UNDIRECTED_VAPOR, UNDIRECTED_DUST) &lt;br /&gt;
| Creates an attack referencing a material, using a given type of breath attack.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| MAXAGE &lt;br /&gt;
| min:max &lt;br /&gt;
| range of time in which death from old age may occur&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| MEANDERER &lt;br /&gt;
|  &lt;br /&gt;
| Gives a creature random movement. &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| MEGABEAST &lt;br /&gt;
|  &lt;br /&gt;
| Appears on fortress territory in Fortress Mode occasionally. Implies SEMIMEGABEAST. Also can be worshipped&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| MENT_ATT_RANGE &lt;br /&gt;
| &lt;br /&gt;
*ATTRIBUTE&lt;br /&gt;
*lowest:lower:low:median:high:higher:highest | sets up a mental attribute's range of values&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| MILKABLE &lt;br /&gt;
| &lt;br /&gt;
*LOCAL_CREATURE_MAT:MILK:amount &lt;br /&gt;
| Allows the creature to be milked. &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| MISCHIEVIOUS &lt;br /&gt;
|  &lt;br /&gt;
| Will pull any levers it comes across (requires confirmation). &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;
| MOUNT &lt;br /&gt;
|  &lt;br /&gt;
| Creature may be used as a mount&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| MOUNT_EXOTIC &lt;br /&gt;
|  &lt;br /&gt;
| You need the Dungeon master noble to mount the creature. &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| MULTIPLE_LITTER_RARE &lt;br /&gt;
|  &lt;br /&gt;
| Makes litters with more than one offspring rare. &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| MULTIPLY_VALUE &lt;br /&gt;
| &lt;br /&gt;
*Multiplier &lt;br /&gt;
| multiplies value of materials&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| MUNDANE &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;
==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;20%&amp;quot; | Arguments&lt;br /&gt;
! width=&amp;quot;60%&amp;quot; | Description&lt;br /&gt;
|- &lt;br /&gt;
| NAME &lt;br /&gt;
| singular:plural:adjective &lt;br /&gt;
| What the creature is actually called in game.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| NATURAL &lt;br /&gt;
|  &lt;br /&gt;
| Animal is considered to be natural.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| NO_AUTUMN  &lt;br /&gt;
|  &lt;br /&gt;
| does not appear this season.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| NO_DIZZINESS &lt;br /&gt;
|  &lt;br /&gt;
| Creature cannot become dizzy&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| NO_DRINK &lt;br /&gt;
|  &lt;br /&gt;
| Creature does not need to drink. &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| NO_EAT &lt;br /&gt;
|  &lt;br /&gt;
| Creature does not need to eat. &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| NO_FEVERS &lt;br /&gt;
|  &lt;br /&gt;
| Creature cannot suffer fevers&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| NO_SLEEP &lt;br /&gt;
|  &lt;br /&gt;
| Creature does not need to sleep. &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| NO_SPRING &lt;br /&gt;
|  &lt;br /&gt;
| does not appear this season.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| NO_SUMMER &lt;br /&gt;
|  &lt;br /&gt;
| does not appear this season.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| NO_THOUGHT_CENTER_FOR_MOVEMENT &lt;br /&gt;
|  &lt;br /&gt;
| Probably shorthand for movement being unaffected by damage in general.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| NO_WINTER &lt;br /&gt;
|  &lt;br /&gt;
| does not appear this season.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| NOBONES &lt;br /&gt;
|  &lt;br /&gt;
| Creature has no bones.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| NOBREATHE &lt;br /&gt;
|  &lt;br /&gt;
| Creature doesn't need to breathe or have [BREATHE] parts in body. Cannot drown or be strangled. &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| NOCTURNAL &lt;br /&gt;
|  &lt;br /&gt;
| Sets if the creature is active in night. &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| NOEMOTION &lt;br /&gt;
|  &lt;br /&gt;
| The creature has no emotions, and does not rage.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| NOEXERT &lt;br /&gt;
|  &lt;br /&gt;
| Creature can't become tired or over-exerted. &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| NOFEAR &lt;br /&gt;
|  &lt;br /&gt;
| Creature doesn't feel fear and will never run away from battle. &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| NOMEAT &lt;br /&gt;
|  &lt;br /&gt;
| Creature will not drop meat on butcher. &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| NONAUSEA &lt;br /&gt;
|  &lt;br /&gt;
| Creature can't vomit.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| NOPAIN &lt;br /&gt;
|  &lt;br /&gt;
| Creature doesn't feel pain. &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| NOSKIN &lt;br /&gt;
|  &lt;br /&gt;
| Creature will not drop skin on butcher. &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| NOSKULL &lt;br /&gt;
|  &lt;br /&gt;
| Creature will not drop skull on butcher, rot, or decay of severed head. &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| NOSMELLYROT &lt;br /&gt;
|  &lt;br /&gt;
| Does not produce miasma when rotting&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| NOSTUCKINS &lt;br /&gt;
|  &lt;br /&gt;
| Weapons can't be stuck in creature. &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| NOSTUN &lt;br /&gt;
|  &lt;br /&gt;
| Creature can't be stunned. &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| NOT_BUTCHERABLE &lt;br /&gt;
|  &lt;br /&gt;
| Cannot be butchered&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| NOTHOUGHT &lt;br /&gt;
|  &lt;br /&gt;
| Creature doesn't think, or doesn't require a [BRAIN] body part. &lt;br /&gt;
|}&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;20%&amp;quot; | Arguments&lt;br /&gt;
! width=&amp;quot;60%&amp;quot; | Description&lt;br /&gt;
|- &lt;br /&gt;
| PACK_ANIMAL &lt;br /&gt;
|  &lt;br /&gt;
| Allows the creature to be used as a pack animal. Currently only used by merchants.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| PARALYZEIMMUNE &lt;br /&gt;
|  &lt;br /&gt;
| The creature is immune to all paralyzing special attacks. &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| PEARL &lt;br /&gt;
|  &lt;br /&gt;
| Creature will generate pearls. &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| PENETRATEPOWER &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. Wood and cloth objects roll a 0-9 and if it greater than the penetrate power, their contents escape for the time being. Other objects roll a 0-99. &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| PERSONALITY &lt;br /&gt;
| &lt;br /&gt;
*ATTRIBUTE&lt;br /&gt;
*lowest:median:highest &lt;br /&gt;
| Determines chance of personality traits. Standard is 0:50:100. See Personality traits  for more info.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| PET &lt;br /&gt;
|  &lt;br /&gt;
| Allows the creature to be tamed. &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| PET_EXOTIC &lt;br /&gt;
|  &lt;br /&gt;
| You need a Dungeon master noble in your fortress for the creature to be tamable (but any Animal trainer can do the taming). &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| PETVALUE &lt;br /&gt;
| value &lt;br /&gt;
| How valuable a tamed animal/pet is. Actual cost in points in the embarking screen is (PETVALUE/2)+1 for an untrained animal, PETVALUE+1 for a trained(War or Hunting) one. Note that for an animal to be selectable in this screen, it must have the COMMON_DOMESTIC token. &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| PHYS_ATT_RANGE &lt;br /&gt;
| &lt;br /&gt;
*ATTRIBUTE&lt;br /&gt;
*lowest:lower:low:median:high:higher:highest &lt;br /&gt;
| sets up a physical attribute's range of values&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| PLUS_TISSUE_LAYER &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 a tissue to those selected&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| PLUS_TL_GROUP &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;
| continues a selection of tissue layers&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| POP_RATIO &lt;br /&gt;
|  &lt;br /&gt;
| Weighted population of caste&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| POPULATION_NUMBER &lt;br /&gt;
| min:max &lt;br /&gt;
| The minimum/maximum numbers of how many of these creatures can show up on a map per year. &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| PREFSTRING &lt;br /&gt;
| object &lt;br /&gt;
| Sets what other creatures like about this creature. &amp;quot;Blarghh likes dwarves for their beards.&amp;quot; Multiple entries will be chosen from at random&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| PROFESSION_NAME &lt;br /&gt;
| &lt;br /&gt;
*Profession&lt;br /&gt;
*singular&lt;br /&gt;
*plural &lt;br /&gt;
| alters the name of the given profession&lt;br /&gt;
|}&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;20%&amp;quot; | Arguments&lt;br /&gt;
! width=&amp;quot;60%&amp;quot; | Description&lt;br /&gt;
|- &lt;br /&gt;
| RELSIZE &lt;br /&gt;
| &lt;br /&gt;
*BY_CATEGORY, BY_TYPE, BY_TOKEN&lt;br /&gt;
*Relsize &lt;br /&gt;
| Specifies a new relative size&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| REMOVE_MATERIAL &lt;br /&gt;
| &lt;br /&gt;
*MATERIAL NAME &lt;br /&gt;
| Removes a material from a creature&lt;br /&gt;
|}&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;20%&amp;quot; | Arguments&lt;br /&gt;
! width=&amp;quot;60%&amp;quot; | Description&lt;br /&gt;
|- &lt;br /&gt;
| SAVAGE &lt;br /&gt;
|  &lt;br /&gt;
| Allows creature to show up on (and limits it to) &amp;quot;savage&amp;quot; maps.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| SECRETION &lt;br /&gt;
| &lt;br /&gt;
*MATERIAL REF (eg LOCAL_CREATURE_MAT&lt;br /&gt;
*Material name&lt;br /&gt;
*Material State&lt;br /&gt;
*location secreted from (by_type, by_category, by_token)&lt;br /&gt;
*body part &lt;br /&gt;
*tissue layer &lt;br /&gt;
| creates a secreted material on given tissue on a given part of the body.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| SELECT_CASTE &lt;br /&gt;
| &lt;br /&gt;
*caste name, or ALL &lt;br /&gt;
| selects a caste&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| SELECT_MATERIAL &lt;br /&gt;
| &lt;br /&gt;
*MATERIAL NAME &lt;br /&gt;
| selects the material&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| SELECT_TISSUE_LAYER &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&amp;quot;&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| SEMIMEGABEAST &lt;br /&gt;
| &lt;br /&gt;
| Appears as boss creature in quests. &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| SET_BP_GROUP &lt;br /&gt;
| &lt;br /&gt;
*selection criteria BY_TYPE, BY_CATEGORY, BY_TOKEN&lt;br /&gt;
*category, type, or token &lt;br /&gt;
| selection token&amp;quot;&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| SET_TL_GROUP &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 laters&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| SLOW_LEARNER &lt;br /&gt;
|  &lt;br /&gt;
| Presumably similar to [CAN_LEARN], but slower. Present in the entries for ogres and giants &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| SMALL_REMAINS &lt;br /&gt;
|  &lt;br /&gt;
| If a creature has this token, it'll leave a small corpse that only rots once, and without miasma.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| SPEC_HEAT &lt;br /&gt;
| value &lt;br /&gt;
| Amount of energy required for the creature to heat up or cool down. &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| SPECIALATTACK_INJECT_EXTRACT &lt;br /&gt;
| &lt;br /&gt;
*LOCAL_CREATURE_MAT&lt;br /&gt;
*MATERIAL eg.POISON&lt;br /&gt;
*MATTERSTATE (ALL_SOLID, LIQUID, GAS)&lt;br /&gt;
*min:max&lt;br /&gt;
| attack type addition that injects a material into the victim.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| SPEECH &lt;br /&gt;
| speech file &lt;br /&gt;
| boasting speeches relating to killing this creature&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| SPEED &lt;br /&gt;
| value &lt;br /&gt;
| Sets the creatures' movement and work speed, 1000/[100 + SPEED X] is the resulting effect on creatures movement and work rates from default. See Speed  for more information.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| SPHERE &lt;br /&gt;
| &lt;br /&gt;
*sphere name &lt;br /&gt;
| Sets what religious spheres the creature is aligned to, for purposes of being worshipped via the [POWER] token. Also affects the layout of hidden fun stuff, and the creature's name.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| SWIM_SPEED &lt;br /&gt;
| &lt;br /&gt;
*speed &lt;br /&gt;
| How fast the creature swims. Typically 2500 (0.38 times the default speed). &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| SWIMS_INNATE &lt;br /&gt;
|  &lt;br /&gt;
| The creature naturally knows how to swim, as opposed to [SWIMS_LEARNED] below. Currently, an AI bug prevents this from being useful on PC races in fortress mode. &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| SWIMS_LEARNED &lt;br /&gt;
|  &lt;br /&gt;
| The creature must learn to swim. Requires [CAN_LEARN], obviously. &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| SYN_AFFECTED_CLASS &lt;br /&gt;
|  &lt;br /&gt;
| adds a class of creatures to those affected, such as CREATURE_CLASS:GENERAL_POISON&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| SYN_AFFECTED_CREATURE &lt;br /&gt;
| Creature Name &lt;br /&gt;
| adds a specific creature to those affected.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| SYN_CONTACT &lt;br /&gt;
|  &lt;br /&gt;
| syndrome can be contracted on contact&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| SYN_IMMUNE_CREATURE &lt;br /&gt;
|  &lt;br /&gt;
| creates an exception for the creature so that it not affected by the syndrome.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| SYN_INHALED &lt;br /&gt;
|  &lt;br /&gt;
| syndrome can be contracted by inhaled.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| SYN_INJECTED &lt;br /&gt;
|  &lt;br /&gt;
| syndrome can be contracted by injection.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| SYN_NAME &lt;br /&gt;
| text &lt;br /&gt;
| defines the name of the syndrome&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| SYNDROME &lt;br /&gt;
|  &lt;br /&gt;
| begins definition of a Syndrome for poison use&lt;br /&gt;
|}&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;20%&amp;quot; | Arguments&lt;br /&gt;
! width=&amp;quot;60%&amp;quot; | Description&lt;br /&gt;
|- &lt;br /&gt;
| TENDONS &lt;br /&gt;
| &lt;br /&gt;
*selection criteria. Often LOCAL_CREATURE_MAT, although other selection criteria may work too.&lt;br /&gt;
*selected tissue&lt;br /&gt;
*healing rate &lt;br /&gt;
| Defines the qualities of tendons&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| THICKWEB &lt;br /&gt;
|  &lt;br /&gt;
| The creature's webs can catch larger creatures. May imply [AMBUSHPREDATOR]&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| TISSUE &lt;br /&gt;
| name &lt;br /&gt;
| Begins defining a tissue in the creature file.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| TISSUE_LAYER &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. 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;
| TISSUE_LAYER_APPEARANCE_MODIFIER &lt;br /&gt;
| &lt;br /&gt;
*QUALITY&lt;br /&gt;
*lowest:lower:low:median:high:higher: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;
| TISSUE_STYLE_UNIT &lt;br /&gt;
| &lt;br /&gt;
*tissue&lt;br /&gt;
*shaping &lt;br /&gt;
| sets tissue to be in a certain shape&amp;quot;&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| TL_COLOR_MODIFIER &lt;br /&gt;
| COLOR:FREQ:COLOR:FREQ etc &lt;br /&gt;
| Creates a list of color patterns, giving each a frequency&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| TL_MAJOR_ARTERIES &lt;br /&gt;
|  &lt;br /&gt;
| Gives Major Artery attribute to selected layers.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| TLCM_NOUN &lt;br /&gt;
| &lt;br /&gt;
*name&lt;br /&gt;
*SINGULAR or PLURAL | names the tissue layer color modifier, and determines the noun&amp;quot;&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| TLCM_TIMING &lt;br /&gt;
| &lt;br /&gt;
*ROOT&lt;br /&gt;
*start change window years:days:end change window years:days | determines the point in the creature's life where the color change begins&amp;quot;&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| TRADE_CAPACITY &lt;br /&gt;
|  &lt;br /&gt;
| How much the creature can carry when used by merchants. &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| TRAINABLE &lt;br /&gt;
|  &lt;br /&gt;
| Allows a tame creature to be trained into a &amp;quot;War&amp;quot; or &amp;quot;Hunting&amp;quot; variation by way of Kennels. &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| TRAINABLE_HUNTING &lt;br /&gt;
|  &lt;br /&gt;
| Can be trained as hunting beasts&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| TRANCES &lt;br /&gt;
|  &lt;br /&gt;
| Allows the creature to go into martial trances.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| TRAPAVOID &lt;br /&gt;
|  &lt;br /&gt;
| The creature is immune to traps. &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| TRIGGERABLE_GROUP &lt;br /&gt;
| min:max &lt;br /&gt;
| unknown&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| TSU_NOUN &lt;br /&gt;
| &lt;br /&gt;
*noun&lt;br /&gt;
*SINGULAR or PLURAL &lt;br /&gt;
| creates a noun for the tissue used and whether it is singular or plural&amp;quot;&lt;br /&gt;
|}&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;20%&amp;quot; | Arguments&lt;br /&gt;
! width=&amp;quot;60%&amp;quot; | Description&lt;br /&gt;
|- &lt;br /&gt;
| UNDERGROUND_DEPTH &lt;br /&gt;
| mindepth:maxdepth &lt;br /&gt;
| Depth the creature appears underground&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| UNDERSWIM &lt;br /&gt;
|  &lt;br /&gt;
| Creature swims under the water and can't be seen. &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| USE_MATERIAL_TEMPLATE &lt;br /&gt;
| token:material template &lt;br /&gt;
| Loads a material, and gives it a shortname for later reference&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| USE_TISSUE_TEMPLATE &lt;br /&gt;
| Template Name &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;
| UTTERANCES &lt;br /&gt;
|  &lt;br /&gt;
| Changes the language of the creature into an unintelligible mess.&lt;br /&gt;
|}&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;20%&amp;quot; | Arguments&lt;br /&gt;
! width=&amp;quot;60%&amp;quot; | Description&lt;br /&gt;
|- &lt;br /&gt;
| VEGETATION &lt;br /&gt;
|  &lt;br /&gt;
| unknown&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| VERMIN_BITE &lt;br /&gt;
| &lt;br /&gt;
*amount&lt;br /&gt;
*verb (bitten, stung)&lt;br /&gt;
*LOCAL_CREATURE_MAT&lt;br /&gt;
*MATERIAL &lt;br /&gt;
| vermin bites, and injects something.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| VERMIN_FISH &lt;br /&gt;
|  &lt;br /&gt;
| Acts like a fish&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| VERMIN_GROUNDER &lt;br /&gt;
|  &lt;br /&gt;
| The creature can be picked up if you stand over it. (Requires confirmation)&lt;br /&gt;
'I think this is a habitat flag like VERMIN_SOIL, VERMIN_CHASM, etc. It seems to appear on creatures that don't otherwise have one. – Peristarkawan 17:27, 24 May 2007 (EDT)'&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| VERMIN_HATEABLE &lt;br /&gt;
|  &lt;br /&gt;
| Some dwarves will hate the creature and get unhappy thoughts when around it. &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| VERMIN_MICRO &lt;br /&gt;
|  &lt;br /&gt;
| This makes the creature move in a swarm of creatures of the same race as it. I.E. Swarm of flies, swarm of ants, etc. &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| VERMIN_NOFISH &lt;br /&gt;
|  &lt;br /&gt;
| The creature cannot be caught by fishing. &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| VERMIN_NOROAM &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;
| VERMIN_NOTRAP &lt;br /&gt;
|  &lt;br /&gt;
| The creature cannot be caught by trappers or animal traps. However, this may not work in all cases, as both dragonflies and fairies can be caught by trappers. This is possibly overridden by the VERMIN_GROUNDER token, allowing trappers set to Catch a Live Land Animal to pick up and thus trap the animal. (speculation by Flippantelf  04:45, 15 June 2009 (UTC)) &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| VERMIN_ROTTER &lt;br /&gt;
|  &lt;br /&gt;
| Present on flies, knuckle worms, acorn flies, and blood gnats. Probably means either the creature is attracted to rot, the creature speeds rotting, or both. &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| VERMIN_ROTTER &lt;br /&gt;
|  &lt;br /&gt;
| Present on flies, knuckle worms, acorn flies, and blood gnats. Probably means either the creature is attracted to rot, the creature speeds rotting, or both. &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| VERMIN_SOIL &lt;br /&gt;
|  &lt;br /&gt;
| The creature randomly appears near dirt or mud. &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| VERMIN_SOIL_COLONY &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;
| VERMINHUNTER &lt;br /&gt;
|  &lt;br /&gt;
| A creature with this tag will hunt down vermin and kill them. Sometimes they will eat the vermin, but most of the time they will bring it to their owner. This tag also makes impossible to assign an owner to the animal. The animal chooses it's own owner instead (like a cat). If assigned to a playable race, members of that race will ONLY be able to eat vermin. &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| VESPERTINE &lt;br /&gt;
|  &lt;br /&gt;
| Sets if the creature is active in evening.&lt;br /&gt;
|}&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;20%&amp;quot; | Arguments&lt;br /&gt;
! width=&amp;quot;60%&amp;quot; | Description&lt;br /&gt;
|- &lt;br /&gt;
| WAGON_PULLER &lt;br /&gt;
|  &lt;br /&gt;
| Allows the creature to pull caravan wagons. &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| WEBBER &lt;br /&gt;
| LOCAL_CREATURE_MAT_SILK &lt;br /&gt;
| allows the cerature to web, and defines what the webs are made of.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| WEBIMMUNE &lt;br /&gt;
|  &lt;br /&gt;
| The creature will not get caught in webs.&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>I2amroy</name></author>
	</entry>
</feed>