<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>http://dwarffortresswiki.org/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Ydaraishy</id>
	<title>Dwarf Fortress Wiki - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="http://dwarffortresswiki.org/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Ydaraishy"/>
	<link rel="alternate" type="text/html" href="http://dwarffortresswiki.org/index.php/Special:Contributions/Ydaraishy"/>
	<updated>2026-05-06T03:23:29Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.35.11</generator>
	<entry>
		<id>http://dwarffortresswiki.org/index.php?title=v0.34:Material_definition_token&amp;diff=164617</id>
		<title>v0.34:Material definition token</title>
		<link rel="alternate" type="text/html" href="http://dwarffortresswiki.org/index.php?title=v0.34:Material_definition_token&amp;diff=164617"/>
		<updated>2012-02-22T06:43:53Z</updated>

		<summary type="html">&lt;p&gt;Ydaraishy: &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 definitions (whether for inorganics or those within plants and creatures) as well as in material templates.&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;
| * string&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;
| * string&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;
| [[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;
| [[Main: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 [[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: [[door]]s, [[floodgate]]s, [[hatch cover]]s, [[bin]]s, [[barrel]]s, and [[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 [[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]] token&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 [[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 [[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 will burn for a very long time (9 months and 16.8 days). 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. '''Not permitted in material template definitions.'''&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. '''Not permitted in material template definitions.'''&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. '''Not permitted in material template definitions.'''&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. '''Not permitted in material template definitions.'''&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. '''Not permitted in material template definitions.'''&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. '''Not permitted in material template definitions.'''&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] [[plant token]]s. Defaults to BARREL.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| BUTCHER_SPECIAL&lt;br /&gt;
|&lt;br /&gt;
*[[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 [[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;
*[[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;
* [[material token]]&lt;br /&gt;
| Allows the material to be used to make [[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;.&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;.&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.&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. 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.&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.&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.&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.&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.&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 [[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;
| [[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;
| [[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;
| [[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 [[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 [[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;
| [[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;
| [[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;
| [[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;
| [[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 [[Syndrome#Creature effect tokens|Syndromes page]]&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==See Also==&lt;br /&gt;
* [[Inorganic material definition token]]&lt;br /&gt;
* [[Syndrome]]&lt;br /&gt;
&lt;br /&gt;
{{Category|Modding}}&lt;br /&gt;
{{Category|Tokens}}&lt;/div&gt;</summary>
		<author><name>Ydaraishy</name></author>
	</entry>
	<entry>
		<id>http://dwarffortresswiki.org/index.php?title=v0.34:Syndrome&amp;diff=164610</id>
		<title>v0.34:Syndrome</title>
		<link rel="alternate" type="text/html" href="http://dwarffortresswiki.org/index.php?title=v0.34:Syndrome&amp;diff=164610"/>
		<updated>2012-02-22T05:10:33Z</updated>

		<summary type="html">&lt;p&gt;Ydaraishy: added info for new creatures&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;
| 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 [[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;
|-&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 [[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 [[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 [[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. [[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 - 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] [[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;
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>Ydaraishy</name></author>
	</entry>
	<entry>
		<id>http://dwarffortresswiki.org/index.php?title=v0.34:Creature_token&amp;diff=164512</id>
		<title>v0.34:Creature token</title>
		<link rel="alternate" type="text/html" href="http://dwarffortresswiki.org/index.php?title=v0.34:Creature_token&amp;diff=164512"/>
		<updated>2012-02-21T06:06:17Z</updated>

		<summary type="html">&lt;p&gt;Ydaraishy: Added info about some of the tags.&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;
| Determines whether creature can show up on &amp;quot;tame&amp;quot; maps (includes [[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;
| 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;
| ?&lt;br /&gt;
| ?&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;
| ?&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; 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;
| ?&lt;br /&gt;
| ?&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 (gnawed) &lt;br /&gt;
| The creature chews on food barrels and bags. &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;
| 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;
| 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 [[sponges]].&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;
| ?&lt;br /&gt;
| ?&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. 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;
| ?&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;
| 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;
| 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. Also prevents ghosts of that creature appearing.&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;
| ?&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;
| 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;
| 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.  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;
| 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>Ydaraishy</name></author>
	</entry>
	<entry>
		<id>http://dwarffortresswiki.org/index.php?title=v0.34:Surroundings&amp;diff=164509</id>
		<title>v0.34:Surroundings</title>
		<link rel="alternate" type="text/html" href="http://dwarffortresswiki.org/index.php?title=v0.34:Surroundings&amp;diff=164509"/>
		<updated>2012-02-21T04:36:33Z</updated>

		<summary type="html">&lt;p&gt;Ydaraishy: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{quality|Exceptional|20:48, 4 October 2011 (UTC)}} {{av}}&lt;br /&gt;
&lt;br /&gt;
'''Surroundings''' affect the types of [[plant]] life, wild [[animals]] and [[creatures]] which will appear in play within a given [[biome]].  It is possible to start a [[fortress]] that overlaps multiple alignment types (for example a terrifying [[forest]] and a calm [[shrubland]]). Some players consider this desirable, as it provides diversity in your little corner of the world, but it also has its dangers in the form of more ferocious wildlife.&lt;br /&gt;
&lt;br /&gt;
Some plants and animals are unique to a certain type of surroundings and will only be found if those surroundings are present on the map. Note that most creatures also require a specific [[climate]] to spawn in.  Again, it's important to check the specific biomes making up your site.  Once a [[creature]] spawns on the map, it is under no compulsion to stay in its own biome and can roam as it pleases.  Because of this, the specifics of what means what can be difficult to pin down sometimes.&lt;br /&gt;
&lt;br /&gt;
== Combinations of surroundings ==&lt;br /&gt;
&lt;br /&gt;
{| {{prettytable}}&lt;br /&gt;
|-style=&amp;quot;background:#dddddd&amp;quot;&lt;br /&gt;
|style=&amp;quot;background:#aaaaaa&amp;quot;| ||'''Benign'''||'''Neutral'''||'''Savage'''&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#dddddd&amp;quot;|'''Good'''||Serene||Mirthful||Joyous Wilds&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#dddddd&amp;quot;|'''Neutral'''||Calm||Wilderness||Untamed Wilds&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#dddddd&amp;quot;|'''Evil'''||Sinister||Haunted||Terrifying&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===Neutral===&lt;br /&gt;
&lt;br /&gt;
:including &amp;lt;span style=&amp;quot;background-color:black;color:{{fgcolor|7:0}}&amp;quot;&amp;gt;'''Calm'''&amp;lt;/span&amp;gt;, &amp;lt;span style=&amp;quot;background-color:black;color:{{fgcolor|2:0}}&amp;quot;&amp;gt;'''Wilderness'''&amp;lt;/span&amp;gt; and &amp;lt;span style=&amp;quot;background-color:black;color:{{fgcolor|6:1}}&amp;quot;&amp;gt;'''Untamed Wilds'''&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Neutral''' regions are the easiest to understand.  They generally mimic the real world, with recognizable wildlife depending on the area.  They can be quite dangerous depending on the region, holding anything from generally non-aggressive but physically powerful enemies such as [[gorilla]]s and [[elephant]]s to the very aggressive and very dangerous [[giant eagle]]s. As one might expect, ''Benign Neutral'' zones are really very safe, while ''Savage Neutral'' areas can pose some major difficulties, depending on the dominating climate and landforms.  You'll find most of the standard aboveground plants in these alignments, such as [[prickle berry|prickle berries]], [[rope reed]], [[wild strawberries]] and the like.&lt;br /&gt;
&lt;br /&gt;
===Good===&lt;br /&gt;
&lt;br /&gt;
:including &amp;lt;span style=&amp;quot;background-color:black;color:{{fgcolor|1:1}}&amp;quot;&amp;gt;'''Serene'''&amp;lt;/span&amp;gt;, &amp;lt;span style=&amp;quot;background-color:black;color:{{fgcolor|2:1}}&amp;quot;&amp;gt;'''Mirthful'''&amp;lt;/span&amp;gt; and &amp;lt;span style=&amp;quot;background-color:black;color:{{fgcolor|3:1}}&amp;quot;&amp;gt;'''Joyous Wilds'''&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Good''' biomes tend to have less aggressive and weaker [[creatures]], except for the [[unicorn]]. Good regions also support the wild [[sun berry]], which makes the best [[alcohol]] in the game. There are generally slight changes between ''Benign Good'' and ''Savage Good''.  &lt;br /&gt;
&lt;br /&gt;
=====Distinctive flora &amp;amp; fauna=====&lt;br /&gt;
* Animals: [[mountain gnome]], [[satyr]], [[unicorn]], [[merperson]], [[gorlak]]&lt;br /&gt;
* Plants: [[sun berry]]&lt;br /&gt;
* Trees: [[feather tree]]&lt;br /&gt;
* Vermin: [[fluffy wambler]], [[fairy]], [[pixie]]&lt;br /&gt;
&lt;br /&gt;
===Evil===&lt;br /&gt;
&lt;br /&gt;
:including &amp;lt;span style=&amp;quot;background-color:black;color:{{fgcolor|5:0}}&amp;quot;&amp;gt;'''Sinister'''&amp;lt;/span&amp;gt;, &amp;lt;span style=&amp;quot;background-color:black;color:{{fgcolor|5:1}}&amp;quot;&amp;gt;'''Haunted'''&amp;lt;/span&amp;gt; and &amp;lt;span style=&amp;quot;background-color:black;color:{{fgcolor|5:1}}&amp;quot;&amp;gt;'''Terrifying'''&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Evil''' regions are much more dangerous than their ''Neutral'' and ''Good'' counterparts across the board. At their root, ''Evil'' regions are modified ''Neutral'' regions. In addition to a pack of other [[creatures]] that are nasty, dangerous, and spiteful such as [[beak dog]]s, [[harpy|harpies]], and [[ogre]]s, ''Evil'' regions modify their ''Neutral'' base by infecting many (but not all) of the indigenous [[creatures]] with various forms of [[undead|undeath]]. [[Undead]] cannot be killed through conventional means (dismemberment reanimates the individual body parts, creating even more enemies than before) and must be either butchered and tanned or exposed to magma in order to kill them permanently. Any non-undead creature that dies in an evil biome will reanimate as an undead creature after it is killed, including sentient beings, and any severed body parts and loose skin will also come to life as an individual enemy.  Clearly, hunting undead animals for food is pointless, and finding kills in a countryside crawling where things won't stay dead is suicidal. Undead shrubs are useless for gathering, too. Even the weather is dangerous, as the toxic rains and dangerous clouds of creeping murk inflict various syndromes on par with those of [[forgotten beasts]]. Even ''Benign Evil'' is very difficult for beginning players to earn a niche to work in, so it should be reserved for a challenge play only.  &lt;br /&gt;
&lt;br /&gt;
=====Distinctive flora &amp;amp; fauna=====&lt;br /&gt;
* Animals: [[ogre]], [[dark gnome]], [[beak dog]], [[foul blendec]], [[grimeling]], [[harpy]], [[troll]], [[strangler]], [[nightwing]], [[ice wolf]], [[blizzard man]], [[sea monster]], [[manera]]&lt;br /&gt;
* Plants: [[sliver barb]], [[eyeball grass]], [[wormy tendril]]&lt;br /&gt;
* Trees: [[glumprong]]&lt;br /&gt;
* Vermin: [[demon rat]], [[blood gnat]], [[knuckle worm]], [[phantom spider]]&lt;br /&gt;
&lt;br /&gt;
===Savage===&lt;br /&gt;
'''Savage''' surroundings are typically more dangerous than their Neutral or Benign counterparts, due to the &amp;quot;wildlife&amp;quot; (naturally occurring creatures) found therein.  Savage regions contain many giant versions of normal wildlife, as well as sentient humanoid versions.  A &amp;quot;Savage Good&amp;quot; region is called Joyous Wilds, a &amp;quot;Savage Neutral&amp;quot; region is called Untamed Wilds, and a &amp;quot;Savage Evil&amp;quot; region is called (and can be truly) Terrifying.&lt;br /&gt;
&lt;br /&gt;
=====Distinctive flora &amp;amp; fauna=====&lt;br /&gt;
* Animals: [[giant eagle]], [[giant cheetah]], [[giant leopard]], [[giant jaguar]], [[giant tiger]], [[giant lion]], [[tigerman]], [[slugman]], [[snailman]], [[leechman]], [[giant desert scorpion]], [[sasquatch]], [[sea serpent]]&lt;br /&gt;
* Plants: [[whip vine]]&lt;br /&gt;
* Trees: [[Tree#List_of_Trees|highwood]]&lt;br /&gt;
* Vermin: [[two-legged rhino lizard]], [[moghopper]], [[fox squirrel]], [[acorn fly]]&lt;/div&gt;</summary>
		<author><name>Ydaraishy</name></author>
	</entry>
</feed>