<?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=AVK</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=AVK"/>
	<link rel="alternate" type="text/html" href="http://dwarffortresswiki.org/index.php/Special:Contributions/AVK"/>
	<updated>2026-05-04T15:07:03Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.35.11</generator>
	<entry>
		<id>http://dwarffortresswiki.org/index.php?title=Entity_token&amp;diff=235762</id>
		<title>Entity token</title>
		<link rel="alternate" type="text/html" href="http://dwarffortresswiki.org/index.php?title=Entity_token&amp;diff=235762"/>
		<updated>2018-04-23T02:51:36Z</updated>

		<summary type="html">&lt;p&gt;AVK: /* Behavior */ mixed VALUE  definition behavior&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Quality|Exceptional|19:21, 13 October 2015 (UTC)}}&lt;br /&gt;
{{av}}&lt;br /&gt;
'''Entity tokens''' define entities, or civilizations, in entity_*.txt files.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Gameplay ==&lt;br /&gt;
{| {{prettytable}}&lt;br /&gt;
|- bgcolor=&amp;quot;#ddd&amp;quot;&lt;br /&gt;
! Token&lt;br /&gt;
! Arguments&lt;br /&gt;
! Description&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|ALL_MAIN_POPS_CONTROLLABLE}}{{version|0.42.01}} / {{text anchor|ADVENTURE_TIER}}&lt;br /&gt;
| order&lt;br /&gt;
| Allows adventure mode for entities with sites.  Dwarves, Elves, and Humans take up tier 3, 2, and 1 respectively. Order doesn't need to be maintained; a custom entity can have a tier of 3000 and still work even if it's the only custom entity.&lt;br /&gt;
&lt;br /&gt;
[ADVENTURE_TIER:4]&lt;br /&gt;
&lt;br /&gt;
Adventure tiers were removed in [[:Category:Version 0.42.01|Version 0.42.01]], effectively replaced by ALL_MAIN_POPS_CONTROLLABLE.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|INDIV_CONTROLLABLE}}&lt;br /&gt;
| &lt;br /&gt;
| Allows the race to be played as an &amp;quot;outsider&amp;quot; in adventure mode. Not having this specified in one of the entities will cause the Adventure mode option to disappear. Note that ADVENTURE_TIER is not required if this token is included, and that this cannot be applied to civilizations that were not in an entity_*.txt file during world gen.&lt;br /&gt;
&lt;br /&gt;
Removed in [[:Category:Version 0.42.01|Version 0.42.01]], in favor of the [[Creature token]] OUTSIDER_CONTROLLABLE.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|SITE_CONTROLLABLE}}{{version|0.42.01}} / {{text anchor|CIV_CONTROLLABLE}}&lt;br /&gt;
| &lt;br /&gt;
| Allows fortress mode. If multiple entities have the CIV_CONTROLLABLE token, then in embark mode the specific civs can be chosen by + or - on the civ list screen (by pressing tab), though it will not state what entity the civs belong to. To check which one, tab to the neighbors screen: the entity's race will be at the top. At least one civilization must have this token.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|CREATURE}}&lt;br /&gt;
| creature&lt;br /&gt;
|The type of creature that will inhabit the civilization. If multiple creature types are specified, each civilization will randomly choose one of the creatures.&lt;br /&gt;
[CREATURE:DWARF]&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|SOURCE_HFID}}&lt;br /&gt;
| integer (or generic token?)&lt;br /&gt;
| Found on generated [[angel]] entities.  Appears to draw from creatures with this HFID, which associates the entity with a historical figure of the same ID corresponding to a [[deity]].&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Placement ==&lt;br /&gt;
&lt;br /&gt;
{| {{prettytable}}&lt;br /&gt;
|- bgcolor=&amp;quot;#ddd&amp;quot;&lt;br /&gt;
! Token&lt;br /&gt;
! Arguments&lt;br /&gt;
! Description&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|BIOME_SUPPORT}}&lt;br /&gt;
|&lt;br /&gt;
* [[Biome token|biome]]&lt;br /&gt;
* frequency&lt;br /&gt;
| Higher numbers make the entity more likely to settle there.&lt;br /&gt;
[BIOME_SUPPORT:ANY_GRASSLAND:4]&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|START_BIOME}}&lt;br /&gt;
| [[Biome token|biome]]&lt;br /&gt;
| Birth of the civilization can be performed on this biome.&lt;br /&gt;
[START_BIOME:ANY_FOREST]&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|EXCLUSIVE_START_BIOME}}&lt;br /&gt;
| [[Biome token|biome]]&lt;br /&gt;
| Birth of the civilization only occurs in this biome.&lt;br /&gt;
[EXCLUSIVE_START_BIOME:MOUNTAIN]&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|SETTLEMENT_BIOME}}&lt;br /&gt;
| [[Biome token|biome]]&lt;br /&gt;
| This civ will create small settlements on this biome, not too far from the EXCLUSIVE_START_BIOME.  Used for dwarven hillocks.&lt;br /&gt;
[SETTLEMENT_BIOME:ANY_GRASSLAND]&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|DEFAULT_SITE_TYPE}}&lt;br /&gt;
| site type&lt;br /&gt;
| Valid site types are DARK_FORTRESS (π), CAVE (•), CAVE_DETAILED (Ω), TREE_CITY (î), and CITY (#). Also recognizes PLAYER_FORTRESS, and MONUMENT, though these likely will not work. FORTRESS is no longer a valid entry, instead castles are controlled by BUILDS_OUTDOOR_FORTIFICATIONS. Defaults to CITY. Selecting CAVE causes the classic kobold behavior of not showing of on the &amp;quot;neighbors&amp;quot; section of the site selection screen. Selecting DARK_FORTRESS also allows generation of [[underworld spire|certain other structures]].&lt;br /&gt;
[DEFAULT_SITE_TYPE:CAVE_DETAILED]&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|LIKES_SITE}}&lt;br /&gt;
| site type&lt;br /&gt;
| Most residents will try to move to this site type, unless already at one.&lt;br /&gt;
[LIKES_SITE:CAVE_DETAILED]&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|TOLERATES_SITE}}&lt;br /&gt;
| site type&lt;br /&gt;
| Some residents will try to move to this site type, unless already at one.&lt;br /&gt;
[TOLERATES_SITE:CITY]&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|WORLD_CONSTRUCTION}}&lt;br /&gt;
| construction&lt;br /&gt;
| Controls which constructions the civ will build on the world map. Valid constructions are ROAD, TUNNEL, BRIDGE, and WALL.&lt;br /&gt;
[WORLD_CONSTRUCTION:BRIDGE]&lt;br /&gt;
[WORLD_CONSTRUCTION:ROAD]&lt;br /&gt;
[WORLD_CONSTRUCTION:TUNNEL]&lt;br /&gt;
[WORLD_CONSTRUCTION:WALL]&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Population ==&lt;br /&gt;
&lt;br /&gt;
{| {{prettytable}}&lt;br /&gt;
|- bgcolor=&amp;quot;#ddd&amp;quot;&lt;br /&gt;
! Token&lt;br /&gt;
! Arguments&lt;br /&gt;
! Description&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|MAX_POP_NUMBER}}&lt;br /&gt;
| number&lt;br /&gt;
| Max historical population '''per entity'''. Multiply this by max starting civ to get the total maximum historical population of the species. Defaults to 500.&lt;br /&gt;
[MAX_POP_NUMBER:500]&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|MAX_SITE_POP_NUMBER}}&lt;br /&gt;
| number &lt;br /&gt;
| Max historical population per individual site. Defaults to 50.&lt;br /&gt;
[MAX_SITE_POP_NUMBER:200]&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|MAX_STARTING_CIV_NUMBER}}&lt;br /&gt;
| number&lt;br /&gt;
| Max number of entities to spawn at world generation. Worldgen picks civs in some sequential order from the raws.  Once it reaches the end of the list, it will begin again at the top.  Setting this number lower than 100, like say, 7, will cause worldgen to skip over this civ for placement if there are already 7 civs of this type.  Note that if all civs are set to lower numbers, and the number of starting civs is set higher than the maximum possible amount of civs in total, it will gracefully stop placing civs and get down to the history aspect of worldgen. Defaults to 3.&lt;br /&gt;
[MAX_STARTING_CIV_NUMBER:3]&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Flavor ==&lt;br /&gt;
{| {{prettytable}}&lt;br /&gt;
|- bgcolor=&amp;quot;#ddd&amp;quot;&lt;br /&gt;
! Token&lt;br /&gt;
! Arguments&lt;br /&gt;
! Description&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|PERMITTED_BUILDING}}&lt;br /&gt;
| building name &lt;br /&gt;
| The named, custom building can be built by a civilization in Fortress Mode.&lt;br /&gt;
[PERMITTED_BUILDING:SOAP_MAKER]&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|PERMITTED_JOB}}&lt;br /&gt;
| [[Unit type token|profession]]&lt;br /&gt;
| Allows this job type to be selected. This applies to worldgen creatures, in the embark screen, and in play. Certain professions also influence the availability of materials for trade.&lt;br /&gt;
[PERMITTED_JOB:MINER]&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|PERMITTED_REACTION}}&lt;br /&gt;
| reaction name &lt;br /&gt;
| Allows this reaction to be used by a civilization. It is used primarily in Fortress Mode, but also allow certain resources, such as [[steel]], to be available to a race. When creating custom reactions, this token MUST be present or the player will not be able to use the reaction in Fortress Mode.&lt;br /&gt;
[PERMITTED_REACTION:TAN_A_HIDE]&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|CURRENCY_BY_YEAR}}&lt;br /&gt;
| &lt;br /&gt;
| Causes the civ's currency to be numbered with the year it was minted.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|CURRENCY}}&lt;br /&gt;
|&lt;br /&gt;
* inorganic material&lt;br /&gt;
* value&lt;br /&gt;
| What kind of metals the civ uses for coin minting as well as the value of the coin.&lt;br /&gt;
[CURRENCY:SILVER:5]&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|ART_FACET_MODIFIER}}&lt;br /&gt;
|&lt;br /&gt;
* type&lt;br /&gt;
* number&lt;br /&gt;
| OWN_RACE, FANCIFUL, EVIL, GOOD&lt;br /&gt;
Number goes from 0 to 25600 where 256 is the default.&lt;br /&gt;
[ART_FACET_MODIFIER:OWN_RACE:512]&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|ART_IMAGE_ELEMENT_MODIFIER}}&lt;br /&gt;
|&lt;br /&gt;
* item&lt;br /&gt;
* number&lt;br /&gt;
| CREATURE, PLANT, TREE, SHAPE, ITEM&amp;lt;br /&amp;gt;0-25600&lt;br /&gt;
&lt;br /&gt;
Determines the chance of each image occurring in that entity's artwork, such as engravings and on artifacts, for default (non-historical) artwork.&lt;br /&gt;
&lt;br /&gt;
[ART_IMAGE_ELEMENT_MODIFIER:TREE:512]&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|ITEM_IMPROVEMENT_MODIFIER}}&lt;br /&gt;
|&lt;br /&gt;
* item&lt;br /&gt;
* number&lt;br /&gt;
| ART_IMAGE, COVERED or GLAZED, RINGS_HANGING, BANDS, SPIKES, ITEMSPECIFIC, THREAD, CLOTH, SEWN_IMAGE&amp;lt;br /&amp;gt;0-25600&lt;br /&gt;
&lt;br /&gt;
Determines the chance of the entity using that particular artwork method, such as &amp;quot;encircled with bands&amp;quot; or &amp;quot;menaces with spikes&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
[ITEM_IMPROVEMENT_MODIFIER:SPIKES:0]&lt;br /&gt;
&lt;br /&gt;
This also seems to change the amount that the entity will pay for items that are improved in the ways in their tokens.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|TRANSLATION}}&lt;br /&gt;
| language&lt;br /&gt;
| What language raw the entity uses.&lt;br /&gt;
* If an entity lacks this tag, translations are drawn randomly from all translation files. Multiple translation tags will only result in the last one being used.&lt;br /&gt;
* If GEN_DIVINE is entered, the entity will use a generated divine language, that is, the same language that is used for the names of [[angel]]s.&lt;br /&gt;
[TRANSLATION:DWARF]&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|SELECT_SYMBOL}}&lt;br /&gt;
|&lt;br /&gt;
* noun&lt;br /&gt;
* symbol&lt;br /&gt;
| ALL, REMAINING, BATTLE, BRIDGE, CIV, LIBRARY{{version|0.42.01}}, MILITARY_UNIT, RELIGION, ROAD, SIEGE, SITE, TEMPLE, TUNNEL, VESSEL, WALL, WAR&lt;br /&gt;
Causes the entity to more often use these symbols in the particular SYM set.&lt;br /&gt;
[SELECT_SYMBOL:ALL:PEACE]&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|SUBSELECT_SYMBOL}}&lt;br /&gt;
|&lt;br /&gt;
* noun&lt;br /&gt;
* symbol&lt;br /&gt;
| Causes the symbol set to be preferred as adjectives by the civilization. Used in vanilla to put violent names in sieges and batttles.&lt;br /&gt;
[SELECT_SYMBOL:SIEGE:NAME_SIEGE]&lt;br /&gt;
[SUBSELECT_SYMBOL:SIEGE:VIOLENT]&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|CULL_SYMBOL}}&lt;br /&gt;
|&lt;br /&gt;
* noun&lt;br /&gt;
* symbol&lt;br /&gt;
| Causes the entity to not use the words in these SYM sets.&lt;br /&gt;
[CULL_SYMBOL:ALL:UGLY]&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|FRIENDLY_COLOR}}&lt;br /&gt;
| see [[color]]&lt;br /&gt;
|&lt;br /&gt;
The color of this entity's civilization settlements in the world gen and embark screens, also used when announcing arrival of their caravan. Defaults to 7:0:1.&lt;br /&gt;
&lt;br /&gt;
[FRIENDLY_COLOR:1:0:1]&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Religion ==&lt;br /&gt;
{| {{prettytable}}&lt;br /&gt;
|- bgcolor=&amp;quot;#ddd&amp;quot;&lt;br /&gt;
! Token&lt;br /&gt;
! Arguments&lt;br /&gt;
! Description&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|RELIGION}}&lt;br /&gt;
| type&lt;br /&gt;
|&lt;br /&gt;
* REGIONAL_FORCE: The creatures will worship a single force associated with the terrain of their initial biome.&lt;br /&gt;
* PANTHEON: The creatures will worship a group of gods, each aligned with their spheres and other appropriate ones as well.&lt;br /&gt;
&lt;br /&gt;
[RELIGION:PANTHEON]&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|RELIGION_SPHERE}}&lt;br /&gt;
| sphere&lt;br /&gt;
| Can be any available [[Sphere]]. Multiple entries are possible. Choosing a religious sphere will automatically make its opposing sphere not possible for the species to have: adding WATER, for example, means the species will never get FIRE as a religious sphere. Note that the DEATH sphere favours the appearance of necromancers (and therefore, towers) in the race.&lt;br /&gt;
&lt;br /&gt;
[RELIGION_SPHERE:FORTRESSES]&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|SPHERE_ALIGNMENT}}&lt;br /&gt;
|&lt;br /&gt;
* type&lt;br /&gt;
* number&lt;br /&gt;
|&lt;br /&gt;
This token forces an entity to favor or disfavor particular religious spheres, causing them to acquire those spheres more often when generating a pantheon.&lt;br /&gt;
&lt;br /&gt;
[SPHERE_ALIGNMENT:TREES:512]&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Leadership ==&lt;br /&gt;
{| {{prettytable}}&lt;br /&gt;
|- bgcolor=&amp;quot;#ddd&amp;quot;&lt;br /&gt;
! Token&lt;br /&gt;
! Arguments&lt;br /&gt;
! Description&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|POSITION}}&lt;br /&gt;
| string&lt;br /&gt;
| Defines a leader/noble position for a civilization. These replace previous tags such as [MAYOR] and [CAN_HAVE_SITE_LEADER] and so on. To define a position further, see [[Position token]].&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|LAND_HOLDER_TRIGGER}}&lt;br /&gt;
|&lt;br /&gt;
* land holder number&lt;br /&gt;
* population&lt;br /&gt;
* wealth exported&lt;br /&gt;
* created wealth&lt;br /&gt;
| Defines when a particular land-holding noble (baron, count, duke in vanilla) will arrive at a fortress.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|SITE_VARIABLE_POSITIONS}}&lt;br /&gt;
| Position responsibility or ALL&lt;br /&gt;
| Allows a site responsibility to be taken up by a dynamically generated position (lords, hearthpersons, etc). Any defined positions holding a given responsibility will take precedence over generated positions for that responsibility. Also appears to cause site disputes.{{Verify}}&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|VARIABLE_POSITIONS}}&lt;br /&gt;
| Position responsibility or ALL&lt;br /&gt;
| Allows a responsibility to be taken up by a dynamically generated position (such as Law-maker). Any defined positions holding a given responsibility will take precedence over generated positions for that responsibility.&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Behavior ==&lt;br /&gt;
{| {{prettytable}}&lt;br /&gt;
|- bgcolor=&amp;quot;#ddd&amp;quot;&lt;br /&gt;
! Token&lt;br /&gt;
! Arguments&lt;br /&gt;
! Description&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|ETHIC}}&lt;br /&gt;
| &lt;br /&gt;
*behavior&lt;br /&gt;
*reaction&lt;br /&gt;
| Sets the civ's view of [[ethic]]s (certain behaviors), from capital punishment to completely acceptable. This also causes the civ to look upon opposing ethics with disfavor, if their reaction to it is opposing, and when at extremes (one ACCEPTABLE, another civ UNTHINKABLE for example) they will often go to war over it.&lt;br /&gt;
[ETHIC:EAT_SAPIENT_KILL:ACCEPTABLE]&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|VALUE}}&lt;br /&gt;
| &lt;br /&gt;
*value&lt;br /&gt;
*number&lt;br /&gt;
| Sets the civ's [[personality trait|cultural values]].  Numbers range from -50 (completely anathema) to 0 (neutral) to 50 (highly valued).&lt;br /&gt;
[VALUE:CRAFTSMANSHIP:50]&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|VARIABLE_VALUE}}{{version|0.42.01}}&lt;br /&gt;
|&lt;br /&gt;
*value or ALL&lt;br /&gt;
*min&lt;br /&gt;
*max&lt;br /&gt;
| Makes values randomized rather than specified.&lt;br /&gt;
This tag overrides the VALUE tag. Using [VARIABLE_VALUE:ALL:x:y] and then overwriting single values with further [VARIABLE_VALUE:value:x:y] tags works.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|WILL_ACCEPT_TRIBUTE}}&lt;br /&gt;
| &lt;br /&gt;
| Makes the civ's traders accept offered goods.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|WANDERER}}, {{text anchor|BEAST_HUNTER}}, {{text anchor|SCOUT}}, {{text anchor|MERCENARY}}&lt;br /&gt;
| &lt;br /&gt;
| The civ will send out these sorts of adventurers in worldgen. This seems to increase Tracker skill. These types of adventurers will sometimes be seen leading a battle (instead of war leaders or generals) in remote locations during world-gen, in charge of the defenders.&lt;br /&gt;
&lt;br /&gt;
If the civ sends out mercenaries, they may come to the player's fort to enlist in the military.{{version|0.42.01}}&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|ABUSE_BODIES}}&lt;br /&gt;
| &lt;br /&gt;
| The civilization will mutilate bodies when they are the victors in history-gen warfare, such as hanging bodies from trees, putting them on spikes, and so forth. Adventurers killed in Adventurer mode will sometimes be impaled on spikes wherever they died, with or without this token, and regardless of whether they actually antagonized the townspeople.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|ACTIVE_SEASON}}&lt;br /&gt;
| season&lt;br /&gt;
| The season when the civ is most active: when they will trade, interact with you via diplomats, and/or invade you. Civs can have multiple season entries. Note: If multiple caravans arrive at the same time, you are able to select which civ to trade with at the depot menu. ACTIVE_SEASON tags may be changed for a currently active fort.&lt;br /&gt;
[ACTIVE_SEASON:AUTUMN]&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|AMBUSHER}}&lt;br /&gt;
| &lt;br /&gt;
| When invading sneaks around and shoots at straggling members of your society. They will spawn on the edge of the map and will only be visible when one of their party are spotted; this can be quite dangerous to undefended trade depots. If the civilization also has the SIEGER token, they will eventually ramp it up to less subtle means of warfare.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|AT_PEACE_WITH_WILDLIFE}}&lt;br /&gt;
|&lt;br /&gt;
| Will not attack wildlife, and will not be attacked by them, even if you have them in your party. This can be somewhat disconcerting when attacked by bears in the forest, and your elven ally sits back and does nothing.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|BABYSNATCHER}}&lt;br /&gt;
|&lt;br /&gt;
| Sends thieves to steal babies. Without this tag (or AMBUSHER, or ITEM_THIEF), enemy civs will only siege (if capable), and will siege as early as they would otherwise babysnatch. This can happen as early as the first year of the fort! In addition, babysnatcher civs will snatch children during worldgen, allowing them to become part of the civ if they do not escape.&lt;br /&gt;
&lt;br /&gt;
Note: If the playable civ in Fortress Mode has this tag (e.g. you add BABYSNATCHER to the Dwarf entity) then the roles will be reversed and elves and humans will siege and ambush and goblins will be friendly to you. However, animals traded away to one's own caravan will count as snatched, reported upon the animal leaving the map, and the animal will not count as having been exported.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|BUILDS_OUTDOOR_FORTIFICATIONS}}&lt;br /&gt;
| &lt;br /&gt;
| Makes the civilization build castles from [[mead hall]]s, and (unlike older versions) only functions when the type of site built is a hamlet/town. This, combined with the correct type of [[position token|position]] associated with a site, is why adventurers can only lay claim to human sites. {{bug|8001}}&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|BUILDS_OUTDOOR_TOMBS}}&lt;br /&gt;
| &lt;br /&gt;
| Makes the civilization build tombs.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|BANDITRY}}&lt;br /&gt;
| percentage&lt;br /&gt;
| Sets a percentage of the entity population to be used as bandits.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|DIPLOMAT_BODYGUARDS}}&lt;br /&gt;
|&lt;br /&gt;
| Visiting diplomats are accompanied by a pair of soldiers.&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|GENERATED}}&lt;br /&gt;
|&lt;br /&gt;
| Found on generated divine &amp;quot;HF Guardian Entities&amp;quot;.  Cannot be used in user-defined raws.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|INVADERS_IGNORE_NEUTRALS}}&lt;br /&gt;
|&lt;br /&gt;
| Causes invaders to ignore visiting caravans and other neutral creatures.{{verify}}&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|ITEM_THIEF}}&lt;br /&gt;
|&lt;br /&gt;
| Sends thieves to steal items. This will also occur in history generation, and thieves will have the &amp;quot;thief&amp;quot; profession. Items stolen in history gen will be scattered around that creature's home. Also causes that civ to be hostile to any entity without this token. Without this tag (or AMBUSHER, or BABYSNATCHER), enemy civs will only siege (if capable), and will siege as early as they would otherwise steal.&lt;br /&gt;
&lt;br /&gt;
Note: If the playable civ in Fortress Mode has this tag (e.g. you add ITEM_THIEF to the Dwarf entity) then the roles will be reversed and elves and humans will siege and ambush and kobolds will be friendly to you. However, ALL items traded away to one's own caravan will count as stolen, reported when the items leave the map, and the stolen items will not count as exported.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|LOCAL_BANDITRY}}&lt;br /&gt;
|&lt;br /&gt;
| Causes the entity to send out patrols that can ambush adventurers. Said patrols will be hostile to any adventurers they encounter, regardless of race or nationality.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|MERCHANT_BODYGUARDS}}&lt;br /&gt;
|&lt;br /&gt;
| Caravan merchants are accompanied by soldiers.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|MERCHANT_NOBILITY}}&lt;br /&gt;
|&lt;br /&gt;
| Effect unknown - in previous versions, this resulted in the civ having a Guild Representative / Merchant Baron / Merchant Prince, but now this is controlled solely by positions.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|PROGRESS_TRIGGER_POPULATION}}&lt;br /&gt;
| level&lt;br /&gt;
| 0 to 5, civ will come to site once population at site has reached that level. If multiple progress triggers exist for a civ, it will come when any one of them is fulfilled instead of waiting for all of them to be reached. A value of 0 disables the trigger. 1 corresponds to 20 dwarves, 2 to 50 dwarves, 3 to 80, 4 to 110, and 5 to 140. Progress triggers may be changed, added, or deleted for a currently active fort. Note: hostile civs require that the population trigger be fulfilled as well as at least one other trigger before attacking.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|PROGRESS_TRIGGER_PRODUCTION}}&lt;br /&gt;
| level&lt;br /&gt;
| 0 to 5, civ will come to site once created wealth has reached that level. If multiple progress triggers exist for a civ, it will come when any one of them is fulfilled instead of waiting for all of them to be reached. A value of 0 disables the trigger. 1 corresponds to 5000☼ created wealth, 2 to 25000☼, 3 to 100000☼, 4 to 200000☼, and 5 to 300000☼. Progress triggers may be changed, added, or deleted for a currently active fort.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|PROGRESS_TRIGGER_TRADE}}&lt;br /&gt;
| level&lt;br /&gt;
| 0 to 5, civ will come to site once exported goods has reached that level. If multiple progress triggers exist for a civ, it will come when any one of them is fulfilled instead of waiting for all of them to be reached. A value of 0 disables the trigger. 1 corresponds to 500☼ exported wealth, 2 to 2500☼, 3 to 10000☼, 4 to 20000☼, and 5 to 30000☼. Progress triggers may be changed, added, or deleted for a currently active fort.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|PROGRESS_TRIGGER_POP_SIEGE}}&lt;br /&gt;
| level&lt;br /&gt;
| 0 to 5, civ will begin to send sieges against the player civ when this level is reached if it is hostile.&lt;br /&gt;
&lt;br /&gt;
If multiple progress triggers exist for a civ, it will come when any one of them is fulfilled instead of waiting for all of them to be reached. A value of 0 disables the trigger.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|PROGRESS_TRIGGER_PROD_SIEGE}}&lt;br /&gt;
| level&lt;br /&gt;
| 0 to 5, civ will begin to send sieges against the player civ when this level is reached if it is hostile.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|PROGRESS_TRIGGER_TRADE_SIEGE}}&lt;br /&gt;
| level&lt;br /&gt;
| 0 to 5, civ will begin to send sieges against the player civ when this level is reached if it is hostile.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|SIEGER}}&lt;br /&gt;
|&lt;br /&gt;
| Will start campfires and wait around at the edge of your map for a month or two before rushing in to attack. This will occur when the progress triggers for sieging are reached. If the civ lacks smaller methods of conflict (AMBUSHER, BABYSNATCHER, ITEM_THIEF), they will instead send smaller-scale sieges when their triggers for &amp;quot;first contact&amp;quot; are reached.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|SITE_GUARDIAN}}&lt;br /&gt;
|&lt;br /&gt;
| Guards certain special sites, such as a [[vault]] belonging to a [[demon]] allied with a [[deity]].  Used in generated divine entities. &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|SKULKING}}&lt;br /&gt;
|&lt;br /&gt;
| This makes the severity of attacks depend on the extent of item/baby thievery rather than the passage of time. Designed to go with ITEM_THIEF, may or may not work with BABYSNATCHER.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|TREE_CAP_DIPLOMACY}}&lt;br /&gt;
|&lt;br /&gt;
| Visiting diplomats impose tree cutting quotas; without this, they will simply compliment your fortress and leave. Also causes the diplomat to make unannounced first contact at the very beginning of the first Spring after your fortress becomes a land holder.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|LAYER_LINKED}}&lt;br /&gt;
| &lt;br /&gt;
| Defines if a civilization is a hidden subterranean entity, such as [[bat man]] civilizations. May spawn in any of three caverns, in groups of 5-10 soldiers who will hunt down nearby cavern creatures.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|UNDEAD_CANDIDATE}}&lt;br /&gt;
|&lt;br /&gt;
| Unknown. Possibly makes this creature available as a &amp;quot;Corpse&amp;quot; (e.g. Human Corpse) for necromancers in adventure mode.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|GENERATE_KEYBOARD_INSTRUMENTS}}, {{text anchor|GENERATE_PERCUSSION_INSTRUMENTS}}, {{text anchor|GENERATE_STRINGED_INSTRUMENTS}}, {{text anchor|GENERATE_WIND_INSTRUMENTS}}, {{text anchor|GENERATE_DANCE_FORMS}}, {{text anchor|GENERATE_MUSICAL_FORMS}}, {{text anchor|GENERATE_POETIC_FORMS}}{{version|0.42.01}}&lt;br /&gt;
|&lt;br /&gt;
| Makes civilizations generate the given instruments/forms.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|SCHOLAR}}{{version|0.42.01}}&lt;br /&gt;
| scholar type&lt;br /&gt;
| ALL, ASTRONOMER, CHEMIST, DOCTOR, ENGINEER, GEOGRAPHER, HISTORIAN, MATHEMATICIAN, NATURALIST, PHILOSOPHER&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|SET_SCHOLARS_ON_VALUES_AND_JOBS}}{{version|0.42.01}}&lt;br /&gt;
|&lt;br /&gt;
| Generates scholars based on the values generated with the VARIABLE_VALUE tag.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|NO_ARTIFACT_CLAIMS}}{{version|0.44.01}}&lt;br /&gt;
|&lt;br /&gt;
| Used for kobolds.&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Available Resources ==&lt;br /&gt;
{| {{prettytable}}&lt;br /&gt;
|- bgcolor=&amp;quot;#ddd&amp;quot;&lt;br /&gt;
! Token&lt;br /&gt;
! Arguments&lt;br /&gt;
! Description&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|AMMO}}&lt;br /&gt;
| item token&lt;br /&gt;
| &lt;br /&gt;
[AMMO:ITEM_AMMO_BOLTS]&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|ARMOR}}&lt;br /&gt;
|&lt;br /&gt;
* item token&lt;br /&gt;
* rarity&lt;br /&gt;
|Rarity is optional.  Permitted rarity values are RARE, UNCOMMON, FORCED (anything else is treated as COMMON).&lt;br /&gt;
[ARMOR:ITEM_ARMOR_PLATEMAIL:COMMON]&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|DIGGER}}&lt;br /&gt;
| item token&lt;br /&gt;
| Causes the selected weapon to fall under the &amp;quot;digging tools&amp;quot; section of the embark screen. Also forces the weapon to be made out of metal, which can cause issues if a modded entity has access to picks without access to metal. For those cases, listing the pick under the [WEAPON] token works just as well. Note that this tag is neither necessary nor sufficient to allow use of that item as a mining tool -- for that, the item itself needs to be a weapon with [SKILL:MINING].&lt;br /&gt;
[DIGGER:ITEM_WEAPON_PICK]&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|GLOVES}}&lt;br /&gt;
|&lt;br /&gt;
* item token&lt;br /&gt;
* rarity&lt;br /&gt;
| Rarity is optional.  Permitted rarity values are RARE, UNCOMMON, FORCED (anything else is treated as COMMON).&lt;br /&gt;
[GLOVES:ITEM_GLOVES_GLOVES:COMMON]&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|HELM}}&lt;br /&gt;
|&lt;br /&gt;
* item token&lt;br /&gt;
* rarity&lt;br /&gt;
| Rarity is optional.  Permitted rarity values are RARE, UNCOMMON, FORCED (anything else is treated as COMMON).&lt;br /&gt;
[HELM:ITEM_HELM_HELM:COMMON]&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|INSTRUMENT}}&lt;br /&gt;
| item token&lt;br /&gt;
| No longer used as of [[:Category:Version 0.42.01|Version 0.42.01]] due to the ability to generate instruments in world generation. It is still usable if pre-defined instruments are modded in, and generated musical forms are capable of selecting pre-defined instruments to use. However, reactions for making instruments, instrument parts, and/or assembling such instruments need to be added as well, as this token no longer adds such instruments to the craftdwarf's workshop menu.&lt;br /&gt;
[INSTRUMENT:ITEM_INSTRUMENT_FLUTE]&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|PANTS}}&lt;br /&gt;
|&lt;br /&gt;
* item token&lt;br /&gt;
* rarity&lt;br /&gt;
| Rarity is optional.  Permitted rarity values are RARE, UNCOMMON, FORCED (anything else is treated as COMMON).&lt;br /&gt;
[PANTS:ITEM_PANTS_PANTS:COMMON]&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|SHIELD}}&lt;br /&gt;
| item token&lt;br /&gt;
| &lt;br /&gt;
[SHIELD:ITEM_SHIELD_SHIELD]&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|SHOES}}&lt;br /&gt;
|&lt;br /&gt;
* item token&lt;br /&gt;
* rarity&lt;br /&gt;
| Rarity is optional.  Permitted rarity values are RARE, UNCOMMON, FORCED (anything else is treated as COMMON).&lt;br /&gt;
[SHOES:ITEM_SHOES_SHOES:COMMON]&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|SIEGEAMMO}}&lt;br /&gt;
| item token&lt;br /&gt;
| &lt;br /&gt;
[SIEGEAMMO:ITEM_SIEGEAMMO_BALLISTA]&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|TOOL}}&lt;br /&gt;
| item token&lt;br /&gt;
| &lt;br /&gt;
[TOOL:ITEM_TOOL_NEST_BOX]&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|TOY}}&lt;br /&gt;
| item token&lt;br /&gt;
| &lt;br /&gt;
[TOY:ITEM_TOY_PUZZLEBOX]&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|TRAPCOMP}}&lt;br /&gt;
| item token&lt;br /&gt;
| &lt;br /&gt;
[TRAPCOMP:ITEM_TRAPCOMP_GIANTAXEBLADE]&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|WEAPON}}&lt;br /&gt;
| item token&lt;br /&gt;
| &lt;br /&gt;
[WEAPON:ITEM_WEAPON_AXE_BATTLE]&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|USE_ANIMAL_PRODUCTS}}&lt;br /&gt;
|&lt;br /&gt;
| Allows civilization to use products made from animals. All relevant creatures will be able to provide wool, silk, and extracts (including milk and venom) for trade, and non-sentient creatures (unless ethics state otherwise) will be able to provide eggs, caught fish, meat, leather, bone, shell, pearl, horn, and ivory.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|USE_ANY_PET_RACE}}&lt;br /&gt;
| &lt;br /&gt;
| Any creature in the civilization's list of usables (from the surrounding 7x7 or so of squares and map features in those squares) which has PET or PET_EXOTIC will be available as a pet, pack animal (with PACK_ANIMAL), wagon puller (with WAGON_PULLER), mount (with MOUNT or MOUNT_EXOTIC), or siege minion (with TRAINABLE_WAR and ''without'' CAN_LEARN).  This notion of the initial usable creature list, which then gets pared down or otherwise considered, applies below as well.  All common domestic and equipment creatures are also added to the initial list.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|USE_CAVE_ANIMALS}}&lt;br /&gt;
|&lt;br /&gt;
| If they don't have it, creatures with exclusively subterranean biomes are skipped. If they have it, cave creatures with PET will also be available as pets, pack animals (with PACK_ANIMAL), wagon pullers (with WAGON_PULLER), mounts (with MOUNT or MOUNT_EXOTIC), and siege minions (with TRAINABLE_WAR and ''without'' CAN_LEARN).&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|USE_EVIL_ANIMALS}}&lt;br /&gt;
|&lt;br /&gt;
| Don't have it -&amp;gt; EVIL creatures skipped. If they have it, evil creatures with SLOW_LEARNER or ''without'' CAN_LEARN will be also available as pets (with PET), pack animals (with PACK_ANIMAL), wagon pullers (with WAGON_PULLER), mounts (with MOUNT or MOUNT_EXOTIC), and siege minions (with TRAINABLE_WAR or SLOW_LEARNER), even the normally untameable species.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|USE_EVIL_PLANTS}}&lt;br /&gt;
|&lt;br /&gt;
| As EVIL creatures for all uses of plants.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|USE_EVIL_WOOD}}&lt;br /&gt;
|&lt;br /&gt;
| As EVIL creatures for all uses of wood.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|USE_GOOD_ANIMALS}}&lt;br /&gt;
|&lt;br /&gt;
| Don't have it -&amp;gt; GOOD creatures skipped. If they have it, good creatures ''without'' CAN_LEARN will also be available as pets (with PET), pack animals (with PACK_ANIMAL), wagon pullers (with WAGON_PULLER), mounts (with MOUNT or MOUNT_EXOTIC), and siege minions (with TRAINABLE_WAR), even the normally untameable species.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|USE_GOOD_PLANTS}}&lt;br /&gt;
|&lt;br /&gt;
| As GOOD creatures for all uses of plants.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|USE_GOOD_WOOD}}&lt;br /&gt;
|&lt;br /&gt;
| As GOOD creatures for all uses of wood.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|USE_MISC_PROCESSED_WOOD_PRODUCTS}}&lt;br /&gt;
|&lt;br /&gt;
| If the relevant professions are permitted, controls availability of lye (LYE_MAKING), charcoal (BURN_WOOD), and potash (POTASH_MAKING).&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|COMMON_DOMESTIC_MOUNT}}&lt;br /&gt;
|&lt;br /&gt;
| Gives the civilization access to creatures with COMMON_DOMESTIC and MOUNT. Additionally, all available (based on USE_ANY_PET_RACE, USE_CAVE_ANIMALS, USE_GOOD_ANIMALS, and USE_EVIL_ANIMALS) creature with MOUNT and PET will be allowed for use as mounts during combat.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|COMMON_DOMESTIC_PACK}}&lt;br /&gt;
|&lt;br /&gt;
| Gives the civilization access to creatures with COMMON_DOMESTIC and PACK_ANIMAL. Additionally, all available (see above) creatures with PACK_ANIMAL and PET will be allowed for use during trade as pack animals.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|COMMON_DOMESTIC_PET}}&lt;br /&gt;
|&lt;br /&gt;
| Gives the civilization access to creatures with COMMON_DOMESTIC and PET. Additionally, all available (see above) creatures with PET will be allowed for use as pets.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|COMMON_DOMESTIC_PULL}}&lt;br /&gt;
|&lt;br /&gt;
| Gives the civilization access to creatures with COMMON_DOMESTIC and WAGON_PULLER. Additionally, all available (see above) creatures with WAGON_PULLER and PET will be allowed for use during trade to pull [[wagon]]s.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|RIVER_PRODUCTS}}&lt;br /&gt;
|&lt;br /&gt;
| Allow civ to use river products in the goods it has available for trade.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|OCEAN_PRODUCTS}}&lt;br /&gt;
|&lt;br /&gt;
| Allow civ to use ocean products (including [[amber]] and [[coral]]) in the goods it has available for trade. Without OCEAN_PRODUCTS, civilizations will not be able to trade ocean fish even if they are ''also'' available from other sources (e.g. [[sturgeon]]s and [[stingray]]s).&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|INDOOR_FARMING}}&lt;br /&gt;
| &lt;br /&gt;
| Allow civ to use underground plant products in the goods it has available for trade. Lack of suitable vegetation in caverns will cause [[World generation#Rejections|worldgen rejection]]s.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|OUTDOOR_FARMING}}&lt;br /&gt;
|&lt;br /&gt;
| Allow civ to use outdoor plant products in the goods it has available for trade. Lack of suitable vegetation in the civ's starting area will cause [[World generation#Rejections|worldgen rejection]]s.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|INDOOR_GARDENS}}&lt;br /&gt;
| &lt;br /&gt;
| Allow civ to use underground plant growths (quarry bush leaves in unmodded games) in the goods it has available for trade.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|OUTDOOR_GARDENS}}&lt;br /&gt;
|&lt;br /&gt;
| Allow civ to use outdoor plant growths in the goods it has available for trade.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|INDOOR_ORCHARDS}}&lt;br /&gt;
|&lt;br /&gt;
| Allows civ to use indoor tree growths in the goods it has available for trade.  Not used in vanilla entities, as vanilla underground trees do not grow fruit.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|OUTDOOR_ORCHARDS}}&lt;br /&gt;
|&lt;br /&gt;
| Allows civ to use outdoor tree growths in the goods it has available for trade.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|CLOTHING}}&lt;br /&gt;
|&lt;br /&gt;
| Civ members will attempt to wear clothing.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|SUBTERRANEAN_CLOTHING}}&lt;br /&gt;
|&lt;br /&gt;
| Will wear things made of spider silk and other subterranean materials. &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|EQUIPMENT_IMPROVEMENTS}}&lt;br /&gt;
|&lt;br /&gt;
| Adds decorations to equipment based on the level of the generated unit.  Also improves item quality.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|IMPROVED_BOWS}}&lt;br /&gt;
|&lt;br /&gt;
| Adds decorations to weapons generated for bowman and master bowman.  An elf hack.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|METAL_PREF}}&lt;br /&gt;
|&lt;br /&gt;
| Allows metal materials to be used to make cages (inexpensive metals only) and crafts.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|STONE_PREF}}&lt;br /&gt;
|&lt;br /&gt;
| Allows the civilization to make use of nearby stone types. If the FURNACE_OPERATOR job is permitted, also allows ore-bearing stones to be smelted into metals.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|WOOD_WEAPONS}}&lt;br /&gt;
|&lt;br /&gt;
| The civilization can make traditionally metallic weapons such as swords and spears from wood. An elf hack.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|WOOD_ARMOR}}&lt;br /&gt;
|&lt;br /&gt;
| The civilization can make traditionally metallic armor such as mail shirts and helmets from wood. An elf hack.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|GEM_PREF}}&lt;br /&gt;
|&lt;br /&gt;
| Enables creatures of this entity to bring gems in trade.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|INDOOR_WOOD}}&lt;br /&gt;
| &lt;br /&gt;
| Allow civ to use subterranean wood types, such as tower-cap and fungiwood logs.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|OUTDOOR_WOOD}}&lt;br /&gt;
|&lt;br /&gt;
| Allow civ to use outdoor wood types, such as mangrove and oak.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|GEM_SHAPE}}&lt;br /&gt;
| [[Descriptor shape token|shape]]&lt;br /&gt;
| Precious gems cut by this civilization's jewelers can be of this shape.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|STONE_SHAPE}}&lt;br /&gt;
| [[Descriptor shape token|shape]]&lt;br /&gt;
| Ordinary non-gem stones cut by this civilization's jewelers can be of this shape.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|DIVINE_MAT_CLOTHING}}&lt;br /&gt;
|&lt;br /&gt;
| Allows civ to use materials with [DIVINE] for clothing.  Used for generated divine entities.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|DIVINE_MAT_CRAFTS}}&lt;br /&gt;
|&lt;br /&gt;
| Allows civ to use materials with [DIVINE] for crafts.{{verify}}  Used for generated divine entities.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|DIVINE_MAT_WEAPONS}}&lt;br /&gt;
|&lt;br /&gt;
| Allows civ to use metals with [DIVINE] for weapons.  Used for generated divine entities.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|DIVINE_MAT_ARMOR}}&lt;br /&gt;
|&lt;br /&gt;
| Allows civ to use metals with [DIVINE] for armour.  Used for generated divine entities.&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Animal definitions ==&lt;br /&gt;
&lt;br /&gt;
{{version|0.44.01}}&lt;br /&gt;
&lt;br /&gt;
{| {{prettytable}}&lt;br /&gt;
|- bgcolor=&amp;quot;#ddd&amp;quot;&lt;br /&gt;
! Token&lt;br /&gt;
! Arguments&lt;br /&gt;
! Description&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|ANIMAL}}&lt;br /&gt;
|&lt;br /&gt;
| Start an animal definition.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|ANIMAL_TOKEN}}&lt;br /&gt;
| [[creature token]]&lt;br /&gt;
| Select specific creature.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|ANIMAL_CASTE_TOKEN}}&lt;br /&gt;
| [[Caste|creature caste token]]&lt;br /&gt;
| Select specific creature caste (requires ANIMAL_TOKEN). Sites with animal populations will still include all castes, but only the selected ones will be used for specific roles.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|ANIMAL_CLASS}}&lt;br /&gt;
| [[Creature token#CREATURE_CLASS|creature class]]&lt;br /&gt;
| Select creature castes with this creature class (multiple uses allowed).&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|ANIMAL_FORBIDDEN_CLASS}}&lt;br /&gt;
| [[Creature token#CREATURE_CLASS|creature class]]&lt;br /&gt;
| Forbid creature castes with this creature class (multiple uses allowed).&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|ANIMAL_ALWAYS_PRESENT}}&lt;br /&gt;
|&lt;br /&gt;
| Animal will be present even if it does not naturally occur in the entity's terrain.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
* {{text anchor|ANIMAL_NEVER_MOUNT}}, {{text anchor|ANIMAL_ALWAYS_MOUNT}}&lt;br /&gt;
* {{text anchor|ANIMAL_NEVER_WAGON_PULLER}}, {{text anchor|ANIMAL_ALWAYS_WAGON_PULLER}}&lt;br /&gt;
* {{text anchor|ANIMAL_NEVER_SIEGE}}, {{text anchor|ANIMAL_ALWAYS_SIEGE}}&lt;br /&gt;
* {{text anchor|ANIMAL_NEVER_PET}}, {{text anchor|ANIMAL_ALWAYS_PET}}&lt;br /&gt;
* {{text anchor|ANIMAL_NEVER_PACK_ANIMAL}}, {{text anchor|ANIMAL_ALWAYS_PACK_ANIMAL}}&lt;br /&gt;
|&lt;br /&gt;
| Override creature usage tokens. Respectively:&lt;br /&gt;
* [[Creature token#MOUNT|MOUNT]] and [[Creature token#MOUNT_EXOTIC|MOUNT_EXOTIC]]&lt;br /&gt;
* [[Creature token#WAGON_PULLER|WAGON_PULLER]]&lt;br /&gt;
* [[Creature token#TRAINABLE_WAR|TRAINABLE_WAR]] and not [[Creature token#CAN_LEARN|CAN_LEARN]]&lt;br /&gt;
* [[Creature token#PET|PET]] and [[Creature token#PET_EXOTIC|PET_EXOTIC]]&lt;br /&gt;
* [[Creature token#PACK_ANIMAL|PACK_ANIMAL]]&lt;br /&gt;
ALWAYS overrides NEVER if a caste is matched by more than one animal definition.&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Tissue Styling Related Tokens ==&lt;br /&gt;
{| {{prettytable}}&lt;br /&gt;
|- bgcolor=&amp;quot;#ddd&amp;quot;&lt;br /&gt;
! Token&lt;br /&gt;
! Arguments&lt;br /&gt;
! Description&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|TISSUE_STYLE}}&lt;br /&gt;
| tissue style unit ID&lt;br /&gt;
| Select tissue layer which have the ID attached using TISSUE_STYLE_UNIT token in unit raws. This allows setting further cultural style parameters for selected tissue layer.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|TS_MAINTAIN_LENGTH}}&lt;br /&gt;
|&lt;br /&gt;
* minimum length?&lt;br /&gt;
* maximum length?&lt;br /&gt;
| Presumably sets culturally preferred tissue length for selected tissue. Needs testing.&lt;br /&gt;
Dwarves have their beards set to 100:NONE by default.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|TS_PREFERRED_SHAPING}}&lt;br /&gt;
| styling token&lt;br /&gt;
| Valid tokens are NEATLY_COMBED, BRAIDED, DOUBLE_BRAIDS, PONY_TAILS, CLEAN_SHAVEN and STANDARD_HAIR/BEARD/MOUSTACHE/SIDEBURNS_SHAPINGS.&lt;br /&gt;
Presumably sets culturally preferred tissue shapings for selected tissue. Needs testing.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{{Category|Modding}}&lt;br /&gt;
{{Category|Tokens}}&lt;/div&gt;</summary>
		<author><name>AVK</name></author>
	</entry>
	<entry>
		<id>http://dwarffortresswiki.org/index.php?title=Tool_token&amp;diff=223239</id>
		<title>Tool token</title>
		<link rel="alternate" type="text/html" href="http://dwarffortresswiki.org/index.php?title=Tool_token&amp;diff=223239"/>
		<updated>2016-02-05T13:39:22Z</updated>

		<summary type="html">&lt;p&gt;AVK: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Quality|Superior|12:23, 18 May 2015 (UTC)}}&lt;br /&gt;
{{av}}&lt;br /&gt;
&lt;br /&gt;
{| {{prettytable}}&lt;br /&gt;
|- bgcolor=&amp;quot;#999999&amp;quot;&lt;br /&gt;
! Token&lt;br /&gt;
! Arguments&lt;br /&gt;
! Description&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| NAME&lt;br /&gt;
| &lt;br /&gt;
*singular&lt;br /&gt;
*plural&lt;br /&gt;
| Name of the tool. &amp;lt;font color=&amp;quot;red&amp;quot;&amp;gt;Required&amp;lt;/font&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| BONE_MAT{{version|0.42.01}}&lt;br /&gt;
|&lt;br /&gt;
| Permits the tool to be made from any bone.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| CERAMIC_MAT{{version|0.42.01}}&lt;br /&gt;
|&lt;br /&gt;
| Permits the tool to be made from any ceramic material.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|DESCRIPTION{{version|0.42.01}}&lt;br /&gt;
|&lt;br /&gt;
| Allows a string to describe the tool when (v)iewed. The text box can accommodate up to 325 characters until it cuts off, but the spacing of actual sentences puts the realistic limit closer to 300.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| GLASS_MAT{{version|0.42.01}}&lt;br /&gt;
|&lt;br /&gt;
| Permits the tool to be made from any glass.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| HARD_MAT&lt;br /&gt;
|&lt;br /&gt;
| Permits the tool to be made from anything with the [ITEMS_HARD] token, such as wood, stone or metal.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| LEATHER_MAT{{version|0.42.01}}&lt;br /&gt;
|&lt;br /&gt;
| Permits the tool to be made from any leather.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| METAL_MAT&lt;br /&gt;
|&lt;br /&gt;
| Permits the tool to be made from anything with the [IS_METAL] token.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| METAL_WEAPON_MAT&lt;br /&gt;
|&lt;br /&gt;
| Permits the tool to be made from any metal with the [ITEMS_WEAPON] token.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| SHEET_MAT{{version|0.42.01}}&lt;br /&gt;
|&lt;br /&gt;
| Permits the tool to be made from any &amp;quot;sheet&amp;quot; material, such as papyrus, paper, and parchment. Connected to the PAPER_SLURRY/PAPER_PLANT reaction classes? {{verify}}&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| SHELL_MAT{{version|0.42.01}}&lt;br /&gt;
|&lt;br /&gt;
| Permits the tool to be made from any shell.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| SILK_MAT{{version|0.42.01}}&lt;br /&gt;
|&lt;br /&gt;
| Permits the tool to be made from any silk.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| SOFT_MAT&lt;br /&gt;
|&lt;br /&gt;
| Permits the tool to be made from any material with the [ITEMS_SOFT] token, such as leather or textiles.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| STONE_MAT{{version|0.42.01}}&lt;br /&gt;
|&lt;br /&gt;
| Permits the tool to be made from any stone. Presumably connected to the [IS_STONE] token.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| THREAD_PLANT_MAT{{version|0.42.01}}&lt;br /&gt;
|&lt;br /&gt;
| Permits the tool to be made from any &amp;quot;plant fibre&amp;quot; material, such as pig tails.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| WOOD_MAT&lt;br /&gt;
|&lt;br /&gt;
| Permits the tool to be made from any wood.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| INCOMPLETE_ITEM{{version|0.42.01}}&lt;br /&gt;
|&lt;br /&gt;
| According to Toady, &amp;quot;Won't be used in world gen libraries (to differentiate scrolls from quires). Also put it on bindings, rollers, instr. pieces for completeness/future use&amp;quot;.  Used on scroll rollers, book bindings, and quires.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| DEFAULT_IMPROVEMENT{{version|0.42.01}}&lt;br /&gt;
|&lt;br /&gt;
*improvement type and subtype (latter only really applicable to SPECIFIC)&lt;br /&gt;
*tool material flag like HARD_MAT or SILK_MAT&lt;br /&gt;
| Items that appear in the wild come standard with this kind of improvement. Used on scrolls: [DEFAULT_IMPROVEMENT:SPECIFIC:ROLLERS:HARD_MAT]&lt;br /&gt;
Currently bugged, the effect is also applied to everything made in-game. This causes scrolls to have two sets of rollers, for example.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| UNIMPROVABLE&lt;br /&gt;
|&lt;br /&gt;
| Prevents the tool from being improved.  Used on honeycombs, (scroll rollers, book bindings, and quires.){{version|0.42.01}}&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| VALUE&lt;br /&gt;
|&lt;br /&gt;
*num&lt;br /&gt;
| Defines the item value of the tool. &amp;lt;font color=&amp;quot;red&amp;quot;&amp;gt;Required&amp;lt;/font&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| TILE&lt;br /&gt;
|&lt;br /&gt;
*num&lt;br /&gt;
| Defines the tile used to represent the tool. &amp;lt;font color=&amp;quot;red&amp;quot;&amp;gt;Required&amp;lt;/font&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| INVERTED_TILE&lt;br /&gt;
|&lt;br /&gt;
| The background of the tile will be colored, instead of the foreground.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| NO_DEFAULT_JOB{{version|0.42.01}}&lt;br /&gt;
| &lt;br /&gt;
| According to Toady, &amp;quot;only custom reactions are used to make this item&amp;quot;. Found on scroll and quire. &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| TOOL_USE&lt;br /&gt;
| &lt;br /&gt;
*tool use, see below&lt;br /&gt;
| Defines the task performed using the tool.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| FURNITURE&lt;br /&gt;
|&lt;br /&gt;
| Allows item to be stored in a furniture stockpile.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| ADJECTIVE&lt;br /&gt;
| &lt;br /&gt;
*adjective&lt;br /&gt;
| Adjective preceding the material name (e.g. &amp;quot;large copper dagger&amp;quot;)&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| SIZE / WEIGHT&lt;br /&gt;
| &lt;br /&gt;
*size&lt;br /&gt;
| Volume of tool in mL or cubic centimeters. &amp;lt;font color=&amp;quot;red&amp;quot;&amp;gt;Required&amp;lt;/font&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| CONTAINER_CAPACITY&lt;br /&gt;
|&lt;br /&gt;
*amount&lt;br /&gt;
| How much the item can contain. Defaults to 0.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| SHOOT_FORCE&lt;br /&gt;
| &lt;br /&gt;
*value&lt;br /&gt;
| &amp;lt;font color=&amp;quot;red&amp;quot;&amp;gt;Required&amp;lt;/font&amp;gt; for weapons.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| SHOOT_MAXVEL&lt;br /&gt;
| &lt;br /&gt;
*value&lt;br /&gt;
| &amp;lt;font color=&amp;quot;red&amp;quot;&amp;gt;Required&amp;lt;/font&amp;gt; for weapons.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| SKILL&lt;br /&gt;
| &lt;br /&gt;
*Skill token&lt;br /&gt;
| The skill to determine effectiveness in melee with this tool. &amp;lt;font color=&amp;quot;red&amp;quot;&amp;gt;Required&amp;lt;/font&amp;gt; for weapons.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| RANGED&lt;br /&gt;
| &lt;br /&gt;
*Skill token&lt;br /&gt;
*Ammo item token&lt;br /&gt;
| Makes this tool a ranged weapon that uses the specified ammo. The specified skill determines accuracy in ranged combat.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| TWO_HANDED&lt;br /&gt;
| &lt;br /&gt;
*size&lt;br /&gt;
| Creatures under this size (in cm^3) must use the tool two-handed. &amp;lt;font color=&amp;quot;red&amp;quot;&amp;gt;Required&amp;lt;/font&amp;gt; for weapons.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| MINIMUM_SIZE&lt;br /&gt;
| &lt;br /&gt;
*size&lt;br /&gt;
| Minimum body size (in cm^3) to use the tool at all (multigrasp required until TWO_HANDED value) &amp;lt;font color=&amp;quot;red&amp;quot;&amp;gt;Required&amp;lt;/font&amp;gt; for weapons.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| MATERIAL_SIZE&lt;br /&gt;
| &lt;br /&gt;
*value&lt;br /&gt;
| Number of bar units needed for forging, as well as the amount gained from melting. &amp;lt;font color=&amp;quot;red&amp;quot;&amp;gt;Required&amp;lt;/font&amp;gt; for weapons.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| ATTACK&lt;br /&gt;
| &lt;br /&gt;
*attacktype:BLUNT or EDGE&lt;br /&gt;
*contact_area:value&lt;br /&gt;
*penetration_size:value&lt;br /&gt;
*verb2nd:string&lt;br /&gt;
*verb3rd:string&lt;br /&gt;
*noun:string&lt;br /&gt;
*velocity_multiplier:value&lt;br /&gt;
| You can have many ATTACK tags and one will be randomly selected for each attack, with EDGE attacks 100 times more common than BLUNT attacks. &amp;lt;font color=&amp;quot;red&amp;quot;&amp;gt;Required&amp;lt;/font&amp;gt; for weapons.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
Valid tool uses (and the default tools used for these tasks) are as follows:&lt;br /&gt;
{| class=&amp;quot;wikitable sortable&amp;quot;&lt;br /&gt;
|- bgcolor=&amp;quot;#999999&amp;quot;&lt;br /&gt;
! ID&lt;br /&gt;
! Token&lt;br /&gt;
! Usage&lt;br /&gt;
|-&lt;br /&gt;
| 0 || LIQUID_COOKING || cauldron&lt;br /&gt;
|-&lt;br /&gt;
| 1 || LIQUID_SCOOP || ladle&lt;br /&gt;
|-&lt;br /&gt;
| 2 || GRIND_POWDER_RECEPTACLE || mortar&lt;br /&gt;
|-&lt;br /&gt;
| 3 || GRIND_POWDER_GRINDER || pestle&lt;br /&gt;
|-&lt;br /&gt;
| 4 || MEAT_CARVING || carving knife&lt;br /&gt;
|-&lt;br /&gt;
| 5 || MEAT_BONING || boning knife&lt;br /&gt;
|-&lt;br /&gt;
| 6 || MEAT_SLICING || slicing knife&lt;br /&gt;
|-&lt;br /&gt;
| 7 || MEAT_CLEAVING || meat cleaver&lt;br /&gt;
|-&lt;br /&gt;
| 8 || HOLD_MEAT_FOR_CARVING || carving fork&lt;br /&gt;
|-&lt;br /&gt;
| 9 || MEAL_CONTAINER || bowl&lt;br /&gt;
|-&lt;br /&gt;
| 10 || NEST_BOX || nest box&lt;br /&gt;
|-&lt;br /&gt;
| 11 || LIQUID_CONTAINER || jug&lt;br /&gt;
|-&lt;br /&gt;
| 12 || FOOD_STORAGE || large pot&lt;br /&gt;
|-&lt;br /&gt;
| 13 || HIVE || hive&lt;br /&gt;
|-&lt;br /&gt;
| 14 || SMALL_OBJECT_STORAGE || pouch&lt;br /&gt;
|-&lt;br /&gt;
| 15 || TRACK_CART || minecart&lt;br /&gt;
|-&lt;br /&gt;
| 16 || HEAVY_OBJECT_HAULING || wheelbarrow&lt;br /&gt;
|-&lt;br /&gt;
| 17 || STAND_AND_WORK_ABOVE || stepladder&lt;br /&gt;
|-&lt;br /&gt;
| 18? || ROLL_UP_SHEET{{version|0.42.01}} || scroll rollers{{version|0.42.01}}&lt;br /&gt;
|-&lt;br /&gt;
| 19? || PROTECT_FOLDED_SHEETS{{version|0.42.01}} || book binding{{version|0.42.01}}&lt;br /&gt;
|-&lt;br /&gt;
| 20? || CONTAIN_WRITING{{version|0.42.01}} || scroll &amp;amp; quire{{version|0.42.01}}&lt;br /&gt;
|-&lt;br /&gt;
| 21? || BOOKCASE{{version|0.42.01}} || bookcase{{version|0.42.01}}&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{{Category|Modding}}&lt;br /&gt;
{{Category|Tokens}}&lt;/div&gt;</summary>
		<author><name>AVK</name></author>
	</entry>
	<entry>
		<id>http://dwarffortresswiki.org/index.php?title=Item_quality/Table&amp;diff=219283</id>
		<title>Item quality/Table</title>
		<link rel="alternate" type="text/html" href="http://dwarffortresswiki.org/index.php?title=Item_quality/Table&amp;diff=219283"/>
		<updated>2015-06-04T19:26:42Z</updated>

		<summary type="html">&lt;p&gt;AVK: Still no clue about deflection or rolls, but we do know what quality does to the edge these days.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{|&lt;br /&gt;
! style=&amp;quot;padding-right: 35px;&amp;quot; | '''Designation''' || style=&amp;quot;text-align: left;&amp;quot; | '''Description''' || style=&amp;quot;padding-right: 20px; padding-left: 15px; text-align: center;&amp;quot; | '''Value &amp;lt;br&amp;gt;Modifier''' || style=&amp;quot;padding-right: 10px; text-align: center;&amp;quot; | '''Sharpness''' || style=&amp;quot;text-align: center;&amp;quot; | '''&amp;amp;nbsp;Weapon To-Hit /&amp;lt;br&amp;gt;Armor Deflect Modifier'''&lt;br /&gt;
|-&lt;br /&gt;
| &amp;amp;nbsp;Item Name || style=&amp;quot;text-align: center;&amp;quot; | &amp;amp;mdash;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp; || 1x || 50% || 1x || style=&amp;quot;text-align: center;&amp;quot; |  || style=&amp;quot;text-align: center;&amp;quot; | &lt;br /&gt;
|-&lt;br /&gt;
| -Item Name- || Well-crafted || 2x || 60% || ''unknown ''  || style=&amp;quot;text-align: center;&amp;quot; | || style=&amp;quot;text-align: center;&amp;quot; | &lt;br /&gt;
|-&lt;br /&gt;
| +Item Name+ || Finely-crafted || 3x || 70% || ''unknown ''  || style=&amp;quot;text-align: center;&amp;quot; | || style=&amp;quot;text-align: center;&amp;quot; | &lt;br /&gt;
|-&lt;br /&gt;
| *Item Name* || Superior quality || 4x || 80% || ''unknown ''  ||style=&amp;quot;text-align: center;&amp;quot; |  || style=&amp;quot;text-align: center;&amp;quot; |&lt;br /&gt;
|-&lt;br /&gt;
| ≡Item Name≡ || Exceptional || 5x || 90% || ''unknown '' || style=&amp;quot;text-align: center;&amp;quot; | || style=&amp;quot;text-align: center;&amp;quot; | &lt;br /&gt;
|-&lt;br /&gt;
| ☼Item Name☼ || Masterful || 12x || 100% || 2x || style=&amp;quot;text-align: center;&amp;quot; | || style=&amp;quot;text-align: center;&amp;quot; | &lt;br /&gt;
|-&lt;br /&gt;
| ''Unique name'' || Artifact || 120x || 100% || 3x || style=&amp;quot;text-align: center;&amp;quot; | &lt;br /&gt;
|-&lt;br /&gt;
| «Item Name» || [[decoration|Decorated]] object || Varies || Varies || ''unknown '' || style=&amp;quot;text-align: center;&amp;quot; | || style=&amp;quot;text-align: center;&amp;quot; | &lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>AVK</name></author>
	</entry>
	<entry>
		<id>http://dwarffortresswiki.org/index.php?title=Plant_token&amp;diff=219113</id>
		<title>Plant token</title>
		<link rel="alternate" type="text/html" href="http://dwarffortresswiki.org/index.php?title=Plant_token&amp;diff=219113"/>
		<updated>2015-05-24T14:42:37Z</updated>

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

		<summary type="html">&lt;p&gt;AVK: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{quality|Fine|21:51, 7 December 2010 (UTC)}}{{gemlookup/0|wiki=Opal}}{{av}}&lt;br /&gt;
&lt;br /&gt;
'''Pineapple opals''' are moderately valuable [[gem]]s that can be found just about anywhere.&lt;br /&gt;
==In Real Life==&lt;br /&gt;
Opal &amp;quot;pineapples&amp;quot; are highly unusual opal pseudomorphs. They are formed after a large glauberite crystal dissolves into nothing and leaves behind a crystal-shaped hole. When this &amp;quot;cast&amp;quot; is filled by slowly depositing calcite which then opalizes, the result is a roughly egg-shaped spike ball of precious opal. They're only found in Australia's White Cliffs, which has yielded specimens as large as an adult fist. They can be (and previously were) cut into standard cabochon shapes, but their uniqueness has since been recognized and prized.&lt;br /&gt;
&lt;br /&gt;
{{gamedata}}&lt;br /&gt;
{{gems}}&lt;/div&gt;</summary>
		<author><name>AVK</name></author>
	</entry>
	<entry>
		<id>http://dwarffortresswiki.org/index.php?title=Wood_opal&amp;diff=217603</id>
		<title>Wood opal</title>
		<link rel="alternate" type="text/html" href="http://dwarffortresswiki.org/index.php?title=Wood_opal&amp;diff=217603"/>
		<updated>2015-04-14T22:34:18Z</updated>

		<summary type="html">&lt;p&gt;AVK: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{quality|Fine|21:55, 7 December 2010 (UTC)}}{{gemlookup/0}}{{av}}&lt;br /&gt;
&lt;br /&gt;
'''Wood opals''' are moderately valuable [[gem]]s that can be found just about anywhere.&lt;br /&gt;
&lt;br /&gt;
==In Real Life==&lt;br /&gt;
Wood opals are a variety of petrified wood whose structure happened to transition into opal instead of the more usual chalcedony. The amount of actual opal on the fossil can be as little as a thin shiny coating, but the in-game versions probably represent the much more valuable and uncommon solid opal specimens.&lt;br /&gt;
&lt;br /&gt;
{{gamedata}}&lt;br /&gt;
{{gems}}&lt;/div&gt;</summary>
		<author><name>AVK</name></author>
	</entry>
	<entry>
		<id>http://dwarffortresswiki.org/index.php?title=Syndrome&amp;diff=217461</id>
		<title>Syndrome</title>
		<link rel="alternate" type="text/html" href="http://dwarffortresswiki.org/index.php?title=Syndrome&amp;diff=217461"/>
		<updated>2015-04-05T01:26:10Z</updated>

		<summary type="html">&lt;p&gt;AVK: /* Special Effects */ COMBATHARDNESS was removed all the way back in v0.40.14&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{quality|unrated}}{{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, supernatural weather, 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 localized 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;
| Size-dependant paralysis.&lt;br /&gt;
| Death by asphyxiation, in small targets. Large targets are generally unhindered.&lt;br /&gt;
| None, not that it really matters.&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 venom&amp;lt;br /&amp;gt;(injected)&lt;br /&gt;
| Being stung by a [[giant desert scorpion]] &lt;br /&gt;
| Necrosis of the brain and nervous system&lt;br /&gt;
| '''Certain death'''&lt;br /&gt;
| None, not that is really matters.&lt;br /&gt;
|- &lt;br /&gt;
| Helmet snake bite&lt;br /&gt;
| helmet snake venom&amp;lt;br /&amp;gt;(injected)&lt;br /&gt;
| Being bitten by a [[helmet snake]]&lt;br /&gt;
| Minor bleeding&lt;br /&gt;
| Fever&amp;lt;br/&amp;gt;Nausea&amp;lt;br/&amp;gt;Dizziness&amp;lt;br/&amp;gt;Localized swelling&amp;lt;br/&amp;gt;Localized oozing&amp;lt;br/&amp;gt;Localized bruising&amp;lt;br/&amp;gt;Strong pain&amp;lt;br/&amp;gt;Intense localized necrosis&amp;lt;br/&amp;gt;Possible loss of limb &lt;br /&gt;
| None&lt;br /&gt;
|-&lt;br /&gt;
| Honey bee sting&lt;br /&gt;
| honey bee venom (injected)&lt;br /&gt;
| Being stung by a [[honey bee]] worker&lt;br /&gt;
| Pain&amp;lt;br&amp;gt;Strong swelling&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| Iron man cough&lt;br /&gt;
| iron man gas&amp;lt;br /&amp;gt;(inhaled)&lt;br /&gt;
| Expelled by [[iron man]]&lt;br /&gt;
| Coughing blood&lt;br /&gt;
| None&lt;br /&gt;
| None&lt;br /&gt;
|-&lt;br /&gt;
| King cobra bite&lt;br /&gt;
| king cobra venom&amp;lt;br /&amp;gt;(injected)&lt;br /&gt;
| Being bitten by a [[king cobra]]&lt;br /&gt;
| Complete paralysis&amp;lt;sup&amp;gt;1&amp;lt;/sup&amp;gt;&amp;lt;br/&amp;gt;Pain, dizziness, drowsiness&lt;br /&gt;
| None&lt;br /&gt;
| None&lt;br /&gt;
|-&lt;br /&gt;
| Phantom spider bite&lt;br /&gt;
| phantom spider venom&amp;lt;br /&amp;gt;(injected)&lt;br /&gt;
| Being bitten by a [[phantom spider]]&lt;br /&gt;
| None&lt;br /&gt;
| Numbness and mild dizziness&lt;br /&gt;
| None&lt;br /&gt;
|-&lt;br /&gt;
| Platypus sting&lt;br /&gt;
| platypus venom&amp;lt;br /&amp;gt;(injected)&lt;br /&gt;
| Being kicked by a [[platypus]], [[giant platypus]] or [[platypus man]]&lt;br /&gt;
| Pain and swelling&lt;br /&gt;
| Extreme pain, swelling possibly to the point of necrosis&lt;br /&gt;
| None&lt;br /&gt;
|-&lt;br /&gt;
| Rattlesnake bite&lt;br /&gt;
| rattlesnake venom&amp;lt;br /&amp;gt;(injected)&lt;br /&gt;
| Being bitten by a [[rattlesnake]], [[giant rattlesnake]] or [[rattlesnake man]]&lt;br /&gt;
| Pain, nausea, blisters, swelling, bruising&lt;br /&gt;
| Severe localized necrosis&lt;br /&gt;
| None&lt;br /&gt;
|-&lt;br /&gt;
| Serpent man bite&lt;br /&gt;
| serpent man venom&amp;lt;br /&amp;gt;(injected)&lt;br /&gt;
| Being bitten by a [[serpent man]]&lt;br /&gt;
| Complete paralysis&amp;lt;sup&amp;gt;1&amp;lt;/sup&amp;gt;&lt;br /&gt;
| None&lt;br /&gt;
| None&lt;br /&gt;
|-&lt;br /&gt;
| [evil rain] sickness&amp;lt;sup&amp;gt;3&amp;lt;/sup&amp;gt;&lt;br /&gt;
|rowspan=5| random&lt;br /&gt;
| Being caught outside in freakish weather in an evil biome&lt;br /&gt;
|rowspan=5| random&lt;br /&gt;
|rowspan=5| random&lt;br /&gt;
|rowspan=5| random&lt;br /&gt;
|-&lt;br /&gt;
| [evil cloud] sickness&amp;lt;sup&amp;gt;4&amp;lt;/sup&amp;gt;&lt;br /&gt;
| Being caught in a creeping cloud in an evil biome&lt;br /&gt;
|-&lt;br /&gt;
| beast sickness&amp;lt;sup&amp;gt;5&amp;lt;/sup&amp;gt;&lt;br /&gt;
| Encounters with [[forgotten beast]]s&lt;br /&gt;
|-&lt;br /&gt;
| titan sickness&amp;lt;sup&amp;gt;5&amp;lt;/sup&amp;gt;&lt;br /&gt;
| Encounters with [[titan]]s&lt;br /&gt;
|-&lt;br /&gt;
| demon sickness&amp;lt;sup&amp;gt;5&amp;lt;/sup&amp;gt;&lt;br /&gt;
| Encounters with [[demon]]s&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 death once the brain rots away completely.&amp;lt;/small&amp;gt;&lt;br /&gt;
:&amp;lt;small&amp;gt;3. Evil rain typically only causes minor symptoms such as blisters, bruising, coughing blood, dizziness, fever, nausea, oozing, and pain.&amp;lt;/small&amp;gt;&lt;br /&gt;
:&amp;lt;small&amp;gt;4. Evil clouds either cause major symptoms (as with beast/titan/demon sicknesses) or permanently transform creatures into [[Undead|zombie-like]] forms.&amp;lt;/small&amp;gt;&lt;br /&gt;
:&amp;lt;small&amp;gt;5. [[Titan]]s, [[forgotten beast]]s, and [[demon]]s have a chance to have a randomized syndrome. These range from pointless (mild blisters from inhaling boiling blood) to instantly fatal (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 (i.e., 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;
  SYN_CLASS&lt;br /&gt;
This tag sets a class for the syndrome that can be used in [[Interaction token|interactions.]]&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. PEAK and END aren't required.&lt;br /&gt;
&lt;br /&gt;
*CE_X&lt;br /&gt;
The effect type.  This can be a number of different tokens, as detailed in the table below this list.&lt;br /&gt;
*SEV:X&lt;br /&gt;
The severity of the effect.  Higher values appear to be worse, with SEV:1000 CE_NECROSIS causing a part to near-instantly become rotten.&lt;br /&gt;
*PROB:X&lt;br /&gt;
The probability of the effect actually manifesting in the victim, as a percentage.  100 means always, 1 means a 1 in 100 chance.&lt;br /&gt;
*LOCALIZED (Overwrites BP tokens)&lt;br /&gt;
This tag causes an effect to ignore all BP tokens and then forces the game to attempt to apply the effect to the limb that came into contact with the contagion - i.e. the part that was bitten by the creature injecting the syndrome material, or the one that was splattered by a contact contagion. If an effect can not be applied to the contacted limb (such as IMPAIR_FUNCTION on a non-organ) then this token makes the syndrome have no effect. This token also makes inhaled syndromes have no effect. &lt;br /&gt;
*BP:BODY_PART:TISSUE (Overwritten by LOCALIZED)&lt;br /&gt;
Specifies which body parts and tissues are to be affected by the syndrome. BODY_PART can be BY_CATEGORY:x to target body parts with a matching [CATEGORY:x] [[body token]] (or ALL to affect everything), BY_TYPE:x to target body parts having a particular type (UPPERBODY, LOWERBODY, HEAD, GRASP, or STANCE), or BY_TOKEN:x to target individual body parts by their ID (as specified in the [BP] token). For example, if you wanted to target the lungs of a creature, you would use BP:BY_CATEGORY:LUNG:ALL.  The syndrome would act on all bodyparts within the creature with the CATEGORY tag LUNG and affect all tissue layers.  For another example, say you wanted to cause the skin to rot off a creature - you could use BP:BY_CATEGORY:ALL:SKIN, targeting the SKIN tissue on all bodyparts. Multiple targets can be given in one syndrome by placing the BP tokens end to end. This is one of the most powerful and useful aspects of the syndrome system, as it allows you to selectively target bodyparts relevant to the contagion, like lungs for coal dust inhalation, or the eyes for exposure to an acid gas. Not everything takes a target!&lt;br /&gt;
*VASCULAR_ONLY (Optional)&lt;br /&gt;
This syndrome only affects tissue layers with the VASCULAR token.&lt;br /&gt;
*MUSCULAR_ONLY (Optional)&lt;br /&gt;
This syndrome only affects tissue layers with the MUSCULAR token.  Are you seeing a trend here?&lt;br /&gt;
*SIZE_DILUTES (Optional)&lt;br /&gt;
This token presumably causes the effects of the syndrome to scale with the size of the creature compared to the size of the dose of contagion they received, but has yet to be extensively tested.&lt;br /&gt;
*SIZE_DELAYS (Optional)&lt;br /&gt;
As above, this token has yet to be tested but presumably delays the onset of a syndrome according to the size of the victim.&lt;br /&gt;
&lt;br /&gt;
The details of this table are still being thrashed out by modders, so if you have anything to add, please don't hesitate to hit the edit button!&lt;br /&gt;
&lt;br /&gt;
Non-targeted syndromes will ignore any BP tokens and LOCALIZED tokens.&lt;br /&gt;
{| {{prettytable}}&lt;br /&gt;
|- bgcolor=&amp;quot;Bisque&amp;quot;&lt;br /&gt;
! Token&lt;br /&gt;
! Accepts Target&lt;br /&gt;
! Description&lt;br /&gt;
|-&lt;br /&gt;
| CE_BLEEDING&lt;br /&gt;
| Yes&lt;br /&gt;
| Causes the targeted bodypart to start bleeding, with heavy enough bleeding resulting in the death of the sufferer. Some conditions seem to cause bleeding to be fatal no matter how weak.&lt;br /&gt;
|-&lt;br /&gt;
| CE_BLISTERS&lt;br /&gt;
| Yes&lt;br /&gt;
| Covers the targeted bodypart with blisters.&lt;br /&gt;
|-&lt;br /&gt;
| CE_BRUISING&lt;br /&gt;
| Yes&lt;br /&gt;
| Causes the targeted bodypart to undergo bruising.&lt;br /&gt;
|-&lt;br /&gt;
| CE_IMPAIR_FUNCTION&lt;br /&gt;
| Yes&lt;br /&gt;
| An organ afflicted with this CE is rendered inoperable - for example, if both lungs are impaired the creature can't breathe and will suffocate.  This token only affects organs, not limbs. Note that this effect is currently bugged, and will not &amp;quot;turn off&amp;quot; until the creature receives a wound to cause its body parts to update.&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;
| No&lt;br /&gt;
| Causes paralysis. Paralysis is complete paralysis and will cause suffocation in smaller creatures.&lt;br /&gt;
|-&lt;br /&gt;
| CE_SWELLING&lt;br /&gt;
| Yes&lt;br /&gt;
| Causes the targeted bodypart to swell up. Extreme swelling may lead to necrosis.&lt;br /&gt;
|-&lt;br /&gt;
| CE_COUGH_BLOOD&lt;br /&gt;
| No&lt;br /&gt;
| This effect results in the sufferer periodically coughing blood, which stains the tile they're on and requires cleanup.  It doesn't appear to be lethal, but may cause minor bleeding damage.&lt;br /&gt;
|-&lt;br /&gt;
| CE_DIZZINESS&lt;br /&gt;
| No&lt;br /&gt;
| Inflicts the Dizziness condition, occasional fainting and a general slowdown in movement and work speed.&lt;br /&gt;
|-&lt;br /&gt;
| CE_DROWSINESS&lt;br /&gt;
| No&lt;br /&gt;
| Causes the Drowsiness condition.&lt;br /&gt;
|-&lt;br /&gt;
| CE_FEVER&lt;br /&gt;
| No&lt;br /&gt;
| Causes the Fever condition.&lt;br /&gt;
|-&lt;br /&gt;
| CE_NAUSEA&lt;br /&gt;
| No&lt;br /&gt;
| Causes the Nausea condition, and heavy vomiting. Can eventually lead to dehydration and death.&lt;br /&gt;
|-&lt;br /&gt;
| CE_UNCONSCIOUSNESS&lt;br /&gt;
| No&lt;br /&gt;
| Renders unconscious.&lt;br /&gt;
|-&lt;br /&gt;
| CE_VOMIT_BLOOD&lt;br /&gt;
| No&lt;br /&gt;
| This effect results in the sufferer periodically vomiting blood, which stains the tile they're on and requires cleanup.  It doesn't appear to be lethal, but may cause minor bleeding damage.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===Special Effects===&lt;br /&gt;
Several special syndrome effects take different arguments than the above. These are used for generated interactions in unmodded games, but may be used as well for any substance or custom interaction.&lt;br /&gt;
&lt;br /&gt;
{| {{prettytable}}&lt;br /&gt;
|- bgcolor=&amp;quot;Bisque&amp;quot;&lt;br /&gt;
! Token&lt;br /&gt;
! Accepts Target&lt;br /&gt;
! Arguments&lt;br /&gt;
! Description&lt;br /&gt;
|-&lt;br /&gt;
| CE_ADD_TAG&lt;br /&gt;
| No&lt;br /&gt;
| tags&lt;br /&gt;
| Adds a tag to the affected creature.  Many arguments can be used sequentially within one syndrome token. See the [[Interaction token]] '''IT_REQUIRES''' for valid tags.&lt;br /&gt;
|-&lt;br /&gt;
| CE_REMOVE_TAG&lt;br /&gt;
| No&lt;br /&gt;
| tags&lt;br /&gt;
| Removes a tag from a creature.  Supported arguments are the same as CE_ADD_TAG.&lt;br /&gt;
|-&lt;br /&gt;
| CE_DISPLAY_TILE&lt;br /&gt;
| No&lt;br /&gt;
| TILE:[[DF2012:Tilesets|tile number]]:[[DF2012:Color#Modding color|colour]]&lt;br /&gt;
| The creature displays the specified tile and colour instead of its normal one.&lt;br /&gt;
|-&lt;br /&gt;
| CE_DISPLAY_NAME&lt;br /&gt;
| No&lt;br /&gt;
| NAME:singular:plural:adjective&lt;br /&gt;
| Attaches a specified name to the creature's normal name.&lt;br /&gt;
|-&lt;br /&gt;
| CE_FLASH_TILE&lt;br /&gt;
| No&lt;br /&gt;
| TILE:tile number:colour:FREQUENCY:ticks default tile:ticks syndrome tile&lt;br /&gt;
| The creature flashes between its normal tile and the one specified here.&lt;br /&gt;
|-&lt;br /&gt;
| CE_PHYS_ATT_CHANGE&lt;br /&gt;
| No&lt;br /&gt;
| [[Attribute]]:percentage:fixed boost(?)&lt;br /&gt;
| Alters the physical [[attribute]]s of a creature.&lt;br /&gt;
|-&lt;br /&gt;
| CE_MENT_ATT_CHANGE&lt;br /&gt;
| No&lt;br /&gt;
| [[Attribute]]:percentage:fixed boost(?)&lt;br /&gt;
| Alters the mental [[attribute]]s of a creature.&lt;br /&gt;
|-&lt;br /&gt;
| CE_BODY_APPEARANCE_MODIFIER&lt;br /&gt;
| No&lt;br /&gt;
| APPEARANCE_MODIFIER:HEIGHT:percentage(?) &lt;br /&gt;
| Alters the size of the creature. (LENGTH and BROADNESS don't appear to work){{verify}}&lt;br /&gt;
|-&lt;br /&gt;
| CE_BP_APPEARANCE_MODIFIER&lt;br /&gt;
| Yes&lt;br /&gt;
| body part:APPEARANCE_MODIFIER:attribute:number]&lt;br /&gt;
| Alters the characteristics (height, width etc.) of a body part.&lt;br /&gt;
|-&lt;br /&gt;
| CE_MATERIAL_FORCE_MULTIPLIER&lt;br /&gt;
| No&lt;br /&gt;
| MAT_MULT:[[material token|material]]:A:B&lt;br /&gt;
| Makes creature affected by materials more or less by a factor of A/B. If A is 3 and B is 2, the creature will be 1.5x weaker to the defined material (can be NONE:NONE for all); if 2:3, the creature will be 1.5 times stronger.&lt;br /&gt;
|-&lt;br /&gt;
| CE_BODY_MAT_INTERACTION&lt;br /&gt;
| No&lt;br /&gt;
| &lt;br /&gt;
| Causes one of the creature's materials to trigger an interaction, generally when ingested. Several additional tokens may be specified after this:&lt;br /&gt;
* CE:INTERACTION:interaction_id&lt;br /&gt;
* CE:SYNDROME_TAG:syndrome_trigger_type (SYN_INGESTED, SYN_INJECTED, etc.)&lt;br /&gt;
|-&lt;br /&gt;
| CE_SPEED_CHANGE&lt;br /&gt;
| No&lt;br /&gt;
| speed modifier:number&lt;br /&gt;
| Changes the speed of a creature. &lt;br /&gt;
Speed modifier contains one or both:&lt;br /&gt;
* SPEED_PERC:percentage (this modifies a creature's in-game speed, so higher numbers are faster)&lt;br /&gt;
* SPEED_ADD:number (this modifies a creature's [SPEED:XX] token, so higher numbers are slower. Negative numbers are accepted though will only reduce a creature's speed to zero)&lt;br /&gt;
The minimum and maximum speeds able to be created by CE_SPEED_CHANGE are 99 and 10,000 respectively.&lt;br /&gt;
|-&lt;br /&gt;
| CE_CAN_DO_INTERACTION&lt;br /&gt;
| No&lt;br /&gt;
| &lt;br /&gt;
| Makes the creature able to perform an interaction.  See [[Interaction token]].  To specify the interaction, use the argument:&lt;br /&gt;
* CDI:INTERACTION:interaction name&lt;br /&gt;
|-&lt;br /&gt;
| CE_BODY_TRANSFORMATION&lt;br /&gt;
| No&lt;br /&gt;
| PROB:percentage:START:time:END:time&lt;br /&gt;
| Transforms into another creature.  PROB and END arguments optional.  The target creature is specified with:&lt;br /&gt;
* CE:CREATURE:CREATURE_ID:CASTE_ID (ex. CE:CREATURE:DWARF:FEMALE)&amp;lt;br&amp;gt;&lt;br /&gt;
Note that any wounds the creature has suffered will instantly heal upon transforming, both into and out of the target form.  [[Undead]] limbs of a creature with this token will grow into a full instance of that creature.&lt;br /&gt;
|-&lt;br /&gt;
| CE_SKILL_ROLL_ADJUST&lt;br /&gt;
| No&lt;br /&gt;
| PERC:percentage:PERC_ON:percentage&lt;br /&gt;
| Alters the skill level of a creature.  The argument PERC specifies a percentage of the creature's current skill, and PERC_ON the probability of the effect being applied on a particular roll.&lt;br /&gt;
|-&lt;br /&gt;
| CE_SENSE_CREATURE_CLASS&lt;br /&gt;
| No&lt;br /&gt;
| CLASS:creature class:tile:color&lt;br /&gt;
| Allows creature to see other creatures with given class through walls. Vampires, for example, have CLASS:GENERAL_POISON:15:4:0:1.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
'''All''' creature effect tokens take START, END and PROB numbers, and can be followed by [CE:PERIODIC] and/or [CE:COUNTER_TRIGGER] to restrict when they actually take effect.&lt;br /&gt;
* PERIODIC:period_type:min_value:max_value&lt;br /&gt;
* {{text anchor|COUNTER_TRIGGER}}:counter_name:min_value:max_value:REQUIRED&lt;br /&gt;
&lt;br /&gt;
Currently, the only valid period type is MOON_PHASE. Valid counter values are below:&lt;br /&gt;
&lt;br /&gt;
{| {{prettytable}}&lt;br /&gt;
|- bgcolor=&amp;quot;Bisque&amp;quot;&lt;br /&gt;
! Counter&lt;br /&gt;
! Description&lt;br /&gt;
|-&lt;br /&gt;
| ALCOHOLIC&lt;br /&gt;
| How long it's been (in [[time]] units) since the creature last had a drink of alcohol. Only present on creatures who need alcohol to get through the working day.&lt;br /&gt;
* 100800 (3 months) = and is starting to work slowly due to its scarcity&lt;br /&gt;
* 201600 (6 months) = and really wants a drink&lt;br /&gt;
* 302400 (9 months) = and has gone without a drink for far, far too long&lt;br /&gt;
* 403200 (1 year) = and can't even remember the last time he/she had some&lt;br /&gt;
|-&lt;br /&gt;
| MOUNTAIN&lt;br /&gt;
| How much the creature minds being outdoors. Low values are known to decrease the severity of certain unhappy [[thought]]s.&lt;br /&gt;
* 0 = likes working outdoors and grumbles only mildly at inclement weather.&lt;br /&gt;
* 1 = does not mind being outdoors, at least for a time.&lt;br /&gt;
* 2 = (no message)&lt;br /&gt;
|-&lt;br /&gt;
| TIME_SINCE_BREAK&lt;br /&gt;
| How long it's been (in [[time]] units) since the creature last went on [[break]]. Creatures generally go at least a year (100800 time units) between breaks unless the [[economy]] is active (which never happens).&lt;br /&gt;
|-&lt;br /&gt;
| ON_BREAK&lt;br /&gt;
| How long (in [[time]] units) the creature has been on break. Once it reaches 15000 (about 12.5 days), the creature should get back to work.&lt;br /&gt;
|-&lt;br /&gt;
| CAVE_ADAPT&lt;br /&gt;
| How cave-adapted the creature is. Increases by 1 for every [[time]] unit spent underground, to a maximum of 800000.&lt;br /&gt;
* 403200 (1 year) = going outside causes irritation&lt;br /&gt;
* 604800 (1.5 years) = going outside causes nausea&lt;br /&gt;
|-&lt;br /&gt;
| PARTIED_OUT&lt;br /&gt;
| How long before the creature will decide to attend another party. Starts at 3+ months and counts down to zero.&lt;br /&gt;
|-&lt;br /&gt;
| MILK_COUNTER&lt;br /&gt;
| How long before the creature can be milked again. Starts at the creature's MILK frequency and counts down to zero.&lt;br /&gt;
|-&lt;br /&gt;
| EGG_SPENT&lt;br /&gt;
| How long before the creature can lay more eggs. Starts at 3 months and counts down to zero.&lt;br /&gt;
|-&lt;br /&gt;
| GROUNDED_ANIMAL_ANGER&lt;br /&gt;
| How angry (and likely to attack) an animal is from being over-crowded. Increases when over-crowded and otherwise counts down to zero.&lt;br /&gt;
|-&lt;br /&gt;
| TIME_SINCE_SUCKED_BLOOD&lt;br /&gt;
| How long it's been (in [[time]] units) since the creature last sucked somebody's blood.&lt;br /&gt;
|-&lt;br /&gt;
| DRINKING_BLOOD&lt;br /&gt;
| How much longer the creature will be drinking somebody's blood. Starts at 2.4 days and counts down to zero.&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 are controlled by 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;
| Shoots a trail of liquid mist at the target which can condense and trigger contact syndromes. 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 which can be inhaled. Creature will attack as normal.&lt;br /&gt;
|-&lt;br /&gt;
| TRAILING_ITEM_FLOW:[[item token]]&lt;br /&gt;
| Shoots a &amp;quot;cloud&amp;quot; of items at the target, leaving piles of this item on the floor.  Note that this does ''not'' create the actual items or use falling item mechanics (meaning no flying daggers or Touhou-style barrages, unfortunately).  Instead, this token acts as TRAILING_GAS_FLOW, except that the material will use its ''normal'' temperature - for example, a breath attack of steel anvils will envelop the target in a &amp;quot;burst of steel&amp;quot;. 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. If the cooldown rate is short enough, 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 liquid glob of substance at the creature.  Contact syndromes will take effect if the glob hits the target's exposed skin.&lt;br /&gt;
|-&lt;br /&gt;
| SPATTER_POWDER&lt;br /&gt;
| Creates a pile of powder at the specified location.&lt;br /&gt;
|-&lt;br /&gt;
| SPATTER_LIQUID&lt;br /&gt;
| Creates a pool of liquid at the specified location.&lt;br /&gt;
|-&lt;br /&gt;
| UNDIRECTED_GAS&lt;br /&gt;
| Creature occasionally releases a cloud of gas 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 liquid mist. 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 cloud of solid dust, 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;
| UNDIRECTED_ITEM_CLOUD:[[item token]]&lt;br /&gt;
| Creature occasionally releases a &amp;quot;cloud&amp;quot; of items at the target, leaving piles of this item on the floor.  The same comments apply as TRAILING_ITEM_FLOW. Creature will attack as normal.&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 [[dragon]] [[fire]] that burns target creatures at a scorching {{ct|50000}}. For this you want FLOW instead of a material.&lt;br /&gt;
|-&lt;br /&gt;
| FIREJET&lt;br /&gt;
| Emits a narrow cone of [[fire]] that burns target creatures at {{ct|11000}}. For this you want FLOW instead of a material.&lt;br /&gt;
|-&lt;br /&gt;
| FIREBALL&lt;br /&gt;
| Emits a fireball that burns the target creature. For this you want FLOW instead of a material.&lt;br /&gt;
|-&lt;br /&gt;
| WEATHER_CREEPING_GAS&lt;br /&gt;
| Creates a cloud of gas that appears at the edge of the map and slowly creeps across the map. Not usable by creatures.&lt;br /&gt;
|-&lt;br /&gt;
| WEATHER_CREEPING_VAPOR&lt;br /&gt;
| Creates a cloud of creeping vapor. Not usable by creatures.&lt;br /&gt;
|-&lt;br /&gt;
| WEATHER_CREEPING_DUST&lt;br /&gt;
| Creates a cloud of creeping dust. Not usable by creatures.&lt;br /&gt;
|-&lt;br /&gt;
| WEATHER_FALLING_MATERIAL&lt;br /&gt;
| Causes it to start raining a particular material.  If the material is solid at the outdoor temperatures, it will snow the material instead.  Regardless of the nature of the material, being caught in it will give dwarves the bad thought of being 'caught in freakish weather lately'. Not usable by creatures.&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.  Creatures cannot use the WEATHER effects, these being reserved for regional interactions.&lt;br /&gt;
&lt;br /&gt;
One major difference between GAS, VAPOR, and DUST is that if the material cannot exist in the specified state at the current temperature, it will automatically be created at a temperature allowing it to exist.  So if you create a vapor spray that uses rock or metal as a material, that spray will be created at the material's melting point, setting everything it touches on fire.  You can also create a freezing spray by using a custom material that has extremely low melting and/or boiling points.&lt;br /&gt;
&lt;br /&gt;
If you give a creature a material breath attack, be aware that it will be caught in the attack more frequently than its own targets.  Make sure to make your creatures immune to their own breath weapons!&lt;br /&gt;
&lt;br /&gt;
{{Category|Modding}}&lt;br /&gt;
{{Category|Creature attributes}}&lt;br /&gt;
[[ru:DF2012:Syndrome]]&lt;/div&gt;</summary>
		<author><name>AVK</name></author>
	</entry>
	<entry>
		<id>http://dwarffortresswiki.org/index.php?title=Labor_token&amp;diff=209320</id>
		<title>Labor token</title>
		<link rel="alternate" type="text/html" href="http://dwarffortresswiki.org/index.php?title=Labor_token&amp;diff=209320"/>
		<updated>2014-08-11T13:40:48Z</updated>

		<summary type="html">&lt;p&gt;AVK: Added the new labors of 40.07 and verified the rest were in their old places in the executable. Migration banner stripped.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{quality|unrated}}{{av}}&lt;br /&gt;
&lt;br /&gt;
A list of all labor tokens, mainly used in custom buildings.&lt;br /&gt;
&lt;br /&gt;
{| {{prettytable}} class=&amp;quot;sortable&amp;quot;&lt;br /&gt;
|- style='background-color:#ddd'&lt;br /&gt;
! #&lt;br /&gt;
! Token&lt;br /&gt;
! Labor&lt;br /&gt;
|-&lt;br /&gt;
|0||MINE||[[Mining]]&lt;br /&gt;
|-&lt;br /&gt;
|1||HAUL_STONE||[[Stone hauling]]&lt;br /&gt;
|-&lt;br /&gt;
|2||HAUL_WOOD||[[Wood hauling]]&lt;br /&gt;
|-&lt;br /&gt;
|3||HAUL_BODY||[[Burial]]&lt;br /&gt;
|-&lt;br /&gt;
|4||HAUL_FOOD||[[Food hauling]]&lt;br /&gt;
|-&lt;br /&gt;
|5||HAUL_REFUSE||[[Refuse hauling]]&lt;br /&gt;
|-&lt;br /&gt;
|6||HAUL_ITEM||[[Item hauling]]&lt;br /&gt;
|-&lt;br /&gt;
|7||HAUL_FURNITURE||[[Furniture hauling]]&lt;br /&gt;
|-&lt;br /&gt;
|8||HAUL_ANIMALS||[[Animal hauling]]&lt;br /&gt;
|-&lt;br /&gt;
|9||CLEAN||[[Cleaning]]&lt;br /&gt;
|-&lt;br /&gt;
|10||CUTWOOD||[[Wood cutting]]&lt;br /&gt;
|-&lt;br /&gt;
|11||CARPENTER||[[Carpentry]]&lt;br /&gt;
|-&lt;br /&gt;
|12||DETAIL||[[Stone detailing]]&lt;br /&gt;
|-&lt;br /&gt;
|13||MASON||[[Masonry]]&lt;br /&gt;
|-&lt;br /&gt;
|14||ARCHITECT||[[Architecture]]&lt;br /&gt;
|-&lt;br /&gt;
|15||ANIMALTRAIN||[[Animal training]]&lt;br /&gt;
|-&lt;br /&gt;
|16||ANIMALCARE||[[Animal care]]&lt;br /&gt;
|-&lt;br /&gt;
|17||DIAGNOSE||[[Diagnosis]]&lt;br /&gt;
|-&lt;br /&gt;
|18||SURGERY||[[Surgery]]&lt;br /&gt;
|-&lt;br /&gt;
|19||BONE_SETTING||[[Setting bones]]&lt;br /&gt;
|-&lt;br /&gt;
|20||SUTURING||[[Suturing]]&lt;br /&gt;
|-&lt;br /&gt;
|21||DRESSING_WOUNDS||[[Dressing wounds]]&lt;br /&gt;
|-&lt;br /&gt;
|22||FEED_WATER_CIVILIANS||[[Feed patients/prisoners]]&lt;br /&gt;
|-&lt;br /&gt;
|23||RECOVER_WOUNDED||[[Recovering wounded]]&lt;br /&gt;
|-&lt;br /&gt;
|24||BUTCHER||[[Butchery]]&lt;br /&gt;
|-&lt;br /&gt;
|25||TRAPPER||[[Tanning]]&lt;br /&gt;
|-&lt;br /&gt;
|26||DISSECT_VERMIN||[[Small animal dissection]]&lt;br /&gt;
|-&lt;br /&gt;
|27||LEATHER||[[Leatherworking]]&lt;br /&gt;
|-&lt;br /&gt;
|28||TANNER||[[Tanning]]&lt;br /&gt;
|-&lt;br /&gt;
|29||BREWER||[[Brewing]]&lt;br /&gt;
|-&lt;br /&gt;
|30||ALCHEMIST||[[Alchemy]]&lt;br /&gt;
|-&lt;br /&gt;
|31||SOAP_MAKER||[[Soap making]]&lt;br /&gt;
|-&lt;br /&gt;
|32||WEAVER||[[Weaving]]&lt;br /&gt;
|-&lt;br /&gt;
|33||CLOTHESMAKER||[[Clothesmaking]]&lt;br /&gt;
|-&lt;br /&gt;
|34||MILLER||[[Milling]]&lt;br /&gt;
|-&lt;br /&gt;
|35||PROCESS_PLANT||[[Plant processing]]&lt;br /&gt;
|-&lt;br /&gt;
|36||MAKE_CHEESE||[[Cheese making]]&lt;br /&gt;
|-&lt;br /&gt;
|37||MILK||[[Milking]]&lt;br /&gt;
|-&lt;br /&gt;
|38||COOK||[[Cooking]]&lt;br /&gt;
|-&lt;br /&gt;
|39||PLANT||[[Farming (fields)]]&lt;br /&gt;
|-&lt;br /&gt;
|40||HERBALIST||[[Plant gathering]]&lt;br /&gt;
|-&lt;br /&gt;
|41||FISH||[[Fishing]]&lt;br /&gt;
|-&lt;br /&gt;
|42||CLEAN_FISH||[[Fish cleaning]]&lt;br /&gt;
|-&lt;br /&gt;
|43||DISSECT_FISH||[[Fish dissection]]&lt;br /&gt;
|-&lt;br /&gt;
|44||HUNT||[[Hunting]]&lt;br /&gt;
|-&lt;br /&gt;
|45||SMELT||[[Furnace operating]]&lt;br /&gt;
|-&lt;br /&gt;
|46||FORGE_WEAPON||[[Weaponsmithing]]&lt;br /&gt;
|-&lt;br /&gt;
|47||FORGE_ARMOR||[[Armoring]]&lt;br /&gt;
|-&lt;br /&gt;
|48||FORGE_FURNITURE||[[Blacksmithing]]&lt;br /&gt;
|-&lt;br /&gt;
|49||METAL_CRAFT||[[Metalcrafting]]&lt;br /&gt;
|-&lt;br /&gt;
|50||CUT_GEM||[[Gem cutting]]&lt;br /&gt;
|-&lt;br /&gt;
|51||ENCRUST_GEM||[[Gem setting]]&lt;br /&gt;
|-&lt;br /&gt;
|52||WOOD_CRAFT||[[Woodcrafting]]&lt;br /&gt;
|-&lt;br /&gt;
|53||STONE_CRAFT||[[Stonecrafting]]&lt;br /&gt;
|-&lt;br /&gt;
|54||BONE_CARVE||[[Bone carving]]&lt;br /&gt;
|-&lt;br /&gt;
|55||GLASSMAKER||[[Glassmaking]]&lt;br /&gt;
|-&lt;br /&gt;
|56||EXTRACT_STRAND||[[Strand extraction]]&lt;br /&gt;
|-&lt;br /&gt;
|57||SIEGECRAFT||[[Siege engineering]]&lt;br /&gt;
|-&lt;br /&gt;
|58||SIEGEOPERATE||[[Siege operating]]&lt;br /&gt;
|-&lt;br /&gt;
|59||BOWYER||[[Crossbow-making]]&lt;br /&gt;
|-&lt;br /&gt;
|60||MECHANIC||[[Mechanics]]&lt;br /&gt;
|-&lt;br /&gt;
|61||POTASH_MAKING||[[Potash making]]&lt;br /&gt;
|-&lt;br /&gt;
|62||LYE_MAKING||[[Lye making]]&lt;br /&gt;
|-&lt;br /&gt;
|63||DYER||[[Dyeing]]&lt;br /&gt;
|-&lt;br /&gt;
|64||BURN_WOOD||[[Wood burning]]&lt;br /&gt;
|-&lt;br /&gt;
|65||OPERATE_PUMP||[[Pump operating]]&lt;br /&gt;
|-&lt;br /&gt;
|66||SHEARER||[[Shearing]]&lt;br /&gt;
|-&lt;br /&gt;
|67||SPINNER||[[Spinning]]&lt;br /&gt;
|-&lt;br /&gt;
|68||POTTERY||[[Pottery]]&lt;br /&gt;
|-&lt;br /&gt;
|69||GLAZING||[[Glazing]]&lt;br /&gt;
|-&lt;br /&gt;
|70||PRESSING||[[Pressing]]&lt;br /&gt;
|-&lt;br /&gt;
|71||BEEKEEPING||[[Beekeeping]]&lt;br /&gt;
|-&lt;br /&gt;
|72||WAX_WORKING||[[Wax working]]&lt;br /&gt;
|-&lt;br /&gt;
|73||HANDLE_VEHICLES||[[Push/haul vehicles]]&lt;br /&gt;
|-&lt;br /&gt;
|74||HAUL_TRADE||[[Trade|Depot teamstering]]&lt;br /&gt;
|-&lt;br /&gt;
|75||PULL_LEVER||[[Lever|Switch yanking]]&lt;br /&gt;
|-&lt;br /&gt;
|76||REMOVE_CONSTRUCTION||[[Construction|Teardown and building disassembly]]&lt;br /&gt;
|-&lt;br /&gt;
|77||HAUL_WATER||[[Activity_zone|Bucket brigading, apparently]]&lt;br /&gt;
|}&lt;br /&gt;
{{Category|Modding}}{{Category|Tokens}}&lt;/div&gt;</summary>
		<author><name>AVK</name></author>
	</entry>
	<entry>
		<id>http://dwarffortresswiki.org/index.php?title=Reaction&amp;diff=206513</id>
		<title>Reaction</title>
		<link rel="alternate" type="text/html" href="http://dwarffortresswiki.org/index.php?title=Reaction&amp;diff=206513"/>
		<updated>2014-07-15T11:30:20Z</updated>

		<summary type="html">&lt;p&gt;AVK: /* Item reaction products */  Oops again.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Quality|Superior|19:56, 28 August 2013 (UTC)}}&lt;br /&gt;
{{av}}&lt;br /&gt;
&lt;br /&gt;
Reactions are modular, editable formulas that take specific ingredients, or reagents, and use them to produce a desired item.  A lot of reactions are hardcoded - building beds or creating glass, for example -- but a few are freely editable, and it's quite simple to add additional ones.&lt;br /&gt;
&lt;br /&gt;
== Reaction differences between modes ==&lt;br /&gt;
In [[Fortress mode]], reactions are linked to specific buildings, and must be added to a civilization's [[Entities|entity file]] to be usable by that civilization.  This has the useful effect of limiting new items and materials (such as special [[wood]] or [[metal]]) to civilizations that have the requisite reaction -- so that if you give your custom civilization a reaction to produce star metal or some other custom material, only they will be able to use it.&lt;br /&gt;
&lt;br /&gt;
In [[Adventure mode]], reactions are freely available via x &amp;gt; create, and any adventurer character can make free use of them.  Reagents may be held in the hands or dropped on the ground, but cannot be used within a backpack or quiver.  There are several bugs with Adventure mode reactions, chief of which is the fact that you cannot select liquid reagents.{{verify}} &amp;lt;!-- reaction product tag works now, liquids and improvement quality dont --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Anatomy of a reaction==&lt;br /&gt;
&lt;br /&gt;
Reactions are found within reaction_x files (such as reaction_smelter or reaction_other).  Generally speaking they adhere to the following structure:&lt;br /&gt;
&lt;br /&gt;
   [REACTION:&amp;lt;identifier&amp;gt;]&lt;br /&gt;
      [NAME:&amp;lt;name&amp;gt;]&lt;br /&gt;
      [BUILDING:&amp;lt;BUILDING NAME&amp;gt;:&amp;lt;BUILDING KEY&amp;gt;]&lt;br /&gt;
      [REAGENT:A:150:BAR:NONE:POTASH:NONE]&lt;br /&gt;
      [PRODUCT:100:1:BAR:NONE:PEARLASH:NONE][PRODUCT_DIMENSION:150]&lt;br /&gt;
      [FUEL] &lt;br /&gt;
      [SKILL:&amp;lt;SKILL TOKEN&amp;gt;]&lt;br /&gt;
      [AUTOMATIC]&lt;br /&gt;
      [ADVENTURE_MODE_ENABLED]&lt;br /&gt;
* ''[[#Reaction identifier|identifier]]'': The internal ID of the reaction.&lt;br /&gt;
* ''[[#Reaction name|name]]'': The name of the reaction, visible to the player in the Fortress mode or Adventure mode menus.&lt;br /&gt;
* ''[[#Building|building]]'': The building ID that the reaction uses, and the relevant keyboard shortcut.&lt;br /&gt;
* ''[[#Reagents|...reagents...]]'': Zero or more reagents (ingredients) that are required to be in stock for the reaction to be possible.&lt;br /&gt;
* ''[[#Products|...products...]]'': Zero or more products that are created from the reaction.&lt;br /&gt;
* ''[[#fuel|fuel]]'': (optional) If present, the reaction requires charcoal, coke or a magma-powered workshop.&lt;br /&gt;
* ''[[#skill|skill]]'': (optional) The skill required and trained by the reaction.&lt;br /&gt;
* ''[[#automatic|automatic]]'': (optional) If present, the reaction will automatically be enqueued whenever it can possibly be performed.&lt;br /&gt;
* ''[[#adventure mode|adventure mode]]'': (optional) If present, the reaction is used by the player in Adventure mode instead.&lt;br /&gt;
&lt;br /&gt;
=== Reaction identifier ===&lt;br /&gt;
&lt;br /&gt;
The reaction identifier may be anything, so long as it is unique within the raw data files.  A good habit to get into is to append a short prefix or suffix to each name related to the name of your mod, to ensure nobody else is going to make an identical reaction and thereby mess up the game if their mod is run alongside yours.&lt;br /&gt;
&lt;br /&gt;
=== Reaction name ===&lt;br /&gt;
&lt;br /&gt;
This can be anything at all, and is usually used to describe the reaction.  '''Tan a hide''', for example, is the name of the default leather-producing reaction.  Generally this should be written as a small descriptive verb phrase, with the first letter capitalized, for consistency with the existing reactions.&lt;br /&gt;
&lt;br /&gt;
=== Building ===&lt;br /&gt;
&lt;br /&gt;
    [BUILDING:&amp;lt;BUILDING NAME&amp;gt;:&amp;lt;BUILDING KEY&amp;gt;]&lt;br /&gt;
* ''name'': The ID of the building where this reaction will appear in the tasks menu.&lt;br /&gt;
* ''key'': The keyboard shortcut used to queue up the reaction.&lt;br /&gt;
&lt;br /&gt;
The BUILDING NAME is the name of the building that will house this reaction, and the building key is the keyboard shortcut that will queue up the reaction.  If two reactions have the same key, then one of them will be assigned a different key, the first alphabetically available at the building.&lt;br /&gt;
&lt;br /&gt;
Valid buildings are KILN, SMELTER, TANNER, KITCHEN, QUERN, MILLSTONE, STILL, CRAFTSMAN, and any custom buildings (SOAP_MAKER, SCREW_PRESS, and anything you've added).&lt;br /&gt;
&lt;br /&gt;
Specifying multiple BUILDING tokens will cause the reaction to be available at all of the specified buildings.&lt;br /&gt;
&lt;br /&gt;
=== Reagents ===&lt;br /&gt;
REAGENTs are a little bit complicated.  They are the ingredients that the reaction will use.  You can define as many as you like within a reaction.&lt;br /&gt;
&lt;br /&gt;
    [REAGENT:&amp;lt;name&amp;gt;:&amp;lt;quantity&amp;gt;:&amp;lt;item token&amp;gt;:&amp;lt;material token&amp;gt;][...modifiers...]&lt;br /&gt;
* ''[[#name|name]]'': The name of the reagent, local to the reaction.&lt;br /&gt;
* ''[[#quantity|quantity]]'': The amount of the item that will be used in the reaction.&lt;br /&gt;
* ''[[#item_token|item token]]'': The type (and subtype) of the item you require.&lt;br /&gt;
* ''[[#material_token|material token]]'': The material the item should be made of.&lt;br /&gt;
* ''[[#Modifiers|...modifiers...]]'': Zero or more tokens which further clarify the acceptable types when the item type and material types are insufficient to distinguish them.&lt;br /&gt;
&lt;br /&gt;
==== name ====&lt;br /&gt;
The name field is a small string used to identify the reagent within the reaction.  The name is not visible to the player.  It is local to the reaction and does not need to be unique across all of the reactions, so you can reuse the same names over and over, although each reagent within the same individual reaction must have a different name.&lt;br /&gt;
&lt;br /&gt;
Most reactions are simply named '''A''', '''B''', and so forth in default reactions, although names such as '''TOOLSTONE''' or '''FLUX''' will also work equally well.  The PRODUCT may make reference to this name &amp;amp;mdash; for instance, if a container '''B''' is specified as a reagent, PRODUCT_TO_CONTAINER:B specifies that container.&lt;br /&gt;
&lt;br /&gt;
==== quantity ====&lt;br /&gt;
The quantity differs between item types.  Generally speaking, cloth, thread, powder, bars and globs use numbers representing the size of material within one item, and everything else uses a static quantity.  While REAGENT:A:'''''10''''':'''''THREAD''''':NONE:NONE:NONE thread is an extremely tiny portion of a random spool of thread, REAGENT:A:'''''10''''':'''''TOY''''':NONE:NONE:NONE is ten unique, solid toy items.&lt;br /&gt;
&lt;br /&gt;
Sometimes the quantity of product is directly connected with the quantity of reagent; it seems to be 150 / REAGENT &amp;lt;quantity&amp;gt; (rounding down) so that Reagent &amp;lt;quantity&amp;gt; of 3 gives 50 product and a &amp;lt;quantity&amp;gt; of 4 gives 37. (150/4=37.5) [List of item types this applies to? Bars, for instance.]&lt;br /&gt;
&lt;br /&gt;
==== item token ====&lt;br /&gt;
Item tokens are of the form ITEM_TYPE:ITEM_SUBTYPE.&lt;br /&gt;
&lt;br /&gt;
The item type is the sort of item you require; WEAPON, TOY or SKIN_TANNED, for example.  A [[item token|full list]] is available.&lt;br /&gt;
&lt;br /&gt;
For reagents, the item token can also be set to ANY_RAW_MATERIAL:NONE (to permit BAR, BOULDER, POWDER_MISC, or GLOB) or ANY_CRAFT:NONE (to permit FIGURINE, AMULET, SCEPTER, CROWN, RING, EARRING, or BRACELET). Internally, these special values are both converted to NONE:NONE and merely set special modifiers (similar to [BUILDMAT]) - they cannot be used in any other context.&lt;br /&gt;
&lt;br /&gt;
The item subtype is name of the exact item that you require.  Examples are ITEM_WEAPON_SPEAR or ITEM_TOY_PUZZLEBOX.  Some items, like quivers or backpacks, or chunks of stone or metal, only require the item token to be filled in, so if you're asking for those you should set the subtype to NONE.  Subtypes are defined within the local raw data files and their exact names can be referenced by looking at the corresponding file.&lt;br /&gt;
&lt;br /&gt;
For backwards compatibility, reagents can also accept &amp;quot;METAL_ORE:metal_id&amp;quot; in place of both the item and material tokens - this is equivalent to using the reagent BOULDER:NONE:NONE:NONE with the modifier [METAL_ORE:metal_id] (see below).&lt;br /&gt;
&lt;br /&gt;
==== material token ====&lt;br /&gt;
Material tokens come in several forms - see [[material token|here]] for a full list. For reagents, this will typically be INORGANIC:MATERIAL_ID, whereas products will typically use GET_MATERIAL_FROM_REAGENT:REAGENT_ID:REACTION_PRODUCT_ID.&lt;br /&gt;
&lt;br /&gt;
==== Modifiers ====&lt;br /&gt;
Reagents may also have extra tokens added on afterwards, placed just after the REAGENT tag.&lt;br /&gt;
&lt;br /&gt;
A list of them follows:&lt;br /&gt;
&lt;br /&gt;
{| {{prettytable}}&lt;br /&gt;
|- bgcolor=&amp;quot;#dddddd&amp;quot;&lt;br /&gt;
! Token&lt;br /&gt;
! Meaning&lt;br /&gt;
|-&lt;br /&gt;
| [REACTION_CLASS:X]&lt;br /&gt;
| Reagent material must have the specified reaction class - see below for more details.&lt;br /&gt;
|-&lt;br /&gt;
| [HAS_MATERIAL_REACTION_PRODUCT:X]&lt;br /&gt;
| Reagent material must have the specified material reaction product - see below for more details.&lt;br /&gt;
|-&lt;br /&gt;
| [HAS_ITEM_REACTION_PRODUCT:X]&lt;br /&gt;
| Reagent material must have the specified item reaction product - see below for more details.&lt;br /&gt;
|-&lt;br /&gt;
| [CONTAINS:X]&lt;br /&gt;
| Reagent is a container that holds the specified reagent (where ''X'' is the [[#name|name]] of the reagent).&lt;br /&gt;
|-&lt;br /&gt;
| [UNROTTEN]&lt;br /&gt;
| Reagent must not be rotten, mainly for organic materials.&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;vertical-align: top&amp;quot;| [CONTAINS_LYE]&lt;br /&gt;
| Reagent must be a BARREL or TOOL which contains at least one item of type LIQUID_MISC made of LYE. Use of this token is discouraged, as it does not work with buckets (instead, use [CONTAINS:lye] &amp;amp;mdash; note the colon &amp;amp;mdash; and a corresponding lye reagent [REAGENT:lye:150:LIQUID_MISC:NONE:LYE]).&lt;br /&gt;
|-&lt;br /&gt;
| [POTASHABLE]&lt;br /&gt;
| Alias for [CONTAINS_LYE].&lt;br /&gt;
|-&lt;br /&gt;
| [NOT_WEB]&lt;br /&gt;
| Reagent must be collected (to distinguish silk thread from webs). Only makes sense for items of type THREAD.&lt;br /&gt;
|-&lt;br /&gt;
| [WEB_ONLY]&lt;br /&gt;
| Reagent must be undisturbed (to distinguish silk thread from webs). Only makes sense for items of type THREAD.&lt;br /&gt;
|-&lt;br /&gt;
| [EMPTY]&lt;br /&gt;
| If the reagent is a container, it must be empty.&lt;br /&gt;
|-&lt;br /&gt;
| [NOT_CONTAIN_BARREL_ITEM]&lt;br /&gt;
| If the reagent is a container, it must not contain [[lye]] or [[milk]]. Not necessary if specifying [EMPTY].&lt;br /&gt;
|-&lt;br /&gt;
| [BAG]&lt;br /&gt;
| Reagent must be a bag - that is, a BOX made of plant fiber, silk, yarn, or leather.&lt;br /&gt;
|-&lt;br /&gt;
| [GLASS_MATERIAL] &lt;br /&gt;
| Reagent material must have the [IS_GLASS] token. All 3 types of [[glass]] have this token hardcoded.&lt;br /&gt;
|-&lt;br /&gt;
| [BUILDMAT]&lt;br /&gt;
| Reagent must be a general [[building material]] - BAR, BLOCKS, BOULDER, or WOOD.&lt;br /&gt;
|-&lt;br /&gt;
| [FIRE_BUILD_SAFE]&lt;br /&gt;
| Reagent material must be solid and stable at temperatures approaching 11000. Only works with items of type BAR, BLOCKS, BOULDER, WOOD, and ANVIL - all others are considered unsafe.&lt;br /&gt;
|-&lt;br /&gt;
| [MAGMA_BUILD_SAFE]&lt;br /&gt;
| Reagent material must be solid and stable at temperatures approaching 12000. Only works with items of type BAR, BLOCKS, BOULDER, WOOD, and ANVIL - all others are considered unsafe.&lt;br /&gt;
|-&lt;br /&gt;
| [CAN_USE_ARTIFACT]&lt;br /&gt;
| Reagent can be an Artifact.  Using [PRESERVE_REAGENT] with this is strongly advised.&lt;br /&gt;
|-&lt;br /&gt;
| [WORTHLESS_STONE_ONLY]&lt;br /&gt;
| Reagent material must be non-[[economic]].&lt;br /&gt;
|-&lt;br /&gt;
| [ANY_PLANT_MATERIAL] &lt;br /&gt;
| Reagent material must be subordinate to a PLANT object.&lt;br /&gt;
|-&lt;br /&gt;
| [ANY_SILK_MATERIAL] &lt;br /&gt;
| Reagent material must have the [SILK] token.&lt;br /&gt;
|-&lt;br /&gt;
| [ANY_YARN_MATERIAL] &lt;br /&gt;
| Reagent material must have the [YARN] token.&lt;br /&gt;
|-&lt;br /&gt;
| [ANY_SOAP_MATERIAL]&lt;br /&gt;
| Reagent material must have the [SOAP] token.&lt;br /&gt;
|-&lt;br /&gt;
| [ANY_LEATHER_MATERIAL]&lt;br /&gt;
| Reagent material must have the [LEATHER] token.&lt;br /&gt;
|-&lt;br /&gt;
| [ANY_BONE_MATERIAL]&lt;br /&gt;
| Reagent material must have the [BONE] token.&lt;br /&gt;
|-&lt;br /&gt;
| [ANY_STRAND_TISSUE]&lt;br /&gt;
| Reagent is made of a tissue having [TISSUE_SHAPE:STRANDS], intended for matching hair and wool. Must be used with [USE_BODY_COMPONENT].&lt;br /&gt;
|-&lt;br /&gt;
| [ANY_SHELL_MATERIAL]&lt;br /&gt;
| Reagent material must have the [SHELL] token.&lt;br /&gt;
|-&lt;br /&gt;
| [ANY_TOOTH_MATERIAL]&lt;br /&gt;
| Reagent material must have the [TOOTH] token.&lt;br /&gt;
|-&lt;br /&gt;
| [ANY_HORN_MATERIAL]&lt;br /&gt;
| Reagent material must have the [HORN] token.&lt;br /&gt;
|-&lt;br /&gt;
| [ANY_PEARL_MATERIAL]&lt;br /&gt;
| Reagent material must have the [PEARL] token.&lt;br /&gt;
|-&lt;br /&gt;
| [USE_BODY_COMPONENT]&lt;br /&gt;
| Reagent must be a body part (CORPSE or CORPSEPIECE). Must be used even if your reagent item type is CORPSE or CORPSEPIECE, otherwise it will match any item.&lt;br /&gt;
|-&lt;br /&gt;
| [NO_EDGE_ALLOWED]&lt;br /&gt;
| Reagent must not have an edge - excludes sharp stones (produced using knapping) and most types of weapon/ammo.&lt;br /&gt;
|-&lt;br /&gt;
| [NOT_ENGRAVED]&lt;br /&gt;
| Reagent has not been engraved (excludes memorial slabs).&lt;br /&gt;
|-&lt;br /&gt;
| [NOT_IMPROVED]&lt;br /&gt;
| Reagent has not been decorated.&lt;br /&gt;
|-&lt;br /&gt;
| [DOES_NOT_ABSORB]&lt;br /&gt;
| Reagent material must have [ABSORPTION:0]&lt;br /&gt;
|-&lt;br /&gt;
| [FOOD_STORAGE_CONTAINER]&lt;br /&gt;
| Reagent is either a BARREL or a TOOL with the FOOD_STORAGE use.&lt;br /&gt;
|-&lt;br /&gt;
| [HARD_ITEM_MATERIAL]&lt;br /&gt;
| Reagent material must have [ITEMS_HARD].&lt;br /&gt;
|-&lt;br /&gt;
| [NOT_PRESSED]&lt;br /&gt;
| Reagent must not be in the SOLID_PRESSED state.&lt;br /&gt;
|-&lt;br /&gt;
| [METAL_ORE:X]&lt;br /&gt;
| Reagent material must be an ore of the specified metal.&lt;br /&gt;
|-&lt;br /&gt;
| [MIN_DIMENSION:X]&lt;br /&gt;
| Reagent's item dimension must be at least this large. The reagent's item type must be BAR, POWDER_MISC, LIQUID_MISC, DRINK, THREAD, or CLOTH for this to work.&lt;br /&gt;
|-&lt;br /&gt;
| [HAS_TOOL_USE:X]&lt;br /&gt;
| Reagent must be a [[tool]] with the specific TOOL_USE value. The reagent's item type must be TOOL:NONE for this to make any sense.&lt;br /&gt;
|-&lt;br /&gt;
| [PRESERVE_REAGENT]&lt;br /&gt;
| Reagent is not destroyed, which is the normal effect, at the completion of the reaction. Typically used for containers.&lt;br /&gt;
|-&lt;br /&gt;
| [DOES_NOT_DETERMINE_PRODUCT_AMOUNT]&lt;br /&gt;
| Reagent quantity is ignored for the purposes of producing extra outputs. Typically used for containers so that [[stack]]s of reagents will correctly produce additional outputs.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
Generally speaking, if you set a field in a reagent to NONE, the reaction won't discriminate when it comes to that particular field.  For example, if you require a BOULDER reagent but leave the material as NONE:NONE, it will grab any available BOULDER-type item regardless of material.&lt;br /&gt;
&lt;br /&gt;
===Products===&lt;br /&gt;
Products are the end product of the reaction.  A reaction can have as many products as it likes.&lt;br /&gt;
&lt;br /&gt;
Products are almost identical to reagents, except that they do not need to be named, can't have fields undefined, and don't use the quantity field to determine the product size.  Instead, the token PRODUCT_DIMENSION:X is tacked on after the PRODUCT token, determining the size of the product.&lt;br /&gt;
&lt;br /&gt;
Products can be produced directly to a container using the [PRODUCT_TO_CONTAINER:&amp;lt;IDENTIFIER&amp;gt;] token, where the IDENTIFIER is the name of a reagent.  This requires the reagent to have the PRESERVE_REAGENT token.&lt;br /&gt;
&lt;br /&gt;
Restating this in the above style, we have:&lt;br /&gt;
   [PRODUCT:&amp;lt;probability&amp;gt;:&amp;lt;quantity&amp;gt;:&amp;lt;item token&amp;gt;:&amp;lt;material token&amp;gt;][...modifiers...][PRODUCT_DIMENSION:X][PRODUCT_TO_CONTAINER:&amp;lt;IDENTIFIER&amp;gt;]&lt;br /&gt;
&lt;br /&gt;
====probability====&lt;br /&gt;
The percentage chance the product will be produced when the reaction is completed.&lt;br /&gt;
&lt;br /&gt;
====quantity====&lt;br /&gt;
Determines how many of the product will be produced. For the item types AMMO, REMAINS, MEAT, FISH, FISH_RAW, PLANT, LEAVES, DRINK, CHEESE, LIQUID_MISC, COIN, and EGG, the resulting items will be created as a single [[stack]], while all other item types will produce multiple individual items.&lt;br /&gt;
&lt;br /&gt;
If a reaction can take stacks of input items, then it will attempt to perform the reaction enough times to consume as many full sets of reagents as it can - for example, if a reaction &amp;quot;1 piece of meat + 2 pieces of fish -&amp;gt; 3 pieces of cheese&amp;quot; is given a stack of 5 meat and 5 fish, it will produce 6 pieces of cheese and leave 3 meat and 1 fish behind. Using the token DOES_NOT_DETERMINE_PRODUCT_AMOUNT allows a reagent to be excluded from this calculation - for example, with the reaction &amp;quot;1 plant + 1 barrel -&amp;gt; 5 alcohol (into barrel)&amp;quot;, using this on the barrel allows the reaction to be performed as &amp;quot;5 plant + 1 barrel -&amp;gt; 25 alcohol&amp;quot; instead of &amp;quot;5 plant + 5 barrel -&amp;gt; 25 alcohol&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
====item token====&lt;br /&gt;
The [[item token]] and subtype of the item you produce.&lt;br /&gt;
&lt;br /&gt;
For products, this can also be set to CRAFTS:NONE to produce up to three random [[craft]] items. This value cannot be used in any other context.&lt;br /&gt;
&lt;br /&gt;
====material token====&lt;br /&gt;
A [[material token]] describing what the product will be made of.&lt;br /&gt;
&lt;br /&gt;
====Product modifiers====&lt;br /&gt;
Zero or more tokens which further clarify the acceptable types when the item type and material types are insufficient to distinguish them.&lt;br /&gt;
&lt;br /&gt;
{| {{prettytable}}&lt;br /&gt;
|- bgcolor=&amp;quot;#dddddd&amp;quot;&lt;br /&gt;
! Token&lt;br /&gt;
! Meaning&lt;br /&gt;
|-&lt;br /&gt;
| [FORCE_EDGE]&lt;br /&gt;
| Product is given a sharp edge. Used for knapping.&lt;br /&gt;
|-&lt;br /&gt;
| [PRODUCT_PASTE]&lt;br /&gt;
| Product is created in the SOLID_PASTE state.&lt;br /&gt;
|-&lt;br /&gt;
| [PRODUCT_PRESSED]&lt;br /&gt;
| Product is created in the SOLID_PRESSED state.&lt;br /&gt;
|-&lt;br /&gt;
| [PRODUCT_DIMENSION:&amp;lt;size&amp;gt;]&lt;br /&gt;
| Specifies the size of the product. A size of 150 is typical for BAR, POWDER_MISC, LIQUID_MISC, and DRINK. A size of 15000 is typical for THREAD, and a size of 10000 is typical for CLOTH. Has no effect on any other item types.&lt;br /&gt;
|-&lt;br /&gt;
| [PRODUCT_TO_CONTAINER:&amp;lt;id&amp;gt;]&lt;br /&gt;
| Places the product in a container; &amp;lt;id&amp;gt; must be the name of a reagent with the PRESERVE_REAGENT token and a container item type.&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===Improvements===&lt;br /&gt;
Improvements are applied to existing reagents. A reaction can have as many improvements as it likes.&lt;br /&gt;
&lt;br /&gt;
Restating this in the above style, we have:&lt;br /&gt;
   [IMPROVEMENT:&amp;lt;probability&amp;gt;:&amp;lt;reagent name&amp;gt;:&amp;lt;improvement type&amp;gt;:&amp;lt;material token&amp;gt;]&lt;br /&gt;
&lt;br /&gt;
====probability====&lt;br /&gt;
The percentage chance the improvement will be applied to the reagent when the reaction is completed.&lt;br /&gt;
&lt;br /&gt;
====reagent name====&lt;br /&gt;
The name of the reagent that will be improved. In order to be meaningful, this reagent must have [PRESERVE_REAGENT].&lt;br /&gt;
&lt;br /&gt;
====improvement type====&lt;br /&gt;
The following improvement types can be used:&lt;br /&gt;
{| {{prettytable}}&lt;br /&gt;
|- bgcolor=&amp;quot;#dddddd&amp;quot;&lt;br /&gt;
! Token&lt;br /&gt;
! Meaning&lt;br /&gt;
|-&lt;br /&gt;
| COVERED&lt;br /&gt;
| Item is encrusted/studded/decorated with &amp;lt;material&amp;gt;.&lt;br /&gt;
|-&lt;br /&gt;
| GLAZED&lt;br /&gt;
| Item is glazed with &amp;lt;material&amp;gt;.&lt;br /&gt;
|-&lt;br /&gt;
| RINGS_HANGING&lt;br /&gt;
| Item is adorned with hanging rings of &amp;lt;material&amp;gt;.&lt;br /&gt;
|-&lt;br /&gt;
| BANDS&lt;br /&gt;
| Item is encircled with bands of &amp;lt;material&amp;gt;.&lt;br /&gt;
|-&lt;br /&gt;
| SPIKES&lt;br /&gt;
| Item menaces with spikes of &amp;lt;material&amp;gt;.&lt;br /&gt;
|-&lt;br /&gt;
| PAGES&lt;br /&gt;
| Adds pages to a [[book]].&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
All other item improvement tokens (ART_IMAGE, ITEMSPECIFIC, THREAD, CLOTH, SEWN_IMAGE, and ILLUSTRATION) are ignored.&lt;br /&gt;
&lt;br /&gt;
====material token====&lt;br /&gt;
A [[material token]] describing what the decoration will be made of.&lt;br /&gt;
&lt;br /&gt;
===Other tokens===&lt;br /&gt;
&lt;br /&gt;
==== fuel ====&lt;br /&gt;
The FUEL token means that the reaction requires coke or charcoal to be performed. Fuel is not needed when the reaction is performed at a magma workshop (a [[magma kiln]], [[magma smelter]], or any custom building having [NEEDS_MAGMA]).&lt;br /&gt;
&lt;br /&gt;
==== skill ====&lt;br /&gt;
The SKILL token determines what [[Skill token|skill]] the reaction requires and what skill it trains. Only one skill may be specified. For custom reactions, the amount of experience gained is linearly correlated with the amount of product created; a reaction with no product will yield no experience for the performing dwarf. Similarly, the amount of time a reaction takes is correlated with experience gained: if a reaction has zero experience gain due to having no skill associated, the reaction will take minimal time.&lt;br /&gt;
&lt;br /&gt;
==== automatic ====&lt;br /&gt;
The AUTOMATIC token means that the reaction will be queued automatically if the reaction reagents are all present.&lt;br /&gt;
&lt;br /&gt;
This token only works with jobs performed at a [[kiln]], [[smelter]], [[tanner's shop]], [[kitchen]], or custom workshop, and [[standing orders]] allow you to limit which ones trigger; custom reactions performed at a [[quern]], [[millstone]]{{verify}}, [[still]]{{verify}} or [[craftsdwarf's workshop]]{{verify}} cannot be made automatic.&lt;br /&gt;
&lt;br /&gt;
==== adventure mode enabled ====&lt;br /&gt;
The ADVENTURE_MODE_ENABLED token means that this version of the reaction is not used by dwarves at home in a fortress, but rather the wanderers of Adventure Mode.  When using this token, it will be allowed for adventurers of any race, without editing Entity files.&lt;br /&gt;
&lt;br /&gt;
==Reaction classes and products==&lt;br /&gt;
&lt;br /&gt;
When you're doing things like tanning hides or brewing alcohol, having separate reactions for every single possible raw material is unwieldy and terrible. However, you can let the reaction itself ask the material for details and process them all with the same reaction. There are three types of tags to dictate this behavior.&lt;br /&gt;
&lt;br /&gt;
===Reaction classes===&lt;br /&gt;
&lt;br /&gt;
The simplest token is the reaction class. If it is tacked on a material, a reaction can limit reagents to only those materials that have the specified arbitrary [REACTION_CLASS:whatever] identifier.&lt;br /&gt;
&lt;br /&gt;
We want a reaction that smelts iron and flux into pig iron. However, there's half-dozen different stones that count as flux. Instead of clogging up the smelter job menu with half-dozen nearly identical reactions that all take in either selenite or limestone or marble for the same result, we use a reaction class.&lt;br /&gt;
&lt;br /&gt;
   [REACTION:PIG_IRON_MAKING]&lt;br /&gt;
      [NAME:make pig iron bars]&lt;br /&gt;
      [BUILDING:SMELTER:NONE]&lt;br /&gt;
      [REAGENT:A:150:BAR:NO_SUBTYPE:METAL:IRON]&lt;br /&gt;
      [REAGENT:B:1:BOULDER:NO_SUBTYPE:NONE:NONE]'''[REACTION_CLASS:FLUX]'''&lt;br /&gt;
      [REAGENT:C:150:BAR:NO_SUBTYPE:COAL:NO_MATGLOSS]&lt;br /&gt;
      [PRODUCT:100:1:BAR:NO_SUBTYPE:METAL:PIG_IRON][PRODUCT_DIMENSION:150]&lt;br /&gt;
      [FUEL]&lt;br /&gt;
      [SKILL:SMELT]&lt;br /&gt;
&lt;br /&gt;
Note how reagent B now asks &amp;quot;NONE:NONE&amp;quot; as its material now. It now means &amp;quot;boulders of any kind as long as they have the reaction class named FLUX&amp;quot;. Stuff like borax, here:&lt;br /&gt;
&lt;br /&gt;
   [INORGANIC:BORAX]&lt;br /&gt;
      [USE_MATERIAL_TEMPLATE:STONE_TEMPLATE]&lt;br /&gt;
      [STATE_NAME_ADJ:ALL_SOLID:borax][DISPLAY_COLOR:7:7:1][TILE:'`']&lt;br /&gt;
      '''[REACTION_CLASS:FLUX]'''&lt;br /&gt;
      [ENVIRONMENT_SPEC:GYPSUM:CLUSTER_SMALL:100]&lt;br /&gt;
      [ENVIRONMENT_SPEC:ROCK_SALT:CLUSTER:100]&lt;br /&gt;
      [MATERIAL_VALUE:2]&lt;br /&gt;
      [IS_STONE]&lt;br /&gt;
      [MELTING_POINT:11334]&lt;br /&gt;
      [BOILING_POINT:12835]&lt;br /&gt;
      [SOLID_DENSITY:1730]&lt;br /&gt;
&lt;br /&gt;
The label itself can be absolutely anything. It's only used to find a match between the material and the reaction.&lt;br /&gt;
&lt;br /&gt;
===Material reaction products===&lt;br /&gt;
&lt;br /&gt;
But what if it's not all the same what materials the members of the reaction class put out? If a tanner starts working on a bear pelt, a horse hide, some dragon scales and a section of human skin, surely they all can't produce generic boot leather! No, the reaction must get the chance to ask the &amp;quot;reaction class&amp;quot; what the reagent should turn out as. We will declare a material reaction product.&lt;br /&gt;
&lt;br /&gt;
   [REACTION:TAN_A_HIDE]&lt;br /&gt;
      [NAME:tan a hide]&lt;br /&gt;
      [BUILDING:TANNER:CUSTOM_T]&lt;br /&gt;
         [REAGENT:flaps of skin:1:NONE:NONE:NONE:NONE][USE_BODY_COMPONENT][UNROTTEN]&lt;br /&gt;
            '''[HAS_MATERIAL_REACTION_PRODUCT:BOOT_FABRIC]'''&lt;br /&gt;
         [PRODUCT:100:1:SKIN_TANNED:NONE:'''GET_MATERIAL_FROM_REAGENT:flaps of skin:BOOT_FABRIC''']&lt;br /&gt;
      [SKILL:TANNER]&lt;br /&gt;
      [AUTOMATIC]&lt;br /&gt;
&lt;br /&gt;
Where you'd usually have some fresh bodypart with the BOOT_FABRIC reaction class produce some generic SKIN_TANNED, this goes further. Instead of declaring a material, he spool of pattern-ready tailoring leather (SKIN_TANNED) now comes out as whatever the skin flaps' material reaction product (named BOOT_FABRIC) says in the material's definition (GET_MATERIAL_FROM_REAGENT). And what does it say?&lt;br /&gt;
&lt;br /&gt;
   [MATERIAL_TEMPLATE:SKIN_TEMPLATE]&lt;br /&gt;
         [STATE_COLOR:ALL_SOLID:GRAY]&lt;br /&gt;
         [STATE_NAME:ALL_SOLID:skin]&lt;br /&gt;
         [STATE_ADJ:ALL_SOLID:skin]&lt;br /&gt;
         ...&lt;br /&gt;
         [ABSORPTION:100]&lt;br /&gt;
         '''[MATERIAL_REACTION_PRODUCT:BOOT_FABRIC:LOCAL_CREATURE_MAT:LEATHER]'''&lt;br /&gt;
         [IMPLIES_ANIMAL_KILL]&lt;br /&gt;
         [ROTS]&lt;br /&gt;
&lt;br /&gt;
It says that the caller of the BOOT_FABRIC hook always comes out as the LEATHER of whatever creature the skin has been peeled off of (LOCAL_CREATURE_MAT). Make it BOOT_FABRIC:INORGANIC:GOLD instead and your tanner turns into Midas. Use your imagination.&lt;br /&gt;
&lt;br /&gt;
===Item reaction products===&lt;br /&gt;
&lt;br /&gt;
The version 0.40 added an even more powerful form of the above. Where material reaction products can only affect what type of stuff the predestined end product is made of, item reaction products can decide the entire end result ahead of time. Item AND material.&lt;br /&gt;
&lt;br /&gt;
Let's assume for a moment that we're completely tired of leather earrings and hair crowns. We want a crafting reaction that takes cloth and only produces things that make sense.&lt;br /&gt;
&lt;br /&gt;
      [REACTION:TAILOR_THE_BEST_THING]&lt;br /&gt;
            [NAME:weave something that makes sense]&lt;br /&gt;
            [BUILDING:CRAFTSMAN]&lt;br /&gt;
            [REAGENT:woven fabric:1:CLOTH:NONE:NONE:NONE]&lt;br /&gt;
               '''[HAS_ITEM_REACTION_PRODUCT:BEST_OPTION]'''&lt;br /&gt;
            [PRODUCT:100:1:'''GET_ITEM_DATA:woven fabric:BEST_OPTION''']&lt;br /&gt;
            [SKILL:CLOTHIER]&lt;br /&gt;
&lt;br /&gt;
Now we need to come up with the counterpart tags in the materials. Hmmm... cotton is thin and soft, so it makes pretty good undergarments. An undershirt, maybe?&lt;br /&gt;
&lt;br /&gt;
         [PLANT:COTTON] Gossypium hirsutum / sp.&lt;br /&gt;
                  [NAME:cotton plant][NAME_PLURAL:cotton plants][ADJ:cotton plant]&lt;br /&gt;
                  [USE_MATERIAL_TEMPLATE:STRUCTURAL:STRUCTURAL_PLANT_TEMPLATE]&lt;br /&gt;
                  [BASIC_MAT:LOCAL_PLANT_MAT:STRUCTURAL]&lt;br /&gt;
                  [DRY][BIOME:ANY_TROPICAL]&lt;br /&gt;
                  [VALUE:2]&lt;br /&gt;
                  ...&lt;br /&gt;
                  [USE_MATERIAL_TEMPLATE:THREAD:THREAD_PLANT_TEMPLATE]&lt;br /&gt;
                     [MATERIAL_VALUE:2]&lt;br /&gt;
                     '''[ITEM_REACTION_PRODUCT:BEST_OPTION:ARMOR:ITEM_ARMOR_TUNIC:LOCAL_PLANT_MAT:THREAD]'''&lt;br /&gt;
                  ...&lt;br /&gt;
&lt;br /&gt;
Then jute fabric. Isn't that burlap? And what's about the only thing they make from burlap?&lt;br /&gt;
&lt;br /&gt;
         [PLANT:JUTE] Corchorus capsularis / Corchorus olitorius&lt;br /&gt;
                  [NAME:jute plant][NAME_PLURAL:jute plants][ADJ:jute plant]&lt;br /&gt;
                  [USE_MATERIAL_TEMPLATE:STRUCTURAL:STRUCTURAL_PLANT_TEMPLATE]&lt;br /&gt;
                  [BASIC_MAT:LOCAL_PLANT_MAT:STRUCTURAL]&lt;br /&gt;
                  [DRY][BIOME:ANY_TROPICAL]&lt;br /&gt;
                  [VALUE:2]&lt;br /&gt;
                  ...&lt;br /&gt;
                  [USE_MATERIAL_TEMPLATE:THREAD:THREAD_PLANT_TEMPLATE]&lt;br /&gt;
                     [MATERIAL_VALUE:2]&lt;br /&gt;
                     '''[ITEM_REACTION_PRODUCT:BEST_OPTION:BOX:NONE:LOCAL_PLANT_MAT:THREAD]'''&lt;br /&gt;
                  ...&lt;br /&gt;
&lt;br /&gt;
Sacks, of course! Wait, how about silk?&lt;br /&gt;
&lt;br /&gt;
         [CREATURE:SPIDER_CAVE]&lt;br /&gt;
                  [DESCRIPTION:A tiny underground bug, sought after for its thread.]&lt;br /&gt;
                  [NAME:cave spider:cave spiders:cave spider]&lt;br /&gt;
                  ...&lt;br /&gt;
                  [USE_MATERIAL_TEMPLATE:SILK:SILK_TEMPLATE]&lt;br /&gt;
                     '''[ITEM_REACTION_PRODUCT:BEST_OPTION:PANTS:ITEM_PANTS_THONG:LOCAL_CREATURE_MAT:SILK]'''&lt;br /&gt;
                  ...&lt;br /&gt;
&lt;br /&gt;
This goes on for as long as you let it. The ITEM_REACTION_PRODUCT declares the identifier and then the item and material with subtypes, just like a normal reaction's product line would.&lt;br /&gt;
&lt;br /&gt;
==Reactions and world generation==&lt;br /&gt;
&lt;br /&gt;
There are several things to keep in mind when you're adding reactions to a game that already exists.&lt;br /&gt;
&lt;br /&gt;
* Most entity changes require a regen, but adding PERMITTED_REACTION tokens for reactions that existed at the time of world generation to the entity file in the save directory do not.&lt;br /&gt;
* Adding reactions to the raws in a save directory requires you to regen the world.&lt;br /&gt;
* You can alter an existing reaction in any way you like without regenning the world, so long as you don't alter the reaction identifier.&lt;br /&gt;
&lt;br /&gt;
==Full Token List==&lt;br /&gt;
For the sake of convenience and readability this is a complete compilation of the previously listed reaction tokens in alphabetical order&lt;br /&gt;
&lt;br /&gt;
{| {{prettytable}}&lt;br /&gt;
|- bgcolor=&amp;quot;#dddddd&amp;quot;&lt;br /&gt;
! Token&lt;br /&gt;
! Arguments&lt;br /&gt;
! Description&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| ADVENTURE_MODE_ENABLED&lt;br /&gt;
|&lt;br /&gt;
| this version of the reaction is not used by dwarves at home in a fortress, but rather the wanderers of Adventure Mode.  When using this token, it will be allowed for adventurers of any race, without editing Entity files&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| ANY_BONE_MATERIAL&lt;br /&gt;
|&lt;br /&gt;
| Reagent material must have the [BONE] token.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| ANY_HORN_MATERIAL&lt;br /&gt;
|&lt;br /&gt;
| Reagent material must have the [HORN] token.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| ANY_LEATHER_MATERIAL&lt;br /&gt;
|&lt;br /&gt;
| Reagent material must have the [LEATHER] token.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| ANY_PEARL_MATERIAL&lt;br /&gt;
|&lt;br /&gt;
| Reagent material must have the [PEARL] token.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| ANY_PLANT_MATERIAL &lt;br /&gt;
|&lt;br /&gt;
| Reagent material must be subordinate to a PLANT object.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| ANY_SHELL_MATERIAL&lt;br /&gt;
|&lt;br /&gt;
| Reagent material must have the [SHELL] token.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| ANY_SILK_MATERIAL&lt;br /&gt;
|&lt;br /&gt;
| Reagent material must have the [SILK] token.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| ANY_SOAP_MATERIAL&lt;br /&gt;
|&lt;br /&gt;
| Reagent material must have the [SOAP] token.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| ANY_STRAND_TISSUE&lt;br /&gt;
|&lt;br /&gt;
| Reagent is made of a tissue having [TISSUE_SHAPE:STRANDS], intended for matching hair and wool. Must be used with [USE_BODY_COMPONENT].&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| ANY_TOOTH_MATERIAL&lt;br /&gt;
|&lt;br /&gt;
| Reagent material must have the [TOOTH] token.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| ANY_YARN_MATERIAL &lt;br /&gt;
|&lt;br /&gt;
| Reagent material must have the [YARN] token.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| AUTOMATIC&lt;br /&gt;
|&lt;br /&gt;
| the reaction will be queued automatically if the reaction reagents are all present.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| BAG&lt;br /&gt;
|&lt;br /&gt;
| Reagent has to be a bag. Intended to be used with an item type of BOX, to prevent chests, coffers, and other containers from being used instead.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| BUILDING&lt;br /&gt;
| &lt;br /&gt;
* Building name&lt;br /&gt;
* in-building reaction hotkey &lt;br /&gt;
| Sets the building that the reaction will be performed in, and the button used to queue the reaction once that building's menu is accessed in-game&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| BUILDMAT&lt;br /&gt;
|&lt;br /&gt;
| Reagent is able to be used to build structures (Stone, Wood, Blocks, Bars?).&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| CAN_USE_ARTIFACT&lt;br /&gt;
|&lt;br /&gt;
| Reagent can be an Artifact.  Using [PRESERVE_REAGENT] with this is strongly advised.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| CONTAINS&lt;br /&gt;
| required content&lt;br /&gt;
| Reagent is a container that holds the specified reagent.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| CONTAINS_LYE&lt;br /&gt;
|&lt;br /&gt;
| If the reagent is a container, it must contain LYE. No longer used - instead, use one reagent for the LYE itself and another reagent with [CONTAINS:lye_reagent].&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| DOES_NOT_ABSORB&lt;br /&gt;
|&lt;br /&gt;
| Reagent material must have [ABSORPTION:0]&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| DOES_NOT_DETERMINE_PRODUCT_AMOUNT&lt;br /&gt;
|&lt;br /&gt;
| Performing a reaction with large [[stack]]s of inputs can allow multiple sets of outputs to be produced. Setting this flag causes the reagent to be ignored in this process - for example, with the reaction &amp;quot;1 plant + 1 barrel -&amp;gt; 5 alcohol (into barrel)&amp;quot;, using this on the barrel allows the reaction to be performed as &amp;quot;5 plant + 1 barrel -&amp;gt; 25 alcohol&amp;quot; instead of &amp;quot;5 plant + 5 barrel -&amp;gt; 25 alcohol&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| EMPTY&lt;br /&gt;
|&lt;br /&gt;
| If the reagent is a container, it must be empty.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| FIRE_BUILD_SAFE&lt;br /&gt;
|&lt;br /&gt;
| Reagent must be considered fire safe - i.e. not wood, and not coal.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| FORCE_EDGE&lt;br /&gt;
|&lt;br /&gt;
| Product is given a sharp edge. Used for knapping.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| FUEL&lt;br /&gt;
|&lt;br /&gt;
| Requires that the reaction either use up a unit of coal or charcoal or else be performed at a magma workshop&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| GLASS_MATERIAL&lt;br /&gt;
|&lt;br /&gt;
| Reagent material has [IS_GLASS].&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| HAS_ITEM_REACTION_PRODUCT&lt;br /&gt;
| PRODUCT_ID (custom)&lt;br /&gt;
| Similar to MATERIAL_REACTION_PRODUCT, but requires the reagen'ts material to have a matching ITEM_REACTION_PRODUCT entry.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| HAS_MATERIAL_REACTION_PRODUCT&lt;br /&gt;
| PRODUCT_ID (custom)&lt;br /&gt;
| Similar to REACTION_CLASS, but requires the reagent's material to have a matching [[Material definition token|MATERIAL_REACTION_PRODUCT]] entry. Intended for reactions which transform one class of material into another, such as skin-&amp;gt;leather and fat-&amp;gt;tallow.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| HAS_TOOL_USE&lt;br /&gt;
| Tool-use token&lt;br /&gt;
| Reagent must be a [[tool]] with the specific TOOL_USE value. The reagent's item type must be TOOL:NONE for this to make any sense.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| IMPROVEMENT&lt;br /&gt;
|&lt;br /&gt;
* Probability&lt;br /&gt;
* Reagent Name&lt;br /&gt;
* Improvement type&lt;br /&gt;
* Material Token&lt;br /&gt;
| Improvement types include BANDS, COVERED, GLAZED, RINGS_HANGING, and SPIKES&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| MAGMA_BUILD_SAFE&lt;br /&gt;
|&lt;br /&gt;
| Currently broken - behaves exactly the same as FIRE_BUILD_SAFE.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| METAL_ORE&lt;br /&gt;
|&lt;br /&gt;
* Inorganic material&lt;br /&gt;
| Reagent material must be an ore of the specified metal&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| MIN_DIMENSION&lt;br /&gt;
|&lt;br /&gt;
* size&lt;br /&gt;
| Requires that the reagent have a dimension of at least this value. Only effective with BAR, POWDER_MISC, LIQUID_MISC, DRINK, THREAD, and CLOTH items.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| NAME&lt;br /&gt;
| name&lt;br /&gt;
| defines the name used by the reaction in-game&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| NO_EDGE_ALLOWED&lt;br /&gt;
|&lt;br /&gt;
| Reagent must not be sharpened (used for knapping).&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| NOT_CONTAIN_BARREL_ITEM&lt;br /&gt;
|&lt;br /&gt;
| If the reagent is a Barrel, it must not contain an item that has to reside in a barrel.  Barrel items appear to be lye and milk.  Alcohol appears to be covered as part of [EMPTY].  A reaction which places an item in a barrel should probably have both tags.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| NOT_ENGRAVED&lt;br /&gt;
|&lt;br /&gt;
| Reagent must not be engraved?&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| NOT_IMPROVED&lt;br /&gt;
|&lt;br /&gt;
| Reagent has not been decorated.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| NOT_PRESSED&lt;br /&gt;
|&lt;br /&gt;
| Reagent must not be in the SOLID_PRESSED state.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| NOT_WEB&lt;br /&gt;
|&lt;br /&gt;
| Reagent must be &amp;quot;collected&amp;quot; - used with THREAD:NONE to exclude webs.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| POTASHABLE&lt;br /&gt;
|&lt;br /&gt;
| Alias for CONTAINS_LYE.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| PRESERVE_REAGENT&lt;br /&gt;
|&lt;br /&gt;
| Reagent is not destroyed, which is the normal effect, at the completion of the reaction. Typically used for containers.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| PRODUCT&lt;br /&gt;
|&lt;br /&gt;
*Probability of success (%)&lt;br /&gt;
*Quantity&lt;br /&gt;
*Item token:subtype&lt;br /&gt;
*Material token:subtype&lt;br /&gt;
| Defines a thing that comes out of the reaction. GET_MATERIAL_FROM_REAGENT and GET_ITEM_DATA can be used to defer the choice of material and/or item to the appropriate tag in a given reagent's material - the former comes in place of the material token, the latter replaces both the item and material tokens. See above for detailed information on how the hooks work.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| PRODUCT_DIMENSION&lt;br /&gt;
| size&lt;br /&gt;
| Specifies the size of the product. A size of 150 is typical for BAR, POWDER_MISC, LIQUID_MISC, and DRINK.  A size of 15000 is typical for THREAD, and a size of 10000 is typical for CLOTH.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| PRODUCT_PASTE&lt;br /&gt;
|&lt;br /&gt;
| Product is created in the SOLID_PASTE state.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| PRODUCT_PRESSED&lt;br /&gt;
|&lt;br /&gt;
| Product is created in the SOLID_PRESSED state.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| PRODUCT_TO_CONTAINER&lt;br /&gt;
| Reagent ID&lt;br /&gt;
| Places the product in a container; &amp;lt;id&amp;gt; must be the name of a reagent with the PRESERVE_REAGENT token and a container item type.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| REACTION&lt;br /&gt;
| Identifier&lt;br /&gt;
| defines a new reaction&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| REACTION_CLASS&lt;br /&gt;
| CLASS_ID (custom)&lt;br /&gt;
| Requires the reagent's material to have a matching [[Material definition token|REACTION_CLASS]] entry. Intended for reactions which accept a variety of materials but where the input material does not determine the output material, such as FLUX (for making pig iron and steel) and GYPSUM (for producing plaster powder).&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|REAGENT&lt;br /&gt;
|&lt;br /&gt;
* name/id&lt;br /&gt;
* quantity&lt;br /&gt;
* [[item token]]&lt;br /&gt;
* [[material token]]&lt;br /&gt;
| Requires a given reagent as an input for a reaction&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| SKILL&lt;br /&gt;
| Skill Token&lt;br /&gt;
| Skill used by the reaction&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| UNROTTEN&lt;br /&gt;
|&lt;br /&gt;
| Reagent must not be rotten, mainly for organic materials.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| USE_BODY_COMPONENT&lt;br /&gt;
|&lt;br /&gt;
| Reagent material must come off a creature's body.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| WEB_ONLY&lt;br /&gt;
|&lt;br /&gt;
| Reagent must be &amp;quot;undisturbed&amp;quot; - used with THREAD:NONE to gather webs.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| WORTHLESS_STONE_ONLY&lt;br /&gt;
|&lt;br /&gt;
| Reagent is not made of an economic stone.&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{{Category|Modding}}&lt;br /&gt;
{{Category|Tokens}}&lt;/div&gt;</summary>
		<author><name>AVK</name></author>
	</entry>
	<entry>
		<id>http://dwarffortresswiki.org/index.php?title=Reaction&amp;diff=206512</id>
		<title>Reaction</title>
		<link rel="alternate" type="text/html" href="http://dwarffortresswiki.org/index.php?title=Reaction&amp;diff=206512"/>
		<updated>2014-07-15T11:28:59Z</updated>

		<summary type="html">&lt;p&gt;AVK: /* Item reaction products */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Quality|Superior|19:56, 28 August 2013 (UTC)}}&lt;br /&gt;
{{av}}&lt;br /&gt;
&lt;br /&gt;
Reactions are modular, editable formulas that take specific ingredients, or reagents, and use them to produce a desired item.  A lot of reactions are hardcoded - building beds or creating glass, for example -- but a few are freely editable, and it's quite simple to add additional ones.&lt;br /&gt;
&lt;br /&gt;
== Reaction differences between modes ==&lt;br /&gt;
In [[Fortress mode]], reactions are linked to specific buildings, and must be added to a civilization's [[Entities|entity file]] to be usable by that civilization.  This has the useful effect of limiting new items and materials (such as special [[wood]] or [[metal]]) to civilizations that have the requisite reaction -- so that if you give your custom civilization a reaction to produce star metal or some other custom material, only they will be able to use it.&lt;br /&gt;
&lt;br /&gt;
In [[Adventure mode]], reactions are freely available via x &amp;gt; create, and any adventurer character can make free use of them.  Reagents may be held in the hands or dropped on the ground, but cannot be used within a backpack or quiver.  There are several bugs with Adventure mode reactions, chief of which is the fact that you cannot select liquid reagents.{{verify}} &amp;lt;!-- reaction product tag works now, liquids and improvement quality dont --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Anatomy of a reaction==&lt;br /&gt;
&lt;br /&gt;
Reactions are found within reaction_x files (such as reaction_smelter or reaction_other).  Generally speaking they adhere to the following structure:&lt;br /&gt;
&lt;br /&gt;
   [REACTION:&amp;lt;identifier&amp;gt;]&lt;br /&gt;
      [NAME:&amp;lt;name&amp;gt;]&lt;br /&gt;
      [BUILDING:&amp;lt;BUILDING NAME&amp;gt;:&amp;lt;BUILDING KEY&amp;gt;]&lt;br /&gt;
      [REAGENT:A:150:BAR:NONE:POTASH:NONE]&lt;br /&gt;
      [PRODUCT:100:1:BAR:NONE:PEARLASH:NONE][PRODUCT_DIMENSION:150]&lt;br /&gt;
      [FUEL] &lt;br /&gt;
      [SKILL:&amp;lt;SKILL TOKEN&amp;gt;]&lt;br /&gt;
      [AUTOMATIC]&lt;br /&gt;
      [ADVENTURE_MODE_ENABLED]&lt;br /&gt;
* ''[[#Reaction identifier|identifier]]'': The internal ID of the reaction.&lt;br /&gt;
* ''[[#Reaction name|name]]'': The name of the reaction, visible to the player in the Fortress mode or Adventure mode menus.&lt;br /&gt;
* ''[[#Building|building]]'': The building ID that the reaction uses, and the relevant keyboard shortcut.&lt;br /&gt;
* ''[[#Reagents|...reagents...]]'': Zero or more reagents (ingredients) that are required to be in stock for the reaction to be possible.&lt;br /&gt;
* ''[[#Products|...products...]]'': Zero or more products that are created from the reaction.&lt;br /&gt;
* ''[[#fuel|fuel]]'': (optional) If present, the reaction requires charcoal, coke or a magma-powered workshop.&lt;br /&gt;
* ''[[#skill|skill]]'': (optional) The skill required and trained by the reaction.&lt;br /&gt;
* ''[[#automatic|automatic]]'': (optional) If present, the reaction will automatically be enqueued whenever it can possibly be performed.&lt;br /&gt;
* ''[[#adventure mode|adventure mode]]'': (optional) If present, the reaction is used by the player in Adventure mode instead.&lt;br /&gt;
&lt;br /&gt;
=== Reaction identifier ===&lt;br /&gt;
&lt;br /&gt;
The reaction identifier may be anything, so long as it is unique within the raw data files.  A good habit to get into is to append a short prefix or suffix to each name related to the name of your mod, to ensure nobody else is going to make an identical reaction and thereby mess up the game if their mod is run alongside yours.&lt;br /&gt;
&lt;br /&gt;
=== Reaction name ===&lt;br /&gt;
&lt;br /&gt;
This can be anything at all, and is usually used to describe the reaction.  '''Tan a hide''', for example, is the name of the default leather-producing reaction.  Generally this should be written as a small descriptive verb phrase, with the first letter capitalized, for consistency with the existing reactions.&lt;br /&gt;
&lt;br /&gt;
=== Building ===&lt;br /&gt;
&lt;br /&gt;
    [BUILDING:&amp;lt;BUILDING NAME&amp;gt;:&amp;lt;BUILDING KEY&amp;gt;]&lt;br /&gt;
* ''name'': The ID of the building where this reaction will appear in the tasks menu.&lt;br /&gt;
* ''key'': The keyboard shortcut used to queue up the reaction.&lt;br /&gt;
&lt;br /&gt;
The BUILDING NAME is the name of the building that will house this reaction, and the building key is the keyboard shortcut that will queue up the reaction.  If two reactions have the same key, then one of them will be assigned a different key, the first alphabetically available at the building.&lt;br /&gt;
&lt;br /&gt;
Valid buildings are KILN, SMELTER, TANNER, KITCHEN, QUERN, MILLSTONE, STILL, CRAFTSMAN, and any custom buildings (SOAP_MAKER, SCREW_PRESS, and anything you've added).&lt;br /&gt;
&lt;br /&gt;
Specifying multiple BUILDING tokens will cause the reaction to be available at all of the specified buildings.&lt;br /&gt;
&lt;br /&gt;
=== Reagents ===&lt;br /&gt;
REAGENTs are a little bit complicated.  They are the ingredients that the reaction will use.  You can define as many as you like within a reaction.&lt;br /&gt;
&lt;br /&gt;
    [REAGENT:&amp;lt;name&amp;gt;:&amp;lt;quantity&amp;gt;:&amp;lt;item token&amp;gt;:&amp;lt;material token&amp;gt;][...modifiers...]&lt;br /&gt;
* ''[[#name|name]]'': The name of the reagent, local to the reaction.&lt;br /&gt;
* ''[[#quantity|quantity]]'': The amount of the item that will be used in the reaction.&lt;br /&gt;
* ''[[#item_token|item token]]'': The type (and subtype) of the item you require.&lt;br /&gt;
* ''[[#material_token|material token]]'': The material the item should be made of.&lt;br /&gt;
* ''[[#Modifiers|...modifiers...]]'': Zero or more tokens which further clarify the acceptable types when the item type and material types are insufficient to distinguish them.&lt;br /&gt;
&lt;br /&gt;
==== name ====&lt;br /&gt;
The name field is a small string used to identify the reagent within the reaction.  The name is not visible to the player.  It is local to the reaction and does not need to be unique across all of the reactions, so you can reuse the same names over and over, although each reagent within the same individual reaction must have a different name.&lt;br /&gt;
&lt;br /&gt;
Most reactions are simply named '''A''', '''B''', and so forth in default reactions, although names such as '''TOOLSTONE''' or '''FLUX''' will also work equally well.  The PRODUCT may make reference to this name &amp;amp;mdash; for instance, if a container '''B''' is specified as a reagent, PRODUCT_TO_CONTAINER:B specifies that container.&lt;br /&gt;
&lt;br /&gt;
==== quantity ====&lt;br /&gt;
The quantity differs between item types.  Generally speaking, cloth, thread, powder, bars and globs use numbers representing the size of material within one item, and everything else uses a static quantity.  While REAGENT:A:'''''10''''':'''''THREAD''''':NONE:NONE:NONE thread is an extremely tiny portion of a random spool of thread, REAGENT:A:'''''10''''':'''''TOY''''':NONE:NONE:NONE is ten unique, solid toy items.&lt;br /&gt;
&lt;br /&gt;
Sometimes the quantity of product is directly connected with the quantity of reagent; it seems to be 150 / REAGENT &amp;lt;quantity&amp;gt; (rounding down) so that Reagent &amp;lt;quantity&amp;gt; of 3 gives 50 product and a &amp;lt;quantity&amp;gt; of 4 gives 37. (150/4=37.5) [List of item types this applies to? Bars, for instance.]&lt;br /&gt;
&lt;br /&gt;
==== item token ====&lt;br /&gt;
Item tokens are of the form ITEM_TYPE:ITEM_SUBTYPE.&lt;br /&gt;
&lt;br /&gt;
The item type is the sort of item you require; WEAPON, TOY or SKIN_TANNED, for example.  A [[item token|full list]] is available.&lt;br /&gt;
&lt;br /&gt;
For reagents, the item token can also be set to ANY_RAW_MATERIAL:NONE (to permit BAR, BOULDER, POWDER_MISC, or GLOB) or ANY_CRAFT:NONE (to permit FIGURINE, AMULET, SCEPTER, CROWN, RING, EARRING, or BRACELET). Internally, these special values are both converted to NONE:NONE and merely set special modifiers (similar to [BUILDMAT]) - they cannot be used in any other context.&lt;br /&gt;
&lt;br /&gt;
The item subtype is name of the exact item that you require.  Examples are ITEM_WEAPON_SPEAR or ITEM_TOY_PUZZLEBOX.  Some items, like quivers or backpacks, or chunks of stone or metal, only require the item token to be filled in, so if you're asking for those you should set the subtype to NONE.  Subtypes are defined within the local raw data files and their exact names can be referenced by looking at the corresponding file.&lt;br /&gt;
&lt;br /&gt;
For backwards compatibility, reagents can also accept &amp;quot;METAL_ORE:metal_id&amp;quot; in place of both the item and material tokens - this is equivalent to using the reagent BOULDER:NONE:NONE:NONE with the modifier [METAL_ORE:metal_id] (see below).&lt;br /&gt;
&lt;br /&gt;
==== material token ====&lt;br /&gt;
Material tokens come in several forms - see [[material token|here]] for a full list. For reagents, this will typically be INORGANIC:MATERIAL_ID, whereas products will typically use GET_MATERIAL_FROM_REAGENT:REAGENT_ID:REACTION_PRODUCT_ID.&lt;br /&gt;
&lt;br /&gt;
==== Modifiers ====&lt;br /&gt;
Reagents may also have extra tokens added on afterwards, placed just after the REAGENT tag.&lt;br /&gt;
&lt;br /&gt;
A list of them follows:&lt;br /&gt;
&lt;br /&gt;
{| {{prettytable}}&lt;br /&gt;
|- bgcolor=&amp;quot;#dddddd&amp;quot;&lt;br /&gt;
! Token&lt;br /&gt;
! Meaning&lt;br /&gt;
|-&lt;br /&gt;
| [REACTION_CLASS:X]&lt;br /&gt;
| Reagent material must have the specified reaction class - see below for more details.&lt;br /&gt;
|-&lt;br /&gt;
| [HAS_MATERIAL_REACTION_PRODUCT:X]&lt;br /&gt;
| Reagent material must have the specified material reaction product - see below for more details.&lt;br /&gt;
|-&lt;br /&gt;
| [HAS_ITEM_REACTION_PRODUCT:X]&lt;br /&gt;
| Reagent material must have the specified item reaction product - see below for more details.&lt;br /&gt;
|-&lt;br /&gt;
| [CONTAINS:X]&lt;br /&gt;
| Reagent is a container that holds the specified reagent (where ''X'' is the [[#name|name]] of the reagent).&lt;br /&gt;
|-&lt;br /&gt;
| [UNROTTEN]&lt;br /&gt;
| Reagent must not be rotten, mainly for organic materials.&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;vertical-align: top&amp;quot;| [CONTAINS_LYE]&lt;br /&gt;
| Reagent must be a BARREL or TOOL which contains at least one item of type LIQUID_MISC made of LYE. Use of this token is discouraged, as it does not work with buckets (instead, use [CONTAINS:lye] &amp;amp;mdash; note the colon &amp;amp;mdash; and a corresponding lye reagent [REAGENT:lye:150:LIQUID_MISC:NONE:LYE]).&lt;br /&gt;
|-&lt;br /&gt;
| [POTASHABLE]&lt;br /&gt;
| Alias for [CONTAINS_LYE].&lt;br /&gt;
|-&lt;br /&gt;
| [NOT_WEB]&lt;br /&gt;
| Reagent must be collected (to distinguish silk thread from webs). Only makes sense for items of type THREAD.&lt;br /&gt;
|-&lt;br /&gt;
| [WEB_ONLY]&lt;br /&gt;
| Reagent must be undisturbed (to distinguish silk thread from webs). Only makes sense for items of type THREAD.&lt;br /&gt;
|-&lt;br /&gt;
| [EMPTY]&lt;br /&gt;
| If the reagent is a container, it must be empty.&lt;br /&gt;
|-&lt;br /&gt;
| [NOT_CONTAIN_BARREL_ITEM]&lt;br /&gt;
| If the reagent is a container, it must not contain [[lye]] or [[milk]]. Not necessary if specifying [EMPTY].&lt;br /&gt;
|-&lt;br /&gt;
| [BAG]&lt;br /&gt;
| Reagent must be a bag - that is, a BOX made of plant fiber, silk, yarn, or leather.&lt;br /&gt;
|-&lt;br /&gt;
| [GLASS_MATERIAL] &lt;br /&gt;
| Reagent material must have the [IS_GLASS] token. All 3 types of [[glass]] have this token hardcoded.&lt;br /&gt;
|-&lt;br /&gt;
| [BUILDMAT]&lt;br /&gt;
| Reagent must be a general [[building material]] - BAR, BLOCKS, BOULDER, or WOOD.&lt;br /&gt;
|-&lt;br /&gt;
| [FIRE_BUILD_SAFE]&lt;br /&gt;
| Reagent material must be solid and stable at temperatures approaching 11000. Only works with items of type BAR, BLOCKS, BOULDER, WOOD, and ANVIL - all others are considered unsafe.&lt;br /&gt;
|-&lt;br /&gt;
| [MAGMA_BUILD_SAFE]&lt;br /&gt;
| Reagent material must be solid and stable at temperatures approaching 12000. Only works with items of type BAR, BLOCKS, BOULDER, WOOD, and ANVIL - all others are considered unsafe.&lt;br /&gt;
|-&lt;br /&gt;
| [CAN_USE_ARTIFACT]&lt;br /&gt;
| Reagent can be an Artifact.  Using [PRESERVE_REAGENT] with this is strongly advised.&lt;br /&gt;
|-&lt;br /&gt;
| [WORTHLESS_STONE_ONLY]&lt;br /&gt;
| Reagent material must be non-[[economic]].&lt;br /&gt;
|-&lt;br /&gt;
| [ANY_PLANT_MATERIAL] &lt;br /&gt;
| Reagent material must be subordinate to a PLANT object.&lt;br /&gt;
|-&lt;br /&gt;
| [ANY_SILK_MATERIAL] &lt;br /&gt;
| Reagent material must have the [SILK] token.&lt;br /&gt;
|-&lt;br /&gt;
| [ANY_YARN_MATERIAL] &lt;br /&gt;
| Reagent material must have the [YARN] token.&lt;br /&gt;
|-&lt;br /&gt;
| [ANY_SOAP_MATERIAL]&lt;br /&gt;
| Reagent material must have the [SOAP] token.&lt;br /&gt;
|-&lt;br /&gt;
| [ANY_LEATHER_MATERIAL]&lt;br /&gt;
| Reagent material must have the [LEATHER] token.&lt;br /&gt;
|-&lt;br /&gt;
| [ANY_BONE_MATERIAL]&lt;br /&gt;
| Reagent material must have the [BONE] token.&lt;br /&gt;
|-&lt;br /&gt;
| [ANY_STRAND_TISSUE]&lt;br /&gt;
| Reagent is made of a tissue having [TISSUE_SHAPE:STRANDS], intended for matching hair and wool. Must be used with [USE_BODY_COMPONENT].&lt;br /&gt;
|-&lt;br /&gt;
| [ANY_SHELL_MATERIAL]&lt;br /&gt;
| Reagent material must have the [SHELL] token.&lt;br /&gt;
|-&lt;br /&gt;
| [ANY_TOOTH_MATERIAL]&lt;br /&gt;
| Reagent material must have the [TOOTH] token.&lt;br /&gt;
|-&lt;br /&gt;
| [ANY_HORN_MATERIAL]&lt;br /&gt;
| Reagent material must have the [HORN] token.&lt;br /&gt;
|-&lt;br /&gt;
| [ANY_PEARL_MATERIAL]&lt;br /&gt;
| Reagent material must have the [PEARL] token.&lt;br /&gt;
|-&lt;br /&gt;
| [USE_BODY_COMPONENT]&lt;br /&gt;
| Reagent must be a body part (CORPSE or CORPSEPIECE). Must be used even if your reagent item type is CORPSE or CORPSEPIECE, otherwise it will match any item.&lt;br /&gt;
|-&lt;br /&gt;
| [NO_EDGE_ALLOWED]&lt;br /&gt;
| Reagent must not have an edge - excludes sharp stones (produced using knapping) and most types of weapon/ammo.&lt;br /&gt;
|-&lt;br /&gt;
| [NOT_ENGRAVED]&lt;br /&gt;
| Reagent has not been engraved (excludes memorial slabs).&lt;br /&gt;
|-&lt;br /&gt;
| [NOT_IMPROVED]&lt;br /&gt;
| Reagent has not been decorated.&lt;br /&gt;
|-&lt;br /&gt;
| [DOES_NOT_ABSORB]&lt;br /&gt;
| Reagent material must have [ABSORPTION:0]&lt;br /&gt;
|-&lt;br /&gt;
| [FOOD_STORAGE_CONTAINER]&lt;br /&gt;
| Reagent is either a BARREL or a TOOL with the FOOD_STORAGE use.&lt;br /&gt;
|-&lt;br /&gt;
| [HARD_ITEM_MATERIAL]&lt;br /&gt;
| Reagent material must have [ITEMS_HARD].&lt;br /&gt;
|-&lt;br /&gt;
| [NOT_PRESSED]&lt;br /&gt;
| Reagent must not be in the SOLID_PRESSED state.&lt;br /&gt;
|-&lt;br /&gt;
| [METAL_ORE:X]&lt;br /&gt;
| Reagent material must be an ore of the specified metal.&lt;br /&gt;
|-&lt;br /&gt;
| [MIN_DIMENSION:X]&lt;br /&gt;
| Reagent's item dimension must be at least this large. The reagent's item type must be BAR, POWDER_MISC, LIQUID_MISC, DRINK, THREAD, or CLOTH for this to work.&lt;br /&gt;
|-&lt;br /&gt;
| [HAS_TOOL_USE:X]&lt;br /&gt;
| Reagent must be a [[tool]] with the specific TOOL_USE value. The reagent's item type must be TOOL:NONE for this to make any sense.&lt;br /&gt;
|-&lt;br /&gt;
| [PRESERVE_REAGENT]&lt;br /&gt;
| Reagent is not destroyed, which is the normal effect, at the completion of the reaction. Typically used for containers.&lt;br /&gt;
|-&lt;br /&gt;
| [DOES_NOT_DETERMINE_PRODUCT_AMOUNT]&lt;br /&gt;
| Reagent quantity is ignored for the purposes of producing extra outputs. Typically used for containers so that [[stack]]s of reagents will correctly produce additional outputs.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
Generally speaking, if you set a field in a reagent to NONE, the reaction won't discriminate when it comes to that particular field.  For example, if you require a BOULDER reagent but leave the material as NONE:NONE, it will grab any available BOULDER-type item regardless of material.&lt;br /&gt;
&lt;br /&gt;
===Products===&lt;br /&gt;
Products are the end product of the reaction.  A reaction can have as many products as it likes.&lt;br /&gt;
&lt;br /&gt;
Products are almost identical to reagents, except that they do not need to be named, can't have fields undefined, and don't use the quantity field to determine the product size.  Instead, the token PRODUCT_DIMENSION:X is tacked on after the PRODUCT token, determining the size of the product.&lt;br /&gt;
&lt;br /&gt;
Products can be produced directly to a container using the [PRODUCT_TO_CONTAINER:&amp;lt;IDENTIFIER&amp;gt;] token, where the IDENTIFIER is the name of a reagent.  This requires the reagent to have the PRESERVE_REAGENT token.&lt;br /&gt;
&lt;br /&gt;
Restating this in the above style, we have:&lt;br /&gt;
   [PRODUCT:&amp;lt;probability&amp;gt;:&amp;lt;quantity&amp;gt;:&amp;lt;item token&amp;gt;:&amp;lt;material token&amp;gt;][...modifiers...][PRODUCT_DIMENSION:X][PRODUCT_TO_CONTAINER:&amp;lt;IDENTIFIER&amp;gt;]&lt;br /&gt;
&lt;br /&gt;
====probability====&lt;br /&gt;
The percentage chance the product will be produced when the reaction is completed.&lt;br /&gt;
&lt;br /&gt;
====quantity====&lt;br /&gt;
Determines how many of the product will be produced. For the item types AMMO, REMAINS, MEAT, FISH, FISH_RAW, PLANT, LEAVES, DRINK, CHEESE, LIQUID_MISC, COIN, and EGG, the resulting items will be created as a single [[stack]], while all other item types will produce multiple individual items.&lt;br /&gt;
&lt;br /&gt;
If a reaction can take stacks of input items, then it will attempt to perform the reaction enough times to consume as many full sets of reagents as it can - for example, if a reaction &amp;quot;1 piece of meat + 2 pieces of fish -&amp;gt; 3 pieces of cheese&amp;quot; is given a stack of 5 meat and 5 fish, it will produce 6 pieces of cheese and leave 3 meat and 1 fish behind. Using the token DOES_NOT_DETERMINE_PRODUCT_AMOUNT allows a reagent to be excluded from this calculation - for example, with the reaction &amp;quot;1 plant + 1 barrel -&amp;gt; 5 alcohol (into barrel)&amp;quot;, using this on the barrel allows the reaction to be performed as &amp;quot;5 plant + 1 barrel -&amp;gt; 25 alcohol&amp;quot; instead of &amp;quot;5 plant + 5 barrel -&amp;gt; 25 alcohol&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
====item token====&lt;br /&gt;
The [[item token]] and subtype of the item you produce.&lt;br /&gt;
&lt;br /&gt;
For products, this can also be set to CRAFTS:NONE to produce up to three random [[craft]] items. This value cannot be used in any other context.&lt;br /&gt;
&lt;br /&gt;
====material token====&lt;br /&gt;
A [[material token]] describing what the product will be made of.&lt;br /&gt;
&lt;br /&gt;
====Product modifiers====&lt;br /&gt;
Zero or more tokens which further clarify the acceptable types when the item type and material types are insufficient to distinguish them.&lt;br /&gt;
&lt;br /&gt;
{| {{prettytable}}&lt;br /&gt;
|- bgcolor=&amp;quot;#dddddd&amp;quot;&lt;br /&gt;
! Token&lt;br /&gt;
! Meaning&lt;br /&gt;
|-&lt;br /&gt;
| [FORCE_EDGE]&lt;br /&gt;
| Product is given a sharp edge. Used for knapping.&lt;br /&gt;
|-&lt;br /&gt;
| [PRODUCT_PASTE]&lt;br /&gt;
| Product is created in the SOLID_PASTE state.&lt;br /&gt;
|-&lt;br /&gt;
| [PRODUCT_PRESSED]&lt;br /&gt;
| Product is created in the SOLID_PRESSED state.&lt;br /&gt;
|-&lt;br /&gt;
| [PRODUCT_DIMENSION:&amp;lt;size&amp;gt;]&lt;br /&gt;
| Specifies the size of the product. A size of 150 is typical for BAR, POWDER_MISC, LIQUID_MISC, and DRINK. A size of 15000 is typical for THREAD, and a size of 10000 is typical for CLOTH. Has no effect on any other item types.&lt;br /&gt;
|-&lt;br /&gt;
| [PRODUCT_TO_CONTAINER:&amp;lt;id&amp;gt;]&lt;br /&gt;
| Places the product in a container; &amp;lt;id&amp;gt; must be the name of a reagent with the PRESERVE_REAGENT token and a container item type.&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===Improvements===&lt;br /&gt;
Improvements are applied to existing reagents. A reaction can have as many improvements as it likes.&lt;br /&gt;
&lt;br /&gt;
Restating this in the above style, we have:&lt;br /&gt;
   [IMPROVEMENT:&amp;lt;probability&amp;gt;:&amp;lt;reagent name&amp;gt;:&amp;lt;improvement type&amp;gt;:&amp;lt;material token&amp;gt;]&lt;br /&gt;
&lt;br /&gt;
====probability====&lt;br /&gt;
The percentage chance the improvement will be applied to the reagent when the reaction is completed.&lt;br /&gt;
&lt;br /&gt;
====reagent name====&lt;br /&gt;
The name of the reagent that will be improved. In order to be meaningful, this reagent must have [PRESERVE_REAGENT].&lt;br /&gt;
&lt;br /&gt;
====improvement type====&lt;br /&gt;
The following improvement types can be used:&lt;br /&gt;
{| {{prettytable}}&lt;br /&gt;
|- bgcolor=&amp;quot;#dddddd&amp;quot;&lt;br /&gt;
! Token&lt;br /&gt;
! Meaning&lt;br /&gt;
|-&lt;br /&gt;
| COVERED&lt;br /&gt;
| Item is encrusted/studded/decorated with &amp;lt;material&amp;gt;.&lt;br /&gt;
|-&lt;br /&gt;
| GLAZED&lt;br /&gt;
| Item is glazed with &amp;lt;material&amp;gt;.&lt;br /&gt;
|-&lt;br /&gt;
| RINGS_HANGING&lt;br /&gt;
| Item is adorned with hanging rings of &amp;lt;material&amp;gt;.&lt;br /&gt;
|-&lt;br /&gt;
| BANDS&lt;br /&gt;
| Item is encircled with bands of &amp;lt;material&amp;gt;.&lt;br /&gt;
|-&lt;br /&gt;
| SPIKES&lt;br /&gt;
| Item menaces with spikes of &amp;lt;material&amp;gt;.&lt;br /&gt;
|-&lt;br /&gt;
| PAGES&lt;br /&gt;
| Adds pages to a [[book]].&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
All other item improvement tokens (ART_IMAGE, ITEMSPECIFIC, THREAD, CLOTH, SEWN_IMAGE, and ILLUSTRATION) are ignored.&lt;br /&gt;
&lt;br /&gt;
====material token====&lt;br /&gt;
A [[material token]] describing what the decoration will be made of.&lt;br /&gt;
&lt;br /&gt;
===Other tokens===&lt;br /&gt;
&lt;br /&gt;
==== fuel ====&lt;br /&gt;
The FUEL token means that the reaction requires coke or charcoal to be performed. Fuel is not needed when the reaction is performed at a magma workshop (a [[magma kiln]], [[magma smelter]], or any custom building having [NEEDS_MAGMA]).&lt;br /&gt;
&lt;br /&gt;
==== skill ====&lt;br /&gt;
The SKILL token determines what [[Skill token|skill]] the reaction requires and what skill it trains. Only one skill may be specified. For custom reactions, the amount of experience gained is linearly correlated with the amount of product created; a reaction with no product will yield no experience for the performing dwarf. Similarly, the amount of time a reaction takes is correlated with experience gained: if a reaction has zero experience gain due to having no skill associated, the reaction will take minimal time.&lt;br /&gt;
&lt;br /&gt;
==== automatic ====&lt;br /&gt;
The AUTOMATIC token means that the reaction will be queued automatically if the reaction reagents are all present.&lt;br /&gt;
&lt;br /&gt;
This token only works with jobs performed at a [[kiln]], [[smelter]], [[tanner's shop]], [[kitchen]], or custom workshop, and [[standing orders]] allow you to limit which ones trigger; custom reactions performed at a [[quern]], [[millstone]]{{verify}}, [[still]]{{verify}} or [[craftsdwarf's workshop]]{{verify}} cannot be made automatic.&lt;br /&gt;
&lt;br /&gt;
==== adventure mode enabled ====&lt;br /&gt;
The ADVENTURE_MODE_ENABLED token means that this version of the reaction is not used by dwarves at home in a fortress, but rather the wanderers of Adventure Mode.  When using this token, it will be allowed for adventurers of any race, without editing Entity files.&lt;br /&gt;
&lt;br /&gt;
==Reaction classes and products==&lt;br /&gt;
&lt;br /&gt;
When you're doing things like tanning hides or brewing alcohol, having separate reactions for every single possible raw material is unwieldy and terrible. However, you can let the reaction itself ask the material for details and process them all with the same reaction. There are three types of tags to dictate this behavior.&lt;br /&gt;
&lt;br /&gt;
===Reaction classes===&lt;br /&gt;
&lt;br /&gt;
The simplest token is the reaction class. If it is tacked on a material, a reaction can limit reagents to only those materials that have the specified arbitrary [REACTION_CLASS:whatever] identifier.&lt;br /&gt;
&lt;br /&gt;
We want a reaction that smelts iron and flux into pig iron. However, there's half-dozen different stones that count as flux. Instead of clogging up the smelter job menu with half-dozen nearly identical reactions that all take in either selenite or limestone or marble for the same result, we use a reaction class.&lt;br /&gt;
&lt;br /&gt;
   [REACTION:PIG_IRON_MAKING]&lt;br /&gt;
      [NAME:make pig iron bars]&lt;br /&gt;
      [BUILDING:SMELTER:NONE]&lt;br /&gt;
      [REAGENT:A:150:BAR:NO_SUBTYPE:METAL:IRON]&lt;br /&gt;
      [REAGENT:B:1:BOULDER:NO_SUBTYPE:NONE:NONE]'''[REACTION_CLASS:FLUX]'''&lt;br /&gt;
      [REAGENT:C:150:BAR:NO_SUBTYPE:COAL:NO_MATGLOSS]&lt;br /&gt;
      [PRODUCT:100:1:BAR:NO_SUBTYPE:METAL:PIG_IRON][PRODUCT_DIMENSION:150]&lt;br /&gt;
      [FUEL]&lt;br /&gt;
      [SKILL:SMELT]&lt;br /&gt;
&lt;br /&gt;
Note how reagent B now asks &amp;quot;NONE:NONE&amp;quot; as its material now. It now means &amp;quot;boulders of any kind as long as they have the reaction class named FLUX&amp;quot;. Stuff like borax, here:&lt;br /&gt;
&lt;br /&gt;
   [INORGANIC:BORAX]&lt;br /&gt;
      [USE_MATERIAL_TEMPLATE:STONE_TEMPLATE]&lt;br /&gt;
      [STATE_NAME_ADJ:ALL_SOLID:borax][DISPLAY_COLOR:7:7:1][TILE:'`']&lt;br /&gt;
      '''[REACTION_CLASS:FLUX]'''&lt;br /&gt;
      [ENVIRONMENT_SPEC:GYPSUM:CLUSTER_SMALL:100]&lt;br /&gt;
      [ENVIRONMENT_SPEC:ROCK_SALT:CLUSTER:100]&lt;br /&gt;
      [MATERIAL_VALUE:2]&lt;br /&gt;
      [IS_STONE]&lt;br /&gt;
      [MELTING_POINT:11334]&lt;br /&gt;
      [BOILING_POINT:12835]&lt;br /&gt;
      [SOLID_DENSITY:1730]&lt;br /&gt;
&lt;br /&gt;
The label itself can be absolutely anything. It's only used to find a match between the material and the reaction.&lt;br /&gt;
&lt;br /&gt;
===Material reaction products===&lt;br /&gt;
&lt;br /&gt;
But what if it's not all the same what materials the members of the reaction class put out? If a tanner starts working on a bear pelt, a horse hide, some dragon scales and a section of human skin, surely they all can't produce generic boot leather! No, the reaction must get the chance to ask the &amp;quot;reaction class&amp;quot; what the reagent should turn out as. We will declare a material reaction product.&lt;br /&gt;
&lt;br /&gt;
   [REACTION:TAN_A_HIDE]&lt;br /&gt;
      [NAME:tan a hide]&lt;br /&gt;
      [BUILDING:TANNER:CUSTOM_T]&lt;br /&gt;
         [REAGENT:flaps of skin:1:NONE:NONE:NONE:NONE][USE_BODY_COMPONENT][UNROTTEN]&lt;br /&gt;
            '''[HAS_MATERIAL_REACTION_PRODUCT:BOOT_FABRIC]'''&lt;br /&gt;
         [PRODUCT:100:1:SKIN_TANNED:NONE:'''GET_MATERIAL_FROM_REAGENT:flaps of skin:BOOT_FABRIC''']&lt;br /&gt;
      [SKILL:TANNER]&lt;br /&gt;
      [AUTOMATIC]&lt;br /&gt;
&lt;br /&gt;
Where you'd usually have some fresh bodypart with the BOOT_FABRIC reaction class produce some generic SKIN_TANNED, this goes further. Instead of declaring a material, he spool of pattern-ready tailoring leather (SKIN_TANNED) now comes out as whatever the skin flaps' material reaction product (named BOOT_FABRIC) says in the material's definition (GET_MATERIAL_FROM_REAGENT). And what does it say?&lt;br /&gt;
&lt;br /&gt;
   [MATERIAL_TEMPLATE:SKIN_TEMPLATE]&lt;br /&gt;
         [STATE_COLOR:ALL_SOLID:GRAY]&lt;br /&gt;
         [STATE_NAME:ALL_SOLID:skin]&lt;br /&gt;
         [STATE_ADJ:ALL_SOLID:skin]&lt;br /&gt;
         ...&lt;br /&gt;
         [ABSORPTION:100]&lt;br /&gt;
         '''[MATERIAL_REACTION_PRODUCT:BOOT_FABRIC:LOCAL_CREATURE_MAT:LEATHER]'''&lt;br /&gt;
         [IMPLIES_ANIMAL_KILL]&lt;br /&gt;
         [ROTS]&lt;br /&gt;
&lt;br /&gt;
It says that the caller of the BOOT_FABRIC hook always comes out as the LEATHER of whatever creature the skin has been peeled off of (LOCAL_CREATURE_MAT). Make it BOOT_FABRIC:INORGANIC:GOLD instead and your tanner turns into Midas. Use your imagination.&lt;br /&gt;
&lt;br /&gt;
===Item reaction products===&lt;br /&gt;
&lt;br /&gt;
The version 0.40 added an even more powerful form of the above. Where material reaction products can only affect what type of stuff the predestined end product is made of, item reaction products can decide the entire end result ahead of time. Item AND material.&lt;br /&gt;
&lt;br /&gt;
Let's assume for a moment that we're completely tired of leather earrings and hair crowns. We want a crafting reaction that takes cloth and only produces things that make sense.&lt;br /&gt;
&lt;br /&gt;
      [REACTION:TAILOR_THE_BEST_THING]&lt;br /&gt;
            [NAME:weave something that makes sense]&lt;br /&gt;
            [BUILDING:CRAFTSMAN]&lt;br /&gt;
            [REAGENT:woven fabric:1:CLOTH:NONE:NONE:NONE]&lt;br /&gt;
               '''[HAS_ITEM_REACTION_PRODUCT:BEST_OPTION]'''&lt;br /&gt;
            [PRODUCT:100:1:'''GET_ITEM_DATA:woven fabric:BEST_OPTION''']&lt;br /&gt;
            [SKILL:CLOTHIER]&lt;br /&gt;
&lt;br /&gt;
Now we need to come up with the counterpart tags in the materials. Hmmm... cotton is thin and soft, so it makes pretty good undergarments. An undershirt, maybe?&lt;br /&gt;
&lt;br /&gt;
         [PLANT:COTTON] Gossypium hirsutum / sp.&lt;br /&gt;
                  [NAME:cotton plant][NAME_PLURAL:cotton plants][ADJ:cotton plant]&lt;br /&gt;
                  [USE_MATERIAL_TEMPLATE:STRUCTURAL:STRUCTURAL_PLANT_TEMPLATE]&lt;br /&gt;
                  [BASIC_MAT:LOCAL_PLANT_MAT:STRUCTURAL]&lt;br /&gt;
                  [DRY][BIOME:ANY_TROPICAL]&lt;br /&gt;
                  [VALUE:2]&lt;br /&gt;
                  ...&lt;br /&gt;
                  [THREAD:LOCAL_PLANT_MAT:THREAD]&lt;br /&gt;
                     '''[ITEM_REACTION_PRODUCT:BEST_OPTION:ARMOR:ITEM_ARMOR_TUNIC:LOCAL_PLANT_MAT:THREAD]'''&lt;br /&gt;
                  ...&lt;br /&gt;
&lt;br /&gt;
Then jute fabric. Isn't that burlap? And what's about the only thing they make from burlap?&lt;br /&gt;
&lt;br /&gt;
         [PLANT:JUTE] Corchorus capsularis / Corchorus olitorius&lt;br /&gt;
                  [NAME:jute plant][NAME_PLURAL:jute plants][ADJ:jute plant]&lt;br /&gt;
                  [USE_MATERIAL_TEMPLATE:STRUCTURAL:STRUCTURAL_PLANT_TEMPLATE]&lt;br /&gt;
                  [BASIC_MAT:LOCAL_PLANT_MAT:STRUCTURAL]&lt;br /&gt;
                  [DRY][BIOME:ANY_TROPICAL]&lt;br /&gt;
                  [VALUE:2]&lt;br /&gt;
                  ...&lt;br /&gt;
                  [THREAD:LOCAL_PLANT_MAT:THREAD]&lt;br /&gt;
                     '''[ITEM_REACTION_PRODUCT:BEST_OPTION:BOX:NONE:LOCAL_PLANT_MAT:THREAD]'''&lt;br /&gt;
                  ...&lt;br /&gt;
&lt;br /&gt;
Sacks, of course! Wait, how about silk?&lt;br /&gt;
&lt;br /&gt;
         [CREATURE:SPIDER_CAVE]&lt;br /&gt;
                  [DESCRIPTION:A tiny underground bug, sought after for its thread.]&lt;br /&gt;
                  [NAME:cave spider:cave spiders:cave spider]&lt;br /&gt;
                  ...&lt;br /&gt;
                  [USE_MATERIAL_TEMPLATE:SILK:SILK_TEMPLATE]&lt;br /&gt;
                     '''[ITEM_REACTION_PRODUCT:BEST_OPTION:PANTS:ITEM_PANTS_THONG:LOCAL_CREATURE_MAT:SILK]'''&lt;br /&gt;
                  ...&lt;br /&gt;
&lt;br /&gt;
This goes on for as long as you let it. The ITEM_REACTION_PRODUCT declares the identifier and then the item and material with subtypes, just like a normal reaction's product line would.&lt;br /&gt;
&lt;br /&gt;
==Reactions and world generation==&lt;br /&gt;
&lt;br /&gt;
There are several things to keep in mind when you're adding reactions to a game that already exists.&lt;br /&gt;
&lt;br /&gt;
* Most entity changes require a regen, but adding PERMITTED_REACTION tokens for reactions that existed at the time of world generation to the entity file in the save directory do not.&lt;br /&gt;
* Adding reactions to the raws in a save directory requires you to regen the world.&lt;br /&gt;
* You can alter an existing reaction in any way you like without regenning the world, so long as you don't alter the reaction identifier.&lt;br /&gt;
&lt;br /&gt;
==Full Token List==&lt;br /&gt;
For the sake of convenience and readability this is a complete compilation of the previously listed reaction tokens in alphabetical order&lt;br /&gt;
&lt;br /&gt;
{| {{prettytable}}&lt;br /&gt;
|- bgcolor=&amp;quot;#dddddd&amp;quot;&lt;br /&gt;
! Token&lt;br /&gt;
! Arguments&lt;br /&gt;
! Description&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| ADVENTURE_MODE_ENABLED&lt;br /&gt;
|&lt;br /&gt;
| this version of the reaction is not used by dwarves at home in a fortress, but rather the wanderers of Adventure Mode.  When using this token, it will be allowed for adventurers of any race, without editing Entity files&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| ANY_BONE_MATERIAL&lt;br /&gt;
|&lt;br /&gt;
| Reagent material must have the [BONE] token.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| ANY_HORN_MATERIAL&lt;br /&gt;
|&lt;br /&gt;
| Reagent material must have the [HORN] token.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| ANY_LEATHER_MATERIAL&lt;br /&gt;
|&lt;br /&gt;
| Reagent material must have the [LEATHER] token.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| ANY_PEARL_MATERIAL&lt;br /&gt;
|&lt;br /&gt;
| Reagent material must have the [PEARL] token.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| ANY_PLANT_MATERIAL &lt;br /&gt;
|&lt;br /&gt;
| Reagent material must be subordinate to a PLANT object.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| ANY_SHELL_MATERIAL&lt;br /&gt;
|&lt;br /&gt;
| Reagent material must have the [SHELL] token.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| ANY_SILK_MATERIAL&lt;br /&gt;
|&lt;br /&gt;
| Reagent material must have the [SILK] token.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| ANY_SOAP_MATERIAL&lt;br /&gt;
|&lt;br /&gt;
| Reagent material must have the [SOAP] token.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| ANY_STRAND_TISSUE&lt;br /&gt;
|&lt;br /&gt;
| Reagent is made of a tissue having [TISSUE_SHAPE:STRANDS], intended for matching hair and wool. Must be used with [USE_BODY_COMPONENT].&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| ANY_TOOTH_MATERIAL&lt;br /&gt;
|&lt;br /&gt;
| Reagent material must have the [TOOTH] token.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| ANY_YARN_MATERIAL &lt;br /&gt;
|&lt;br /&gt;
| Reagent material must have the [YARN] token.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| AUTOMATIC&lt;br /&gt;
|&lt;br /&gt;
| the reaction will be queued automatically if the reaction reagents are all present.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| BAG&lt;br /&gt;
|&lt;br /&gt;
| Reagent has to be a bag. Intended to be used with an item type of BOX, to prevent chests, coffers, and other containers from being used instead.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| BUILDING&lt;br /&gt;
| &lt;br /&gt;
* Building name&lt;br /&gt;
* in-building reaction hotkey &lt;br /&gt;
| Sets the building that the reaction will be performed in, and the button used to queue the reaction once that building's menu is accessed in-game&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| BUILDMAT&lt;br /&gt;
|&lt;br /&gt;
| Reagent is able to be used to build structures (Stone, Wood, Blocks, Bars?).&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| CAN_USE_ARTIFACT&lt;br /&gt;
|&lt;br /&gt;
| Reagent can be an Artifact.  Using [PRESERVE_REAGENT] with this is strongly advised.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| CONTAINS&lt;br /&gt;
| required content&lt;br /&gt;
| Reagent is a container that holds the specified reagent.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| CONTAINS_LYE&lt;br /&gt;
|&lt;br /&gt;
| If the reagent is a container, it must contain LYE. No longer used - instead, use one reagent for the LYE itself and another reagent with [CONTAINS:lye_reagent].&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| DOES_NOT_ABSORB&lt;br /&gt;
|&lt;br /&gt;
| Reagent material must have [ABSORPTION:0]&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| DOES_NOT_DETERMINE_PRODUCT_AMOUNT&lt;br /&gt;
|&lt;br /&gt;
| Performing a reaction with large [[stack]]s of inputs can allow multiple sets of outputs to be produced. Setting this flag causes the reagent to be ignored in this process - for example, with the reaction &amp;quot;1 plant + 1 barrel -&amp;gt; 5 alcohol (into barrel)&amp;quot;, using this on the barrel allows the reaction to be performed as &amp;quot;5 plant + 1 barrel -&amp;gt; 25 alcohol&amp;quot; instead of &amp;quot;5 plant + 5 barrel -&amp;gt; 25 alcohol&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| EMPTY&lt;br /&gt;
|&lt;br /&gt;
| If the reagent is a container, it must be empty.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| FIRE_BUILD_SAFE&lt;br /&gt;
|&lt;br /&gt;
| Reagent must be considered fire safe - i.e. not wood, and not coal.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| FORCE_EDGE&lt;br /&gt;
|&lt;br /&gt;
| Product is given a sharp edge. Used for knapping.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| FUEL&lt;br /&gt;
|&lt;br /&gt;
| Requires that the reaction either use up a unit of coal or charcoal or else be performed at a magma workshop&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| GLASS_MATERIAL&lt;br /&gt;
|&lt;br /&gt;
| Reagent material has [IS_GLASS].&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| HAS_ITEM_REACTION_PRODUCT&lt;br /&gt;
| PRODUCT_ID (custom)&lt;br /&gt;
| Similar to MATERIAL_REACTION_PRODUCT, but requires the reagen'ts material to have a matching ITEM_REACTION_PRODUCT entry.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| HAS_MATERIAL_REACTION_PRODUCT&lt;br /&gt;
| PRODUCT_ID (custom)&lt;br /&gt;
| Similar to REACTION_CLASS, but requires the reagent's material to have a matching [[Material definition token|MATERIAL_REACTION_PRODUCT]] entry. Intended for reactions which transform one class of material into another, such as skin-&amp;gt;leather and fat-&amp;gt;tallow.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| HAS_TOOL_USE&lt;br /&gt;
| Tool-use token&lt;br /&gt;
| Reagent must be a [[tool]] with the specific TOOL_USE value. The reagent's item type must be TOOL:NONE for this to make any sense.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| IMPROVEMENT&lt;br /&gt;
|&lt;br /&gt;
* Probability&lt;br /&gt;
* Reagent Name&lt;br /&gt;
* Improvement type&lt;br /&gt;
* Material Token&lt;br /&gt;
| Improvement types include BANDS, COVERED, GLAZED, RINGS_HANGING, and SPIKES&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| MAGMA_BUILD_SAFE&lt;br /&gt;
|&lt;br /&gt;
| Currently broken - behaves exactly the same as FIRE_BUILD_SAFE.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| METAL_ORE&lt;br /&gt;
|&lt;br /&gt;
* Inorganic material&lt;br /&gt;
| Reagent material must be an ore of the specified metal&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| MIN_DIMENSION&lt;br /&gt;
|&lt;br /&gt;
* size&lt;br /&gt;
| Requires that the reagent have a dimension of at least this value. Only effective with BAR, POWDER_MISC, LIQUID_MISC, DRINK, THREAD, and CLOTH items.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| NAME&lt;br /&gt;
| name&lt;br /&gt;
| defines the name used by the reaction in-game&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| NO_EDGE_ALLOWED&lt;br /&gt;
|&lt;br /&gt;
| Reagent must not be sharpened (used for knapping).&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| NOT_CONTAIN_BARREL_ITEM&lt;br /&gt;
|&lt;br /&gt;
| If the reagent is a Barrel, it must not contain an item that has to reside in a barrel.  Barrel items appear to be lye and milk.  Alcohol appears to be covered as part of [EMPTY].  A reaction which places an item in a barrel should probably have both tags.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| NOT_ENGRAVED&lt;br /&gt;
|&lt;br /&gt;
| Reagent must not be engraved?&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| NOT_IMPROVED&lt;br /&gt;
|&lt;br /&gt;
| Reagent has not been decorated.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| NOT_PRESSED&lt;br /&gt;
|&lt;br /&gt;
| Reagent must not be in the SOLID_PRESSED state.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| NOT_WEB&lt;br /&gt;
|&lt;br /&gt;
| Reagent must be &amp;quot;collected&amp;quot; - used with THREAD:NONE to exclude webs.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| POTASHABLE&lt;br /&gt;
|&lt;br /&gt;
| Alias for CONTAINS_LYE.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| PRESERVE_REAGENT&lt;br /&gt;
|&lt;br /&gt;
| Reagent is not destroyed, which is the normal effect, at the completion of the reaction. Typically used for containers.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| PRODUCT&lt;br /&gt;
|&lt;br /&gt;
*Probability of success (%)&lt;br /&gt;
*Quantity&lt;br /&gt;
*Item token:subtype&lt;br /&gt;
*Material token:subtype&lt;br /&gt;
| Defines a thing that comes out of the reaction. GET_MATERIAL_FROM_REAGENT and GET_ITEM_DATA can be used to defer the choice of material and/or item to the appropriate tag in a given reagent's material - the former comes in place of the material token, the latter replaces both the item and material tokens. See above for detailed information on how the hooks work.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| PRODUCT_DIMENSION&lt;br /&gt;
| size&lt;br /&gt;
| Specifies the size of the product. A size of 150 is typical for BAR, POWDER_MISC, LIQUID_MISC, and DRINK.  A size of 15000 is typical for THREAD, and a size of 10000 is typical for CLOTH.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| PRODUCT_PASTE&lt;br /&gt;
|&lt;br /&gt;
| Product is created in the SOLID_PASTE state.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| PRODUCT_PRESSED&lt;br /&gt;
|&lt;br /&gt;
| Product is created in the SOLID_PRESSED state.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| PRODUCT_TO_CONTAINER&lt;br /&gt;
| Reagent ID&lt;br /&gt;
| Places the product in a container; &amp;lt;id&amp;gt; must be the name of a reagent with the PRESERVE_REAGENT token and a container item type.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| REACTION&lt;br /&gt;
| Identifier&lt;br /&gt;
| defines a new reaction&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| REACTION_CLASS&lt;br /&gt;
| CLASS_ID (custom)&lt;br /&gt;
| Requires the reagent's material to have a matching [[Material definition token|REACTION_CLASS]] entry. Intended for reactions which accept a variety of materials but where the input material does not determine the output material, such as FLUX (for making pig iron and steel) and GYPSUM (for producing plaster powder).&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|REAGENT&lt;br /&gt;
|&lt;br /&gt;
* name/id&lt;br /&gt;
* quantity&lt;br /&gt;
* [[item token]]&lt;br /&gt;
* [[material token]]&lt;br /&gt;
| Requires a given reagent as an input for a reaction&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| SKILL&lt;br /&gt;
| Skill Token&lt;br /&gt;
| Skill used by the reaction&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| UNROTTEN&lt;br /&gt;
|&lt;br /&gt;
| Reagent must not be rotten, mainly for organic materials.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| USE_BODY_COMPONENT&lt;br /&gt;
|&lt;br /&gt;
| Reagent material must come off a creature's body.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| WEB_ONLY&lt;br /&gt;
|&lt;br /&gt;
| Reagent must be &amp;quot;undisturbed&amp;quot; - used with THREAD:NONE to gather webs.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| WORTHLESS_STONE_ONLY&lt;br /&gt;
|&lt;br /&gt;
| Reagent is not made of an economic stone.&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{{Category|Modding}}&lt;br /&gt;
{{Category|Tokens}}&lt;/div&gt;</summary>
		<author><name>AVK</name></author>
	</entry>
	<entry>
		<id>http://dwarffortresswiki.org/index.php?title=Reaction&amp;diff=206511</id>
		<title>Reaction</title>
		<link rel="alternate" type="text/html" href="http://dwarffortresswiki.org/index.php?title=Reaction&amp;diff=206511"/>
		<updated>2014-07-15T11:24:40Z</updated>

		<summary type="html">&lt;p&gt;AVK: Redid the reaction class section with the new token and put it in the listings. The rest shouldn't have changed at all between versions. Migration template stripped.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Quality|Superior|19:56, 28 August 2013 (UTC)}}&lt;br /&gt;
{{av}}&lt;br /&gt;
&lt;br /&gt;
Reactions are modular, editable formulas that take specific ingredients, or reagents, and use them to produce a desired item.  A lot of reactions are hardcoded - building beds or creating glass, for example -- but a few are freely editable, and it's quite simple to add additional ones.&lt;br /&gt;
&lt;br /&gt;
== Reaction differences between modes ==&lt;br /&gt;
In [[Fortress mode]], reactions are linked to specific buildings, and must be added to a civilization's [[Entities|entity file]] to be usable by that civilization.  This has the useful effect of limiting new items and materials (such as special [[wood]] or [[metal]]) to civilizations that have the requisite reaction -- so that if you give your custom civilization a reaction to produce star metal or some other custom material, only they will be able to use it.&lt;br /&gt;
&lt;br /&gt;
In [[Adventure mode]], reactions are freely available via x &amp;gt; create, and any adventurer character can make free use of them.  Reagents may be held in the hands or dropped on the ground, but cannot be used within a backpack or quiver.  There are several bugs with Adventure mode reactions, chief of which is the fact that you cannot select liquid reagents.{{verify}} &amp;lt;!-- reaction product tag works now, liquids and improvement quality dont --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Anatomy of a reaction==&lt;br /&gt;
&lt;br /&gt;
Reactions are found within reaction_x files (such as reaction_smelter or reaction_other).  Generally speaking they adhere to the following structure:&lt;br /&gt;
&lt;br /&gt;
   [REACTION:&amp;lt;identifier&amp;gt;]&lt;br /&gt;
      [NAME:&amp;lt;name&amp;gt;]&lt;br /&gt;
      [BUILDING:&amp;lt;BUILDING NAME&amp;gt;:&amp;lt;BUILDING KEY&amp;gt;]&lt;br /&gt;
      [REAGENT:A:150:BAR:NONE:POTASH:NONE]&lt;br /&gt;
      [PRODUCT:100:1:BAR:NONE:PEARLASH:NONE][PRODUCT_DIMENSION:150]&lt;br /&gt;
      [FUEL] &lt;br /&gt;
      [SKILL:&amp;lt;SKILL TOKEN&amp;gt;]&lt;br /&gt;
      [AUTOMATIC]&lt;br /&gt;
      [ADVENTURE_MODE_ENABLED]&lt;br /&gt;
* ''[[#Reaction identifier|identifier]]'': The internal ID of the reaction.&lt;br /&gt;
* ''[[#Reaction name|name]]'': The name of the reaction, visible to the player in the Fortress mode or Adventure mode menus.&lt;br /&gt;
* ''[[#Building|building]]'': The building ID that the reaction uses, and the relevant keyboard shortcut.&lt;br /&gt;
* ''[[#Reagents|...reagents...]]'': Zero or more reagents (ingredients) that are required to be in stock for the reaction to be possible.&lt;br /&gt;
* ''[[#Products|...products...]]'': Zero or more products that are created from the reaction.&lt;br /&gt;
* ''[[#fuel|fuel]]'': (optional) If present, the reaction requires charcoal, coke or a magma-powered workshop.&lt;br /&gt;
* ''[[#skill|skill]]'': (optional) The skill required and trained by the reaction.&lt;br /&gt;
* ''[[#automatic|automatic]]'': (optional) If present, the reaction will automatically be enqueued whenever it can possibly be performed.&lt;br /&gt;
* ''[[#adventure mode|adventure mode]]'': (optional) If present, the reaction is used by the player in Adventure mode instead.&lt;br /&gt;
&lt;br /&gt;
=== Reaction identifier ===&lt;br /&gt;
&lt;br /&gt;
The reaction identifier may be anything, so long as it is unique within the raw data files.  A good habit to get into is to append a short prefix or suffix to each name related to the name of your mod, to ensure nobody else is going to make an identical reaction and thereby mess up the game if their mod is run alongside yours.&lt;br /&gt;
&lt;br /&gt;
=== Reaction name ===&lt;br /&gt;
&lt;br /&gt;
This can be anything at all, and is usually used to describe the reaction.  '''Tan a hide''', for example, is the name of the default leather-producing reaction.  Generally this should be written as a small descriptive verb phrase, with the first letter capitalized, for consistency with the existing reactions.&lt;br /&gt;
&lt;br /&gt;
=== Building ===&lt;br /&gt;
&lt;br /&gt;
    [BUILDING:&amp;lt;BUILDING NAME&amp;gt;:&amp;lt;BUILDING KEY&amp;gt;]&lt;br /&gt;
* ''name'': The ID of the building where this reaction will appear in the tasks menu.&lt;br /&gt;
* ''key'': The keyboard shortcut used to queue up the reaction.&lt;br /&gt;
&lt;br /&gt;
The BUILDING NAME is the name of the building that will house this reaction, and the building key is the keyboard shortcut that will queue up the reaction.  If two reactions have the same key, then one of them will be assigned a different key, the first alphabetically available at the building.&lt;br /&gt;
&lt;br /&gt;
Valid buildings are KILN, SMELTER, TANNER, KITCHEN, QUERN, MILLSTONE, STILL, CRAFTSMAN, and any custom buildings (SOAP_MAKER, SCREW_PRESS, and anything you've added).&lt;br /&gt;
&lt;br /&gt;
Specifying multiple BUILDING tokens will cause the reaction to be available at all of the specified buildings.&lt;br /&gt;
&lt;br /&gt;
=== Reagents ===&lt;br /&gt;
REAGENTs are a little bit complicated.  They are the ingredients that the reaction will use.  You can define as many as you like within a reaction.&lt;br /&gt;
&lt;br /&gt;
    [REAGENT:&amp;lt;name&amp;gt;:&amp;lt;quantity&amp;gt;:&amp;lt;item token&amp;gt;:&amp;lt;material token&amp;gt;][...modifiers...]&lt;br /&gt;
* ''[[#name|name]]'': The name of the reagent, local to the reaction.&lt;br /&gt;
* ''[[#quantity|quantity]]'': The amount of the item that will be used in the reaction.&lt;br /&gt;
* ''[[#item_token|item token]]'': The type (and subtype) of the item you require.&lt;br /&gt;
* ''[[#material_token|material token]]'': The material the item should be made of.&lt;br /&gt;
* ''[[#Modifiers|...modifiers...]]'': Zero or more tokens which further clarify the acceptable types when the item type and material types are insufficient to distinguish them.&lt;br /&gt;
&lt;br /&gt;
==== name ====&lt;br /&gt;
The name field is a small string used to identify the reagent within the reaction.  The name is not visible to the player.  It is local to the reaction and does not need to be unique across all of the reactions, so you can reuse the same names over and over, although each reagent within the same individual reaction must have a different name.&lt;br /&gt;
&lt;br /&gt;
Most reactions are simply named '''A''', '''B''', and so forth in default reactions, although names such as '''TOOLSTONE''' or '''FLUX''' will also work equally well.  The PRODUCT may make reference to this name &amp;amp;mdash; for instance, if a container '''B''' is specified as a reagent, PRODUCT_TO_CONTAINER:B specifies that container.&lt;br /&gt;
&lt;br /&gt;
==== quantity ====&lt;br /&gt;
The quantity differs between item types.  Generally speaking, cloth, thread, powder, bars and globs use numbers representing the size of material within one item, and everything else uses a static quantity.  While REAGENT:A:'''''10''''':'''''THREAD''''':NONE:NONE:NONE thread is an extremely tiny portion of a random spool of thread, REAGENT:A:'''''10''''':'''''TOY''''':NONE:NONE:NONE is ten unique, solid toy items.&lt;br /&gt;
&lt;br /&gt;
Sometimes the quantity of product is directly connected with the quantity of reagent; it seems to be 150 / REAGENT &amp;lt;quantity&amp;gt; (rounding down) so that Reagent &amp;lt;quantity&amp;gt; of 3 gives 50 product and a &amp;lt;quantity&amp;gt; of 4 gives 37. (150/4=37.5) [List of item types this applies to? Bars, for instance.]&lt;br /&gt;
&lt;br /&gt;
==== item token ====&lt;br /&gt;
Item tokens are of the form ITEM_TYPE:ITEM_SUBTYPE.&lt;br /&gt;
&lt;br /&gt;
The item type is the sort of item you require; WEAPON, TOY or SKIN_TANNED, for example.  A [[item token|full list]] is available.&lt;br /&gt;
&lt;br /&gt;
For reagents, the item token can also be set to ANY_RAW_MATERIAL:NONE (to permit BAR, BOULDER, POWDER_MISC, or GLOB) or ANY_CRAFT:NONE (to permit FIGURINE, AMULET, SCEPTER, CROWN, RING, EARRING, or BRACELET). Internally, these special values are both converted to NONE:NONE and merely set special modifiers (similar to [BUILDMAT]) - they cannot be used in any other context.&lt;br /&gt;
&lt;br /&gt;
The item subtype is name of the exact item that you require.  Examples are ITEM_WEAPON_SPEAR or ITEM_TOY_PUZZLEBOX.  Some items, like quivers or backpacks, or chunks of stone or metal, only require the item token to be filled in, so if you're asking for those you should set the subtype to NONE.  Subtypes are defined within the local raw data files and their exact names can be referenced by looking at the corresponding file.&lt;br /&gt;
&lt;br /&gt;
For backwards compatibility, reagents can also accept &amp;quot;METAL_ORE:metal_id&amp;quot; in place of both the item and material tokens - this is equivalent to using the reagent BOULDER:NONE:NONE:NONE with the modifier [METAL_ORE:metal_id] (see below).&lt;br /&gt;
&lt;br /&gt;
==== material token ====&lt;br /&gt;
Material tokens come in several forms - see [[material token|here]] for a full list. For reagents, this will typically be INORGANIC:MATERIAL_ID, whereas products will typically use GET_MATERIAL_FROM_REAGENT:REAGENT_ID:REACTION_PRODUCT_ID.&lt;br /&gt;
&lt;br /&gt;
==== Modifiers ====&lt;br /&gt;
Reagents may also have extra tokens added on afterwards, placed just after the REAGENT tag.&lt;br /&gt;
&lt;br /&gt;
A list of them follows:&lt;br /&gt;
&lt;br /&gt;
{| {{prettytable}}&lt;br /&gt;
|- bgcolor=&amp;quot;#dddddd&amp;quot;&lt;br /&gt;
! Token&lt;br /&gt;
! Meaning&lt;br /&gt;
|-&lt;br /&gt;
| [REACTION_CLASS:X]&lt;br /&gt;
| Reagent material must have the specified reaction class - see below for more details.&lt;br /&gt;
|-&lt;br /&gt;
| [HAS_MATERIAL_REACTION_PRODUCT:X]&lt;br /&gt;
| Reagent material must have the specified material reaction product - see below for more details.&lt;br /&gt;
|-&lt;br /&gt;
| [HAS_ITEM_REACTION_PRODUCT:X]&lt;br /&gt;
| Reagent material must have the specified item reaction product - see below for more details.&lt;br /&gt;
|-&lt;br /&gt;
| [CONTAINS:X]&lt;br /&gt;
| Reagent is a container that holds the specified reagent (where ''X'' is the [[#name|name]] of the reagent).&lt;br /&gt;
|-&lt;br /&gt;
| [UNROTTEN]&lt;br /&gt;
| Reagent must not be rotten, mainly for organic materials.&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;vertical-align: top&amp;quot;| [CONTAINS_LYE]&lt;br /&gt;
| Reagent must be a BARREL or TOOL which contains at least one item of type LIQUID_MISC made of LYE. Use of this token is discouraged, as it does not work with buckets (instead, use [CONTAINS:lye] &amp;amp;mdash; note the colon &amp;amp;mdash; and a corresponding lye reagent [REAGENT:lye:150:LIQUID_MISC:NONE:LYE]).&lt;br /&gt;
|-&lt;br /&gt;
| [POTASHABLE]&lt;br /&gt;
| Alias for [CONTAINS_LYE].&lt;br /&gt;
|-&lt;br /&gt;
| [NOT_WEB]&lt;br /&gt;
| Reagent must be collected (to distinguish silk thread from webs). Only makes sense for items of type THREAD.&lt;br /&gt;
|-&lt;br /&gt;
| [WEB_ONLY]&lt;br /&gt;
| Reagent must be undisturbed (to distinguish silk thread from webs). Only makes sense for items of type THREAD.&lt;br /&gt;
|-&lt;br /&gt;
| [EMPTY]&lt;br /&gt;
| If the reagent is a container, it must be empty.&lt;br /&gt;
|-&lt;br /&gt;
| [NOT_CONTAIN_BARREL_ITEM]&lt;br /&gt;
| If the reagent is a container, it must not contain [[lye]] or [[milk]]. Not necessary if specifying [EMPTY].&lt;br /&gt;
|-&lt;br /&gt;
| [BAG]&lt;br /&gt;
| Reagent must be a bag - that is, a BOX made of plant fiber, silk, yarn, or leather.&lt;br /&gt;
|-&lt;br /&gt;
| [GLASS_MATERIAL] &lt;br /&gt;
| Reagent material must have the [IS_GLASS] token. All 3 types of [[glass]] have this token hardcoded.&lt;br /&gt;
|-&lt;br /&gt;
| [BUILDMAT]&lt;br /&gt;
| Reagent must be a general [[building material]] - BAR, BLOCKS, BOULDER, or WOOD.&lt;br /&gt;
|-&lt;br /&gt;
| [FIRE_BUILD_SAFE]&lt;br /&gt;
| Reagent material must be solid and stable at temperatures approaching 11000. Only works with items of type BAR, BLOCKS, BOULDER, WOOD, and ANVIL - all others are considered unsafe.&lt;br /&gt;
|-&lt;br /&gt;
| [MAGMA_BUILD_SAFE]&lt;br /&gt;
| Reagent material must be solid and stable at temperatures approaching 12000. Only works with items of type BAR, BLOCKS, BOULDER, WOOD, and ANVIL - all others are considered unsafe.&lt;br /&gt;
|-&lt;br /&gt;
| [CAN_USE_ARTIFACT]&lt;br /&gt;
| Reagent can be an Artifact.  Using [PRESERVE_REAGENT] with this is strongly advised.&lt;br /&gt;
|-&lt;br /&gt;
| [WORTHLESS_STONE_ONLY]&lt;br /&gt;
| Reagent material must be non-[[economic]].&lt;br /&gt;
|-&lt;br /&gt;
| [ANY_PLANT_MATERIAL] &lt;br /&gt;
| Reagent material must be subordinate to a PLANT object.&lt;br /&gt;
|-&lt;br /&gt;
| [ANY_SILK_MATERIAL] &lt;br /&gt;
| Reagent material must have the [SILK] token.&lt;br /&gt;
|-&lt;br /&gt;
| [ANY_YARN_MATERIAL] &lt;br /&gt;
| Reagent material must have the [YARN] token.&lt;br /&gt;
|-&lt;br /&gt;
| [ANY_SOAP_MATERIAL]&lt;br /&gt;
| Reagent material must have the [SOAP] token.&lt;br /&gt;
|-&lt;br /&gt;
| [ANY_LEATHER_MATERIAL]&lt;br /&gt;
| Reagent material must have the [LEATHER] token.&lt;br /&gt;
|-&lt;br /&gt;
| [ANY_BONE_MATERIAL]&lt;br /&gt;
| Reagent material must have the [BONE] token.&lt;br /&gt;
|-&lt;br /&gt;
| [ANY_STRAND_TISSUE]&lt;br /&gt;
| Reagent is made of a tissue having [TISSUE_SHAPE:STRANDS], intended for matching hair and wool. Must be used with [USE_BODY_COMPONENT].&lt;br /&gt;
|-&lt;br /&gt;
| [ANY_SHELL_MATERIAL]&lt;br /&gt;
| Reagent material must have the [SHELL] token.&lt;br /&gt;
|-&lt;br /&gt;
| [ANY_TOOTH_MATERIAL]&lt;br /&gt;
| Reagent material must have the [TOOTH] token.&lt;br /&gt;
|-&lt;br /&gt;
| [ANY_HORN_MATERIAL]&lt;br /&gt;
| Reagent material must have the [HORN] token.&lt;br /&gt;
|-&lt;br /&gt;
| [ANY_PEARL_MATERIAL]&lt;br /&gt;
| Reagent material must have the [PEARL] token.&lt;br /&gt;
|-&lt;br /&gt;
| [USE_BODY_COMPONENT]&lt;br /&gt;
| Reagent must be a body part (CORPSE or CORPSEPIECE). Must be used even if your reagent item type is CORPSE or CORPSEPIECE, otherwise it will match any item.&lt;br /&gt;
|-&lt;br /&gt;
| [NO_EDGE_ALLOWED]&lt;br /&gt;
| Reagent must not have an edge - excludes sharp stones (produced using knapping) and most types of weapon/ammo.&lt;br /&gt;
|-&lt;br /&gt;
| [NOT_ENGRAVED]&lt;br /&gt;
| Reagent has not been engraved (excludes memorial slabs).&lt;br /&gt;
|-&lt;br /&gt;
| [NOT_IMPROVED]&lt;br /&gt;
| Reagent has not been decorated.&lt;br /&gt;
|-&lt;br /&gt;
| [DOES_NOT_ABSORB]&lt;br /&gt;
| Reagent material must have [ABSORPTION:0]&lt;br /&gt;
|-&lt;br /&gt;
| [FOOD_STORAGE_CONTAINER]&lt;br /&gt;
| Reagent is either a BARREL or a TOOL with the FOOD_STORAGE use.&lt;br /&gt;
|-&lt;br /&gt;
| [HARD_ITEM_MATERIAL]&lt;br /&gt;
| Reagent material must have [ITEMS_HARD].&lt;br /&gt;
|-&lt;br /&gt;
| [NOT_PRESSED]&lt;br /&gt;
| Reagent must not be in the SOLID_PRESSED state.&lt;br /&gt;
|-&lt;br /&gt;
| [METAL_ORE:X]&lt;br /&gt;
| Reagent material must be an ore of the specified metal.&lt;br /&gt;
|-&lt;br /&gt;
| [MIN_DIMENSION:X]&lt;br /&gt;
| Reagent's item dimension must be at least this large. The reagent's item type must be BAR, POWDER_MISC, LIQUID_MISC, DRINK, THREAD, or CLOTH for this to work.&lt;br /&gt;
|-&lt;br /&gt;
| [HAS_TOOL_USE:X]&lt;br /&gt;
| Reagent must be a [[tool]] with the specific TOOL_USE value. The reagent's item type must be TOOL:NONE for this to make any sense.&lt;br /&gt;
|-&lt;br /&gt;
| [PRESERVE_REAGENT]&lt;br /&gt;
| Reagent is not destroyed, which is the normal effect, at the completion of the reaction. Typically used for containers.&lt;br /&gt;
|-&lt;br /&gt;
| [DOES_NOT_DETERMINE_PRODUCT_AMOUNT]&lt;br /&gt;
| Reagent quantity is ignored for the purposes of producing extra outputs. Typically used for containers so that [[stack]]s of reagents will correctly produce additional outputs.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
Generally speaking, if you set a field in a reagent to NONE, the reaction won't discriminate when it comes to that particular field.  For example, if you require a BOULDER reagent but leave the material as NONE:NONE, it will grab any available BOULDER-type item regardless of material.&lt;br /&gt;
&lt;br /&gt;
===Products===&lt;br /&gt;
Products are the end product of the reaction.  A reaction can have as many products as it likes.&lt;br /&gt;
&lt;br /&gt;
Products are almost identical to reagents, except that they do not need to be named, can't have fields undefined, and don't use the quantity field to determine the product size.  Instead, the token PRODUCT_DIMENSION:X is tacked on after the PRODUCT token, determining the size of the product.&lt;br /&gt;
&lt;br /&gt;
Products can be produced directly to a container using the [PRODUCT_TO_CONTAINER:&amp;lt;IDENTIFIER&amp;gt;] token, where the IDENTIFIER is the name of a reagent.  This requires the reagent to have the PRESERVE_REAGENT token.&lt;br /&gt;
&lt;br /&gt;
Restating this in the above style, we have:&lt;br /&gt;
   [PRODUCT:&amp;lt;probability&amp;gt;:&amp;lt;quantity&amp;gt;:&amp;lt;item token&amp;gt;:&amp;lt;material token&amp;gt;][...modifiers...][PRODUCT_DIMENSION:X][PRODUCT_TO_CONTAINER:&amp;lt;IDENTIFIER&amp;gt;]&lt;br /&gt;
&lt;br /&gt;
====probability====&lt;br /&gt;
The percentage chance the product will be produced when the reaction is completed.&lt;br /&gt;
&lt;br /&gt;
====quantity====&lt;br /&gt;
Determines how many of the product will be produced. For the item types AMMO, REMAINS, MEAT, FISH, FISH_RAW, PLANT, LEAVES, DRINK, CHEESE, LIQUID_MISC, COIN, and EGG, the resulting items will be created as a single [[stack]], while all other item types will produce multiple individual items.&lt;br /&gt;
&lt;br /&gt;
If a reaction can take stacks of input items, then it will attempt to perform the reaction enough times to consume as many full sets of reagents as it can - for example, if a reaction &amp;quot;1 piece of meat + 2 pieces of fish -&amp;gt; 3 pieces of cheese&amp;quot; is given a stack of 5 meat and 5 fish, it will produce 6 pieces of cheese and leave 3 meat and 1 fish behind. Using the token DOES_NOT_DETERMINE_PRODUCT_AMOUNT allows a reagent to be excluded from this calculation - for example, with the reaction &amp;quot;1 plant + 1 barrel -&amp;gt; 5 alcohol (into barrel)&amp;quot;, using this on the barrel allows the reaction to be performed as &amp;quot;5 plant + 1 barrel -&amp;gt; 25 alcohol&amp;quot; instead of &amp;quot;5 plant + 5 barrel -&amp;gt; 25 alcohol&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
====item token====&lt;br /&gt;
The [[item token]] and subtype of the item you produce.&lt;br /&gt;
&lt;br /&gt;
For products, this can also be set to CRAFTS:NONE to produce up to three random [[craft]] items. This value cannot be used in any other context.&lt;br /&gt;
&lt;br /&gt;
====material token====&lt;br /&gt;
A [[material token]] describing what the product will be made of.&lt;br /&gt;
&lt;br /&gt;
====Product modifiers====&lt;br /&gt;
Zero or more tokens which further clarify the acceptable types when the item type and material types are insufficient to distinguish them.&lt;br /&gt;
&lt;br /&gt;
{| {{prettytable}}&lt;br /&gt;
|- bgcolor=&amp;quot;#dddddd&amp;quot;&lt;br /&gt;
! Token&lt;br /&gt;
! Meaning&lt;br /&gt;
|-&lt;br /&gt;
| [FORCE_EDGE]&lt;br /&gt;
| Product is given a sharp edge. Used for knapping.&lt;br /&gt;
|-&lt;br /&gt;
| [PRODUCT_PASTE]&lt;br /&gt;
| Product is created in the SOLID_PASTE state.&lt;br /&gt;
|-&lt;br /&gt;
| [PRODUCT_PRESSED]&lt;br /&gt;
| Product is created in the SOLID_PRESSED state.&lt;br /&gt;
|-&lt;br /&gt;
| [PRODUCT_DIMENSION:&amp;lt;size&amp;gt;]&lt;br /&gt;
| Specifies the size of the product. A size of 150 is typical for BAR, POWDER_MISC, LIQUID_MISC, and DRINK. A size of 15000 is typical for THREAD, and a size of 10000 is typical for CLOTH. Has no effect on any other item types.&lt;br /&gt;
|-&lt;br /&gt;
| [PRODUCT_TO_CONTAINER:&amp;lt;id&amp;gt;]&lt;br /&gt;
| Places the product in a container; &amp;lt;id&amp;gt; must be the name of a reagent with the PRESERVE_REAGENT token and a container item type.&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===Improvements===&lt;br /&gt;
Improvements are applied to existing reagents. A reaction can have as many improvements as it likes.&lt;br /&gt;
&lt;br /&gt;
Restating this in the above style, we have:&lt;br /&gt;
   [IMPROVEMENT:&amp;lt;probability&amp;gt;:&amp;lt;reagent name&amp;gt;:&amp;lt;improvement type&amp;gt;:&amp;lt;material token&amp;gt;]&lt;br /&gt;
&lt;br /&gt;
====probability====&lt;br /&gt;
The percentage chance the improvement will be applied to the reagent when the reaction is completed.&lt;br /&gt;
&lt;br /&gt;
====reagent name====&lt;br /&gt;
The name of the reagent that will be improved. In order to be meaningful, this reagent must have [PRESERVE_REAGENT].&lt;br /&gt;
&lt;br /&gt;
====improvement type====&lt;br /&gt;
The following improvement types can be used:&lt;br /&gt;
{| {{prettytable}}&lt;br /&gt;
|- bgcolor=&amp;quot;#dddddd&amp;quot;&lt;br /&gt;
! Token&lt;br /&gt;
! Meaning&lt;br /&gt;
|-&lt;br /&gt;
| COVERED&lt;br /&gt;
| Item is encrusted/studded/decorated with &amp;lt;material&amp;gt;.&lt;br /&gt;
|-&lt;br /&gt;
| GLAZED&lt;br /&gt;
| Item is glazed with &amp;lt;material&amp;gt;.&lt;br /&gt;
|-&lt;br /&gt;
| RINGS_HANGING&lt;br /&gt;
| Item is adorned with hanging rings of &amp;lt;material&amp;gt;.&lt;br /&gt;
|-&lt;br /&gt;
| BANDS&lt;br /&gt;
| Item is encircled with bands of &amp;lt;material&amp;gt;.&lt;br /&gt;
|-&lt;br /&gt;
| SPIKES&lt;br /&gt;
| Item menaces with spikes of &amp;lt;material&amp;gt;.&lt;br /&gt;
|-&lt;br /&gt;
| PAGES&lt;br /&gt;
| Adds pages to a [[book]].&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
All other item improvement tokens (ART_IMAGE, ITEMSPECIFIC, THREAD, CLOTH, SEWN_IMAGE, and ILLUSTRATION) are ignored.&lt;br /&gt;
&lt;br /&gt;
====material token====&lt;br /&gt;
A [[material token]] describing what the decoration will be made of.&lt;br /&gt;
&lt;br /&gt;
===Other tokens===&lt;br /&gt;
&lt;br /&gt;
==== fuel ====&lt;br /&gt;
The FUEL token means that the reaction requires coke or charcoal to be performed. Fuel is not needed when the reaction is performed at a magma workshop (a [[magma kiln]], [[magma smelter]], or any custom building having [NEEDS_MAGMA]).&lt;br /&gt;
&lt;br /&gt;
==== skill ====&lt;br /&gt;
The SKILL token determines what [[Skill token|skill]] the reaction requires and what skill it trains. Only one skill may be specified. For custom reactions, the amount of experience gained is linearly correlated with the amount of product created; a reaction with no product will yield no experience for the performing dwarf. Similarly, the amount of time a reaction takes is correlated with experience gained: if a reaction has zero experience gain due to having no skill associated, the reaction will take minimal time.&lt;br /&gt;
&lt;br /&gt;
==== automatic ====&lt;br /&gt;
The AUTOMATIC token means that the reaction will be queued automatically if the reaction reagents are all present.&lt;br /&gt;
&lt;br /&gt;
This token only works with jobs performed at a [[kiln]], [[smelter]], [[tanner's shop]], [[kitchen]], or custom workshop, and [[standing orders]] allow you to limit which ones trigger; custom reactions performed at a [[quern]], [[millstone]]{{verify}}, [[still]]{{verify}} or [[craftsdwarf's workshop]]{{verify}} cannot be made automatic.&lt;br /&gt;
&lt;br /&gt;
==== adventure mode enabled ====&lt;br /&gt;
The ADVENTURE_MODE_ENABLED token means that this version of the reaction is not used by dwarves at home in a fortress, but rather the wanderers of Adventure Mode.  When using this token, it will be allowed for adventurers of any race, without editing Entity files.&lt;br /&gt;
&lt;br /&gt;
==Reaction classes and products==&lt;br /&gt;
&lt;br /&gt;
When you're doing things like tanning hides or brewing alcohol, having separate reactions for every single possible raw material is unwieldy and terrible. However, you can let the reaction itself ask the material for details and process them all with the same reaction. There are three types of tags to dictate this behavior.&lt;br /&gt;
&lt;br /&gt;
===Reaction classes===&lt;br /&gt;
&lt;br /&gt;
The simplest token is the reaction class. If it is tacked on a material, a reaction can limit reagents to only those materials that have the specified arbitrary [REACTION_CLASS:whatever] identifier.&lt;br /&gt;
&lt;br /&gt;
We want a reaction that smelts iron and flux into pig iron. However, there's half-dozen different stones that count as flux. Instead of clogging up the smelter job menu with half-dozen nearly identical reactions that all take in either selenite or limestone or marble for the same result, we use a reaction class.&lt;br /&gt;
&lt;br /&gt;
   [REACTION:PIG_IRON_MAKING]&lt;br /&gt;
      [NAME:make pig iron bars]&lt;br /&gt;
      [BUILDING:SMELTER:NONE]&lt;br /&gt;
      [REAGENT:A:150:BAR:NO_SUBTYPE:METAL:IRON]&lt;br /&gt;
      [REAGENT:B:1:BOULDER:NO_SUBTYPE:NONE:NONE]'''[REACTION_CLASS:FLUX]'''&lt;br /&gt;
      [REAGENT:C:150:BAR:NO_SUBTYPE:COAL:NO_MATGLOSS]&lt;br /&gt;
      [PRODUCT:100:1:BAR:NO_SUBTYPE:METAL:PIG_IRON][PRODUCT_DIMENSION:150]&lt;br /&gt;
      [FUEL]&lt;br /&gt;
      [SKILL:SMELT]&lt;br /&gt;
&lt;br /&gt;
Note how reagent B now asks &amp;quot;NONE:NONE&amp;quot; as its material now. It now means &amp;quot;boulders of any kind as long as they have the reaction class named FLUX&amp;quot;. Stuff like borax, here:&lt;br /&gt;
&lt;br /&gt;
   [INORGANIC:BORAX]&lt;br /&gt;
      [USE_MATERIAL_TEMPLATE:STONE_TEMPLATE]&lt;br /&gt;
      [STATE_NAME_ADJ:ALL_SOLID:borax][DISPLAY_COLOR:7:7:1][TILE:'`']&lt;br /&gt;
      '''[REACTION_CLASS:FLUX]'''&lt;br /&gt;
      [ENVIRONMENT_SPEC:GYPSUM:CLUSTER_SMALL:100]&lt;br /&gt;
      [ENVIRONMENT_SPEC:ROCK_SALT:CLUSTER:100]&lt;br /&gt;
      [MATERIAL_VALUE:2]&lt;br /&gt;
      [IS_STONE]&lt;br /&gt;
      [MELTING_POINT:11334]&lt;br /&gt;
      [BOILING_POINT:12835]&lt;br /&gt;
      [SOLID_DENSITY:1730]&lt;br /&gt;
&lt;br /&gt;
The label itself can be absolutely anything. It's only used to find a match between the material and the reaction.&lt;br /&gt;
&lt;br /&gt;
===Material reaction products===&lt;br /&gt;
&lt;br /&gt;
But what if it's not all the same what materials the members of the reaction class put out? If a tanner starts working on a bear pelt, a horse hide, some dragon scales and a section of human skin, surely they all can't produce generic boot leather! No, the reaction must get the chance to ask the &amp;quot;reaction class&amp;quot; what the reagent should turn out as. We will declare a material reaction product.&lt;br /&gt;
&lt;br /&gt;
   [REACTION:TAN_A_HIDE]&lt;br /&gt;
      [NAME:tan a hide]&lt;br /&gt;
      [BUILDING:TANNER:CUSTOM_T]&lt;br /&gt;
         [REAGENT:flaps of skin:1:NONE:NONE:NONE:NONE][USE_BODY_COMPONENT][UNROTTEN]&lt;br /&gt;
            '''[HAS_MATERIAL_REACTION_PRODUCT:BOOT_FABRIC]'''&lt;br /&gt;
         [PRODUCT:100:1:SKIN_TANNED:NONE:'''GET_MATERIAL_FROM_REAGENT:flaps of skin:BOOT_FABRIC''']&lt;br /&gt;
      [SKILL:TANNER]&lt;br /&gt;
      [AUTOMATIC]&lt;br /&gt;
&lt;br /&gt;
Where you'd usually have some fresh bodypart with the BOOT_FABRIC reaction class produce some generic SKIN_TANNED, this goes further. Instead of declaring a material, he spool of pattern-ready tailoring leather (SKIN_TANNED) now comes out as whatever the skin flaps' material reaction product (named BOOT_FABRIC) says in the material's definition (GET_MATERIAL_FROM_REAGENT). And what does it say?&lt;br /&gt;
&lt;br /&gt;
   [MATERIAL_TEMPLATE:SKIN_TEMPLATE]&lt;br /&gt;
         [STATE_COLOR:ALL_SOLID:GRAY]&lt;br /&gt;
         [STATE_NAME:ALL_SOLID:skin]&lt;br /&gt;
         [STATE_ADJ:ALL_SOLID:skin]&lt;br /&gt;
         ...&lt;br /&gt;
         [ABSORPTION:100]&lt;br /&gt;
         '''[MATERIAL_REACTION_PRODUCT:BOOT_FABRIC:LOCAL_CREATURE_MAT:LEATHER]'''&lt;br /&gt;
         [IMPLIES_ANIMAL_KILL]&lt;br /&gt;
         [ROTS]&lt;br /&gt;
&lt;br /&gt;
It says that the caller of the BOOT_FABRIC hook always comes out as the LEATHER of whatever creature the skin has been peeled off of (LOCAL_CREATURE_MAT). Make it BOOT_FABRIC:INORGANIC:GOLD instead and your tanner turns into Midas. Use your imagination.&lt;br /&gt;
&lt;br /&gt;
===Item reaction products===&lt;br /&gt;
&lt;br /&gt;
The version 0.40 added an even more powerful form of the above. Where material reaction products can only affect what type of stuff the predestined end product is made of, item reaction products can decide the entire end result ahead of time. Item AND material.&lt;br /&gt;
&lt;br /&gt;
Let's assume for a moment that we're completely tired of leather earrings and hair crowns. We want a crafting reaction that takes cloth and only produces things that make sense.&lt;br /&gt;
&lt;br /&gt;
      [REACTION:TAILOR_THE_BEST_THING]&lt;br /&gt;
            [NAME:weave something that makes sense]&lt;br /&gt;
            [BUILDING:CRAFTSMAN]&lt;br /&gt;
            [REAGENT:woven fabric:1:CLOTH:NONE:NONE:NONE]&lt;br /&gt;
               '''[HAS_ITEM_REACTION_PRODUCT:BEST_OPTION]'''&lt;br /&gt;
            [PRODUCT:100:1:'''GET_ITEM_DATA:woven fabric:BEST_OPTION''']&lt;br /&gt;
            [SKILL:CLOTHIER]&lt;br /&gt;
&lt;br /&gt;
Now we need to come up with the counterpart tags in the materials. Hmmm... cotton is thin and soft, so it makes pretty good undergarments. An undershirt, maybe?&lt;br /&gt;
&lt;br /&gt;
         [PLANT:COTTON] Gossypium hirsutum / sp.&lt;br /&gt;
                  [NAME:cotton plant][NAME_PLURAL:cotton plants][ADJ:cotton plant]&lt;br /&gt;
                  [USE_MATERIAL_TEMPLATE:STRUCTURAL:STRUCTURAL_PLANT_TEMPLATE]&lt;br /&gt;
                     '''[ITEM_REACTION_PRODUCT:BEST_OPTION:ARMOR:ITEM_ARMOR_TUNIC:LOCAL_PLANT_MAT:THREAD]'''&lt;br /&gt;
                  [BASIC_MAT:LOCAL_PLANT_MAT:STRUCTURAL]&lt;br /&gt;
                  [DRY][BIOME:ANY_TROPICAL]&lt;br /&gt;
                  [VALUE:2]&lt;br /&gt;
                  ...&lt;br /&gt;
&lt;br /&gt;
Then jute fabric. Isn't that burlap? And what's about the only thing they make from burlap?&lt;br /&gt;
&lt;br /&gt;
         [PLANT:JUTE] Corchorus capsularis / Corchorus olitorius&lt;br /&gt;
                  [NAME:jute plant][NAME_PLURAL:jute plants][ADJ:jute plant]&lt;br /&gt;
                  [USE_MATERIAL_TEMPLATE:STRUCTURAL:STRUCTURAL_PLANT_TEMPLATE]&lt;br /&gt;
                     '''[ITEM_REACTION_PRODUCT:BEST_OPTION:BOX:NONE:LOCAL_PLANT_MAT:THREAD]'''&lt;br /&gt;
                  [BASIC_MAT:LOCAL_PLANT_MAT:STRUCTURAL]&lt;br /&gt;
                  [DRY][BIOME:ANY_TROPICAL]&lt;br /&gt;
                  [VALUE:2]&lt;br /&gt;
                  ...&lt;br /&gt;
&lt;br /&gt;
Sacks, of course! Wait, how about silk?&lt;br /&gt;
&lt;br /&gt;
         [CREATURE:SPIDER_CAVE]&lt;br /&gt;
                  [DESCRIPTION:A tiny underground bug, sought after for its thread.]&lt;br /&gt;
                  [NAME:cave spider:cave spiders:cave spider]&lt;br /&gt;
                  ...&lt;br /&gt;
                  [USE_MATERIAL_TEMPLATE:SILK:SILK_TEMPLATE]&lt;br /&gt;
                     '''[ITEM_REACTION_PRODUCT:BEST_OPTION:PANTS:ITEM_PANTS_THONG:LOCAL_CREATURE_MAT:SILK]'''&lt;br /&gt;
                  ...&lt;br /&gt;
&lt;br /&gt;
This goes on for as long as you let it. The ITEM_REACTION_PRODUCT declares the identifier and then the item and material with subtypes, just like a normal reaction's product line would.&lt;br /&gt;
&lt;br /&gt;
==Reactions and world generation==&lt;br /&gt;
&lt;br /&gt;
There are several things to keep in mind when you're adding reactions to a game that already exists.&lt;br /&gt;
&lt;br /&gt;
* Most entity changes require a regen, but adding PERMITTED_REACTION tokens for reactions that existed at the time of world generation to the entity file in the save directory do not.&lt;br /&gt;
* Adding reactions to the raws in a save directory requires you to regen the world.&lt;br /&gt;
* You can alter an existing reaction in any way you like without regenning the world, so long as you don't alter the reaction identifier.&lt;br /&gt;
&lt;br /&gt;
==Full Token List==&lt;br /&gt;
For the sake of convenience and readability this is a complete compilation of the previously listed reaction tokens in alphabetical order&lt;br /&gt;
&lt;br /&gt;
{| {{prettytable}}&lt;br /&gt;
|- bgcolor=&amp;quot;#dddddd&amp;quot;&lt;br /&gt;
! Token&lt;br /&gt;
! Arguments&lt;br /&gt;
! Description&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| ADVENTURE_MODE_ENABLED&lt;br /&gt;
|&lt;br /&gt;
| this version of the reaction is not used by dwarves at home in a fortress, but rather the wanderers of Adventure Mode.  When using this token, it will be allowed for adventurers of any race, without editing Entity files&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| ANY_BONE_MATERIAL&lt;br /&gt;
|&lt;br /&gt;
| Reagent material must have the [BONE] token.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| ANY_HORN_MATERIAL&lt;br /&gt;
|&lt;br /&gt;
| Reagent material must have the [HORN] token.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| ANY_LEATHER_MATERIAL&lt;br /&gt;
|&lt;br /&gt;
| Reagent material must have the [LEATHER] token.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| ANY_PEARL_MATERIAL&lt;br /&gt;
|&lt;br /&gt;
| Reagent material must have the [PEARL] token.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| ANY_PLANT_MATERIAL &lt;br /&gt;
|&lt;br /&gt;
| Reagent material must be subordinate to a PLANT object.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| ANY_SHELL_MATERIAL&lt;br /&gt;
|&lt;br /&gt;
| Reagent material must have the [SHELL] token.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| ANY_SILK_MATERIAL&lt;br /&gt;
|&lt;br /&gt;
| Reagent material must have the [SILK] token.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| ANY_SOAP_MATERIAL&lt;br /&gt;
|&lt;br /&gt;
| Reagent material must have the [SOAP] token.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| ANY_STRAND_TISSUE&lt;br /&gt;
|&lt;br /&gt;
| Reagent is made of a tissue having [TISSUE_SHAPE:STRANDS], intended for matching hair and wool. Must be used with [USE_BODY_COMPONENT].&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| ANY_TOOTH_MATERIAL&lt;br /&gt;
|&lt;br /&gt;
| Reagent material must have the [TOOTH] token.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| ANY_YARN_MATERIAL &lt;br /&gt;
|&lt;br /&gt;
| Reagent material must have the [YARN] token.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| AUTOMATIC&lt;br /&gt;
|&lt;br /&gt;
| the reaction will be queued automatically if the reaction reagents are all present.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| BAG&lt;br /&gt;
|&lt;br /&gt;
| Reagent has to be a bag. Intended to be used with an item type of BOX, to prevent chests, coffers, and other containers from being used instead.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| BUILDING&lt;br /&gt;
| &lt;br /&gt;
* Building name&lt;br /&gt;
* in-building reaction hotkey &lt;br /&gt;
| Sets the building that the reaction will be performed in, and the button used to queue the reaction once that building's menu is accessed in-game&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| BUILDMAT&lt;br /&gt;
|&lt;br /&gt;
| Reagent is able to be used to build structures (Stone, Wood, Blocks, Bars?).&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| CAN_USE_ARTIFACT&lt;br /&gt;
|&lt;br /&gt;
| Reagent can be an Artifact.  Using [PRESERVE_REAGENT] with this is strongly advised.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| CONTAINS&lt;br /&gt;
| required content&lt;br /&gt;
| Reagent is a container that holds the specified reagent.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| CONTAINS_LYE&lt;br /&gt;
|&lt;br /&gt;
| If the reagent is a container, it must contain LYE. No longer used - instead, use one reagent for the LYE itself and another reagent with [CONTAINS:lye_reagent].&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| DOES_NOT_ABSORB&lt;br /&gt;
|&lt;br /&gt;
| Reagent material must have [ABSORPTION:0]&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| DOES_NOT_DETERMINE_PRODUCT_AMOUNT&lt;br /&gt;
|&lt;br /&gt;
| Performing a reaction with large [[stack]]s of inputs can allow multiple sets of outputs to be produced. Setting this flag causes the reagent to be ignored in this process - for example, with the reaction &amp;quot;1 plant + 1 barrel -&amp;gt; 5 alcohol (into barrel)&amp;quot;, using this on the barrel allows the reaction to be performed as &amp;quot;5 plant + 1 barrel -&amp;gt; 25 alcohol&amp;quot; instead of &amp;quot;5 plant + 5 barrel -&amp;gt; 25 alcohol&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| EMPTY&lt;br /&gt;
|&lt;br /&gt;
| If the reagent is a container, it must be empty.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| FIRE_BUILD_SAFE&lt;br /&gt;
|&lt;br /&gt;
| Reagent must be considered fire safe - i.e. not wood, and not coal.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| FORCE_EDGE&lt;br /&gt;
|&lt;br /&gt;
| Product is given a sharp edge. Used for knapping.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| FUEL&lt;br /&gt;
|&lt;br /&gt;
| Requires that the reaction either use up a unit of coal or charcoal or else be performed at a magma workshop&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| GLASS_MATERIAL&lt;br /&gt;
|&lt;br /&gt;
| Reagent material has [IS_GLASS].&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| HAS_ITEM_REACTION_PRODUCT&lt;br /&gt;
| PRODUCT_ID (custom)&lt;br /&gt;
| Similar to MATERIAL_REACTION_PRODUCT, but requires the reagen'ts material to have a matching ITEM_REACTION_PRODUCT entry.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| HAS_MATERIAL_REACTION_PRODUCT&lt;br /&gt;
| PRODUCT_ID (custom)&lt;br /&gt;
| Similar to REACTION_CLASS, but requires the reagent's material to have a matching [[Material definition token|MATERIAL_REACTION_PRODUCT]] entry. Intended for reactions which transform one class of material into another, such as skin-&amp;gt;leather and fat-&amp;gt;tallow.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| HAS_TOOL_USE&lt;br /&gt;
| Tool-use token&lt;br /&gt;
| Reagent must be a [[tool]] with the specific TOOL_USE value. The reagent's item type must be TOOL:NONE for this to make any sense.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| IMPROVEMENT&lt;br /&gt;
|&lt;br /&gt;
* Probability&lt;br /&gt;
* Reagent Name&lt;br /&gt;
* Improvement type&lt;br /&gt;
* Material Token&lt;br /&gt;
| Improvement types include BANDS, COVERED, GLAZED, RINGS_HANGING, and SPIKES&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| MAGMA_BUILD_SAFE&lt;br /&gt;
|&lt;br /&gt;
| Currently broken - behaves exactly the same as FIRE_BUILD_SAFE.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| METAL_ORE&lt;br /&gt;
|&lt;br /&gt;
* Inorganic material&lt;br /&gt;
| Reagent material must be an ore of the specified metal&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| MIN_DIMENSION&lt;br /&gt;
|&lt;br /&gt;
* size&lt;br /&gt;
| Requires that the reagent have a dimension of at least this value. Only effective with BAR, POWDER_MISC, LIQUID_MISC, DRINK, THREAD, and CLOTH items.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| NAME&lt;br /&gt;
| name&lt;br /&gt;
| defines the name used by the reaction in-game&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| NO_EDGE_ALLOWED&lt;br /&gt;
|&lt;br /&gt;
| Reagent must not be sharpened (used for knapping).&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| NOT_CONTAIN_BARREL_ITEM&lt;br /&gt;
|&lt;br /&gt;
| If the reagent is a Barrel, it must not contain an item that has to reside in a barrel.  Barrel items appear to be lye and milk.  Alcohol appears to be covered as part of [EMPTY].  A reaction which places an item in a barrel should probably have both tags.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| NOT_ENGRAVED&lt;br /&gt;
|&lt;br /&gt;
| Reagent must not be engraved?&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| NOT_IMPROVED&lt;br /&gt;
|&lt;br /&gt;
| Reagent has not been decorated.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| NOT_PRESSED&lt;br /&gt;
|&lt;br /&gt;
| Reagent must not be in the SOLID_PRESSED state.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| NOT_WEB&lt;br /&gt;
|&lt;br /&gt;
| Reagent must be &amp;quot;collected&amp;quot; - used with THREAD:NONE to exclude webs.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| POTASHABLE&lt;br /&gt;
|&lt;br /&gt;
| Alias for CONTAINS_LYE.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| PRESERVE_REAGENT&lt;br /&gt;
|&lt;br /&gt;
| Reagent is not destroyed, which is the normal effect, at the completion of the reaction. Typically used for containers.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| PRODUCT&lt;br /&gt;
|&lt;br /&gt;
*Probability of success (%)&lt;br /&gt;
*Quantity&lt;br /&gt;
*Item token:subtype&lt;br /&gt;
*Material token:subtype&lt;br /&gt;
| Defines a thing that comes out of the reaction. GET_MATERIAL_FROM_REAGENT and GET_ITEM_DATA can be used to defer the choice of material and/or item to the appropriate tag in a given reagent's material - the former comes in place of the material token, the latter replaces both the item and material tokens. See above for detailed information on how the hooks work.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| PRODUCT_DIMENSION&lt;br /&gt;
| size&lt;br /&gt;
| Specifies the size of the product. A size of 150 is typical for BAR, POWDER_MISC, LIQUID_MISC, and DRINK.  A size of 15000 is typical for THREAD, and a size of 10000 is typical for CLOTH.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| PRODUCT_PASTE&lt;br /&gt;
|&lt;br /&gt;
| Product is created in the SOLID_PASTE state.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| PRODUCT_PRESSED&lt;br /&gt;
|&lt;br /&gt;
| Product is created in the SOLID_PRESSED state.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| PRODUCT_TO_CONTAINER&lt;br /&gt;
| Reagent ID&lt;br /&gt;
| Places the product in a container; &amp;lt;id&amp;gt; must be the name of a reagent with the PRESERVE_REAGENT token and a container item type.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| REACTION&lt;br /&gt;
| Identifier&lt;br /&gt;
| defines a new reaction&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| REACTION_CLASS&lt;br /&gt;
| CLASS_ID (custom)&lt;br /&gt;
| Requires the reagent's material to have a matching [[Material definition token|REACTION_CLASS]] entry. Intended for reactions which accept a variety of materials but where the input material does not determine the output material, such as FLUX (for making pig iron and steel) and GYPSUM (for producing plaster powder).&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|REAGENT&lt;br /&gt;
|&lt;br /&gt;
* name/id&lt;br /&gt;
* quantity&lt;br /&gt;
* [[item token]]&lt;br /&gt;
* [[material token]]&lt;br /&gt;
| Requires a given reagent as an input for a reaction&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| SKILL&lt;br /&gt;
| Skill Token&lt;br /&gt;
| Skill used by the reaction&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| UNROTTEN&lt;br /&gt;
|&lt;br /&gt;
| Reagent must not be rotten, mainly for organic materials.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| USE_BODY_COMPONENT&lt;br /&gt;
|&lt;br /&gt;
| Reagent material must come off a creature's body.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| WEB_ONLY&lt;br /&gt;
|&lt;br /&gt;
| Reagent must be &amp;quot;undisturbed&amp;quot; - used with THREAD:NONE to gather webs.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| WORTHLESS_STONE_ONLY&lt;br /&gt;
|&lt;br /&gt;
| Reagent is not made of an economic stone.&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{{Category|Modding}}&lt;br /&gt;
{{Category|Tokens}}&lt;/div&gt;</summary>
		<author><name>AVK</name></author>
	</entry>
	<entry>
		<id>http://dwarffortresswiki.org/index.php?title=v0.34:Armor_token&amp;diff=197698</id>
		<title>v0.34:Armor token</title>
		<link rel="alternate" type="text/html" href="http://dwarffortresswiki.org/index.php?title=v0.34:Armor_token&amp;diff=197698"/>
		<updated>2014-03-17T03:04:14Z</updated>

		<summary type="html">&lt;p&gt;AVK: /* Tokens */ Rewrote the whole lot. Wooden armor is also tied to METAL.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Quality|Exceptional|08:43, 9 June 2010 (UTC)}}{{av}}&lt;br /&gt;
&lt;br /&gt;
The tokens for all types of [[armor]] on all slots, including [[shield]]s. Usage column gives information on what types of '''armor''' the token might be restricted to.&lt;br /&gt;
&lt;br /&gt;
These tokens can only be placed within an ITEM_ARMOR, ITEM_GLOVES, ITEM_SHOES, ITEM_SHIELD, ITEM_HELM, or ITEM_PANTS object definition, most do not function in weapon objects.&lt;br /&gt;
&lt;br /&gt;
==Tokens==&lt;br /&gt;
{| {{prettytable}}&lt;br /&gt;
|- bgcolor=&amp;quot;#999999&amp;quot;&lt;br /&gt;
! Token&lt;br /&gt;
! Arguments&lt;br /&gt;
! Usage&lt;br /&gt;
! Description&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|NAME}}&lt;br /&gt;
| singular:plural&lt;br /&gt;
| &amp;lt;font color=&amp;quot;red&amp;quot;&amp;gt;Required&amp;lt;/font&amp;gt;&lt;br /&gt;
| What this item will be called ingame.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|MATERIAL_SIZE}}&lt;br /&gt;
| value&lt;br /&gt;
| &amp;lt;font color=&amp;quot;red&amp;quot;&amp;gt;Required&amp;lt;/font&amp;gt;&lt;br /&gt;
| How much material is needed to make the item. Most important with bars. The number of bars required to make the item is the value divided by three.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|ARMORLEVEL}}&lt;br /&gt;
|&lt;br /&gt;
0 - clothing&amp;lt;br&amp;gt;&lt;br /&gt;
1 - leather&amp;lt;br&amp;gt;&lt;br /&gt;
2 - chain&amp;lt;br&amp;gt;&lt;br /&gt;
3 - plate&lt;br /&gt;
| All garments and shields&lt;br /&gt;
| The garment's general purpose. Defaults to 1 for shields, 0 for everything else. Class 0 items are claimed and used by civilians as ordinary clothing and are subject to [[wear]].&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|METAL_ARMOR_LEVELS}}&lt;br /&gt;
| &lt;br /&gt;
| All garments&lt;br /&gt;
| Metal versions of this item count as one ARMORLEVEL higher and thus won't be worn by random peasants.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|CHAIN_METAL_TEXT}}&lt;br /&gt;
| &lt;br /&gt;
| All garments&lt;br /&gt;
| Metal versions of this item will have &amp;quot;chain&amp;quot; added between the material and item name.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|PREPLURAL}}&lt;br /&gt;
| &amp;lt;phrase&amp;gt; of&lt;br /&gt;
| ITEM_ARMOR&amp;lt;br /&amp;gt;ITEM_PANTS&lt;br /&gt;
| Changes the plural form of this item to &amp;quot;&amp;lt;phrase of&amp;gt; item&amp;quot;. Primarily pertains to the stock screens. Example, &amp;quot;suits of&amp;quot; platemail, &amp;quot;pairs of&amp;quot; trousers, etc. &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|MATERIAL_PLACEHOLDER}}&lt;br /&gt;
| adjective&lt;br /&gt;
| ITEM_ARMOR&amp;lt;br /&amp;gt;ITEM_PANTS&lt;br /&gt;
| If the item has no material associated with it (e.g. stockpile menus and trade negotiations), this will be displayed in its place. Used for leather armor.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|VALUE}}&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
| Unused. Defaults to -1.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|UPSTEP}}&lt;br /&gt;
| value, MAX&lt;br /&gt;
| ITEM_GLOVES&amp;lt;br /&amp;gt;ITEM_SHOES&amp;lt;br /&amp;gt;ITEM_SHIELD&lt;br /&gt;
| Length of gloves or footwear, counted in [LIMB] body parts towards the torso. A value of 1 lets gloves cover the lower arms, a value of 2 stretches a boot all the way over the upper leg and so on. Regardless of the value, none of these items can ever extend to cover the upper or lower body. Shields also have this token, but it only seems to affect weight.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|UBSTEP}}&lt;br /&gt;
| value, MAX&lt;br /&gt;
| ITEM_ARMOR&lt;br /&gt;
| Length of the sleeves, counted in [LIMB] body parts towards the hands. A value of 0 only protects both halves of the torso, 1 extends over the upper arms and so on. Regardless of the value, body armor can never extend to cover the hands or head.&lt;br /&gt;
&lt;br /&gt;
Currently bugged{{bug|1821}}, high values of UBSTEP will result in the item protecting facial features, fingers, and toes, while leaving those parts that it can not protect unprotected (but still counting them as steps).&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|LBSTEP}}&lt;br /&gt;
| value or MAX&lt;br /&gt;
| ITEM_ARMOR&amp;lt;br /&amp;gt;ITEM_PANTS&lt;br /&gt;
| Length of the legs/hem, counted in [LIMB] body parts towards the feet. A value of 0 only covers the lower body, 1 extends over the upper legs and so on. Regardless of the value, body armor or pants can never extend to cover the feet. &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|BLOCKCHANCE}}&lt;br /&gt;
| value&lt;br /&gt;
| ITEM_SHIELD&lt;br /&gt;
| Affects the block chance of the shield. Defaults to 10.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|SOFT}}&lt;br /&gt;
| &lt;br /&gt;
| All garments&lt;br /&gt;
| Clothiers can make this item from all kinds of cloth. If paired with [LEATHER], the item has an equal chance of being either in randomly generated outfits. Further uses of this tag are unknown.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|HARD}}&lt;br /&gt;
| &lt;br /&gt;
| All garments&lt;br /&gt;
| Default state in the absence of a [SOFT] token. Actual effects unknown.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|METAL}}&lt;br /&gt;
| &lt;br /&gt;
| All garments&lt;br /&gt;
| Item can be made from metal. Overrides [SOFT] and [LEATHER] in randomly generated outfits, if the ARMORLEVEL permits. Civilizations with [[Entity_token#WOOD_ARMOR|[WOOD_ARMOR]]] will make this item out of wood instead.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|BARRED}}&lt;br /&gt;
| &lt;br /&gt;
| All garments&lt;br /&gt;
| Craftsmen can make this item from bones. Randomly generated outfits don't include bone armor.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|SCALED}}&lt;br /&gt;
| &lt;br /&gt;
| All garments&lt;br /&gt;
| Craftsmen can make this item from shells. Randomly generated outfits don't include shell armor.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|LEATHER}}&lt;br /&gt;
| &lt;br /&gt;
| All garments&lt;br /&gt;
| Leatherworkers can make this item from leather. If paired with [SOFT], this item has an equal chance of being either in randomly generated outfits.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|SHAPED}}&lt;br /&gt;
| &lt;br /&gt;
| All garments&lt;br /&gt;
| Only one shaped piece of clothing can be worn on a single body slot at a time.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|STRUCTURAL_ELASTICITY_CHAIN_ALL}}&lt;br /&gt;
| &lt;br /&gt;
| All garments&lt;br /&gt;
| Increases the *_STRAIN_AT_YIELD properties of the armor's material to 50000, if lower. This makes the garment flex and give way instead of shattering under force. Strong materials that resist cutting will blunt edged attacks into bone-crushing hits instead.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|STRUCTURAL_ELASTICITY_CHAIN_METAL}}&lt;br /&gt;
| &lt;br /&gt;
| All garments&lt;br /&gt;
| Increases the *_STRAIN_AT_YIELD properties of the armor's material to 50000, but only if the garment is made from metal.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|STRUCTURAL_ELASTICITY_WOVEN_THREAD}}&lt;br /&gt;
|&lt;br /&gt;
| All garments&lt;br /&gt;
| Reduces the armor material's SHEAR_YIELD to 20000, SHEAR_FRACTURE to 30000 and increases the *_STRAIN_AT_YIELD properties to 50000, but only if the garment is made from cloth. This makes the item very weak against edged attacks, even if the thread material is normally very strong.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|LAYER_SIZE}}&lt;br /&gt;
| value&lt;br /&gt;
| All garments&lt;br /&gt;
| The item's bulkiness when worn. Aside from the layer limitations, it's a big contributor to the thickness and weight (and therefore price) of the garment. See [[Armor]] for more on item sizes and layering. Defaults to 10. &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|LAYER_PERMIT}}&lt;br /&gt;
| value&lt;br /&gt;
| All garments&lt;br /&gt;
| The maximum amount of crap that can fit underneath the garment. See [[Armor]] for more on item sizes and layering. Defaults to 10.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|LAYER}}&lt;br /&gt;
| UNDER&amp;lt;br /&amp;gt;OVER&amp;lt;br /&amp;gt;ARMOR&amp;lt;br /&amp;gt;COVER&lt;br /&gt;
| All garments&lt;br /&gt;
| Where the item goes in relation to other clothes. Socks cannot be worn on top of boots! &lt;br /&gt;
The LAYER_PERMIT of the highest layer is used on a given section of the body - you can fit a lot of shirts and other undergarments underneath a robe, but not if you wear a leather jerkin on top of it, and you can still wear a cloak over the whole ensemble. Defaults to UNDER.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|COVERAGE}}&lt;br /&gt;
| % value&lt;br /&gt;
| All garments&lt;br /&gt;
| How often the garment gets in the way of a contaminant or an attack. Armor with a 5% coverage value, for example, will be near useless because 95% of attacks will bypass it completely. Temperature effects and armor thickness are also influenced. Defaults to 100.&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{{Category|Modding}}&lt;br /&gt;
{{Category|Tokens}}&lt;/div&gt;</summary>
		<author><name>AVK</name></author>
	</entry>
	<entry>
		<id>http://dwarffortresswiki.org/index.php?title=v0.34_Talk:Finished_goods&amp;diff=197113</id>
		<title>v0.34 Talk:Finished goods</title>
		<link rel="alternate" type="text/html" href="http://dwarffortresswiki.org/index.php?title=v0.34_Talk:Finished_goods&amp;diff=197113"/>
		<updated>2014-03-03T21:30:27Z</updated>

		<summary type="html">&lt;p&gt;AVK: /* Cloth, Silk and Yarn Crafts */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Mugs==&lt;br /&gt;
Mugs are also heavier, so in my experience crafts are much more productive. How should this be reflected in the article? [[User:Dree12|Dree12]] 02:11, 16 April 2012 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Cut Glass/Gems ==&lt;br /&gt;
&lt;br /&gt;
in v0.31 there was a discussion about glass- and gem-crafts, the footnote to the table still &amp;quot;refers&amp;quot; to it but the link does not work. Should the discussion be moved over to the new namespace, or a small section be written in the article itself?&lt;br /&gt;
&lt;br /&gt;
== Crafts can be works of art? ==&lt;br /&gt;
&lt;br /&gt;
What is &amp;quot;Some subtypes of crafts can be works of art (figurines, for example) on them when first built&amp;quot; supposed to mean?&amp;lt;small&amp;gt;&amp;amp;ndash; [[template:unsigned|unsigned]] comment by [[User:71.190.3.225|71.190.3.225]]&amp;lt;/small&amp;gt;&lt;br /&gt;
&lt;br /&gt;
:Presumably it was intended to indicate that a figurine of your civilization's king is no more valuable than a figurine of some random goblin invader (or cheese). I replaced &amp;quot;works of art&amp;quot; with &amp;quot;references to historical figures&amp;quot; in an attempt to clarify the thought.--[[User:Loci|Loci]] ([[User talk:Loci|talk]]) 19:11, 21 August 2013 (UTC)&lt;br /&gt;
&lt;br /&gt;
== !!SCIENCE!! in multiples production ==&lt;br /&gt;
&lt;br /&gt;
I've taken the time to perform some !!SCIENCE!! in regards to determining what crafts actually get the multiplication bonus.&lt;br /&gt;
&lt;br /&gt;
I used DFHack 0.34.11 r3 and [http://dffd.wimbli.com/file.php?id=8162 this script] (to alter the skill level of a dwarf). My procedure was the following:&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
1. Created a new embark, with one of the dwarfs being a Proficient Bookkeeper (as to actually see the number of items, another being a Miner (as to have somewhere inside to work) and another a Proficient Stonecrafter.&lt;br /&gt;
&lt;br /&gt;
2. Placed (using createitems) a table, a chair and a stone. The material used for all things was obsidian.&lt;br /&gt;
&lt;br /&gt;
3. A Craftsdwarf's Workshop was constructed near the wagon using the stone and a small room was dug, where the bookkeeper's office would reside. After placement of the chair, the bookkeeper was assigned to it.&lt;br /&gt;
&lt;br /&gt;
4. A stack of 100 stones was spawned at the center of the workshop (to minimize delays)(using create-items)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
After step 4. the embark was saved. Henceforth, all trials could be made by giving a repeating order to the workshop and force-quitting DF after the trial was done. Two variables were tested, the number of different classes of stone items (Mug, Instrument, Crafts, Toys) produced by a Legendary +5 dwarf and whether the number of multiples was altered according to skill.&lt;br /&gt;
&lt;br /&gt;
For the first test, the following trial results were obtained:&lt;br /&gt;
&lt;br /&gt;
 - Mugs: 300&lt;br /&gt;
 - Instrument: 100&lt;br /&gt;
  - flutes   : 21&lt;br /&gt;
  - trumpets : 15&lt;br /&gt;
  - harps    : 21&lt;br /&gt;
  - drums    : 14&lt;br /&gt;
  - piccolos : 29&lt;br /&gt;
 - Crafts     : 209&lt;br /&gt;
  - figurines : 23&lt;br /&gt;
  - amulets   : 34&lt;br /&gt;
  - scepters  : 29&lt;br /&gt;
  - crowns    : 24&lt;br /&gt;
  - rings     : 31&lt;br /&gt;
  - earrings  : 34&lt;br /&gt;
  - bracelets : 34&lt;br /&gt;
 - Toys         : 100&lt;br /&gt;
  - puzzleboxes : 18&lt;br /&gt;
  - toy boats   : 20&lt;br /&gt;
  - toy hammers : 19&lt;br /&gt;
  - toy axes    : 22&lt;br /&gt;
  - mini-forges : 21&lt;br /&gt;
&lt;br /&gt;
As seen, only Crafts and Mugs are produced in multiples.&lt;br /&gt;
&lt;br /&gt;
I then repeated this trial, only for mugs, for decreasing levels of skill (Legendary, Accomplished, Proficient and Dabbling). Regardless of the increase in levels done by the production of the mugs, they were produced in every trial at a 3:1 ratio. The amount of experience got was also the same (12000xp), which totals 40xp per mug (or 120xp per resource). This slightly contradicts what's stated on the [[Experience]] page.&lt;br /&gt;
&lt;br /&gt;
I also tested the case for Crafts and a Dabbling dwarf. The results follow:&lt;br /&gt;
&lt;br /&gt;
 - Crafts     : 194&lt;br /&gt;
  - figurines : 32&lt;br /&gt;
  - amulets   : 23&lt;br /&gt;
  - scepters  : 25&lt;br /&gt;
  - crowns    : 20&lt;br /&gt;
  - rings     : 35&lt;br /&gt;
  - earrings  : 25&lt;br /&gt;
  - bracelets : 34&lt;br /&gt;
&lt;br /&gt;
Although there is some discrepancy, the results point that Crafts are produced in a 2:1 ratio. The experience given in this case was 8820xp, which does not fit the number of items produced. If going by resources, then producing 2 crafts (using 1 resource) gives around 90xp.&lt;br /&gt;
&lt;br /&gt;
Also, the quality of the items produced was noted. If items are made in multiples, the quality is not. Each item gets it's own quality rating regardless of being produced in multiples, which explains the existence of 8 masterwork items out of 300.&lt;br /&gt;
&lt;br /&gt;
These are my findings on the subject. I haven't tested gems or totems or any other material, but as this shows, '''the probability of multiples isn't increased by skill''', as stated in the main page.&lt;br /&gt;
&lt;br /&gt;
--[[User:Doktoro Reichard|Doktoro Reichard]] ([[User talk:Doktoro Reichard|talk]]) 11:30, 30 December 2013 (UTC)&lt;br /&gt;
&lt;br /&gt;
: Nice work and a good find on skill-independence of number of crafts produced per job, but other than that, it didn't seem like you unearthed much new information here. The irregular numbers of crafts produced are very easy to explain - a job randomly generates one to three crafts per job. This would have been trivially easy to observe by ordering a few stone crafts and following the shop inventory closely (via 't'). The random one-to-three spread explains why the average is two and why it's not a clean ratio. I edited the crafts entry accordingly. &lt;br /&gt;
&lt;br /&gt;
: Nonetheless, a good idea to incorporate the findings into the page, which had been unclear on which items are produced in multiples and which only in singles (instruments, toys).&lt;br /&gt;
&lt;br /&gt;
: And i don't want to belittle your work - the research on gemcutting and cloth crafts were very thorough efforts in areas that have been largely neglected so far.&lt;br /&gt;
&lt;br /&gt;
--[[User:Larix|Larix]] ([[User talk:Larix|talk]]) 20:53, 23 January 2014 (UTC)&lt;br /&gt;
&lt;br /&gt;
:: Well, think of it in this way: If I '''did''' unearth a lot of new information for something that exists for some time ago, then something would be amiss with everything. In other words, someone should have noticed something wrong. Gemcutting was actually explained in a paragraph at the Gems page, but I only remembered to check it after the testing. The main reason why I did all this was to investigate the possibility of multiples production (which is a real and useful property) that wasn't explained or exemplified at the time when I first researched this.&lt;br /&gt;
&lt;br /&gt;
:: I'll probably complete the research anytime in the near future (for completeness) but my feeling is that there will not be that big differences between the remaining item classes.--[[User:Doktoro Reichard|Doktoro Reichard]] ([[User talk:Doktoro Reichard|talk]]) 00:57, 24 January 2014 (UTC)&lt;br /&gt;
&lt;br /&gt;
==Glass and Gem Crafts==&lt;br /&gt;
&lt;br /&gt;
I've done some more research to a topic that puzzled me: glass and gem crafts. The page points to the v0.31.25 talk page, which itself I felt it didn't provide a good enough explanation. Using a setup similar to the above (with the addition I also used ''fastdwarf 2 1'' to speed up the process). I've tested all varieties of glass, tested whether skill affects production and also tested gems (in this case, only [[Ruby]] and [[Prase]] were tested). 1000 items were used in each trial. The results are as follows:&lt;br /&gt;
&lt;br /&gt;
       Item      | Gem | L.Gem |       Crafts       | Total&lt;br /&gt;
                 |     |       |f |a |s |c |r |e |b |&lt;br /&gt;
 ----------------+-----+-------+--+--+--+--+--+--+--+------&lt;br /&gt;
 Green Glass     | 658 |  197  |26|23|24|10|24|21|17| 1000&lt;br /&gt;
 Clear Glass     | 691 |  185  |15|18|23|20|14|17|17| 1000&lt;br /&gt;
 Crystal Glass   | 690 |  178  |18|17|22|26|27|13|9 | 1000&lt;br /&gt;
 ----------------+-----+-------+--+--+--+--+--+--+--+------&lt;br /&gt;
 Gr. Glass (Dab.)| 651 |  212  |20|23|22|28|14|15|15| 1000&lt;br /&gt;
 ----------------+-----+-------+--+--+--+--+--+--+--+------&lt;br /&gt;
 Ruby            | 962 |  37   |0 |1 |0 |0 |0 |0 |0 | 1000&lt;br /&gt;
 Prase           | 954 |  44   |0 |1 |1 |0 |0 |0 |0 | 1000&lt;br /&gt;
&lt;br /&gt;
Observing the data retrieved from the trials, the following can be concluded:&lt;br /&gt;
&lt;br /&gt;
1. Raw Glass has a 65-70% chance to be cut to a Gem, 20-15% to be cut into a Large Gem and a 10-15% to be cut into a Craft.&lt;br /&gt;
2. Experience has no effect on the distribution.&lt;br /&gt;
3. Raw Gems has a 95% chance to be cut to a Gem and a 5% chance to be cut into a Large Gem. The results given by the Crafts production are too residual to be considered (i.e. the probability of a craft appearing is less than 1%.--[[User:Doktoro Reichard|Doktoro Reichard]] ([[User talk:Doktoro Reichard|talk]]) 14:56, 4 January 2014 (UTC)&lt;br /&gt;
&lt;br /&gt;
It seems Quietust has done some code spelunking and found the correct ratios, although my research is slightly off, which could be explained by the difference in versions. Awkwardly, it is written at the [[Gems]] page.--[[User:Doktoro Reichard|Doktoro Reichard]] ([[User talk:Doktoro Reichard|talk]]) 15:31, 4 January 2014 (UTC)&lt;br /&gt;
&lt;br /&gt;
I've done some more research and increased the sample size to 10000 items, the results follow:&lt;br /&gt;
&lt;br /&gt;
       Item      | Gem | L.Gem |           Crafts          | Total&lt;br /&gt;
                 |     |       | f | a | s | c | r | e | b |&lt;br /&gt;
 ----------------+-----+-------+---+---+---+---+---+---+---+------&lt;br /&gt;
 Green Glass     | 6608|  2027 |188|199|198|188|205|184|203| 10000&lt;br /&gt;
 Morion          | 9489|  441  |  7| 10| 15| 12| 10|  4| 12| 10000&lt;br /&gt;
&lt;br /&gt;
Treating the results we get roughly the same data that's stated at the Gems page. It strikes me as odd that this page didn't have any relationship whatsoever with the accurate information existing in the wiki... This being said, I'm updating the post with this information and also quoting it here:&lt;br /&gt;
&lt;br /&gt;
{{User:Doktoro Reichard/Quote|text=Exactly 5% of all rough gems will be cut into a single craft or large gem (with 1 craft for every 8 large gems), and the same occurs with raw glass (but with different ratios - 33% of all jobs, producing 11 crafts for every 16 large gems).|sign=[[User:Quietust|Quietust]]|source=[[DF2012:Gems|Gems]] page}}--[[User:Doktoro Reichard|Doktoro Reichard]] ([[User talk:Doktoro Reichard|talk]]) 21:55, 4 January 2014 (UTC)&lt;br /&gt;
&lt;br /&gt;
:Nice work! Thanks for investing the time to clarify the creation of gem crafts.--[[User:Loci|Loci]] ([[User talk:Loci|talk]]) 21:22, 6 January 2014 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Cloth, Silk and Yarn Crafts ==&lt;br /&gt;
&lt;br /&gt;
Done more research, yet again, this time on the cloth/silk/yarn crafts. The sample size was 1000. Here are the results.&lt;br /&gt;
&lt;br /&gt;
 Items                 |           Crafts          | Total&lt;br /&gt;
                       | f | a | s | c | r | e | b |&lt;br /&gt;
 ----------------------+---+---+---+---+---+---+---+------&lt;br /&gt;
 SPIDER_CAVE:SILK      | 0 |661| 0 | 0 | 0 |700|657| 2018&lt;br /&gt;
 GRASS_TAIL_PIG:THREAD | 0 |687| 0 | 0 | 0 |674|633| 1994&lt;br /&gt;
 ALPACA:HAIR           |308|289|291|287|272|279|278| 2004&lt;br /&gt;
 TROLL:HAIR            |294|290|322|280|283|275|301| 2045&lt;br /&gt;
 FORGOTTEN_BEAST_1:SILK| 0 |665| 0 | 0 | 0 |663|619| 1947&lt;br /&gt;
&lt;br /&gt;
It struck me as odd that only [[Yarn]] can be produced into the full range of craft products. Hence I devised 2 more tests. The TROLL:HAIR test was also done with the Clothier at 0 experience.&lt;br /&gt;
&lt;br /&gt;
All things considered, here are the conclusions:&lt;br /&gt;
&lt;br /&gt;
# All cloth-based crafts are produced in a more-or-less 2:1 ratio with the resources provided.&lt;br /&gt;
# [[Silk]] and [[Thread]] crafts can only be Amulets, Earrings and Bracelets. The percentage of any being crafted is 1/3.&lt;br /&gt;
# All possible crafts can be made with [[Yarn]]. The percentage of any being crafted is 1/7.&lt;br /&gt;
# Skill has no influence in the amount of multiples. Period. Craftsdwarves just gain experience too fast for any decrease in amount to be noticeable.&lt;br /&gt;
&lt;br /&gt;
Without digging in the code I can't say for sure, but I would say that each individual item shares a similar mechanic to the [[Melt]]ing process (where item percentages are stored in the workshop). It would explain the discrepancies the crafs' production shows.--[[User:Doktoro Reichard|Doktoro Reichard]] ([[User talk:Doktoro Reichard|talk]]) 11:42, 7 January 2014 (UTC)&lt;br /&gt;
&lt;br /&gt;
:Hair/wool yarn is the only material with the [ITEMS_HARD] tag. The others have [ITEMS_SOFT], which removes scepters, crowns, rings and figurines from the list of eligible crafts. A material without any valid tags like these defaults to producing large gems, of all things. --[[User:AVK|AVK]] ([[User talk:AVK|talk]]) 21:30, 3 March 2014 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Ceramic and Metal Crafts ==&lt;br /&gt;
&lt;br /&gt;
Both Ceramic and Metal crafts have been found to follow on the rules previously determined by all other materials, so this is a follow-up. The results are as follows.&lt;br /&gt;
&lt;br /&gt;
=== Ceramics ===&lt;br /&gt;
&lt;br /&gt;
 Items       |           Crafts          | Total&lt;br /&gt;
             | f | a | s | c | r | e | b |&lt;br /&gt;
 ------------+---+---+---+---+---+---+---+------&lt;br /&gt;
 Earthenware |297|283|288|300|308|282|266| 2024&lt;br /&gt;
 Stoneware   |287|262|287|277|272|305|309| 1999&lt;br /&gt;
 Porcelain   |281|279|270|263|278|301|263| 1935&lt;br /&gt;
&lt;br /&gt;
=== Metals ===&lt;br /&gt;
&lt;br /&gt;
 Items      |           Crafts          | Total&lt;br /&gt;
            | f | a | s | c | r | e | b |&lt;br /&gt;
 -----------+---+---+---+---+---+---+---+------&lt;br /&gt;
 Gold       |318|285|297|259|285|295|277| 2016&lt;br /&gt;
 Steel      |264|280|293|297|270|308|285| 1997&lt;br /&gt;
 Adamantine |274|271|288|276|301|308|300| 2018&lt;br /&gt;
&lt;br /&gt;
 Items      |    Instruments    | Total&lt;br /&gt;
            | f | t | h | d | p |&lt;br /&gt;
 -----------+---+---+---+---+---+------&lt;br /&gt;
 Gold       |190|203|202|206|199| 1000&lt;br /&gt;
 Steel      |219|183|185|199|214| 1000&lt;br /&gt;
 Adamantine |170|181|212|201|236| 1000&lt;br /&gt;
&lt;br /&gt;
 Items      |        Toys       | Total&lt;br /&gt;
            | p | b | h | a | f |&lt;br /&gt;
 -----------+---+---+---+---+---+------&lt;br /&gt;
 Gold       |190|241|176|200|193| 1000&lt;br /&gt;
 Steel      |197|192|185|215|211| 1000&lt;br /&gt;
 Adamantine |197|219|199|172|213| 1000&lt;br /&gt;
&lt;br /&gt;
 3000 Goblets were produced per each type of metal.&lt;br /&gt;
&lt;br /&gt;
--[[User:Doktoro Reichard|Doktoro Reichard]] ([[User talk:Doktoro Reichard|talk]]) 16:48, 19 January 2014 (UTC)&lt;/div&gt;</summary>
		<author><name>AVK</name></author>
	</entry>
	<entry>
		<id>http://dwarffortresswiki.org/index.php?title=v0.34:Entity_token&amp;diff=194445</id>
		<title>v0.34:Entity token</title>
		<link rel="alternate" type="text/html" href="http://dwarffortresswiki.org/index.php?title=v0.34:Entity_token&amp;diff=194445"/>
		<updated>2013-11-29T12:30:00Z</updated>

		<summary type="html">&lt;p&gt;AVK: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{quality|Exceptional|18:03, 28 April 2011 (UTC)}}{{av}}&lt;br /&gt;
These tokens define entities, or civilizations, in entity_*.txt files.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Gameplay ==&lt;br /&gt;
{| {{prettytable}}&lt;br /&gt;
|- bgcolor=&amp;quot;#ddd&amp;quot;&lt;br /&gt;
! Token&lt;br /&gt;
! Arguments&lt;br /&gt;
! Description&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| ADVENTURE_TIER&lt;br /&gt;
| order&lt;br /&gt;
| Allows adventure mode for entities with sites.  Dwarves, Elves, and Humans take up tier 3, 2, and 1 respectively. Order doesn't need to be maintained; a custom creature can have a tier of 3000 and still work even if it's the only custom creature.&lt;br /&gt;
[ADVENTURE_TIER:4]&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| INDIV_CONTROLLABLE&lt;br /&gt;
| &lt;br /&gt;
| Allows the race to be played as an &amp;quot;outsider&amp;quot; in adventure mode. Not having this specified in one of the entities will cause the Adventure mode option to disappear. Note that ADVENTURE_TIER is not required if this token is included, and that this cannot be applied to civilizations that were not in an entity_*.txt file during world gen.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| CIV_CONTROLLABLE&lt;br /&gt;
| &lt;br /&gt;
| Allows fortress mode. If multiple entities have the CIV_CONTROLLABLE token, than in embark mode the specific civs can be chosen by + or - on the civ list screen (by pressing tab), though it will not state what entity the civs belong to. To check which one, tab to the neighbors screen: the entity's race will be at the top. At least one civilization must have this token.&lt;br /&gt;
|-&lt;br /&gt;
| CREATURE&lt;br /&gt;
| creature&lt;br /&gt;
|The type of creature that will inhabit the civilization. Multiple entries will be chosen from at random for each civilization.&lt;br /&gt;
[CREATURE:DWARF]&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Placement ==&lt;br /&gt;
&lt;br /&gt;
{| {{prettytable}}&lt;br /&gt;
|- bgcolor=&amp;quot;#ddd&amp;quot;&lt;br /&gt;
! Token&lt;br /&gt;
! Arguments&lt;br /&gt;
! Description&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| BIOME_SUPPORT&lt;br /&gt;
|&lt;br /&gt;
* [[Biome token|biome]]&lt;br /&gt;
* frequency&lt;br /&gt;
| Frequency goes from 0 to 10.  Higher numbers make the entity more likely to settle there.&lt;br /&gt;
[BIOME_SUPPORT:ANY_GRASSLAND:4]&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| START_BIOME&lt;br /&gt;
| [[Biome token|biome]]&lt;br /&gt;
| Birth of the civilization can be performed on this biome.&lt;br /&gt;
[START_BIOME:MOUNTAIN]&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| DEFAULT_SITE_TYPE&lt;br /&gt;
| site type&lt;br /&gt;
| Valid site types are DARK_FORTRESS (π), CAVE (•), CAVE_DETAILED (Ω), TREE_CITY (î), and CITY (#). Also recognizes PLAYER_FORTRESS, FORTRESS, and MONUMENT, though these likely will not work. Defaults to CITY. CITY is the only one that exists in all 34.xx versions.&lt;br /&gt;
[DEFAULT_SITE_TYPE:CAVE_DETAILED]&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| LIKES_SITE&lt;br /&gt;
| site type&lt;br /&gt;
| Most residents will try to move to this site type, unless already at one.&lt;br /&gt;
[LIKES_SITE:CAVE_DETAILED]&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| TOLERATES_SITE&lt;br /&gt;
| site type&lt;br /&gt;
| Some residents will try to move to this site type, unless already at one.&lt;br /&gt;
[TOLERATES_SITE:CITY]&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| WORLD_CONSTRUCTION&lt;br /&gt;
| construction&lt;br /&gt;
| Controls which constructions the civ will build on the world map. Valid constructions are ROAD, TUNNEL, BRIDGE, and WALL.&lt;br /&gt;
[WORLD_CONSTRUCTION:BRIDGE]&lt;br /&gt;
[WORLD_CONSTRUCTION:ROAD]&lt;br /&gt;
[WORLD_CONSTRUCTION:TUNNEL]&lt;br /&gt;
[WORLD_CONSTRUCTION:WALL]&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Population ==&lt;br /&gt;
&lt;br /&gt;
{| {{prettytable}}&lt;br /&gt;
|- bgcolor=&amp;quot;#ddd&amp;quot;&lt;br /&gt;
! Token&lt;br /&gt;
! Arguments&lt;br /&gt;
! Description&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| START_GROUP_NUMBER&lt;br /&gt;
| number&lt;br /&gt;
| Number of breeding couples to start with per entity. Helps give a boost to weaker civs by giving them more cannon fodder at the beginning of their histories, and better genetic diversity (if that's modeled for that particular creature). Note that single-gender (eg. [FEMALE], [MALE], [NO_GENDER]) creatures will not have breeding couples, so a civilization with only these creatures will not be very likely to survive. As of 40d, although many had problems getting such civilizations to survive, there are those who have demonstrably and repeatedly done so. Presumably if the civ-stating code can't place breeding couples, it doesn't start the civ. However, because the children never grow up, the civ is limited to its original individuals).&lt;br /&gt;
[START_GROUP_NUMBER:10]&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| MAX_POP_NUMBER&lt;br /&gt;
| number&lt;br /&gt;
| Max population '''per entity'''. Multiply this by max starting civ to get the total population of the species. Defaults to 500.&lt;br /&gt;
[MAX_POP_NUMBER:500]&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| MAX_SITE_POP_NUMBER&lt;br /&gt;
| number &lt;br /&gt;
| Max population per individual site. Generic site types will not hold any more than this number of entities.  Must be at least 80 for towns to be generated.  In general, lower pop numbers mean more sprawl, and higher numbers mean more needing to crawl when entering town stores, which are not affected by this cap. Defaults to 50.&lt;br /&gt;
[MAX_SITE_POP_NUMBER:200]&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| MAX_STARTING_CIV_NUMBER&lt;br /&gt;
| number&lt;br /&gt;
| Max number of entities to spawn at world generation. Worldgen picks civs in some sequential order from the raws.  Once it reaches the end of the list, it will begin again at the top.  Setting this number lower than 100, like say, 7, will cause worldgen to skip over this civ for placement if there are already 7 civs of this type.  Note that if all civs are set to lower numbers, and the number of starting civs is set higher than the maximum possible amount of civs in total, it will gracefully stop placing civs and get down to the history aspect of worldgen. Defaults to 3.&lt;br /&gt;
[MAX_STARTING_CIV_NUMBER:3]&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Flavor ==&lt;br /&gt;
{| {{prettytable}}&lt;br /&gt;
|- bgcolor=&amp;quot;#ddd&amp;quot;&lt;br /&gt;
! Token&lt;br /&gt;
! Arguments&lt;br /&gt;
! Description&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| PERMITTED_BUILDING&lt;br /&gt;
| building name &lt;br /&gt;
| The named, custom building can be built by a civilization in Fortress Mode.&lt;br /&gt;
[PERMITTED_BUILDING:SOAP_MAKER]&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| PERMITTED_JOB&lt;br /&gt;
| [[Unit type token|profession]]&lt;br /&gt;
| Allows this job type to be selected. This applies to worldgen creatures, in the embark screen, and in play.&lt;br /&gt;
[PERMITTED_JOB:MINER]&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| PERMITTED_REACTION&lt;br /&gt;
| reaction name &lt;br /&gt;
| Allows this reaction to be used by a civilization. It is used primarily in Fortress Mode. When creating custom reactions, this token MUST be present or the player will not be able to use the reaction in Fortress Mode.&lt;br /&gt;
[PERMITTED_REACTION:TAN_A_HIDE]&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| CURRENCY_BY_YEAR&lt;br /&gt;
| &lt;br /&gt;
| Causes the civ's currency to be numbered with the year it was minted.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| CURRENCY&lt;br /&gt;
|&lt;br /&gt;
* inorganic material&lt;br /&gt;
* value&lt;br /&gt;
| What kind of metals the civ uses for coin minting as well as the value of the coin.&lt;br /&gt;
[CURRENCY:SILVER:5]&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| ART_FACET_MODIFIER&lt;br /&gt;
|&lt;br /&gt;
* type&lt;br /&gt;
* number&lt;br /&gt;
| OWN_RACE, FANCIFUL, EVIL, GOOD&lt;br /&gt;
Number goes from 0 to 25600 where 256 is the default.&lt;br /&gt;
[ART_FACET_MODIFIER:OWN_RACE:512]&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| ART_IMAGE_ELEMENT_MODIFIER&lt;br /&gt;
|&lt;br /&gt;
* item&lt;br /&gt;
* number&lt;br /&gt;
| CREATURE, PLANT, TREE, SHAPE, ITEM&amp;lt;br /&amp;gt;0-25600&lt;br /&gt;
&lt;br /&gt;
Determines the chance of each image occurring in that entity's artwork, such as engravings and on artifacts, for default (non-historical) artwork.&lt;br /&gt;
&lt;br /&gt;
[ART_IMAGE_ELEMENT_MODIFIER:TREE:512]&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| ITEM_IMPROVEMENT_MODIFIER&lt;br /&gt;
|&lt;br /&gt;
* item&lt;br /&gt;
* number&lt;br /&gt;
| ART_IMAGE, COVERED or GLAZED, RINGS_HANGING, BANDS, SPIKES, ITEMSPECIFIC, THREAD, CLOTH, SEWN_IMAGE&amp;lt;br /&amp;gt;0-25600&lt;br /&gt;
&lt;br /&gt;
Determines the chance of the entity using that particular artwork method, such as &amp;quot;encircled with bands&amp;quot; or &amp;quot;menaces with spikes&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
[ITEM_IMPROVEMENT_MODIFIER:SPIKES:0]&lt;br /&gt;
&lt;br /&gt;
This also seems to change the amount that the entity will pay for items that are improved in the ways in their tokens.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| TRANSLATION&lt;br /&gt;
| language&lt;br /&gt;
| What language raw the entity uses.&lt;br /&gt;
* If an entity lacks this tag, translations appear to be drawn randomly from all translation files{{verify}}.&lt;br /&gt;
[TRANSLATION:DWARF]&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| SELECT_SYMBOL&lt;br /&gt;
|&lt;br /&gt;
* noun&lt;br /&gt;
* symbol&lt;br /&gt;
| ALL, REMAINING, CIV, SITE, VESSEL, RELIGION, MILITARY_UNIT, TEMPLE, WAR, BATTLE, SIEGE, ROAD, BRIDGE, TUNNEL, WALL&lt;br /&gt;
Causes the entity to more often use these symbols in the particular SYM set.&lt;br /&gt;
[SELECT_SYMBOL:ALL:PEACE]&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| SUBSELECT_SYMBOL&lt;br /&gt;
|&lt;br /&gt;
* noun&lt;br /&gt;
* symbol&lt;br /&gt;
| Unknown.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| CULL_SYMBOL&lt;br /&gt;
|&lt;br /&gt;
* noun&lt;br /&gt;
* symbol&lt;br /&gt;
| Causes the entity to not use the words in these SYM sets.&lt;br /&gt;
[CULL_SYMBOL:ALL:UGLY]&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| FRIENDLY_COLOR&lt;br /&gt;
| see [[color]]&lt;br /&gt;
|&lt;br /&gt;
The color of this entity's civilization settlements in the world gen and embark screens. Defaults to 7:0:1.&lt;br /&gt;
[FRIENDLY_COLOR:1:0:1]&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Religion ==&lt;br /&gt;
{| {{prettytable}}&lt;br /&gt;
|- bgcolor=&amp;quot;#ddd&amp;quot;&lt;br /&gt;
! Token&lt;br /&gt;
! Arguments&lt;br /&gt;
! Description&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| RELIGION&lt;br /&gt;
| type&lt;br /&gt;
|&lt;br /&gt;
* REGIONAL_FORCE: The creatures will worship a single force associated with their spheres. Currently hardcoded to only be associated with rivers and nature.&lt;br /&gt;
* PANTHEON: The creatures will worship a group of gods, each aligned with their spheres and other appropriate ones as well.&lt;br /&gt;
&lt;br /&gt;
[RELIGION:PANTHEON]&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| RELIGION_SPHERE&lt;br /&gt;
| sphere&lt;br /&gt;
| Can by any available [[Sphere]]. Multiple entries are possible. Choosing a religious sphere will automatically make its opposing sphere not possible for the species to have: adding WATER, for example, means the species will never get FIRE as a religious sphere.&lt;br /&gt;
&lt;br /&gt;
[RELIGION_SPHERE:FORTRESSES]&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| SPHERE_ALIGNMENT&lt;br /&gt;
|&lt;br /&gt;
* type&lt;br /&gt;
* number&lt;br /&gt;
|&lt;br /&gt;
This token forces an entity to favor or disfavor particular religious spheres, causing them to acquire those spheres more often when generating a pantheon.&lt;br /&gt;
&lt;br /&gt;
[SPHERE_ALIGNMENT:TREES:512]&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Leadership ==&lt;br /&gt;
{| {{prettytable}}&lt;br /&gt;
|- bgcolor=&amp;quot;#ddd&amp;quot;&lt;br /&gt;
! Token&lt;br /&gt;
! Arguments&lt;br /&gt;
! Description&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| POSITION&lt;br /&gt;
| string&lt;br /&gt;
| Defines a leader/noble position for a civilization. These replace previous tags such as [MAYOR] and [CAN_HAVE_SITE_LEADER] and so on. To define a position further, see [[Position token]].&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| LAND_HOLDER_TRIGGER&lt;br /&gt;
|&lt;br /&gt;
* land holder number&lt;br /&gt;
* population&lt;br /&gt;
* wealth exported&lt;br /&gt;
* created wealth&lt;br /&gt;
| Defines when a particular land-holding noble (baron, count, duke in vanilla) will arrive at a fortress.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| VARIABLE_POSITIONS&lt;br /&gt;
| Position responsibility or ALL&lt;br /&gt;
| Allows a responsibility to be taken up by a dynamically generated position (such as Law-maker).&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Behavior ==&lt;br /&gt;
{| {{prettytable}}&lt;br /&gt;
|- bgcolor=&amp;quot;#ddd&amp;quot;&lt;br /&gt;
! Token&lt;br /&gt;
! Arguments&lt;br /&gt;
! Description&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| [[Ethics|ETHIC]]&lt;br /&gt;
| &lt;br /&gt;
*behavior&lt;br /&gt;
*reaction&lt;br /&gt;
| Sets the civ's view of certain behaviors, from capital punishment to completely acceptable. This also causes the civ to look upon opposing ethics with disfavor, if their reaction to it is opposing, and when at extremes (one ACCEPTABLE, another civ UNTHINKABLE for example) they will often go to war over it.&lt;br /&gt;
[ETHIC:EAT_SAPIENT_KILL:ACCEPTABLE]&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| WILL_ACCEPT_TRIBUTE&lt;br /&gt;
| &lt;br /&gt;
| Makes the civ's traders accept offered goods.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| WANDERER, BEAST_HUNTER, SCOUT&lt;br /&gt;
| &lt;br /&gt;
| The civ will send out these sorts of adventurers in worldgen. This seems to increase Tracker skill.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| ABUSE_BODIES&lt;br /&gt;
| &lt;br /&gt;
| The civilization will mutilate bodies when they are the victors in history-gen warfare, such as hanging bodies from trees, putting them on spikes, and so forth. Adventurers killed in Adventurer mode will sometimes be impaled on spikes wherever they died, with or without this token, and regardless of whether they actually antagonized the townspeople.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| ACTIVE_SEASON&lt;br /&gt;
| season&lt;br /&gt;
| the season when the civ is most active: when they will trade, interact with you via diplomats, and/or invade you. Civs can have multiple season entries. Note: If multiple caravans arrive at the same time, you are able to select which civ to trade with at the depot menu. ACTIVE_SEASON tags may be changed for a currently active fort.&lt;br /&gt;
[ACTIVE_SEASON:AUTUMN]&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| AMBUSHER&lt;br /&gt;
| &lt;br /&gt;
| When invading sneaks around and shoots at straggling members of your society. They will spawn on the edge of the map and will only be visible when one of their party are spotted; this can be quite dangerous to undefended trade depots.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| AT_PEACE_WITH_WILDLIFE&lt;br /&gt;
|&lt;br /&gt;
| Will not attack wildlife, and will not be attacked by them, even if you have them in your party. This can be somewhat disconcerting when attacked by bears in the forest and your elven ally sits back and does nothing.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| BABYSNATCHER&lt;br /&gt;
|&lt;br /&gt;
| Sends thieves to steal babies. Also sends ambush parties to harass your civilization. Without this tag, enemy civs will only siege, and will siege as early as they would otherwise babysnatch. This can happen as early as the first year of the fort! In addition, babysnatcher civs will snatch children during worldgen, allowing them to become part of the civ if they do not escape.&lt;br /&gt;
&lt;br /&gt;
Note: If the playable civ in Fortress Mode has this tag (ie. you add BABYSNATCHER to the Dwarf entity) then the roles will be reversed and elves and humans will siege and ambush and goblins will trade with you.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| BUILDS_OUTDOOR_FORTIFICATIONS&lt;br /&gt;
| &lt;br /&gt;
| Makes the civilization build castles.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| BUILDS_OUTDOOR_TOMBS&lt;br /&gt;
| &lt;br /&gt;
| Makes the civilization build tombs.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| BANDITRY&lt;br /&gt;
| percentage&lt;br /&gt;
| Sets a percentage of the entity population to be used as bandits.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| DIPLOMAT_BODYGUARDS&lt;br /&gt;
|&lt;br /&gt;
| Visiting diplomats are accompanied by a pair of soldiers. Does not work due to a bug.{{bug|5854}}&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| INVADERS_IGNORE_NEUTRALS&lt;br /&gt;
|&lt;br /&gt;
| Causes invaders to ignore visiting caravans and other neutral creatures.{{verify}}&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| ITEM_THIEF&lt;br /&gt;
|&lt;br /&gt;
| Sends thieves to steal items. This will also occur in history generation, and thieves will have the &amp;quot;thief&amp;quot; profession. Items stolen in history gen will be scattered around that creature's home.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| LOCAL_BANDITRY&lt;br /&gt;
|&lt;br /&gt;
| Causes the entity to send out patrols that can ambush adventurers. Will cause cities to be hostile to adventurers whenever they enter, regardless of race or nationality.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| MERCHANT_BODYGUARDS&lt;br /&gt;
|&lt;br /&gt;
| Caravan merchants are accompanied by soldiers.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| MERCHANT_NOBILITY&lt;br /&gt;
|&lt;br /&gt;
| Effect unknown - in previous versions, this resulted in the civ having a Guild Representative / Merchant Baron / Merchant Prince, but now this is controlled solely by positions.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| PROGRESS_TRIGGER_POPULATION&lt;br /&gt;
| level&lt;br /&gt;
| 0 to 5, civ will come to site once population at site has reached that level. If multiple progress triggers exist for a civ, it will come when any one of them is fulfilled instead of waiting for all of them to be reached. A value of 0 disables the trigger. 1 corresponds to 20 dwarves, 2 to 50 dwarves, 3 to 80, 4 to 110, and 5 to 140. Progress triggers may be changed, added, or deleted for a currently active fort. Note: hostile civs require that the population trigger be fulfilled as well as at least one other trigger before attacking.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| PROGRESS_TRIGGER_PRODUCTION&lt;br /&gt;
| level&lt;br /&gt;
| 0 to 5, civ will come to site once created wealth has reached that level. If multiple progress triggers exist for a civ, it will come when any one of them is fulfilled instead of waiting for all of them to be reached. A value of 0 disables the trigger. 1 corresponds to 5000☼ created wealth, 2 to 25000☼, 3 to 100000☼, 4 to 200000☼, and 5 to 300000☼. Progress triggers may be changed, added, or deleted for a currently active fort.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| PROGRESS_TRIGGER_TRADE&lt;br /&gt;
| level&lt;br /&gt;
| 0 to 5, civ will come to site once exported goods has reached that level. If multiple progress triggers exist for a civ, it will come when any one of them is fulfilled instead of waiting for all of them to be reached. A value of 0 disables the trigger. 1 corresponds to 500☼ exported wealth, 2 to 2500☼, 3 to 10000☼, 4 to 20000☼, and 5 to 30000☼. Progress triggers may be changed, added, or deleted for a currently active fort.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| PROGRESS_TRIGGER_POP_SIEGE&lt;br /&gt;
| level&lt;br /&gt;
| 0 to 5, civ will begin to send sieges against the player civ when this level is reached if it is hostile.&lt;br /&gt;
&lt;br /&gt;
If multiple progress triggers exist for a civ, it will come when any one of them is fulfilled instead of waiting for all of them to be reached. A value of 0 disables the trigger.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| PROGRESS_TRIGGER_PROD_SIEGE&lt;br /&gt;
| level&lt;br /&gt;
| 0 to 5, civ will begin to send sieges against the player civ when this level is reached if it is hostile.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| PROGRESS_TRIGGER_TRADE_SIEGE&lt;br /&gt;
| level&lt;br /&gt;
| 0 to 5, civ will begin to send sieges against the player civ when this level is reached if it is hostile.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| SIEGER&lt;br /&gt;
|&lt;br /&gt;
| Will start campfires and wait around at the edge of your map for a month or two before rushing in to attack.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| SKULKING&lt;br /&gt;
|&lt;br /&gt;
| This makes the severity of attacks depend on the extent of item/baby thievery rather than the passage of time. Makes trade impossible with the related civilization.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| TREE_CAP_DIPLOMACY&lt;br /&gt;
|&lt;br /&gt;
| Visiting diplomats impose tree cutting quotas; without this, they will simply compliment your fortress and leave. Also causes the diplomat to make unannounced first contact at the very beginning of the first Spring after your fortress becomes a Barony.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| LAYER_LINKED&lt;br /&gt;
| &lt;br /&gt;
| Defines if a civilization is a hidden subterranean entity, such as batman civilizations.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| UNDEAD_CANDIDATE&lt;br /&gt;
|&lt;br /&gt;
| Unknown. Possibly makes this creature available as a &amp;quot;Corpse&amp;quot; (e.g. Human Corpse) for necromancers in adventure mode.&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Items and Animals Used ==&lt;br /&gt;
{| {{prettytable}}&lt;br /&gt;
|- bgcolor=&amp;quot;#ddd&amp;quot;&lt;br /&gt;
! Token&lt;br /&gt;
! Arguments&lt;br /&gt;
! Description&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| AMMO&lt;br /&gt;
| item token&lt;br /&gt;
| &lt;br /&gt;
[AMMO:ITEM_AMMO_BOLTS]&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| ARMOR&lt;br /&gt;
|&lt;br /&gt;
* item token&lt;br /&gt;
* rarity&lt;br /&gt;
|Rarity is optional.  Permitted rarity values are RARE, UNCOMMON, FORCED (anything else is treated as COMMON).&lt;br /&gt;
[ARMOR:ITEM_ARMOR_PLATEMAIL:COMMON]&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| DIGGER&lt;br /&gt;
| item token&lt;br /&gt;
| &lt;br /&gt;
[DIGGER:ITEM_WEAPON_PICK]&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| GLOVES&lt;br /&gt;
|&lt;br /&gt;
* item token&lt;br /&gt;
* rarity&lt;br /&gt;
| Rarity is optional.  Permitted rarity values are RARE, UNCOMMON, FORCED (anything else is treated as COMMON).&lt;br /&gt;
[GLOVES:ITEM_GLOVES_GLOVES:COMMON]&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| HELM&lt;br /&gt;
|&lt;br /&gt;
* item token&lt;br /&gt;
* rarity&lt;br /&gt;
| Rarity is optional.  Permitted rarity values are RARE, UNCOMMON, FORCED (anything else is treated as COMMON).&lt;br /&gt;
[HELM:ITEM_HELM_HELM:COMMON]&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| INSTRUMENT&lt;br /&gt;
| item token&lt;br /&gt;
| &lt;br /&gt;
[INSTRUMENT:ITEM_INSTRUMENT_FLUTE]&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| PANTS&lt;br /&gt;
|&lt;br /&gt;
* item token&lt;br /&gt;
* rarity&lt;br /&gt;
| Rarity is optional.  Permitted rarity values are RARE, UNCOMMON, FORCED (anything else is treated as COMMON).&lt;br /&gt;
[PANTS:ITEM_PANTS_PANTS:COMMON]&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| SHIELD&lt;br /&gt;
| item token&lt;br /&gt;
| &lt;br /&gt;
[SHIELD:ITEM_SHIELD_SHIELD]&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| SHOES&lt;br /&gt;
|&lt;br /&gt;
* item token&lt;br /&gt;
* rarity&lt;br /&gt;
| Rarity is optional.  Permitted rarity values are RARE, UNCOMMON, FORCED (anything else is treated as COMMON).&lt;br /&gt;
[SHOES:ITEM_SHOES_SHOES:COMMON]&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| SIEGEAMMO&lt;br /&gt;
| item token&lt;br /&gt;
| &lt;br /&gt;
[SIEGEAMMO:ITEM_SIEGEAMMO_BALLISTA]&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| TOOL&lt;br /&gt;
| item token&lt;br /&gt;
| &lt;br /&gt;
[TOOL:ITEM_TOOL_NEST_BOX]&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| TOY&lt;br /&gt;
| item token&lt;br /&gt;
| &lt;br /&gt;
[TOY:ITEM_TOY_PUZZLEBOX]&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| TRAPCOMP&lt;br /&gt;
| item token&lt;br /&gt;
| &lt;br /&gt;
[TRAPCOMP:ITEM_TRAPCOMP_GIANTAXEBLADE]&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| WEAPON&lt;br /&gt;
| item token&lt;br /&gt;
| &lt;br /&gt;
[WEAPON:ITEM_WEAPON_AXE_BATTLE]&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| USE_ANIMAL_PRODUCTS&lt;br /&gt;
|&lt;br /&gt;
| Allows creature to use products made from animals, such as leather shirts.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| USE_ANY_PET_RACE&lt;br /&gt;
| &lt;br /&gt;
| Assuming it passes other checks, any creature in their list of usables (from common domestic if they have that or from the surrounding 7x7 or so of squares and map features in those squares) which has PET or PET_EXOTIC will be available as a pet (next time, it'll let them use mounts/pullers/pack animals of any kind as well, but I'm not sure this matters in the stock raws).  This notion of the initial usable creature list, which then gets pared down or otherwise considered, applies below as well.  All common domestic and equipment creatures are also added to the initial list.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| USE_CAVE_ANIMALS&lt;br /&gt;
|&lt;br /&gt;
| If they don't have it, creatures with exclusively subterranean biomes are skipped.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| USE_EVIL_ANIMALS&lt;br /&gt;
|&lt;br /&gt;
| Don't have it -&amp;gt; EVIL creatures skipped.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| USE_EVIL_PLANTS&lt;br /&gt;
|&lt;br /&gt;
| As EVIL creatures for all uses of plants.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| USE_EVIL_WOOD&lt;br /&gt;
|&lt;br /&gt;
| As EVIL creatures for all uses of wood.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| USE_GOOD_ANIMALS&lt;br /&gt;
|&lt;br /&gt;
| Don't have it -&amp;gt; GOOD creatures skipped.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| USE_GOOD_PLANTS&lt;br /&gt;
|&lt;br /&gt;
| As GOOD creatures for all uses of plants.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| USE_GOOD_WOOD&lt;br /&gt;
|&lt;br /&gt;
| As GOOD creatures for all uses of wood.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| USE_MISC_PROCESSED_WOOD_PRODUCTS&lt;br /&gt;
|&lt;br /&gt;
| If wood is available locally, and the relevant professions are permitted, controls availability of lye, charcoal, potash and pearlash.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| COMMON_DOMESTIC_MOUNT&lt;br /&gt;
|&lt;br /&gt;
| If a creature has MOUNT and the relevant COMMON_DOMESTIC_x tag (or COMMON_DOMESTIC for pets), it will be allowed if it passes the other checks.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| COMMON_DOMESTIC_PACK&lt;br /&gt;
|&lt;br /&gt;
| If a creature has PACK_ANIMAL and the relevant COMMON_DOMESTIC_x tag (or COMMON_DOMESTIC for pets), it will be allowed if it passes the other checks. Also seems to be required currently for trading to occur.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| COMMON_DOMESTIC_PET&lt;br /&gt;
|&lt;br /&gt;
| If a creature has PET and the relevant COMMON_DOMESTIC_x tag (or COMMON_DOMESTIC for pets), it will be allowed if it passes the other checks. Also seems to be required to have any animals at all, including those used in trading.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| COMMON_DOMESTIC_PULL&lt;br /&gt;
|&lt;br /&gt;
| If a creature has WAGON_PULLER and the relevant COMMON_DOMESTIC_x tag (or COMMON_DOMESTIC for pets), it will be allowed if it passes the other checks.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| RIVER_PRODUCTS&lt;br /&gt;
|&lt;br /&gt;
| Allow civ to use river products in the goods it has available for trade.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| OCEAN_PRODUCTS&lt;br /&gt;
|&lt;br /&gt;
| Allow civ to use ocean products in the goods it has available for trade.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| INDOOR_FARMING&lt;br /&gt;
| &lt;br /&gt;
| Allow civ to use underground plant products in the goods it has available for trade.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| OUTDOOR_FARMING&lt;br /&gt;
|&lt;br /&gt;
| Allow civ to use outdoor plant products in the goods it has available for trade.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| CLOTHING&lt;br /&gt;
|&lt;br /&gt;
| Civ members will attempt to wear clothing.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| SUBTERRANEAN_CLOTHING&lt;br /&gt;
|&lt;br /&gt;
| Will wear things made of spider silk and other subterranean materials. &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| EQUIPMENT_IMPROVEMENTS&lt;br /&gt;
|&lt;br /&gt;
| Adds decorations to equipment based on the level of the generated unit.  Also improves item quality.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| IMPROVED_BOWS&lt;br /&gt;
|&lt;br /&gt;
| Adds decorations to weapons generated for bowman and master bowman.  An elf hack.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| METAL_PREF&lt;br /&gt;
|&lt;br /&gt;
| Needs testing.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| STONE_PREF&lt;br /&gt;
|&lt;br /&gt;
| Enables creatures of this entity to bring stones in trade. Also seems to enable the use of metals smelted from ore, such as iron or copper.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| WOOD_WEAPONS&lt;br /&gt;
|&lt;br /&gt;
| The civilization can make traditionally metallic weapons such as swords and spears from wood. An elf hack.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| WOOD_ARMOR&lt;br /&gt;
|&lt;br /&gt;
| The civilization can make traditionally metallic armor such as mail shirts and helmets from wood. An elf hack.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| GEM_PREF&lt;br /&gt;
|&lt;br /&gt;
| Enables creatures of this entity to bring gems in trade.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| INDOOR_WOOD&lt;br /&gt;
| &lt;br /&gt;
| Allow civ to trade subterranean wood types, such as tower-cap and fungiwood logs.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| OUTDOOR_WOOD&lt;br /&gt;
|&lt;br /&gt;
| Allow civ to use outdoor wood types, such as mangrove and oak.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| GEM_SHAPE&lt;br /&gt;
| [[Descriptor shape token|shape]]&lt;br /&gt;
| Precious gems cut by this civilization's jewelers can be of this shape.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| STONE_SHAPE&lt;br /&gt;
| [[Descriptor shape token|shape]]&lt;br /&gt;
| Ordinary non-gem stones cut by this civilization's jewelers can be of this shape.&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Tissue Styling Related Tokens ==&lt;br /&gt;
{| {{prettytable}}&lt;br /&gt;
|- bgcolor=&amp;quot;#ddd&amp;quot;&lt;br /&gt;
! Token&lt;br /&gt;
! Arguments&lt;br /&gt;
! Description&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| TISSUE_STYLE&lt;br /&gt;
| tissue?&lt;br /&gt;
| Presumably selects tissue to set cultural style parameters for. Needs testing.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| TS_MAINTAIN_LENGTH&lt;br /&gt;
|&lt;br /&gt;
* minimum length?&lt;br /&gt;
* maximum length?&lt;br /&gt;
| Presumably sets culturally preferred tissue length for selected tissue. Needs testing.&lt;br /&gt;
Dwarves have their beards set to 100:NONE by default.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| TS_PREFERRED_SHAPING&lt;br /&gt;
| styling token&lt;br /&gt;
| Valid tokens are NEATLY_COMBED, BRAIDED, DOUBLE_BRAIDS, PONY_TAILS, CLEAN_SHAVEN and STANDARD_HAIR/BEARD/MOUSTACHE/SIDEBURNS_SHAPINGS.&lt;br /&gt;
Presumably sets culturally preferred tissue shapings for selected tissue. Needs testing.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{{Category|Modding}}&lt;br /&gt;
{{Category|Tokens}}&lt;/div&gt;</summary>
		<author><name>AVK</name></author>
	</entry>
	<entry>
		<id>http://dwarffortresswiki.org/index.php?title=v0.34:Weapon_rack&amp;diff=193042</id>
		<title>v0.34:Weapon rack</title>
		<link rel="alternate" type="text/html" href="http://dwarffortresswiki.org/index.php?title=v0.34:Weapon_rack&amp;diff=193042"/>
		<updated>2013-09-29T12:43:07Z</updated>

		<summary type="html">&lt;p&gt;AVK: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{quality|Fine|16:55, 10 August 2010 (UTC)}}{{Buggy}}&lt;br /&gt;
{{furniture|name=Weapon Rack&lt;br /&gt;
|tile=√&lt;br /&gt;
|wood=y&lt;br /&gt;
|stone=y&lt;br /&gt;
|metal=y&lt;br /&gt;
|glass=y&lt;br /&gt;
|rooms=&lt;br /&gt;
* [[Barracks]]&lt;br /&gt;
}}&lt;br /&gt;
{{av}}&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Weapon rack''' is an item of [[furniture]] which can be used to create a [[barracks]] or to appease a [[noble]]'s demand or raise the [[value]] of a [[room]].&lt;br /&gt;
&lt;br /&gt;
When used in a barracks designated for Individual Equipment storage, dwarves will prefer to store their weapons on the racks instead of stockpiles. Doing so in concert with [[armor stand]]s will allow you to create centralized armories for your military.&lt;br /&gt;
&lt;br /&gt;
==Bugs==&lt;br /&gt;
Stockpiles take priority over all armory storage, ensuring that weapon racks will never be used for anything.&lt;br /&gt;
The current version of DFHack (r3) has scripts that repair armory behavior.&lt;br /&gt;
&lt;br /&gt;
{{buildings}}&lt;/div&gt;</summary>
		<author><name>AVK</name></author>
	</entry>
	<entry>
		<id>http://dwarffortresswiki.org/index.php?title=v0.34:Weapon_rack&amp;diff=193041</id>
		<title>v0.34:Weapon rack</title>
		<link rel="alternate" type="text/html" href="http://dwarffortresswiki.org/index.php?title=v0.34:Weapon_rack&amp;diff=193041"/>
		<updated>2013-09-29T12:42:55Z</updated>

		<summary type="html">&lt;p&gt;AVK: Described armory bugs and the DFHack fix.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{quality|Fine|16:55, 10 August 2010 (UTC)}}&lt;br /&gt;
{{furniture|name=Weapon Rack&lt;br /&gt;
|tile=√&lt;br /&gt;
|wood=y&lt;br /&gt;
|stone=y&lt;br /&gt;
|metal=y&lt;br /&gt;
|glass=y&lt;br /&gt;
|rooms=&lt;br /&gt;
* [[Barracks]]&lt;br /&gt;
}}&lt;br /&gt;
{{av}}&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Weapon rack''' is an item of [[furniture]] which can be used to create a [[barracks]] or to appease a [[noble]]'s demand or raise the [[value]] of a [[room]].&lt;br /&gt;
&lt;br /&gt;
When used in a barracks designated for Individual Equipment storage, dwarves will prefer to store their weapons on the racks instead of stockpiles. Doing so in concert with [[armor stand]]s will allow you to create centralized armories for your military.&lt;br /&gt;
&lt;br /&gt;
==Bugs==&lt;br /&gt;
Stockpiles take priority over all armory storage, ensuring that weapon racks will never be used for anything.&lt;br /&gt;
The current version of DFHack (r3) has scripts that repair armory behavior.&lt;br /&gt;
&lt;br /&gt;
{{buildings}}&lt;/div&gt;</summary>
		<author><name>AVK</name></author>
	</entry>
	<entry>
		<id>http://dwarffortresswiki.org/index.php?title=v0.34:Armor_stand&amp;diff=193040</id>
		<title>v0.34:Armor stand</title>
		<link rel="alternate" type="text/html" href="http://dwarffortresswiki.org/index.php?title=v0.34:Armor_stand&amp;diff=193040"/>
		<updated>2013-09-29T12:38:58Z</updated>

		<summary type="html">&lt;p&gt;AVK: Described armory bugs and the DFHack fix.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{quality|Fine|15:52, 30 September 2010 (UTC)}}{{av}}{{Buggy}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{{furniture|name=Armor Stand&lt;br /&gt;
|tile=♫&lt;br /&gt;
|wood=y&lt;br /&gt;
|stone=y&lt;br /&gt;
|metal=y&lt;br /&gt;
|glass=y&lt;br /&gt;
|rooms=&lt;br /&gt;
* [[Barracks]]&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
'''Armor Stands''' are a type of decorative [[furniture]]. Much like the [[weapon rack]], the armor stand can be used to lay down a [[barracks]], or it can be placed in a [[noble|noble's]] [[room]] to [[Requirement|appease]] them.&lt;br /&gt;
&lt;br /&gt;
When used in a barracks designated for individual and squad equipment, dwarves will prefer to store their armor on stands instead of stockpiles. Doing so in concert with [[weapon rack]]s will allow you to create centralized armories for your military.&lt;br /&gt;
&lt;br /&gt;
==Bugs==&lt;br /&gt;
Stockpile storage always takes priority over furniture, making armor stands all but useless for their practical purpose.&lt;br /&gt;
The current version of DFHack (r3) has scripts that repair armory behavior.&lt;br /&gt;
&lt;br /&gt;
{{buildings}}&lt;/div&gt;</summary>
		<author><name>AVK</name></author>
	</entry>
	<entry>
		<id>http://dwarffortresswiki.org/index.php?title=v0.34:Material_definition_token&amp;diff=184316</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=184316"/>
		<updated>2013-04-18T19:34:07Z</updated>

		<summary type="html">&lt;p&gt;AVK: Yup, strangleholds check for compressive force. Also the obvious thing about bending.&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;
* type&lt;br /&gt;
| Unknown. Valid values are BLOOD, SLIME, VOMIT, ICHOR, PUS, GOO, GRIME, or FILTH. SLIME value is used by evil cloud/rain materials.&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 start deforming permanently. 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 fail entirely. 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 give when the yield point is reached.{{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 start deforming permanently. Determines a tissue's response to strangulation. 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 fail entirely. Determines a tissue's response to strangulation. 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 give when it is compressed past its yield point.{{verify}} Determines a tissue's response to strangulation. 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 start deforming permanently. Determines a tissue's resistance to a latching and tearing bite. 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 fail entirely. Determines a tissue's resistance to a latching and tearing bite. 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 give when it is stretched past its yield point. Determines a tissue's resistance to a latching and tearing bite. 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 start deforming permanently. [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 fail entirely. [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 give when it is twisted past its yield point.{{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 start deforming permanently. 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 fail entirely. 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 give when sheared past its yield point. 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 start deforming permanently. Determines a tissue's resistance to being mangled with a joint lock. 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 fail entirely. Determines a tissue's resistance to being mangled with a joint lock. 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 give when bent past its yield point.{{verify}} Determines a tissue's resistance to being mangled with a joint lock. 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. Entities opposed to killing animals (which currently does '''not''' include Elves) will refuse to accept these items in trade.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| ALCOHOL_PLANT&lt;br /&gt;
|&lt;br /&gt;
| Classifies the material as plant-based alcohol, allowing its storage 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 animal-based alcohol, allowing its storage in food stockpiles under &amp;quot;Drink (Animal)&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| ALCOHOL&lt;br /&gt;
|&lt;br /&gt;
| Classifies the material as generic alcohol. Implied by both ALCOHOL_PLANT and ALCOHOL_CREATURE. Exact behavior unknown, possibly vestigial.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| CHEESE_PLANT&lt;br /&gt;
|&lt;br /&gt;
| Classifies the material as plant-based cheese,  allowing its storage in food stockpiles under &amp;quot;Cheese (Plant)&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| CHEESE_CREATURE&lt;br /&gt;
|&lt;br /&gt;
| Classifies the material as animal-based cheese, allowing its storage in food stockpiles under &amp;quot;Cheese (Animal)&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| CHEESE&lt;br /&gt;
|&lt;br /&gt;
| Classifies the material as generic cheese. Implied by both CHEESE_PLANT and CHEESE_CREATURE. Exact behavior unknown, possibly vestigial.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| POWDER_MISC_PLANT&lt;br /&gt;
|&lt;br /&gt;
| Classifies the material as plant powder, allowing its storage in 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 its storage in food stockpiles under &amp;quot;Bone Meal&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| POWDER_MISC&lt;br /&gt;
|&lt;br /&gt;
| Classifies the material as generic powder. Implied by both POWDER_MISC_PLANT and POWDER_MISC_CREATURE. Exact behavior unknown, possibly vestigial.&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;
| Classifies the material as milled paste, allowing its storage 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;
| Classifies the material as pressed goods, allowing its storage in food stockpiles under &amp;quot;Pressed Material&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| LIQUID_MISC_PLANT&lt;br /&gt;
|&lt;br /&gt;
| Classifies the material as a plant extract, allowing its storage 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 its storage 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 its storage in food stockpiles under &amp;quot;Misc. Liquid&amp;quot; along with lye.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| LIQUID_MISC&lt;br /&gt;
|&lt;br /&gt;
| Classifies the material as a generic liquid. Implied by LIQUID_MISC_PLANT, LIQUID_MISC_CREATURE, and LIQUID_MISC_OTHER. Exact behavior unknown. Possibly vestigial.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| STRUCTURAL_PLANT_MAT&lt;br /&gt;
|&lt;br /&gt;
| Classifies the material as plant, allowing its storage 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 its storage 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 its storage 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 its use for bone carvers and restriction from stockpiles by material.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| WOOD&lt;br /&gt;
|&lt;br /&gt;
| Classifies the material as wood, allowing its use for carpenters and storage in wood stockpiles. Entities opposed to killing plants (i.e. [[Elf|Elves]]) will refuse to accept these items in trade.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| THREAD_PLANT&lt;br /&gt;
|&lt;br /&gt;
| Classifies the material as plant fiber, allowing its use for clothiers and storage 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 its use for bone carvers and restriction from stockpiles by material.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| HORN&lt;br /&gt;
|&lt;br /&gt;
| Classifies the material as horn, allowing its use for bone carvers and restriction from stockpiles by material.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| PEARL&lt;br /&gt;
|&lt;br /&gt;
| Classifies the material as pearl, allowing its use for bone carvers and restriction from stockpiles by material.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| SHELL&lt;br /&gt;
|&lt;br /&gt;
| Classifies the material as shell, allowing its use for bone carvers and restriction from stockpiles by material.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| LEATHER&lt;br /&gt;
|&lt;br /&gt;
| Classifies the material as leather, allowing its use for leatherworkers and storage in leather stockpiles.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| SILK&lt;br /&gt;
|&lt;br /&gt;
| Classifies the material as silk, allowing its use for clothiers and storage 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, allowing it to be used as a bath detergent and stored in bar/block stockpiles under &amp;quot;Bars: Other Materials&amp;quot;.{{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. Possibly vestigial.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| ITEMS_BARRED&lt;br /&gt;
|&lt;br /&gt;
| Equivalent to ITEMS_HARD. Given to [[bone]].&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| ITEMS_SCALED&lt;br /&gt;
|&lt;br /&gt;
| Equivalent to ITEMS_HARD. Given to [[shell]].&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| ITEMS_LEATHER&lt;br /&gt;
|&lt;br /&gt;
| Equivalent to ITEMS_SOFT. Given to [[leather]].&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| ITEMS_SOFT&lt;br /&gt;
|&lt;br /&gt;
| Random [[finished goods|crafts]] made from this material can not be made into rings, crowns, scepters or figurines. Given to [[plant fiber]], [[silk]] and [[wool]].&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| ITEMS_HARD&lt;br /&gt;
|&lt;br /&gt;
| Random [[finished goods|crafts]] made from this material include all seven items. Given to [[stone]], [[wood]], [[bone]], [[shell]], [[chitin]], [[nail|claws]], [[tooth|teeth]], [[horn|horns]], [[horn|hooves]] and [[wax|beeswax]]. [[Hair]], [[pearl|pearls]] and eggshells also have the tag.&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 its 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, allowing its use for clothiers and its storage 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. Functionally equivalent to ITEMS_HARD.&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>AVK</name></author>
	</entry>
	<entry>
		<id>http://dwarffortresswiki.org/index.php?title=v0.34:Tracker&amp;diff=183828</id>
		<title>v0.34:Tracker</title>
		<link rel="alternate" type="text/html" href="http://dwarffortresswiki.org/index.php?title=v0.34:Tracker&amp;diff=183828"/>
		<updated>2013-04-15T08:26:43Z</updated>

		<summary type="html">&lt;p&gt;AVK: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Quality|Fine|21:55, 30 December 2010 (UTC)}}&lt;br /&gt;
{{Skill&lt;br /&gt;
| color      = 3:0&lt;br /&gt;
| skill      = Tracker&lt;br /&gt;
| profession = Unknown&lt;br /&gt;
| job name   = None&lt;br /&gt;
| tasks      = None&lt;br /&gt;
| attributes =&lt;br /&gt;
* Unknown&lt;br /&gt;
}}&lt;br /&gt;
{{av}}&lt;br /&gt;
&lt;br /&gt;
Tracker is a [[skill]] that, like [[Military tactics|military tactics]], is seemingly only used during [[world generation]].  It is not uncommon for historical [[migrant|immigrants]] to arrive with some level in the skill.&lt;br /&gt;
&lt;br /&gt;
Historical figures that have done scouting, beast hunting or wandering in the past always seem to have some level of this skill.&lt;br /&gt;
&lt;br /&gt;
See also [[Military tactics]].&lt;br /&gt;
&lt;br /&gt;
{{skills}}&lt;/div&gt;</summary>
		<author><name>AVK</name></author>
	</entry>
	<entry>
		<id>http://dwarffortresswiki.org/index.php?title=v0.34:Military_tactics&amp;diff=183827</id>
		<title>v0.34:Military tactics</title>
		<link rel="alternate" type="text/html" href="http://dwarffortresswiki.org/index.php?title=v0.34:Military_tactics&amp;diff=183827"/>
		<updated>2013-04-15T08:24:50Z</updated>

		<summary type="html">&lt;p&gt;AVK: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{quality|Fine|22:46, 23 October 2010 (UTC)}}&lt;br /&gt;
{{Skill&lt;br /&gt;
| color      = 3:0&lt;br /&gt;
| skill      = Military Tactics&lt;br /&gt;
| profession = Unknown&lt;br /&gt;
| job name   = None&lt;br /&gt;
| tasks      = None&lt;br /&gt;
| attributes =&lt;br /&gt;
* Unknown&lt;br /&gt;
}}&lt;br /&gt;
{{av}}&lt;br /&gt;
&lt;br /&gt;
'''Military Tactics''' is a [[military]] [[skill]] first introduced in 0.31.14. Presumably, this skill relates to choices made during combat, and is valuable for survival. However, players have collected too little information about this skill to know for sure. When assigning dwarves to squads, Military Tactician never appears as a &amp;quot;relevant skill.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
It seems the only way to gain experience in this skill is to lead an army in a major historical conflict. Assaulting a site or organizing a defense both do the trick.&lt;br /&gt;
&lt;br /&gt;
See also [[Tracker]].&lt;br /&gt;
&lt;br /&gt;
{{skills}}&lt;/div&gt;</summary>
		<author><name>AVK</name></author>
	</entry>
	<entry>
		<id>http://dwarffortresswiki.org/index.php?title=v0.34:Tracker&amp;diff=183826</id>
		<title>v0.34:Tracker</title>
		<link rel="alternate" type="text/html" href="http://dwarffortresswiki.org/index.php?title=v0.34:Tracker&amp;diff=183826"/>
		<updated>2013-04-15T08:17:06Z</updated>

		<summary type="html">&lt;p&gt;AVK: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Quality|Fine|21:55, 30 December 2010 (UTC)}}&lt;br /&gt;
{{Skill&lt;br /&gt;
| color      = 3:0&lt;br /&gt;
| skill      = Tracker&lt;br /&gt;
| profession = Unknown&lt;br /&gt;
| job name   = None&lt;br /&gt;
| tasks      = None&lt;br /&gt;
| attributes =&lt;br /&gt;
* Unknown&lt;br /&gt;
}}&lt;br /&gt;
{{av}}&lt;br /&gt;
&lt;br /&gt;
Tracker is a [[skill]] that, like [[Military tactics|military tactics]], is seemingly only used during [[world generation]].  It is not uncommon for historical [[migrant|immigrants]] to arrive with some level in the skill.&lt;br /&gt;
&lt;br /&gt;
Historical figures that have done scouting, beast hunting or wandering in the past always seem to have some level of this skill.&lt;/div&gt;</summary>
		<author><name>AVK</name></author>
	</entry>
	<entry>
		<id>http://dwarffortresswiki.org/index.php?title=v0.34:Entity_token&amp;diff=182991</id>
		<title>v0.34:Entity token</title>
		<link rel="alternate" type="text/html" href="http://dwarffortresswiki.org/index.php?title=v0.34:Entity_token&amp;diff=182991"/>
		<updated>2013-03-30T23:57:47Z</updated>

		<summary type="html">&lt;p&gt;AVK: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{quality|Exceptional|18:03, 28 April 2011 (UTC)}}{{av}}&lt;br /&gt;
These tokens define entities, or civilizations, in entity_*.txt files.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Gameplay ==&lt;br /&gt;
{| {{prettytable}}&lt;br /&gt;
|- bgcolor=&amp;quot;#ddd&amp;quot;&lt;br /&gt;
! Token&lt;br /&gt;
! Arguments&lt;br /&gt;
! Description&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| ADVENTURE_TIER&lt;br /&gt;
| order&lt;br /&gt;
| Allows adventure mode for entities with sites.  Dwarves, Elves, and Humans take up tier 3, 2, and 1 respectively. Order doesn't need to be maintained; a custom creature can have a tier of 3000 and still work even if it's the only custom creature.&lt;br /&gt;
[ADVENTURE_TIER:4]&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| INDIV_CONTROLLABLE&lt;br /&gt;
| &lt;br /&gt;
| Allows the race to be played as an &amp;quot;outsider&amp;quot; in adventure mode. Not having this specified in one of the entities will cause the Adventure mode option to disappear. Note that ADVENTURE_TIER is not required if this token is included.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| CIV_CONTROLLABLE&lt;br /&gt;
| &lt;br /&gt;
| Allows fortress mode. If multiple entities have the CIV_CONTROLLABLE token, than in embark mode the specific civs can be chosen by + or - on the civ list screen (by pressing tab), though it will not state what entity the civs belong to. To check which one, tab to the neighbors screen: the entity's race will be at the top. At least one civilization must have this token.&lt;br /&gt;
|-&lt;br /&gt;
| CREATURE&lt;br /&gt;
| creature&lt;br /&gt;
|The type of creature that will inhabit the civilization. Multiple entries will be chosen from at random for each civilization.&lt;br /&gt;
[CREATURE:DWARF]&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Placement ==&lt;br /&gt;
&lt;br /&gt;
{| {{prettytable}}&lt;br /&gt;
|- bgcolor=&amp;quot;#ddd&amp;quot;&lt;br /&gt;
! Token&lt;br /&gt;
! Arguments&lt;br /&gt;
! Description&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| BIOME_SUPPORT&lt;br /&gt;
|&lt;br /&gt;
* [[Biome token|biome]]&lt;br /&gt;
* frequency&lt;br /&gt;
| Frequency goes from 0 to 10.  Higher numbers make the entity more likely to settle there.&lt;br /&gt;
[BIOME_SUPPORT:ANY_GRASSLAND:4]&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| START_BIOME&lt;br /&gt;
| [[Biome token|biome]]&lt;br /&gt;
| Birth of the civilization can be performed on this biome.&lt;br /&gt;
[START_BIOME:MOUNTAIN]&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| DEFAULT_SITE_TYPE&lt;br /&gt;
| site type&lt;br /&gt;
| Valid site types are DARK_FORTRESS (π), CAVE (•), CAVE_DETAILED (Ω), TREE_CITY (î), and CITY (#). Also recognizes PLAYER_FORTRESS, FORTRESS, and MONUMENT, though these likely will not work. Defaults to CITY. CITY is the only one that exists in all 34.xx versions.&lt;br /&gt;
[DEFAULT_SITE_TYPE:CAVE_DETAILED]&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| LIKES_SITE&lt;br /&gt;
| site type&lt;br /&gt;
| Most residents will try to move to this site type, unless already at one.&lt;br /&gt;
[LIKES_SITE:CAVE_DETAILED]&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| TOLERATES_SITE&lt;br /&gt;
| site type&lt;br /&gt;
| Some residents will try to move to this site type, unless already at one.&lt;br /&gt;
[TOLERATES_SITE:CITY]&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| WORLD_CONSTRUCTION&lt;br /&gt;
| construction&lt;br /&gt;
| Controls which constructions the civ will build on the world map. Valid constructions are ROAD, TUNNEL, BRIDGE, and WALL.&lt;br /&gt;
[WORLD_CONSTRUCTION:BRIDGE]&lt;br /&gt;
[WORLD_CONSTRUCTION:ROAD]&lt;br /&gt;
[WORLD_CONSTRUCTION:TUNNEL]&lt;br /&gt;
[WORLD_CONSTRUCTION:WALL]&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Population ==&lt;br /&gt;
&lt;br /&gt;
{| {{prettytable}}&lt;br /&gt;
|- bgcolor=&amp;quot;#ddd&amp;quot;&lt;br /&gt;
! Token&lt;br /&gt;
! Arguments&lt;br /&gt;
! Description&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| START_GROUP_NUMBER&lt;br /&gt;
| number&lt;br /&gt;
| Number of breeding couples to start with per entity. Helps give a boost to weaker civs by giving them more cannon fodder at the beginning of their histories, and better genetic diversity (if that's modeled for that particular creature). Note that single-gender (eg. [FEMALE], [MALE], [NO_GENDER]) creatures will not have breeding couples, so a civilization with only these creatures will not be very likely to survive. As of 40d, although many had problems getting such civilizations to survive, there are those who have demonstrably and repeatedly done so. Presumably if the civ-stating code can't place breeding couples, it doesn't start the civ. However, because the children never grow up, the civ is limited to its original individuals).&lt;br /&gt;
[START_GROUP_NUMBER:10]&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| MAX_POP_NUMBER&lt;br /&gt;
| number&lt;br /&gt;
| Max population '''per entity'''. Multiply this by max starting civ to get the total population of the species. Defaults to 500.&lt;br /&gt;
[MAX_POP_NUMBER:500]&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| MAX_SITE_POP_NUMBER&lt;br /&gt;
| number &lt;br /&gt;
| Max population per individual site. Generic site types will not hold any more than this number of entities.  Must be at least 80 for towns to be generated.  In general, lower pop numbers mean more sprawl, and higher numbers mean more needing to crawl when entering town stores, which are not affected by this cap. Defaults to 50.&lt;br /&gt;
[MAX_SITE_POP_NUMBER:200]&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| MAX_STARTING_CIV_NUMBER&lt;br /&gt;
| number&lt;br /&gt;
| Max number of entities to spawn at world generation. Worldgen picks civs in some sequential order from the raws.  Once it reaches the end of the list, it will begin again at the top.  Setting this number lower than 100, like say, 7, will cause worldgen to skip over this civ for placement if there are already 7 civs of this type.  Note that if all civs are set to lower numbers, and the number of starting civs is set higher than the maximum possible amount of civs in total, it will gracefully stop placing civs and get down to the history aspect of worldgen. Defaults to 3.&lt;br /&gt;
[MAX_STARTING_CIV_NUMBER:3]&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Flavor ==&lt;br /&gt;
{| {{prettytable}}&lt;br /&gt;
|- bgcolor=&amp;quot;#ddd&amp;quot;&lt;br /&gt;
! Token&lt;br /&gt;
! Arguments&lt;br /&gt;
! Description&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| PERMITTED_BUILDING&lt;br /&gt;
| building name &lt;br /&gt;
| The named, custom building can be built by a civilization in Fortress Mode.&lt;br /&gt;
[PERMITTED_BUILDING:SOAP_MAKER]&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| PERMITTED_JOB&lt;br /&gt;
| [[Unit type token|profession]]&lt;br /&gt;
| Allows this job type to be selected. This applies to worldgen creatures, in the embark screen, and in play.&lt;br /&gt;
[PERMITTED_JOB:MINER]&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| PERMITTED_REACTION&lt;br /&gt;
| reaction name &lt;br /&gt;
| Allows this reaction to be used by a civilization. It is used primarily in Fortress Mode. When creating custom reactions, this token MUST be present or the player will not be able to use the reaction in Fortress Mode.&lt;br /&gt;
[PERMITTED_REACTION:TAN_A_HIDE]&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| CURRENCY_BY_YEAR&lt;br /&gt;
| &lt;br /&gt;
| Causes the civ's currency to be numbered with the year it was minted.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| CURRENCY&lt;br /&gt;
|&lt;br /&gt;
* inorganic material&lt;br /&gt;
* value&lt;br /&gt;
| What kind of metals the civ uses for coin minting as well as the value of the coin.&lt;br /&gt;
[CURRENCY:SILVER:5]&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| ART_FACET_MODIFIER&lt;br /&gt;
|&lt;br /&gt;
* type&lt;br /&gt;
* number&lt;br /&gt;
| OWN_RACE, FANCIFUL, EVIL, GOOD&lt;br /&gt;
Number goes from 0 to 25600 where 256 is the default.&lt;br /&gt;
[ART_FACET_MODIFIER:OWN_RACE:512]&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| ART_IMAGE_ELEMENT_MODIFIER&lt;br /&gt;
|&lt;br /&gt;
* item&lt;br /&gt;
* number&lt;br /&gt;
| CREATURE, PLANT, TREE, SHAPE, ITEM&amp;lt;br /&amp;gt;0-25600&lt;br /&gt;
&lt;br /&gt;
Determines the chance of each image occurring in that entity's artwork, such as engravings and on artifacts, for default (non-historical) artwork.&lt;br /&gt;
&lt;br /&gt;
[ART_IMAGE_ELEMENT_MODIFIER:TREE:512]&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| ITEM_IMPROVEMENT_MODIFIER&lt;br /&gt;
|&lt;br /&gt;
* item&lt;br /&gt;
* number&lt;br /&gt;
| ART_IMAGE, COVERED or GLAZED, RINGS_HANGING, BANDS, SPIKES, ITEMSPECIFIC, THREAD, CLOTH, SEWN_IMAGE&amp;lt;br /&amp;gt;0-25600&lt;br /&gt;
&lt;br /&gt;
Determines the chance of the entity using that particular artwork method, such as &amp;quot;encircled with bands&amp;quot; or &amp;quot;menaces with spikes&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
[ITEM_IMPROVEMENT_MODIFIER:SPIKES:0]&lt;br /&gt;
&lt;br /&gt;
This also seems to change the amount that the entity will pay for items that are improved in the ways in their tokens.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| TRANSLATION&lt;br /&gt;
| language&lt;br /&gt;
| What language raw the entity uses.&lt;br /&gt;
* If an entity lacks this tag, translations appear to be drawn randomly from all translation files{{verify}}.&lt;br /&gt;
[TRANSLATION:DWARF]&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| CULL_SYMBOL&lt;br /&gt;
|&lt;br /&gt;
* noun&lt;br /&gt;
* symbol&lt;br /&gt;
| ALL, CIV, SITE&lt;br /&gt;
Causes the entity to not use the words in these SYM sets.&lt;br /&gt;
[CULL_SYMBOL:ALL:UGLY]&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| SELECT_SYMBOL&lt;br /&gt;
|&lt;br /&gt;
* noun&lt;br /&gt;
* symbol&lt;br /&gt;
| Causes the entity to more often use these symbols in the particular SYM set.&lt;br /&gt;
[SELECT_SYMBOL:ALL:PEACE]&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| SUBSELECT_SYMBOL&lt;br /&gt;
|&lt;br /&gt;
* noun&lt;br /&gt;
* symbol&lt;br /&gt;
| Unknown.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| FRIENDLY_COLOR&lt;br /&gt;
| see [[color]]&lt;br /&gt;
|&lt;br /&gt;
The color of this entity's civilization settlements in the world gen and embark screens. Defaults to 7:0:1.&lt;br /&gt;
[FRIENDLY_COLOR:1:0:1]&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Religion ==&lt;br /&gt;
{| {{prettytable}}&lt;br /&gt;
|- bgcolor=&amp;quot;#ddd&amp;quot;&lt;br /&gt;
! Token&lt;br /&gt;
! Arguments&lt;br /&gt;
! Description&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| RELIGION&lt;br /&gt;
| type&lt;br /&gt;
|&lt;br /&gt;
* REGIONAL_FORCE: The creatures will worship a single force associated with their spheres. Currently hardcoded to only be associated with rivers and nature.&lt;br /&gt;
* PANTHEON: The creatures will worship a group of gods, each aligned with their spheres and other appropriate ones as well.&lt;br /&gt;
&lt;br /&gt;
[RELIGION:PANTHEON]&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| RELIGION_SPHERE&lt;br /&gt;
| sphere&lt;br /&gt;
| Can by any available [[Sphere]]. Multiple entries are possible. Choosing a religious sphere will automatically make its opposing sphere not possible for the species to have: adding WATER, for example, means the species will never get FIRE as a religious sphere.&lt;br /&gt;
&lt;br /&gt;
[RELIGION_SPHERE:FORTRESSES]&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| SPHERE_ALIGNMENT&lt;br /&gt;
|&lt;br /&gt;
* type&lt;br /&gt;
* number&lt;br /&gt;
|&lt;br /&gt;
This token forces an entity to favor or disfavor particular religious spheres, causing them to acquire those spheres more often when generating a pantheon.&lt;br /&gt;
&lt;br /&gt;
[SPHERE_ALIGNMENT:TREES:512]&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Leadership ==&lt;br /&gt;
{| {{prettytable}}&lt;br /&gt;
|- bgcolor=&amp;quot;#ddd&amp;quot;&lt;br /&gt;
! Token&lt;br /&gt;
! Arguments&lt;br /&gt;
! Description&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| POSITION&lt;br /&gt;
| string&lt;br /&gt;
| Defines a leader/noble position for a civilization. These replace previous tags such as [MAYOR] and [CAN_HAVE_SITE_LEADER] and so on. To define a position further, see [[Position token]].&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| LAND_HOLDER_TRIGGER&lt;br /&gt;
|&lt;br /&gt;
* land holder number&lt;br /&gt;
* population&lt;br /&gt;
* wealth exported&lt;br /&gt;
* created wealth&lt;br /&gt;
| Defines when a particular land-holding noble (baron, count, duke in vanilla) will arrive at a fortress.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| VARIABLE_POSITIONS&lt;br /&gt;
| Position responsibility or ALL&lt;br /&gt;
| Allows a responsibility to be taken up by a dynamically generated position (such as Law-maker).&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Behavior ==&lt;br /&gt;
{| {{prettytable}}&lt;br /&gt;
|- bgcolor=&amp;quot;#ddd&amp;quot;&lt;br /&gt;
! Token&lt;br /&gt;
! Arguments&lt;br /&gt;
! Description&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| [[Ethics|ETHIC]]&lt;br /&gt;
| &lt;br /&gt;
*behavior&lt;br /&gt;
*reaction&lt;br /&gt;
| Sets the civ's view of certain behaviors, from capital punishment to completely acceptable. This also causes the civ to look upon opposing ethics with disfavor, if their reaction to it is opposing, and when at extremes (one ACCEPTABLE, another civ UNTHINKABLE for example) they will often go to war over it.&lt;br /&gt;
[ETHIC:EAT_SAPIENT_KILL:ACCEPTABLE]&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| WILL_ACCEPT_TRIBUTE&lt;br /&gt;
| &lt;br /&gt;
| Makes the civ's traders accept offered goods.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| WANDERER, BEAST_HUNTER, SCOUT&lt;br /&gt;
| &lt;br /&gt;
| The civ will send out these sorts of adventurers in worldgen. This seems to increase Tracker skill.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| ABUSE_BODIES&lt;br /&gt;
| &lt;br /&gt;
| The civilization will mutilate bodies when they are the victors in history-gen warfare, such as hanging bodies from trees, putting them on spikes, and so forth. Adventurers killed in Adventurer mode will sometimes be impaled on spikes wherever they died, with or without this token, and regardless of whether they actually antagonized the townspeople.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| ACTIVE_SEASON&lt;br /&gt;
| season&lt;br /&gt;
| the season when the civ is most active: when they will trade, interact with you via diplomats, and/or invade you. Civs can have multiple season entries. Note: If multiple caravans arrive at the same time, you are able to select which civ to trade with at the depot menu. ACTIVE_SEASON tags may be changed for a currently active fort.&lt;br /&gt;
[ACTIVE_SEASON:AUTUMN]&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| AMBUSHER&lt;br /&gt;
| &lt;br /&gt;
| When invading sneaks around and shoots at straggling members of your society. They will spawn on the edge of the map and will only be visible when one of their party are spotted; this can be quite dangerous to undefended trade depots.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| AT_PEACE_WITH_WILDLIFE&lt;br /&gt;
|&lt;br /&gt;
| Will not attack wildlife, and will not be attacked by them, even if you have them in your party. This can be somewhat disconcerting when attacked by bears in the forest and your elven ally sits back and does nothing.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| BABYSNATCHER&lt;br /&gt;
|&lt;br /&gt;
| Sends thieves to steal babies. Also sends ambush parties to harass your civilization. Without this tag, enemy civs will only siege, and will siege as early as they would otherwise babysnatch. This can happen as early as the first year of the fort! In addition, babysnatcher civs will snatch children during worldgen, allowing them to become part of the civ if they do not escape.&lt;br /&gt;
&lt;br /&gt;
Note: If the playable civ in Fortress Mode has this tag (ie. you add BABYSNATCHER to the Dwarf entity) then the roles will be reversed and elves and humans will siege and ambush and goblins will trade with you.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| BUILDS_OUTDOOR_FORTIFICATIONS&lt;br /&gt;
| &lt;br /&gt;
| Makes the civilization build castles.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| BUILDS_OUTDOOR_TOMBS&lt;br /&gt;
| &lt;br /&gt;
| Makes the civilization build tombs.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| BANDITRY&lt;br /&gt;
| percentage&lt;br /&gt;
| Sets a percentage of the entity population to be used as bandits.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| DIPLOMAT_BODYGUARDS&lt;br /&gt;
|&lt;br /&gt;
| Visiting diplomats are accompanied by a pair of soldiers. Does not work due to a bug.{{bug|5854}}&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| INVADERS_IGNORE_NEUTRALS&lt;br /&gt;
|&lt;br /&gt;
| Causes invaders to ignore visiting caravans and other neutral creatures.{{verify}}&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| ITEM_THIEF&lt;br /&gt;
|&lt;br /&gt;
| Sends thieves to steal items. This will also occur in history generation, and thieves will have the &amp;quot;thief&amp;quot; profession. Items stolen in history gen will be scattered around that creature's home.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| LOCAL_BANDITRY&lt;br /&gt;
|&lt;br /&gt;
| Causes the entity to send out patrols that can ambush adventurers.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| MERCHANT_BODYGUARDS&lt;br /&gt;
|&lt;br /&gt;
| Caravan merchants are accompanied by soldiers.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| MERCHANT_NOBILITY&lt;br /&gt;
|&lt;br /&gt;
| Effect unknown - in previous versions, this resulted in the civ having a Guild Representative / Merchant Baron / Merchant Prince, but now this is controlled solely by positions.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| PROGRESS_TRIGGER_POPULATION&lt;br /&gt;
| level&lt;br /&gt;
| 0 to 5, civ will come to site once population at site has reached that level. If multiple progress triggers exist for a civ, it will come when any one of them is fulfilled instead of waiting for all of them to be reached. A value of 0 disables the trigger. 1 corresponds to 20 dwarves, 2 to 50 dwarves, 3 to 80, 4 to 110, and 5 to 140. Progress triggers may be changed, added, or deleted for a currently active fort. Note: hostile civs require that the population trigger be fulfilled as well as at least one other trigger before attacking.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| PROGRESS_TRIGGER_PRODUCTION&lt;br /&gt;
| level&lt;br /&gt;
| 0 to 5, civ will come to site once created wealth has reached that level. If multiple progress triggers exist for a civ, it will come when any one of them is fulfilled instead of waiting for all of them to be reached. A value of 0 disables the trigger. 1 corresponds to 5000☼ created wealth, 2 to 25000☼, 3 to 100000☼, 4 to 200000☼, and 5 to 300000☼. Progress triggers may be changed, added, or deleted for a currently active fort.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| PROGRESS_TRIGGER_TRADE&lt;br /&gt;
| level&lt;br /&gt;
| 0 to 5, civ will come to site once exported goods has reached that level. If multiple progress triggers exist for a civ, it will come when any one of them is fulfilled instead of waiting for all of them to be reached. A value of 0 disables the trigger. 1 corresponds to 500☼ exported wealth, 2 to 2500☼, 3 to 10000☼, 4 to 20000☼, and 5 to 30000☼. Progress triggers may be changed, added, or deleted for a currently active fort.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| PROGRESS_TRIGGER_POP_SIEGE&lt;br /&gt;
| level&lt;br /&gt;
| 0 to 5, civ will begin to send sieges against the player civ when this level is reached if it is hostile.&lt;br /&gt;
&lt;br /&gt;
If multiple progress triggers exist for a civ, it will come when any one of them is fulfilled instead of waiting for all of them to be reached. A value of 0 disables the trigger.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| PROGRESS_TRIGGER_PROD_SIEGE&lt;br /&gt;
| level&lt;br /&gt;
| 0 to 5, civ will begin to send sieges against the player civ when this level is reached if it is hostile.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| PROGRESS_TRIGGER_TRADE_SIEGE&lt;br /&gt;
| level&lt;br /&gt;
| 0 to 5, civ will begin to send sieges against the player civ when this level is reached if it is hostile.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| SIEGER&lt;br /&gt;
|&lt;br /&gt;
| Will start campfires and wait around at the edge of your map for a month or two before rushing in to attack.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| SKULKING&lt;br /&gt;
|&lt;br /&gt;
| This makes the severity of attacks depend on the extent of item/baby thievery rather than the passage of time.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| TREE_CAP_DIPLOMACY&lt;br /&gt;
|&lt;br /&gt;
| Visiting diplomats impose tree cutting quotas; without this, they will simply compliment your fortress and leave. Also causes the diplomat to make unannounced first contact at the very beginning of the first Spring after your fortress becomes a Barony.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| LAYER_LINKED&lt;br /&gt;
| &lt;br /&gt;
| Defines if a civilization is a hidden subterranean entity, such as batman civilizations.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| UNDEAD_CANDIDATE&lt;br /&gt;
|&lt;br /&gt;
| Unknown.&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Items and Animals Used ==&lt;br /&gt;
{| {{prettytable}}&lt;br /&gt;
|- bgcolor=&amp;quot;#ddd&amp;quot;&lt;br /&gt;
! Token&lt;br /&gt;
! Arguments&lt;br /&gt;
! Description&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| AMMO&lt;br /&gt;
| item token&lt;br /&gt;
| &lt;br /&gt;
[AMMO:ITEM_AMMO_BOLTS]&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| ARMOR&lt;br /&gt;
|&lt;br /&gt;
* item token&lt;br /&gt;
* rarity&lt;br /&gt;
|Rarity is optional.  Permitted rarity values are RARE, UNCOMMON, FORCED (anything else is treated as COMMON).&lt;br /&gt;
[ARMOR:ITEM_ARMOR_PLATEMAIL:COMMON]&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| DIGGER&lt;br /&gt;
| item token&lt;br /&gt;
| &lt;br /&gt;
[DIGGER:ITEM_WEAPON_PICK]&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| GLOVES&lt;br /&gt;
|&lt;br /&gt;
* item token&lt;br /&gt;
* rarity&lt;br /&gt;
| Rarity is optional.  Permitted rarity values are RARE, UNCOMMON, FORCED (anything else is treated as COMMON).&lt;br /&gt;
[GLOVES:ITEM_GLOVES_GLOVES:COMMON]&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| HELM&lt;br /&gt;
|&lt;br /&gt;
* item token&lt;br /&gt;
* rarity&lt;br /&gt;
| Rarity is optional.  Permitted rarity values are RARE, UNCOMMON, FORCED (anything else is treated as COMMON).&lt;br /&gt;
[HELM:ITEM_HELM_HELM:COMMON]&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| INSTRUMENT&lt;br /&gt;
| item token&lt;br /&gt;
| &lt;br /&gt;
[INSTRUMENT:ITEM_INSTRUMENT_FLUTE]&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| PANTS&lt;br /&gt;
|&lt;br /&gt;
* item token&lt;br /&gt;
* rarity&lt;br /&gt;
| Rarity is optional.  Permitted rarity values are RARE, UNCOMMON, FORCED (anything else is treated as COMMON).&lt;br /&gt;
[PANTS:ITEM_PANTS_PANTS:COMMON]&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| SHIELD&lt;br /&gt;
| item token&lt;br /&gt;
| &lt;br /&gt;
[SHIELD:ITEM_SHIELD_SHIELD]&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| SHOES&lt;br /&gt;
|&lt;br /&gt;
* item token&lt;br /&gt;
* rarity&lt;br /&gt;
| Rarity is optional.  Permitted rarity values are RARE, UNCOMMON, FORCED (anything else is treated as COMMON).&lt;br /&gt;
[SHOES:ITEM_SHOES_SHOES:COMMON]&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| SIEGEAMMO&lt;br /&gt;
| item token&lt;br /&gt;
| &lt;br /&gt;
[SIEGEAMMO:ITEM_SIEGEAMMO_BALLISTA]&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| TOOL&lt;br /&gt;
| item token&lt;br /&gt;
| &lt;br /&gt;
[TOOL:ITEM_TOOL_NEST_BOX]&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| TOY&lt;br /&gt;
| item token&lt;br /&gt;
| &lt;br /&gt;
[TOY:ITEM_TOY_PUZZLEBOX]&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| TRAPCOMP&lt;br /&gt;
| item token&lt;br /&gt;
| &lt;br /&gt;
[TRAPCOMP:ITEM_TRAPCOMP_GIANTAXEBLADE]&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| WEAPON&lt;br /&gt;
| item token&lt;br /&gt;
| &lt;br /&gt;
[WEAPON:ITEM_WEAPON_AXE_BATTLE]&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| USE_ANIMAL_PRODUCTS&lt;br /&gt;
|&lt;br /&gt;
| Allows creature to use products made from animals, such as leather shirts.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| USE_ANY_PET_RACE&lt;br /&gt;
| &lt;br /&gt;
| Assuming it passes other checks, any creature in their list of usables (from common domestic if they have that or from the surrounding 7x7 or so of squares and map features in those squares) which has PET or PET_EXOTIC will be available as a pet (next time, it'll let them use mounts/pullers/pack animals of any kind as well, but I'm not sure this matters in the stock raws).  This notion of the initial usable creature list, which then gets pared down or otherwise considered, applies below as well.  All common domestic and equipment creatures are also added to the initial list.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| USE_CAVE_ANIMALS&lt;br /&gt;
|&lt;br /&gt;
| If they don't have it, creatures with exclusively subterranean biomes are skipped.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| USE_EVIL_ANIMALS&lt;br /&gt;
|&lt;br /&gt;
| Don't have it -&amp;gt; EVIL creatures skipped.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| USE_EVIL_PLANTS&lt;br /&gt;
|&lt;br /&gt;
| As EVIL creatures for all uses of plants.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| USE_EVIL_WOOD&lt;br /&gt;
|&lt;br /&gt;
| As EVIL creatures for all uses of wood.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| USE_GOOD_ANIMALS&lt;br /&gt;
|&lt;br /&gt;
| Don't have it -&amp;gt; GOOD creatures skipped.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| USE_GOOD_PLANTS&lt;br /&gt;
|&lt;br /&gt;
| As GOOD creatures for all uses of plants.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| USE_GOOD_WOOD&lt;br /&gt;
|&lt;br /&gt;
| As GOOD creatures for all uses of wood.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| USE_MISC_PROCESSED_WOOD_PRODUCTS&lt;br /&gt;
|&lt;br /&gt;
| If wood is available locally, and the relevant professions are permitted, controls availability of lye, charcoal, potash and pearlash.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| COMMON_DOMESTIC_MOUNT&lt;br /&gt;
|&lt;br /&gt;
| If a creature has MOUNT and the relevant COMMON_DOMESTIC_x tag (or COMMON_DOMESTIC for pets), it will be allowed if it passes the other checks.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| COMMON_DOMESTIC_PACK&lt;br /&gt;
|&lt;br /&gt;
| If a creature has PACK_ANIMAL and the relevant COMMON_DOMESTIC_x tag (or COMMON_DOMESTIC for pets), it will be allowed if it passes the other checks. Also seems to be required currently for trading to occur.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| COMMON_DOMESTIC_PET&lt;br /&gt;
|&lt;br /&gt;
| If a creature has PET and the relevant COMMON_DOMESTIC_x tag (or COMMON_DOMESTIC for pets), it will be allowed if it passes the other checks. Also seems to be required to have any animals at all, including those used in trading.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| COMMON_DOMESTIC_PULL&lt;br /&gt;
|&lt;br /&gt;
| If a creature has WAGON_PULLER and the relevant COMMON_DOMESTIC_x tag (or COMMON_DOMESTIC for pets), it will be allowed if it passes the other checks.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| RIVER_PRODUCTS&lt;br /&gt;
|&lt;br /&gt;
| Allow civ to use river products in the goods it has available for trade.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| OCEAN_PRODUCTS&lt;br /&gt;
|&lt;br /&gt;
| Allow civ to use ocean products in the goods it has available for trade.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| INDOOR_FARMING&lt;br /&gt;
| &lt;br /&gt;
| Allow civ to use underground plant products in the goods it has available for trade.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| OUTDOOR_FARMING&lt;br /&gt;
|&lt;br /&gt;
| Allow civ to use outdoor plant products in the goods it has available for trade.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| CLOTHING&lt;br /&gt;
|&lt;br /&gt;
| Civ members will attempt to wear clothing.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| SUBTERRANEAN_CLOTHING&lt;br /&gt;
|&lt;br /&gt;
| Will wear things made of spider silk and other subterranean materials. &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| EQUIPMENT_IMPROVEMENTS&lt;br /&gt;
|&lt;br /&gt;
| Adds decorations to equipment based on the level of the generated unit.  Also improves item quality.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| IMPROVED_BOWS&lt;br /&gt;
|&lt;br /&gt;
| Adds decorations to weapons generated for bowman and master bowman.  An elf hack.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| METAL_PREF&lt;br /&gt;
|&lt;br /&gt;
| Needs testing.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| STONE_PREF&lt;br /&gt;
|&lt;br /&gt;
| Enables creatures of this entity to bring stones in trade. Also seems to enable the use of metals smelted from ore, such as iron or copper.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| WOOD_WEAPONS&lt;br /&gt;
|&lt;br /&gt;
| Causes members to be able to use wooden weapons.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| WOOD_ARMOR&lt;br /&gt;
|&lt;br /&gt;
| Causes members to be able to use wooden armor.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| GEM_PREF&lt;br /&gt;
|&lt;br /&gt;
| Enables creatures of this entity to bring gems in trade.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| INDOOR_WOOD&lt;br /&gt;
| &lt;br /&gt;
| Allow civ to trade subterranean wood types, such as tower-cap and fungiwood logs.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| OUTDOOR_WOOD&lt;br /&gt;
|&lt;br /&gt;
| Allow civ to use outdoor wood types, such as mangrove and oak.&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Tissue Styling Related Tokens ==&lt;br /&gt;
{| {{prettytable}}&lt;br /&gt;
|- bgcolor=&amp;quot;#ddd&amp;quot;&lt;br /&gt;
! Token&lt;br /&gt;
! Arguments&lt;br /&gt;
! Description&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| TISSUE_STYLE&lt;br /&gt;
|&lt;br /&gt;
*tissue???&lt;br /&gt;
|  Presumably selects tissue to set cultural style parameters for. Needs testing.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| TS_MAINTAIN_LENGTH&lt;br /&gt;
|&lt;br /&gt;
*length?&lt;br /&gt;
*???&lt;br /&gt;
| Presumably sets culturally preferred tissue length for selected tissue. Needs testing.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| TS_PREFERRED_SHAPING&lt;br /&gt;
| ???&lt;br /&gt;
| Presumably sets culturally preferred tissue shapings for selected tissue. Needs testing.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{{Category|Modding}}&lt;br /&gt;
{{Category|Tokens}}&lt;/div&gt;</summary>
		<author><name>AVK</name></author>
	</entry>
	<entry>
		<id>http://dwarffortresswiki.org/index.php?title=v0.34:Ethic&amp;diff=182805</id>
		<title>v0.34:Ethic</title>
		<link rel="alternate" type="text/html" href="http://dwarffortresswiki.org/index.php?title=v0.34:Ethic&amp;diff=182805"/>
		<updated>2013-03-23T22:48:03Z</updated>

		<summary type="html">&lt;p&gt;AVK: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{quality|Exceptional|18:03, 28 April 2011 (UTC)}}{{av}}&lt;br /&gt;
== List of acceptable ethics tags==&lt;br /&gt;
&lt;br /&gt;
Ethics tags are used in the [[Entity token|entity raw files]] to determine how different civilizations feel about various issues. Relationships between civilizations are based on their ethic responses in relation to each other; similar ethics result in friendship, while conflicting ethics result in animosity. Strongly conflicting ethics often trigger [[war]]s during worldgen.&lt;br /&gt;
&lt;br /&gt;
In practice, this generally causes Elves to declare war on everybody else over killing plants and making trophies, and everybody else to declare war on the Elves over the devouring of sapient beings.&lt;br /&gt;
&lt;br /&gt;
== Ethics types ==&lt;br /&gt;
{| {{prettytable}}&lt;br /&gt;
|- bgcolor=&amp;quot;#dddddd&amp;quot;&lt;br /&gt;
!Token&lt;br /&gt;
!Extra Information&lt;br /&gt;
|-&lt;br /&gt;
|ASSAULT&lt;br /&gt;
| The result of a tantruming citizen attacking another in fortress mode. Other effects unknown.&lt;br /&gt;
|-&lt;br /&gt;
|EAT_SAPIENT_KILL&lt;br /&gt;
| This determines if the race will sometimes devour dead enemy combatants.&lt;br /&gt;
|-&lt;br /&gt;
|EAT_SAPIENT_OTHER&lt;br /&gt;
| This also determines whatever or not a race is willing to butcher other sapients. &lt;br /&gt;
|-&lt;br /&gt;
|KILL_ANIMAL&lt;br /&gt;
| A response between MISGUIDED and UNTHINKABLE (see below) causes the entity to refuse animal products in trade - namely, [[material token|materials]] with [IMPLIES_ANIMAL_KILL].&lt;br /&gt;
|-&lt;br /&gt;
|KILL_ENEMY&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|KILL_ENTITY_MEMBER&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|KILL_NEUTRAL&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|KILL_PLANT&lt;br /&gt;
| This determines a race's position towards wood as well - a response between MISGUIDED and UNTHINKABLE (see below) causes the entity to refuse wooden objects in trade, and it also prohibits them from bringing caravan [[wagon]]s.&lt;br /&gt;
|-&lt;br /&gt;
|LYING&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|MAKE_TROPHY_ANIMAL&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|MAKE_TROPHY_SAME_RACE&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|MAKE_TROPHY_SAPIENT&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|OATH_BREAKING&lt;br /&gt;
| The result of a citizen violating noble mandates in fortress mode. Other effects unknown.&lt;br /&gt;
|-&lt;br /&gt;
|SLAVERY&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|THEFT&lt;br /&gt;
| This determines whether the race will try to steal goods.&lt;br /&gt;
|-&lt;br /&gt;
|TORTURE_ANIMALS&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|TORTURE_AS_EXAMPLE&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|TORTURE_FOR_FUN&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|TORTURE_FOR_INFORMATION&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|TREASON&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|TRESPASSING&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|VANDALISM&lt;br /&gt;
| The result of a tantruming citizen breaking furniture in fortress mode. Other effects unknown.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Ethics values==&lt;br /&gt;
As used internally (see below), roughly in order of acceptability:&lt;br /&gt;
&lt;br /&gt;
{| {{prettytable}}&lt;br /&gt;
|- bgcolor=&amp;quot;#dddddd&amp;quot;&lt;br /&gt;
! Num !! Token&lt;br /&gt;
|-&lt;br /&gt;
| 0 || NOT_APPLICABLE&lt;br /&gt;
|-&lt;br /&gt;
| 1 || ACCEPTABLE&lt;br /&gt;
|-&lt;br /&gt;
| 2 || PERSONAL_MATTER&lt;br /&gt;
|-&lt;br /&gt;
| 3 || JUSTIFIED_IF_NO_REPERCUSSIONS&lt;br /&gt;
|-&lt;br /&gt;
| 4 || JUSTIFIED_IF_GOOD_REASON&lt;br /&gt;
|-&lt;br /&gt;
| 5 || JUSTIFIED_IF_EXTREME_REASON&lt;br /&gt;
|-&lt;br /&gt;
| 6 || JUSTIFIED_IF_SELF_DEFENSE&lt;br /&gt;
|-&lt;br /&gt;
| 7 || ONLY_IF_SANCTIONED&lt;br /&gt;
|-&lt;br /&gt;
| 8 || MISGUIDED&lt;br /&gt;
|-&lt;br /&gt;
| 9 || SHUN&lt;br /&gt;
|-&lt;br /&gt;
| 10 || APPALLING&lt;br /&gt;
|-&lt;br /&gt;
| 11 || PUNISH_REPRIMAND&lt;br /&gt;
|-&lt;br /&gt;
| 12 || PUNISH_SERIOUS&lt;br /&gt;
|-&lt;br /&gt;
| 13 || PUNISH_EXILE&lt;br /&gt;
|-&lt;br /&gt;
| 14 || PUNISH_CAPITAL&lt;br /&gt;
|-&lt;br /&gt;
| 15 || UNTHINKABLE&lt;br /&gt;
|-&lt;br /&gt;
| 16 || REQUIRED&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Ethics value numbers in relation to each other==&lt;br /&gt;
The following table describes how entities respond to differences in ethics, using the evaluator's ethic response as the row number and the target's ethic response as the column number.&lt;br /&gt;
{| ((prettytable}}&lt;br /&gt;
|- style=&amp;quot;text-align:right&amp;quot;&lt;br /&gt;
!  -&lt;br /&gt;
!        0 !!  1 !!  2 !!  3 !!  4 !!  5 !!  6 !!  7 !!  8 !!  9 !! 10 !! 11 !! 12 !! 13 !! 14 !! 15 !! 16&lt;br /&gt;
|- style=&amp;quot;text-align:right&amp;quot;&lt;br /&gt;
!  0&lt;br /&gt;
|        0 ||  0 ||  0 ||  0 ||  0 ||  0 ||  0 ||  0 ||  0 ||  0 ||  0 ||  0 ||  0 ||  0 ||  0 ||  0 ||  0&lt;br /&gt;
|- style=&amp;quot;text-align:right&amp;quot;&lt;br /&gt;
!  1&lt;br /&gt;
|        0 ||  1 ||  1 ||  1 ||  0 ||  0 ||  0 ||  0 || -1 || -2 || -2 || -2 || -3 || -5 || -5 || -2 ||  1&lt;br /&gt;
|- style=&amp;quot;text-align:right&amp;quot;&lt;br /&gt;
!  2&lt;br /&gt;
|        0 ||  1 ||  1 ||  1 ||  0 ||  0 ||  0 ||  0 || -1 || -2 || -2 || -2 || -3 || -5 || -5 || -2 ||  1&lt;br /&gt;
|- style=&amp;quot;text-align:right&amp;quot;&lt;br /&gt;
!  3&lt;br /&gt;
|        0 ||  1 ||  1 ||  1 ||  0 ||  0 ||  0 ||  0 || -1 || -2 || -2 || -2 || -3 || -5 || -5 || -2 ||  1&lt;br /&gt;
|- style=&amp;quot;text-align:right&amp;quot;&lt;br /&gt;
!  4&lt;br /&gt;
|        0 ||  0 ||  0 ||  0 ||  2 ||  1 ||  0 ||  0 ||  0 || -1 || -1 || -1 || -1 || -1 || -1 || -1 ||  0&lt;br /&gt;
|- style=&amp;quot;text-align:right&amp;quot;&lt;br /&gt;
!  5&lt;br /&gt;
|        0 || -1 || -1 ||  0 ||  1 ||  2 ||  0 ||  0 ||  0 || -1 || -1 || -1 || -1 || -1 || -1 || -1 || -1&lt;br /&gt;
|- style=&amp;quot;text-align:right&amp;quot;&lt;br /&gt;
!  6&lt;br /&gt;
|        0 || -2 || -2 || -1 ||  0 ||  1 ||  2 ||  0 ||  0 ||  0 || -1 || -1 || -1 || -1 || -1 || -1 || -2&lt;br /&gt;
|- style=&amp;quot;text-align:right&amp;quot;&lt;br /&gt;
!  7&lt;br /&gt;
|        0 || -2 || -2 || -1 ||  0 ||  1 ||  0 ||  2 ||  0 ||  0 || -1 || -1 || -1 || -1 || -1 || -1 || -2&lt;br /&gt;
|- style=&amp;quot;text-align:right&amp;quot;&lt;br /&gt;
!  8&lt;br /&gt;
|        0 || -1 || -1 ||  0 ||  0 ||  0 ||  0 ||  0 ||  2 ||  1 ||  1 ||  1 ||  0 ||  0 || -1 ||  1 || -1&lt;br /&gt;
|- style=&amp;quot;text-align:right&amp;quot;&lt;br /&gt;
!  9&lt;br /&gt;
|        0 || -1 || -1 ||  0 ||  0 ||  0 ||  0 ||  0 ||  1 ||  2 ||  1 ||  1 ||  0 ||  0 || -1 ||  1 || -1&lt;br /&gt;
|- style=&amp;quot;text-align:right&amp;quot;&lt;br /&gt;
! 10&lt;br /&gt;
|        0 || -5 || -5 || -3 || -2 || -1 || -1 || -2 ||  1 ||  1 ||  2 ||  1 ||  1 ||  1 ||  0 ||  1 || -5&lt;br /&gt;
|- style=&amp;quot;text-align:right&amp;quot;&lt;br /&gt;
! 11&lt;br /&gt;
|        0 || -5 || -5 || -3 || -2 || -1 || -1 || -2 ||  1 ||  1 ||  1 ||  2 ||  1 ||  1 ||  0 ||  1 || -5&lt;br /&gt;
|- style=&amp;quot;text-align:right&amp;quot;&lt;br /&gt;
! 12&lt;br /&gt;
|        0 ||-10 ||-10 || -7 || -3 || -2 || -2 || -3 ||  0 ||  1 ||  1 ||  0 ||  2 ||  1 ||  1 ||  1 ||-10&lt;br /&gt;
|- style=&amp;quot;text-align:right&amp;quot;&lt;br /&gt;
! 13&lt;br /&gt;
|        0 ||-10 ||-10 || -7 || -3 || -2 || -2 || -3 ||  0 ||  1 ||  1 ||  0 ||  1 ||  2 ||  1 ||  1 ||-10&lt;br /&gt;
|- style=&amp;quot;text-align:right&amp;quot;&lt;br /&gt;
! 14&lt;br /&gt;
|        0 ||-15 ||-15 ||-10 || -5 || -3 || -3 || -5 ||  0 ||  0 ||  1 ||  0 ||  1 ||  1 ||  2 ||  1 ||-15&lt;br /&gt;
|- style=&amp;quot;text-align:right&amp;quot;&lt;br /&gt;
! 15&lt;br /&gt;
|        0 ||-15 ||-15 ||-10 || -5 || -3 || -3 || -5 ||  0 ||  1 ||  1 ||  0 ||  1 ||  1 ||  1 ||  2 ||-15&lt;br /&gt;
|- style=&amp;quot;text-align:right&amp;quot;&lt;br /&gt;
! 16&lt;br /&gt;
|        0 ||  1 ||  1 ||  1 ||  0 ||  0 ||  0 ||  0 || -1 || -2 || -2 || -2 || -3 || -5 || -5 || -2 ||  1&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
The above values were collected from a disassembly and are identical to the values given by Toady himself in [http://www.bay12forums.com/smf/index.php?topic=22151.msg239689 this forum thread].&lt;br /&gt;
&lt;br /&gt;
{{Category|Modding}}&lt;br /&gt;
{{Category|Tokens}}&lt;/div&gt;</summary>
		<author><name>AVK</name></author>
	</entry>
	<entry>
		<id>http://dwarffortresswiki.org/index.php?title=v0.34:Position_token&amp;diff=182804</id>
		<title>v0.34:Position token</title>
		<link rel="alternate" type="text/html" href="http://dwarffortresswiki.org/index.php?title=v0.34:Position_token&amp;diff=182804"/>
		<updated>2013-03-23T21:04:33Z</updated>

		<summary type="html">&lt;p&gt;AVK: Oops, didn't know what I was talking about.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{quality|Exceptional|18:14, 28 April 2011 (UTC)}}{{av}}&lt;br /&gt;
These tokens define positions in entity_*.txt files. See [[Entity token]].&lt;br /&gt;
==Position Tokens==&lt;br /&gt;
These tokens belong in an entity definition. These tokens apply to a position (such as monarch) and should follow the [POSITION:POSITION_NAME] token.&lt;br /&gt;
&lt;br /&gt;
{| {{prettytable}}&lt;br /&gt;
|- bgcolor=&amp;quot;#dddddd&amp;quot;&lt;br /&gt;
! Token&lt;br /&gt;
! Arguments&lt;br /&gt;
! Description&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| ACCOUNT_EXEMPT&lt;br /&gt;
|&lt;br /&gt;
| The position holder is not subjected to the economy. Less than relevant right now.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| ALLOWED_CLASS&lt;br /&gt;
| CREATURE_CLASS Token&lt;br /&gt;
| Only creatures with the specified class token can be appointed to this position.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| ALLOWED_CREATURE&lt;br /&gt;
| CREATURE:CASTE&lt;br /&gt;
| Restricts the position to only the defined caste. Only works with a caste of the entity's current race (If the entity had multiple CREATURE: tokens)&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| APPOINTED_BY&lt;br /&gt;
| position&lt;br /&gt;
| This position can only be chosen to the task from the nobles screen, and is available only if there is an *argument* present. For example, the GENERAL is [APPOINTED_BY:MONARCH]. Contrast [ELECTED]. Being appointed by a MONARCH seems to handle a lot of worldgen stuff and interferes with fort mode titles.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| BRAG_ON_KILL&lt;br /&gt;
| &lt;br /&gt;
| A creature that kills this position will be sure to talk about it a lot.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| CHAT_WORTHY&lt;br /&gt;
| &lt;br /&gt;
| In adventure mode, when referencing locations an NPC may mention this position holder living there or having done some deed there.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| COLOR&lt;br /&gt;
| color&lt;br /&gt;
| Creatures of this position will have this color, instead of their profession color. e.g. [COLOR:5:0:1]&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| COMMANDER&lt;br /&gt;
| position:ALL&lt;br /&gt;
| This position will act as a commander of the specified position{{verify}}. E.g. GENERAL is [COMMANDER:LIEUTENANT:ALL]. Unknown if values other than ALL work.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| CONQUERED_SITE&lt;br /&gt;
| &lt;br /&gt;
| This position is the puppet ruler left behind on a conquered site.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| DEMAND_MAX&lt;br /&gt;
| number (0-100)&lt;br /&gt;
| How many demands at one time the position can make of the population.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| DETERMINES_COIN_DESIGN&lt;br /&gt;
| &lt;br /&gt;
| Minted coins will have images that reflect the personality of this position holder.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| DO_NOT_CULL&lt;br /&gt;
| &lt;br /&gt;
| The position won't be culled from Legends as &amp;quot;unimportant&amp;quot; during world generation.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| DUTY_BOUND&lt;br /&gt;
| &lt;br /&gt;
| Members of this position will never agree to 'join' your character during adventure mode.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| ELECTED&lt;br /&gt;
| &lt;br /&gt;
| The population will periodically select the most skill-eligible creature to fill this position. Contrast [APPOINTED_BY].&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| EXECUTION_SKILL&lt;br /&gt;
| weapon skill&lt;br /&gt;
| A mandatory subtag of [RESPONSIBILITY:EXECUTIONS]. Determines the weapon chosen by the executioner for his work.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| EXPORTED_IN_LEGENDS&lt;br /&gt;
| &lt;br /&gt;
| The various members who have filled this role will be listed in the civilisation's history.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| FLASHES&lt;br /&gt;
| &lt;br /&gt;
| The creature holding this position will visibly flash, like legendary citizens. Represents a properly noble station by default.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| GENDER&lt;br /&gt;
| male/female&lt;br /&gt;
| The position can only be held by specified gender.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| KILL_QUEST&lt;br /&gt;
| &lt;br /&gt;
| The position can assign quests to adventurers.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| LAND_HOLDER&lt;br /&gt;
| importance tier (1-3)&lt;br /&gt;
| The position is a title bestowed by the King. The outpost liaison may offer to appoint a citizen to this position once the wealth requirements given in the LAND_HOLDER_TRIGGER in the entity definition has been met.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| LAND_NAME&lt;br /&gt;
| string&lt;br /&gt;
| The name the area takes on when under the control of a LAND_HOLDER. E.g. for the DUKE, [LAND_NAME:a duchy]&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| MANDATE_MAX&lt;br /&gt;
| number (0-100)&lt;br /&gt;
| The maximum number of mandates the position can make at once.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| MENIAL_WORK_EXEMPTION&lt;br /&gt;
| &lt;br /&gt;
| The position cannot be assigned labours, and will generally just lounge around like nobles do. Currently does not actually work. {{bug|3721}}&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| MENIAL_WORK_EXEMPTION_SPOUSE&lt;br /&gt;
| &lt;br /&gt;
| The spouse of the position holder doesn't have to work, either. Also doesn't work either. {{bug|3721}}&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| MILITARY_SCREEN_ONLY&lt;br /&gt;
|&lt;br /&gt;
| This position can not be appointed from the nobles screen. Intended for militia captains and other squad leaders to reduce clutter.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| NAME&lt;br /&gt;
| singular:plural&lt;br /&gt;
| The name of the position.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| NAME_MALE&lt;br /&gt;
| singular:plural&lt;br /&gt;
| If the creature holding the position is male, this is the position's name. E.g. for MONARCH, [NAME_MALE:king:kings]&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| NAME_FEMALE&lt;br /&gt;
| singular:plural&lt;br /&gt;
| If the creature holding the position is female, this is the position's name. E.g. for MONARCH, [NAME_FEMALE:queen:queens]&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| NUMBER&lt;br /&gt;
| &lt;br /&gt;
* number/AS_NEEDED&lt;br /&gt;
| How many of the position there should be. If the [SITE] token exists, this is per site, otherwise this is per civilisation.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| PRECEDENCE&lt;br /&gt;
| number (0-30000)&lt;br /&gt;
| How important the position is in society; a lower number is more important. For MONARCH it's 1, for MILITIA_CAPTAIN it's 200.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| PUNISHMENT_EXEMPTION&lt;br /&gt;
| &lt;br /&gt;
| The position holder will not be held accountable for his or her crimes. Does not appear to work. {{bug|4589}}&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| QUEST_GIVER&lt;br /&gt;
|&lt;br /&gt;
| The position holder can give quests in Adventurer mode. Functionality in 0.31.13 and later is uncertain.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| REJECTED_CLASS&lt;br /&gt;
| CREATURE_CLASS Token&lt;br /&gt;
| Creatures of the specified class cannot be appointed to this position.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| REJECTED_CREATURE&lt;br /&gt;
| CREATURE:CASTE&lt;br /&gt;
| Restricts position holders by CREATURE type.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| REPLACED_BY&lt;br /&gt;
| position&lt;br /&gt;
| This position is absorbed by another down the line. For example, expedition leader is [REPLACED_BY:MAYOR].&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| REQUIRED_BEDROOM&lt;br /&gt;
| number (0-1000000)&lt;br /&gt;
| The position holder requires a bedroom with at least this value.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| REQUIRED_BOXES&lt;br /&gt;
| number (0-100)&lt;br /&gt;
| The position holder requires at least this many boxes.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| REQUIRED_CABINETS&lt;br /&gt;
| number (0-100)&lt;br /&gt;
| The position holder requires at least this many cabinets.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| REQUIRED_DINING&lt;br /&gt;
| number (0-1000000)&lt;br /&gt;
| The position holder requires a dining room with at least this value.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| REQUIRED_OFFICE&lt;br /&gt;
| number (0-1000000)&lt;br /&gt;
| The position holder requires an office with at least this value.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| REQUIRED_RACKS&lt;br /&gt;
| number (0-100)&lt;br /&gt;
| The position holder requires at least this many weapon racks.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| REQUIRED_STANDS&lt;br /&gt;
| number (0-100)&lt;br /&gt;
| The position holder requires at least this many armour stands.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| REQUIRED_TOMB&lt;br /&gt;
| number (0-1000000)&lt;br /&gt;
| The position holder requires a tomb with at least this value.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| REQUIRES_POPULATION&lt;br /&gt;
| number&lt;br /&gt;
| The position requires the population to be at least this number before it becomes available or before the position holder will move in.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| RESPONSIBILITY&lt;br /&gt;
| responsibility&lt;br /&gt;
| The position holder does a thing. See the table below for suitable arguments.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| RULES_FROM_LOCATION&lt;br /&gt;
| &lt;br /&gt;
| The position holder is the main ruler of his site and tends to stay there. {{verify}}&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| SITE&lt;br /&gt;
| &lt;br /&gt;
| The civilisation will attempt to have this position separate for each site.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| SLEEP_PRETENSION&lt;br /&gt;
| &lt;br /&gt;
| The position holder will get upset if someone with a higher PRECEDENCE holds quarters with a greater value than their own.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| SPOUSE&lt;br /&gt;
| singular:plural&lt;br /&gt;
| The name of the position holder's spouse.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| SPOUSE_FEMALE&lt;br /&gt;
| singular:plural&lt;br /&gt;
| If the spouse of the creature holding the position is female, this is the spouse's position name.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| SPOUSE_MALE&lt;br /&gt;
| singular:plural&lt;br /&gt;
| If the spouse of the creature holding the position is male, this is the spouse's position name.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| SQUAD&lt;br /&gt;
| number:singular:plural&lt;br /&gt;
| The position holder is authorized to form a military squad, led by themselves. The number denotes the maximum headcount. The noun used to describe the subordinates (e.g. royal guard) may be a relic from the 40d era.{{verify}}&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| SUCCESSION&lt;br /&gt;
| &lt;br /&gt;
* BY_HEIR / BY_POSITION:position&lt;br /&gt;
| How a new position holder is chosen.&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Responsibilities ==&lt;br /&gt;
{| {{prettytable}}&lt;br /&gt;
|- bgcolor=&amp;quot;#dddddd&amp;quot;&lt;br /&gt;
! Argument&lt;br /&gt;
! Description&lt;br /&gt;
! Notes&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| ACCOUNTING&lt;br /&gt;
| Found on bookkeeper. Position will use Record Keeper skill to keep track of stocks.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| ATTACK_ENEMIES&lt;br /&gt;
| Found on elven ranger captain and human warrior. Effect unknown.{{verify}}&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| BUILD_MORALE&lt;br /&gt;
| Found on champion. Position will lead military training exercises.{{verify}}&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| COLLECT_TAXES&lt;br /&gt;
| Found on tax collector. Position goes around and collects the tax money from the populace, under armed escort. &lt;br /&gt;
| Removed in version 0.31 along with the dwarven [[economy]]. Has no current effect.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| EQUIPMENT_MANIFESTS&lt;br /&gt;
| Found on arsenal dwarf. Position will keep track of assigned weapons and equipment.&lt;br /&gt;
| Removed in version 31.10. Has no effect.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| ESCORT_TAX_COLLECTOR&lt;br /&gt;
| Found on hammerer. Position serves as one of the tax collector's bodyguards during his rounds.&lt;br /&gt;
| Removed in version 0.31 along with the tax collector. Has no current effect.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| ESTABLISH_COLONY_TRADE_AGREEMENTS&lt;br /&gt;
| Found on outpost liaison. Position will live in the civilization capital and travels to make trade agreements with its colonies.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| EXECUTIONS&lt;br /&gt;
| Found on hammerer. Position executes death penalties with a weapon of the appropriate skill.&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| HEALTH_MANAGEMENT&lt;br /&gt;
| Found on chief medical dwarf. Position will use Diagnostician skill enable the {{key|z}}-menu health screen.&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| LAW_ENFORCEMENT&lt;br /&gt;
| Found on sheriff/captain of the guard. Position and its subordinates are in charge of punishing criminals.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| LAW_MAKING&lt;br /&gt;
| Found on monarch/landholders. Effect unknown.{{verify}}&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| MAKE_INTRODUCTIONS&lt;br /&gt;
| Found on diplomat. Effect unknown.{{verify}}&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| MAKE_PEACE_AGREEMENTS&lt;br /&gt;
| Found on diplomat. Position negotiates peace treaties in order to end wars.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| MAKE_TOPIC_AGREEMENTS&lt;br /&gt;
| Found on diplomat. Position negotiates special agreements such as tree cutting quotas.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| MANAGE_PRODUCTION&lt;br /&gt;
| Found on manager. Position enables the use of workshop profiles and uses the Organizer skill to process work orders entered in the job manager after the fortress population reaches 20.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| MEET_WORKERS&lt;br /&gt;
| Found on expedition leader/mayor. Position holds meetings with unhappy citizens and tries to pacify them with happy thoughts.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| MILITARY_GOALS&lt;br /&gt;
| Found on monarch/landholder/leaders. Effect unknown.{{verify}}&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| MILITARY_STRATEGY&lt;br /&gt;
| Found on general/militia commander. During worldgen, position will go on expeditions to tame exotic creatures.{{verify}}&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| PATROL_TERRITORY&lt;br /&gt;
| Found on elven ranger captain and human warrior. Effect unknown.{{verify}}&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| RECEIVE_DIPLOMATS&lt;br /&gt;
| Found on monarch/landholder/leaders. Position will hold meetings with incoming diplomats and liaisons.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| RELIGION&lt;br /&gt;
| Found on elven druid. Position informs you about worship cults{{verify}}&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| SORT_AMMUNITION&lt;br /&gt;
| Found on arsenal dwarf. Position approves changes to ammunition settings in the military screen.&lt;br /&gt;
| Removed in version 31.10. Has no current effect.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| TAME_EXOTICS&lt;br /&gt;
| Found on dungeon master. Position enables taming exotic creatures and does forge work.&lt;br /&gt;
| Defunct since version 0.31, removed with the animal training overhaul in 34.06. Has no current effect.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| TRADE&lt;br /&gt;
| Found on broker. Position will use Appraisal skill to display value estimates and trade at the depot when set to broker only. When applied to other civilizations, the position will arrive with the caravan to make trade agreements.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| UPGRADE_SQUAD_EQUIPMENT&lt;br /&gt;
| Found on arsenal dwarf. Position approves changes to assigned squad equipment in the military screen.&lt;br /&gt;
| Removed in version 31.10. Has no current effect.&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Related Tokens ==&lt;br /&gt;
The following two ENTITY tokens are not actually position tokens, but bear mentioning on this page because they can modify the way that a civilization's positions behave:&lt;br /&gt;
&lt;br /&gt;
{| {{prettytable}}&lt;br /&gt;
|- bgcolor=&amp;quot;#dddddd&amp;quot;&lt;br /&gt;
! Token&lt;br /&gt;
! Arguments&lt;br /&gt;
! Description&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| LAND_HOLDER_TRIGGER&lt;br /&gt;
|&lt;br /&gt;
* landholder tier&lt;br /&gt;
* population&lt;br /&gt;
* wealth exported&lt;br /&gt;
* created wealth&lt;br /&gt;
| Defines the requirements for the noble ruler promotions. The tier numbers determine which position is used.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| VARIABLE_POSITIONS&lt;br /&gt;
| Position responsibility or ALL&lt;br /&gt;
| Allows a responsibility to be taken up by a dynamically generated position (such as Law-maker).&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Why Won't My Positions Appear? ==&lt;br /&gt;
The way DF determines what positions will actually ''appear'' in your fortress is somewhat counterintuitive and fairly limiting. This guide should help you understand what you can do to actually get your positions working properly.&lt;br /&gt;
&lt;br /&gt;
There are five tokens governing which positions appear in your fortress - LAND_HOLDER, REQUIRES_POPULATION, APPOINTED_BY, ELECTED, and REPLACED_BY. The first two determine when your fortress is eligible for a new position, the next two determine how a new position for which your fortress is eligible can be added, and the fifth allows you to clear up obsolete positions. Unfortunately, they also interact in some strange ways that makes creating interesting position structures difficult.&lt;br /&gt;
&lt;br /&gt;
When you start a new fortress, DF compiles a list of your initial positions. To do this, it looks at the requirements for each position - any position whose only requirement is less than seven dwarves (either because they have no requirement tokens, or because their only requirement tokens are [REQUIRES_POPULATION: =&amp;lt; 7] or [LAND_HOLDER:some trigger whose only requirement is some number of dwarves equal to or less than 7]). Most importantly, ''any'' position whose only requirement is a LAND_HOLDER requirement, regardless of what the trigger for that requirement is, will be added if another eligible starting position is REPLACED_BY it. '''A non-LAND_HOLDER position that is REPLACED_BY a LAND_HOLDER position will never appear.''' With this list compiled, the game culls all positions that are REPLACED_BY another eligible position, and then culls all positions that have the APPOINTED_BY token. '''You may not embark with any appointed positions.''' Any remaining positions are then filled by a dwarf chosen at random.&lt;br /&gt;
&lt;br /&gt;
'''Positions do not automatically appear when you reach their requirements.''' For example, if you remove the ELECTED token from the Mayor, then the Mayor will never appear, even once you reach his required number of dwarves. '''For a position that does not appear at embark to appear in your fortress, it must be APPOINTED_BY another position or ELECTED.'''&lt;br /&gt;
&lt;br /&gt;
Naturally, this is more complicated than it looks. '''APPOINTED_BY positions must be appointed by another position already in your fortress, or a civ-level position. Only LAND_HOLDER positions may be appointed by civ-level positions.''' LAND_HOLDER positions that are APPOINTED_BY civ-level positions are inherently tied to civ-level tokens with the ESTABLISH_COLONY_TRADE_AGREEMENTS responsibility. If a fortress meets the LAND_HOLDER_TRIGGER for a new LAND_HOLDER tier when a caravan leaves, then the next time the outpost liaison or equivalent arrives, he will offer to make you an official colony, which will allow you to select all positions for that LAND_HOLDER level. '''Each time he appears, the outpost liaison will only promote your fortress one tier up the LAND_HOLDER track.''' The biggest problem with this system is that you may set your LAND_HOLDER_TRIGGERS such that you are eligible for the first tier of LAND_HOLDER positions at embark. '''If you are eligible for the first tier of LAND_HOLDER positions at embark, then all first-tier positions will appear twice - once at embark, and again when the outpost liaison comes to appoint you to the first tier.'''&lt;br /&gt;
&lt;br /&gt;
{{Category|Modding}}&lt;br /&gt;
{{Category|Tokens}}&lt;/div&gt;</summary>
		<author><name>AVK</name></author>
	</entry>
	<entry>
		<id>http://dwarffortresswiki.org/index.php?title=v0.34:Position_token&amp;diff=182800</id>
		<title>v0.34:Position token</title>
		<link rel="alternate" type="text/html" href="http://dwarffortresswiki.org/index.php?title=v0.34:Position_token&amp;diff=182800"/>
		<updated>2013-03-23T04:51:00Z</updated>

		<summary type="html">&lt;p&gt;AVK: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{quality|Exceptional|18:14, 28 April 2011 (UTC)}}{{av}}&lt;br /&gt;
These tokens define positions in entity_*.txt files. See [[Entity token]].&lt;br /&gt;
==Position Tokens==&lt;br /&gt;
These tokens belong in an entity definition. These tokens apply to a position (such as monarch) and should follow the [POSITION:POSITION_NAME] token.&lt;br /&gt;
&lt;br /&gt;
{| {{prettytable}}&lt;br /&gt;
|- bgcolor=&amp;quot;#dddddd&amp;quot;&lt;br /&gt;
! Token&lt;br /&gt;
! Arguments&lt;br /&gt;
! Description&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| ACCOUNT_EXEMPT&lt;br /&gt;
|&lt;br /&gt;
| The position holder is not subjected to the economy. Less than relevant right now.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| ALLOWED_CLASS&lt;br /&gt;
| CREATURE_CLASS Token&lt;br /&gt;
| Only creatures with the specified class token can be appointed to this position.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| ALLOWED_CREATURE&lt;br /&gt;
| CREATURE:CASTE&lt;br /&gt;
| Restricts the position to only the defined caste. Only works with a caste of the entity's current race (If the entity had multiple CREATURE: tokens)&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| APPOINTED_BY&lt;br /&gt;
| position&lt;br /&gt;
| This position can only be chosen to the task from the nobles screen, and is available only if there is an *argument* present. For example, the GENERAL is [APPOINTED_BY:MONARCH]. Contrast [ELECTED]. Being appointed by a MONARCH seems to handle a lot of worldgen stuff and interferes with fort mode titles.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| BRAG_ON_KILL&lt;br /&gt;
| &lt;br /&gt;
| A creature that kills this position will be sure to talk about it a lot.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| CHAT_WORTHY&lt;br /&gt;
| &lt;br /&gt;
| In adventure mode, when referencing locations an NPC may mention this position holder living there or having done some deed there.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| COLOR&lt;br /&gt;
| color&lt;br /&gt;
| Creatures of this position will have this color, instead of their profession color. e.g. [COLOR:5:0:1]&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| COMMANDER&lt;br /&gt;
| position:ALL&lt;br /&gt;
| This position will act as a commander of the specified position{{verify}}. E.g. GENERAL is [COMMANDER:LIEUTENANT:ALL]. Unknown if values other than ALL work.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| CONQUERED_SITE&lt;br /&gt;
| &lt;br /&gt;
| This position is the puppet ruler left behind on a conquered site.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| DEMAND_MAX&lt;br /&gt;
| number (0-100)&lt;br /&gt;
| How many demands at one time the position can make of the population.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| DETERMINES_COIN_DESIGN&lt;br /&gt;
| &lt;br /&gt;
| Minted coins will have images that reflect the personality of this position holder.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| DO_NOT_CULL&lt;br /&gt;
| &lt;br /&gt;
| The position won't be culled from Legends as &amp;quot;unimportant&amp;quot; during world generation.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| DUTY_BOUND&lt;br /&gt;
| &lt;br /&gt;
| Members of this position will never agree to 'join' your character during adventure mode.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| ELECTED&lt;br /&gt;
| &lt;br /&gt;
| The population will periodically select the most skill-eligible creature to fill this position. Contrast [APPOINTED_BY].&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| EXECUTION_SKILL&lt;br /&gt;
| weapon skill&lt;br /&gt;
| A mandatory subtag of [RESPONSIBILITY:EXECUTIONS]. Determines the weapon chosen by the executioner for his work.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| EXPORTED_IN_LEGENDS&lt;br /&gt;
| &lt;br /&gt;
| The various members who have filled this role will be listed in the civilisation's history.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| FLASHES&lt;br /&gt;
| &lt;br /&gt;
| The creature holding this position will visibly flash, like legendary citizens. Represents a properly noble station by default.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| GENDER&lt;br /&gt;
| male/female&lt;br /&gt;
| The position can only be held by specified gender.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| KILL_QUEST&lt;br /&gt;
| &lt;br /&gt;
| The position can assign quests to adventurers.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| LAND_HOLDER&lt;br /&gt;
| importance tier (1-3)&lt;br /&gt;
| The position is a title bestowed by the King. The outpost liaison may offer to appoint a citizen to this position once the wealth requirements given in the LAND_HOLDER_TRIGGER in the entity definition has been met.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| LAND_NAME&lt;br /&gt;
| string&lt;br /&gt;
| The name the area takes on when under the control of a LAND_HOLDER. E.g. for the DUKE, [LAND_NAME:a duchy]&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| MANDATE_MAX&lt;br /&gt;
| number (0-100)&lt;br /&gt;
| The maximum number of mandates the position can make at once.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| MENIAL_WORK_EXEMPTION&lt;br /&gt;
| &lt;br /&gt;
| The position cannot be assigned labours, and will generally just lounge around like nobles do. Currently does not actually work. {{bug|3721}}&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| MENIAL_WORK_EXEMPTION_SPOUSE&lt;br /&gt;
| &lt;br /&gt;
| The spouse of the position holder doesn't have to work, either. Also doesn't work either. {{bug|3721}}&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| MILITARY_SCREEN_ONLY&lt;br /&gt;
|&lt;br /&gt;
| This position can not be appointed from the nobles screen. Intended for militia captains and other squad leaders to reduce clutter.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| NAME&lt;br /&gt;
| singular:plural&lt;br /&gt;
| The name of the position.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| NAME_MALE&lt;br /&gt;
| singular:plural&lt;br /&gt;
| If the creature holding the position is male, this is the position's name. E.g. for MONARCH, [NAME_MALE:king:kings]&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| NAME_FEMALE&lt;br /&gt;
| singular:plural&lt;br /&gt;
| If the creature holding the position is female, this is the position's name. E.g. for MONARCH, [NAME_FEMALE:queen:queens]&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| NUMBER&lt;br /&gt;
| &lt;br /&gt;
* number/AS_NEEDED&lt;br /&gt;
| How many of the position there should be. If the [SITE] token exists, this is per site, otherwise this is per civilisation.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| PRECEDENCE&lt;br /&gt;
| number (0-30000)&lt;br /&gt;
| How important the position is in society; a lower number is more important. For MONARCH it's 1, for MILITIA_CAPTAIN it's 200.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| PUNISHMENT_EXEMPTION&lt;br /&gt;
| &lt;br /&gt;
| The position holder will not be held accountable for his or her crimes. Does not appear to work. {{bug|4589}}&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| QUEST_GIVER&lt;br /&gt;
|&lt;br /&gt;
| The position holder can give quests in Adventurer mode. Functionality in 0.31.13 and later is uncertain.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| REJECTED_CLASS&lt;br /&gt;
| CREATURE_CLASS Token&lt;br /&gt;
| Creatures of the specified class cannot be appointed to this position.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| REJECTED_CREATURE&lt;br /&gt;
| CREATURE:CASTE&lt;br /&gt;
| Restricts position holders by CREATURE type.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| REPLACED_BY&lt;br /&gt;
| position&lt;br /&gt;
| This position is absorbed by another down the line. For example, expedition leader is [REPLACED_BY:MAYOR].&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| REQUIRED_BEDROOM&lt;br /&gt;
| number (0-1000000)&lt;br /&gt;
| The position holder requires a bedroom with at least this value.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| REQUIRED_BOXES&lt;br /&gt;
| number (0-100)&lt;br /&gt;
| The position holder requires at least this many boxes.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| REQUIRED_CABINETS&lt;br /&gt;
| number (0-100)&lt;br /&gt;
| The position holder requires at least this many cabinets.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| REQUIRED_DINING&lt;br /&gt;
| number (0-1000000)&lt;br /&gt;
| The position holder requires a dining room with at least this value.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| REQUIRED_OFFICE&lt;br /&gt;
| number (0-1000000)&lt;br /&gt;
| The position holder requires an office with at least this value.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| REQUIRED_RACKS&lt;br /&gt;
| number (0-100)&lt;br /&gt;
| The position holder requires at least this many weapon racks.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| REQUIRED_STANDS&lt;br /&gt;
| number (0-100)&lt;br /&gt;
| The position holder requires at least this many armour stands.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| REQUIRED_TOMB&lt;br /&gt;
| number (0-1000000)&lt;br /&gt;
| The position holder requires a tomb with at least this value.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| REQUIRES_POPULATION&lt;br /&gt;
| number&lt;br /&gt;
| The position requires the population to be at least this number before it becomes available or before the position holder will move in.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| RESPONSIBILITY&lt;br /&gt;
| responsibility&lt;br /&gt;
| The position holder does a thing. See the table below for suitable arguments.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| RULES_FROM_LOCATION&lt;br /&gt;
| &lt;br /&gt;
| The position holder is the main ruler of his site and tends to stay there. {{verify}}&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| SITE&lt;br /&gt;
| &lt;br /&gt;
| The civilisation will attempt to have this position separate for each site.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| SLEEP_PRETENSION&lt;br /&gt;
| &lt;br /&gt;
| The position holder will get upset if someone with a higher PRECEDENCE holds quarters with a greater value than their own.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| SPOUSE&lt;br /&gt;
| singular:plural&lt;br /&gt;
| The name of the position holder's spouse.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| SPOUSE_FEMALE&lt;br /&gt;
| singular:plural&lt;br /&gt;
| If the spouse of the creature holding the position is female, this is the spouse's position name.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| SPOUSE_MALE&lt;br /&gt;
| singular:plural&lt;br /&gt;
| If the spouse of the creature holding the position is male, this is the spouse's position name.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| SQUAD&lt;br /&gt;
| number:singular:plural&lt;br /&gt;
| The position holder is authorized to form a military squad, led by themselves. The number denotes the maximum headcount. The noun used to describe the subordinates (e.g. royal guard) may be a relic from the 40d era.{{verify}}&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| SUCCESSION&lt;br /&gt;
| &lt;br /&gt;
* BY_HEIR / BY_POSITION:position&lt;br /&gt;
| How a new position holder is chosen.&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Responsibilities ==&lt;br /&gt;
{| {{prettytable}}&lt;br /&gt;
|- bgcolor=&amp;quot;#dddddd&amp;quot;&lt;br /&gt;
! Argument&lt;br /&gt;
! Description&lt;br /&gt;
! Notes&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| ACCOUNTING&lt;br /&gt;
| Found on bookkeeper. Position will use Record Keeper skill to keep track of stocks.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| ATTACK_ENEMIES&lt;br /&gt;
| Found on elven ranger captain and human warrior. Effect unknown.{{verify}}&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| BUILD_MORALE&lt;br /&gt;
| Found on champion. Position will lead military training exercises.{{verify}}&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| COLLECT_TAXES&lt;br /&gt;
| Found on tax collector. Position goes around and collects the tax money from the populace, under armed escort. &lt;br /&gt;
| Removed in version 0.31 along with the dwarven [[economy]]. Has no current effect.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| EQUIPMENT_MANIFESTS&lt;br /&gt;
| Found on arsenal dwarf. Position will keep track of assigned weapons and equipment.&lt;br /&gt;
| Removed in version 31.10. Has no effect.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| ESCORT_TAX_COLLECTOR&lt;br /&gt;
| Found on hammerer. Position serves as one of the tax collector's bodyguards during his rounds.&lt;br /&gt;
| Removed in version 0.31 along with the tax collector. Has no current effect.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| ESTABLISH_COLONY_TRADE_AGREEMENTS&lt;br /&gt;
| Found on outpost liaison. Position will live in the civilization capital and travels to make trade agreements with its colonies.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| EXECUTIONS&lt;br /&gt;
| Found on hammerer. Position executes death penalties with a weapon of the appropriate skill.&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| HEALTH_MANAGEMENT&lt;br /&gt;
| Found on chief medical dwarf. Position will use Diagnostician skill enable the {{key|z}}-menu health screen.&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| LAW_ENFORCEMENT&lt;br /&gt;
| Found on sheriff/captain of the guard. Position and its subordinates are in charge of punishing criminals.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| LAW_MAKING&lt;br /&gt;
| Found on monarch/landholders. Effect unknown.{{verify}}&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| MAKE_INTRODUCTIONS&lt;br /&gt;
| Found on diplomat. Effect unknown.{{verify}}&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| MAKE_PEACE_AGREEMENTS&lt;br /&gt;
| Found on diplomat. Position negotiates peace treaties in order to end wars.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| MAKE_TOPIC_AGREEMENTS&lt;br /&gt;
| Found on diplomat. Position negotiates special agreements such as tree cutting quotas.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| MANAGE_PRODUCTION&lt;br /&gt;
| Found on manager. Position enables the use of workshop profiles and uses the Organizer skill to process work orders entered in the job manager after the fortress population reaches 20.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| MEET_WORKERS&lt;br /&gt;
| Found on expedition leader/mayor. Position holds meetings with unhappy citizens and tries to pacify them with happy thoughts.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| MILITARY_GOALS&lt;br /&gt;
| Found on monarch/landholder/leaders. Effect unknown.{{verify}}&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| MILITARY_STRATEGY&lt;br /&gt;
| Found on general/militia commander. During worldgen, position will go on expeditions to tame exotic creatures.{{verify}}&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| PATROL_TERRITORY&lt;br /&gt;
| Found on elven ranger captain and human warrior. Position and its subordinates will scout the area around their settlement in worldgen.{{verify}}&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| RECEIVE_DIPLOMATS&lt;br /&gt;
| Found on monarch/landholder/leaders. Position will hold meetings with incoming diplomats and liaisons.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| RELIGION&lt;br /&gt;
| Found on elven druid. Position informs you about worship cults{{verify}}&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| SORT_AMMUNITION&lt;br /&gt;
| Found on arsenal dwarf. Position approves changes to ammunition settings in the military screen.&lt;br /&gt;
| Removed in version 31.10. Has no current effect.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| TAME_EXOTICS&lt;br /&gt;
| Found on dungeon master. Position enables taming exotic creatures and does forge work.&lt;br /&gt;
| Defunct since version 0.31, removed with the animal training overhaul in 34.06. Has no current effect.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| TRADE&lt;br /&gt;
| Found on broker. Position will use Appraisal skill to display value estimates and trade at the depot when set to broker only. When applied to other civilizations, the position will arrive with the caravan to make trade agreements.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| UPGRADE_SQUAD_EQUIPMENT&lt;br /&gt;
| Found on arsenal dwarf. Position approves changes to assigned squad equipment in the military screen.&lt;br /&gt;
| Removed in version 31.10. Has no current effect.&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Related Tokens ==&lt;br /&gt;
The following two ENTITY tokens are not actually position tokens, but bear mentioning on this page because they can modify the way that a civilization's positions behave:&lt;br /&gt;
&lt;br /&gt;
{| {{prettytable}}&lt;br /&gt;
|- bgcolor=&amp;quot;#dddddd&amp;quot;&lt;br /&gt;
! Token&lt;br /&gt;
! Arguments&lt;br /&gt;
! Description&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| LAND_HOLDER_TRIGGER&lt;br /&gt;
|&lt;br /&gt;
* landholder tier&lt;br /&gt;
* population&lt;br /&gt;
* wealth exported&lt;br /&gt;
* created wealth&lt;br /&gt;
| Defines the requirements for the noble ruler promotions. The tier numbers determine which position is used.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| VARIABLE_POSITIONS&lt;br /&gt;
| Position responsibility or ALL&lt;br /&gt;
| Allows a responsibility to be taken up by a dynamically generated position (such as Law-maker).&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Why Won't My Positions Appear? ==&lt;br /&gt;
The way DF determines what positions will actually ''appear'' in your fortress is somewhat counterintuitive and fairly limiting. This guide should help you understand what you can do to actually get your positions working properly.&lt;br /&gt;
&lt;br /&gt;
There are five tokens governing which positions appear in your fortress - LAND_HOLDER, REQUIRES_POPULATION, APPOINTED_BY, ELECTED, and REPLACED_BY. The first two determine when your fortress is eligible for a new position, the next two determine how a new position for which your fortress is eligible can be added, and the fifth allows you to clear up obsolete positions. Unfortunately, they also interact in some strange ways that makes creating interesting position structures difficult.&lt;br /&gt;
&lt;br /&gt;
When you start a new fortress, DF compiles a list of your initial positions. To do this, it looks at the requirements for each position - any position whose only requirement is less than seven dwarves (either because they have no requirement tokens, or because their only requirement tokens are [REQUIRES_POPULATION: =&amp;lt; 7] or [LAND_HOLDER:some trigger whose only requirement is some number of dwarves equal to or less than 7]). Most importantly, ''any'' position whose only requirement is a LAND_HOLDER requirement, regardless of what the trigger for that requirement is, will be added if another eligible starting position is REPLACED_BY it. '''A non-LAND_HOLDER position that is REPLACED_BY a LAND_HOLDER position will never appear.''' With this list compiled, the game culls all positions that are REPLACED_BY another eligible position, and then culls all positions that have the APPOINTED_BY token. '''You may not embark with any appointed positions.''' Any remaining positions are then filled by a dwarf chosen at random.&lt;br /&gt;
&lt;br /&gt;
'''Positions do not automatically appear when you reach their requirements.''' For example, if you remove the ELECTED token from the Mayor, then the Mayor will never appear, even once you reach his required number of dwarves. '''For a position that does not appear at embark to appear in your fortress, it must be APPOINTED_BY another position or ELECTED.'''&lt;br /&gt;
&lt;br /&gt;
Naturally, this is more complicated than it looks. '''APPOINTED_BY positions must be appointed by another position already in your fortress, or a civ-level position. Only LAND_HOLDER positions may be appointed by civ-level positions.''' LAND_HOLDER positions that are APPOINTED_BY civ-level positions are inherently tied to civ-level tokens with the ESTABLISH_COLONY_TRADE_AGREEMENTS responsibility. If a fortress meets the LAND_HOLDER_TRIGGER for a new LAND_HOLDER tier when a caravan leaves, then the next time the outpost liaison or equivalent arrives, he will offer to make you an official colony, which will allow you to select all positions for that LAND_HOLDER level. '''Each time he appears, the outpost liaison will only promote your fortress one tier up the LAND_HOLDER track.''' The biggest problem with this system is that you may set your LAND_HOLDER_TRIGGERS such that you are eligible for the first tier of LAND_HOLDER positions at embark. '''If you are eligible for the first tier of LAND_HOLDER positions at embark, then all first-tier positions will appear twice - once at embark, and again when the outpost liaison comes to appoint you to the first tier.'''&lt;br /&gt;
&lt;br /&gt;
{{Category|Modding}}&lt;br /&gt;
{{Category|Tokens}}&lt;/div&gt;</summary>
		<author><name>AVK</name></author>
	</entry>
	<entry>
		<id>http://dwarffortresswiki.org/index.php?title=v0.34:Position_token&amp;diff=182799</id>
		<title>v0.34:Position token</title>
		<link rel="alternate" type="text/html" href="http://dwarffortresswiki.org/index.php?title=v0.34:Position_token&amp;diff=182799"/>
		<updated>2013-03-23T04:47:35Z</updated>

		<summary type="html">&lt;p&gt;AVK: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{quality|Exceptional|18:14, 28 April 2011 (UTC)}}{{av}}&lt;br /&gt;
These tokens define positions in entity_*.txt files. See [[Entity token]].&lt;br /&gt;
==Position Tokens==&lt;br /&gt;
These tokens belong in an entity definition. These tokens apply to a position (such as monarch) and should follow the [POSITION:POSITION_NAME] token.&lt;br /&gt;
&lt;br /&gt;
{| {{prettytable}}&lt;br /&gt;
|- bgcolor=&amp;quot;#dddddd&amp;quot;&lt;br /&gt;
! Token&lt;br /&gt;
! Arguments&lt;br /&gt;
! Description&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| ACCOUNT_EXEMPT&lt;br /&gt;
|&lt;br /&gt;
| The position holder is not subjected to the economy. Less than relevant right now.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| ALLOWED_CLASS&lt;br /&gt;
| CREATURE_CLASS Token&lt;br /&gt;
| Only creatures with the specified class token can be appointed to this position.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| ALLOWED_CREATURE&lt;br /&gt;
| CREATURE:CASTE&lt;br /&gt;
| Restricts the position to only the defined caste. Only works with a caste of the entity's current race (If the entity had multiple CREATURE: tokens)&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| APPOINTED_BY&lt;br /&gt;
| position&lt;br /&gt;
| This position can only be chosen to the task from the nobles screen, and is available only if there is an *argument* present. For example, the GENERAL is [APPOINTED_BY:MONARCH]. Contrast [ELECTED]. Being appointed by a MONARCH seems to handle a lot of worldgen stuff and interferes with fort mode titles.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| BRAG_ON_KILL&lt;br /&gt;
| &lt;br /&gt;
| A creature that kills this position will be sure to talk about it a lot.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| CHAT_WORTHY&lt;br /&gt;
| &lt;br /&gt;
| In adventure mode, when referencing locations an NPC may mention this position holder living there or having done some deed there.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| COLOR&lt;br /&gt;
| color&lt;br /&gt;
| Creatures of this position will have this color, instead of their profession color. e.g. [COLOR:5:0:1]&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| COMMANDER&lt;br /&gt;
| position:ALL&lt;br /&gt;
| This position will act as a commander of the specified position{{verify}}. E.g. GENERAL is [COMMANDER:LIEUTENANT:ALL]. Unknown if values other than ALL work.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| CONQUERED_SITE&lt;br /&gt;
| &lt;br /&gt;
| This position is the puppet ruler left behind on a conquered site.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| DEMAND_MAX&lt;br /&gt;
| number (0-100)&lt;br /&gt;
| How many demands at one time the position can make of the population.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| DETERMINES_COIN_DESIGN&lt;br /&gt;
| &lt;br /&gt;
| Minted coins will have images that reflect the personality of this position holder.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| DO_NOT_CULL&lt;br /&gt;
| &lt;br /&gt;
| The position won't be culled from Legends as &amp;quot;unimportant&amp;quot; during world generation.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| DUTY_BOUND&lt;br /&gt;
| &lt;br /&gt;
| Members of this position will never agree to 'join' your character during adventure mode.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| ELECTED&lt;br /&gt;
| &lt;br /&gt;
| The population will periodically select the most skill-eligible creature to fill this position. Contrast [APPOINTED_BY].&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| EXECUTION_SKILL&lt;br /&gt;
| weapon skill&lt;br /&gt;
| A mandatory subtag of [RESPONSIBILITY:EXECUTIONS]. Determines the weapon chosen by the executioner for his work.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| EXPORTED_IN_LEGENDS&lt;br /&gt;
| &lt;br /&gt;
| The various members who have filled this role will be listed in the civilisation's history.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| FLASHES&lt;br /&gt;
| &lt;br /&gt;
| The creature holding this position will visibly flash, like legendary citizens. Represents a properly noble station by default.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| GENDER&lt;br /&gt;
| male/female&lt;br /&gt;
| The position can only be held by specified gender.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| KILL_QUEST&lt;br /&gt;
| &lt;br /&gt;
| The position can assign quests to adventurers.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| LAND_HOLDER&lt;br /&gt;
| importance tier (1-3)&lt;br /&gt;
| The position is a title bestowed by the King. The outpost liaison may offer to appoint a citizen to this position once the wealth requirements given in the LAND_HOLDER_TRIGGER in the entity definition has been met.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| LAND_NAME&lt;br /&gt;
| string&lt;br /&gt;
| The name the area takes on when under the control of a LAND_HOLDER. E.g. for the DUKE, [LAND_NAME:a duchy]&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| MANDATE_MAX&lt;br /&gt;
| number (0-100)&lt;br /&gt;
| The maximum number of mandates the position can make at once.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| MENIAL_WORK_EXEMPTION&lt;br /&gt;
| &lt;br /&gt;
| The position cannot be assigned labours, and will generally just lounge around like nobles do. Currently does not actually work. {{bug|3721}}&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| MENIAL_WORK_EXEMPTION_SPOUSE&lt;br /&gt;
| &lt;br /&gt;
| The spouse of the position holder doesn't have to work, either. Also doesn't work either. {{bug|3721}}&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| MILITARY_SCREEN_ONLY&lt;br /&gt;
|&lt;br /&gt;
| This position can not be appointed from the nobles screen. Intended for militia captains and other squad leaders to reduce clutter.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| NAME&lt;br /&gt;
| singular:plural&lt;br /&gt;
| The name of the position.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| NAME_MALE&lt;br /&gt;
| singular:plural&lt;br /&gt;
| If the creature holding the position is male, this is the position's name. E.g. for MONARCH, [NAME_MALE:king:kings]&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| NAME_FEMALE&lt;br /&gt;
| singular:plural&lt;br /&gt;
| If the creature holding the position is female, this is the position's name. E.g. for MONARCH, [NAME_FEMALE:queen:queens]&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| NUMBER&lt;br /&gt;
| &lt;br /&gt;
* number/AS_NEEDED&lt;br /&gt;
| How many of the position there should be. If the [SITE] token exists, this is per site, otherwise this is per civilisation.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| PRECEDENCE&lt;br /&gt;
| number (0-30000)&lt;br /&gt;
| How important the position is in society; a lower number is more important. For MONARCH it's 1, for MILITIA_CAPTAIN it's 200.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| PUNISHMENT_EXEMPTION&lt;br /&gt;
| &lt;br /&gt;
| The position holder will not be held accountable for his or her crimes. Does not appear to work. {{bug|4589}}&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| QUEST_GIVER&lt;br /&gt;
|&lt;br /&gt;
| The position holder can give quests in Adventurer mode. Functionality in 0.31.13 and later is uncertain.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| REJECTED_CLASS&lt;br /&gt;
| CREATURE_CLASS Token&lt;br /&gt;
| Creatures of the specified class cannot be appointed to this position.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| REJECTED_CREATURE&lt;br /&gt;
| CREATURE:CASTE&lt;br /&gt;
| Restricts position holders by CREATURE type.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| REPLACED_BY&lt;br /&gt;
| position&lt;br /&gt;
| This position is absorbed by another down the line. For example, expedition leader is [REPLACED_BY:MAYOR].&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| REQUIRED_BEDROOM&lt;br /&gt;
| number (0-1000000)&lt;br /&gt;
| The position holder requires a bedroom with at least this value.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| REQUIRED_BOXES&lt;br /&gt;
| number (0-100)&lt;br /&gt;
| The position holder requires at least this many boxes.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| REQUIRED_CABINETS&lt;br /&gt;
| number (0-100)&lt;br /&gt;
| The position holder requires at least this many cabinets.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| REQUIRED_DINING&lt;br /&gt;
| number (0-1000000)&lt;br /&gt;
| The position holder requires a dining room with at least this value.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| REQUIRED_OFFICE&lt;br /&gt;
| number (0-1000000)&lt;br /&gt;
| The position holder requires an office with at least this value.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| REQUIRED_RACKS&lt;br /&gt;
| number (0-100)&lt;br /&gt;
| The position holder requires at least this many weapon racks.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| REQUIRED_STANDS&lt;br /&gt;
| number (0-100)&lt;br /&gt;
| The position holder requires at least this many armour stands.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| REQUIRED_TOMB&lt;br /&gt;
| number (0-1000000)&lt;br /&gt;
| The position holder requires a tomb with at least this value.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| REQUIRES_POPULATION&lt;br /&gt;
| number&lt;br /&gt;
| The position requires the population to be at least this number before it becomes available or before the position holder will move in.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| RESPONSIBILITY&lt;br /&gt;
| responsibility&lt;br /&gt;
| The position holder does a thing. See the table below for suitable arguments.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| RULES_FROM_LOCATION&lt;br /&gt;
| &lt;br /&gt;
| The position holder is the big poobah. {{verify}}&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| SITE&lt;br /&gt;
| &lt;br /&gt;
| The civilisation will attempt to have this position separate for each site.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| SLEEP_PRETENSION&lt;br /&gt;
| &lt;br /&gt;
| The position holder will get upset if someone with a higher PRECEDENCE holds quarters with a greater value than their own.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| SPOUSE&lt;br /&gt;
| singular:plural&lt;br /&gt;
| The name of the position holder's spouse.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| SPOUSE_FEMALE&lt;br /&gt;
| singular:plural&lt;br /&gt;
| If the spouse of the creature holding the position is female, this is the spouse's position name.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| SPOUSE_MALE&lt;br /&gt;
| singular:plural&lt;br /&gt;
| If the spouse of the creature holding the position is male, this is the spouse's position name.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| SQUAD&lt;br /&gt;
| number:singular:plural&lt;br /&gt;
| The position holder is authorized to form a military squad, led by themselves. The number denotes the maximum headcount. The noun used to describe the subordinates (e.g. royal guard) may be a relic from the 40d era.{{verify}}&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| SUCCESSION&lt;br /&gt;
| &lt;br /&gt;
* BY_HEIR / BY_POSITION:position&lt;br /&gt;
| How a new position holder is chosen.&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Responsibilities ==&lt;br /&gt;
{| {{prettytable}}&lt;br /&gt;
|- bgcolor=&amp;quot;#dddddd&amp;quot;&lt;br /&gt;
! Argument&lt;br /&gt;
! Description&lt;br /&gt;
! Notes&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| ACCOUNTING&lt;br /&gt;
| Found on bookkeeper. Position will use Record Keeper skill to keep track of stocks.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| ATTACK_ENEMIES&lt;br /&gt;
| Found on elven ranger captain and human warrior. Effect unknown.{{verify}}&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| BUILD_MORALE&lt;br /&gt;
| Found on champion. Position will lead military training exercises.{{verify}}&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| COLLECT_TAXES&lt;br /&gt;
| Found on tax collector. Position goes around and collects the tax money from the populace, under armed escort. &lt;br /&gt;
| Removed in version 0.31 along with the dwarven [[economy]]. Has no current effect.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| EQUIPMENT_MANIFESTS&lt;br /&gt;
| Found on arsenal dwarf. Position will keep track of assigned weapons and equipment.&lt;br /&gt;
| Removed in version 31.10. Has no effect.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| ESCORT_TAX_COLLECTOR&lt;br /&gt;
| Found on hammerer. Position serves as one of the tax collector's bodyguards during his rounds.&lt;br /&gt;
| Removed in version 0.31 along with the tax collector. Has no current effect.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| ESTABLISH_COLONY_TRADE_AGREEMENTS&lt;br /&gt;
| Found on outpost liaison. Position will live in the civilization capital and travels to make trade agreements with its colonies.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| EXECUTIONS&lt;br /&gt;
| Found on hammerer. Position executes death penalties with a weapon of the appropriate skill.&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| HEALTH_MANAGEMENT&lt;br /&gt;
| Found on chief medical dwarf. Position will use Diagnostician skill enable the {{key|z}}-menu health screen.&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| LAW_ENFORCEMENT&lt;br /&gt;
| Found on sheriff/captain of the guard. Position and its subordinates are in charge of punishing criminals.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| LAW_MAKING&lt;br /&gt;
| Found on monarch/landholders. Effect unknown.{{verify}}&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| MAKE_INTRODUCTIONS&lt;br /&gt;
| Found on diplomat. Effect unknown.{{verify}}&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| MAKE_PEACE_AGREEMENTS&lt;br /&gt;
| Found on diplomat. Position negotiates peace treaties in order to end wars.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| MAKE_TOPIC_AGREEMENTS&lt;br /&gt;
| Found on diplomat. Position negotiates special agreements such as tree cutting quotas.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| MANAGE_PRODUCTION&lt;br /&gt;
| Found on manager. Position enables the use of workshop profiles and uses the Organizer skill to process work orders entered in the job manager after the fortress population reaches 20.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| MEET_WORKERS&lt;br /&gt;
| Found on expedition leader/mayor. Position holds meetings with unhappy citizens and tries to pacify them with happy thoughts.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| MILITARY_GOALS&lt;br /&gt;
| Found on monarch/landholder/leaders. Effect unknown.{{verify}}&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| MILITARY_STRATEGY&lt;br /&gt;
| Found on general/militia commander. During worldgen, position will go on expeditions to tame exotic creatures.{{verify}}&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| PATROL_TERRITORY&lt;br /&gt;
| Found on elven ranger captain and human warrior. Position and its subordinates will scout the area around their settlement in worldgen.{{verify}}&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| RECEIVE_DIPLOMATS&lt;br /&gt;
| Found on monarch/landholder/leaders. Position will hold meetings with incoming diplomats and liaisons.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| RELIGION&lt;br /&gt;
| Found on elven druid. Position informs you about worship cults{{verify}}&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| SORT_AMMUNITION&lt;br /&gt;
| Found on arsenal dwarf. Position approves changes to ammunition settings in the military screen.&lt;br /&gt;
| Removed in version 31.10. Has no current effect.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| TAME_EXOTICS&lt;br /&gt;
| Found on dungeon master. Position enables taming exotic creatures and does forge work.&lt;br /&gt;
| Defunct since version 0.31, removed with the animal training overhaul in 34.06. Has no current effect.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| TRADE&lt;br /&gt;
| Found on broker. Position will use Appraisal skill to display value estimates and trade at the depot when set to broker only. When applied to other civilizations, the position will arrive with the caravan to make trade agreements.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| UPGRADE_SQUAD_EQUIPMENT&lt;br /&gt;
| Found on arsenal dwarf. Position approves changes to assigned squad equipment in the military screen.&lt;br /&gt;
| Removed in version 31.10. Has no current effect.&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Related Tokens ==&lt;br /&gt;
The following two ENTITY tokens are not actually position tokens, but bear mentioning on this page because they can modify the way that a civilization's positions behave:&lt;br /&gt;
&lt;br /&gt;
{| {{prettytable}}&lt;br /&gt;
|- bgcolor=&amp;quot;#dddddd&amp;quot;&lt;br /&gt;
! Token&lt;br /&gt;
! Arguments&lt;br /&gt;
! Description&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| LAND_HOLDER_TRIGGER&lt;br /&gt;
|&lt;br /&gt;
* landholder tier&lt;br /&gt;
* population&lt;br /&gt;
* wealth exported&lt;br /&gt;
* created wealth&lt;br /&gt;
| Defines the requirements for the noble ruler promotions. The tier numbers determine which position is used.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| VARIABLE_POSITIONS&lt;br /&gt;
| Position responsibility or ALL&lt;br /&gt;
| Allows a responsibility to be taken up by a dynamically generated position (such as Law-maker).&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Why Won't My Positions Appear? ==&lt;br /&gt;
The way DF determines what positions will actually ''appear'' in your fortress is somewhat counterintuitive and fairly limiting. This guide should help you understand what you can do to actually get your positions working properly.&lt;br /&gt;
&lt;br /&gt;
There are five tokens governing which positions appear in your fortress - LAND_HOLDER, REQUIRES_POPULATION, APPOINTED_BY, ELECTED, and REPLACED_BY. The first two determine when your fortress is eligible for a new position, the next two determine how a new position for which your fortress is eligible can be added, and the fifth allows you to clear up obsolete positions. Unfortunately, they also interact in some strange ways that makes creating interesting position structures difficult.&lt;br /&gt;
&lt;br /&gt;
When you start a new fortress, DF compiles a list of your initial positions. To do this, it looks at the requirements for each position - any position whose only requirement is less than seven dwarves (either because they have no requirement tokens, or because their only requirement tokens are [REQUIRES_POPULATION: =&amp;lt; 7] or [LAND_HOLDER:some trigger whose only requirement is some number of dwarves equal to or less than 7]). Most importantly, ''any'' position whose only requirement is a LAND_HOLDER requirement, regardless of what the trigger for that requirement is, will be added if another eligible starting position is REPLACED_BY it. '''A non-LAND_HOLDER position that is REPLACED_BY a LAND_HOLDER position will never appear.''' With this list compiled, the game culls all positions that are REPLACED_BY another eligible position, and then culls all positions that have the APPOINTED_BY token. '''You may not embark with any appointed positions.''' Any remaining positions are then filled by a dwarf chosen at random.&lt;br /&gt;
&lt;br /&gt;
'''Positions do not automatically appear when you reach their requirements.''' For example, if you remove the ELECTED token from the Mayor, then the Mayor will never appear, even once you reach his required number of dwarves. '''For a position that does not appear at embark to appear in your fortress, it must be APPOINTED_BY another position or ELECTED.'''&lt;br /&gt;
&lt;br /&gt;
Naturally, this is more complicated than it looks. '''APPOINTED_BY positions must be appointed by another position already in your fortress, or a civ-level position. Only LAND_HOLDER positions may be appointed by civ-level positions.''' LAND_HOLDER positions that are APPOINTED_BY civ-level positions are inherently tied to civ-level tokens with the ESTABLISH_COLONY_TRADE_AGREEMENTS responsibility. If a fortress meets the LAND_HOLDER_TRIGGER for a new LAND_HOLDER tier when a caravan leaves, then the next time the outpost liaison or equivalent arrives, he will offer to make you an official colony, which will allow you to select all positions for that LAND_HOLDER level. '''Each time he appears, the outpost liaison will only promote your fortress one tier up the LAND_HOLDER track.''' The biggest problem with this system is that you may set your LAND_HOLDER_TRIGGERS such that you are eligible for the first tier of LAND_HOLDER positions at embark. '''If you are eligible for the first tier of LAND_HOLDER positions at embark, then all first-tier positions will appear twice - once at embark, and again when the outpost liaison comes to appoint you to the first tier.'''&lt;br /&gt;
&lt;br /&gt;
{{Category|Modding}}&lt;br /&gt;
{{Category|Tokens}}&lt;/div&gt;</summary>
		<author><name>AVK</name></author>
	</entry>
	<entry>
		<id>http://dwarffortresswiki.org/index.php?title=v0.34:Position_token&amp;diff=182785</id>
		<title>v0.34:Position token</title>
		<link rel="alternate" type="text/html" href="http://dwarffortresswiki.org/index.php?title=v0.34:Position_token&amp;diff=182785"/>
		<updated>2013-03-22T20:07:21Z</updated>

		<summary type="html">&lt;p&gt;AVK: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{quality|Exceptional|18:14, 28 April 2011 (UTC)}}{{av}}&lt;br /&gt;
These tokens define positions in entity_*.txt files. See [[Entity token]].&lt;br /&gt;
==Position Tokens==&lt;br /&gt;
These tokens belong in an entity definition. These tokens apply to a position (such as monarch) and should follow the [POSITION:POSITION_NAME] token.&lt;br /&gt;
&lt;br /&gt;
{| {{prettytable}}&lt;br /&gt;
|- bgcolor=&amp;quot;#dddddd&amp;quot;&lt;br /&gt;
! Token&lt;br /&gt;
! Arguments&lt;br /&gt;
! Description&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| ACCOUNT_EXEMPT&lt;br /&gt;
|&lt;br /&gt;
| The position holder is not subjected to the Dwarven Economy.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| ALLOWED_CLASS&lt;br /&gt;
| CREATURE_CLASS Token&lt;br /&gt;
| Only creatures with the specified class token can be appointed to this position.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| ALLOWED_CREATURE&lt;br /&gt;
| CREATURE:CASTE&lt;br /&gt;
| Restricts the position to only the defined caste. Only works with a caste of the entity's current race (If the entity had multiple CREATURE: tokens)&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| APPOINTED_BY&lt;br /&gt;
| position&lt;br /&gt;
| The position used as an argument selects creatures to fill the role in question. For example, the GENERAL is [APPOINTED_BY:MONARCH].&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| BRAG_ON_KILL&lt;br /&gt;
| &lt;br /&gt;
| A creature that kills this position will be sure to talk about it a lot.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| CHAT_WORTHY&lt;br /&gt;
| &lt;br /&gt;
| In adventure mode, when referencing locations an NPC may mention this position holder living there or having done some deed there.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| COLOR&lt;br /&gt;
| color&lt;br /&gt;
| Creatures of this position will have this color, instead of their profession color. e.g. [COLOR:5:0:1]&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| COMMANDER&lt;br /&gt;
| position:ALL&lt;br /&gt;
| This position will act as a commander of the specified position{{verify}}. E.g. GENERAL is [COMMANDER:LIEUTENANT:ALL]. Unknown if values other than ALL work.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| CONQUERED_SITE&lt;br /&gt;
| &lt;br /&gt;
| This position will be available to creatures when the site has been taken over by another civilisation.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| DEMAND_MAX&lt;br /&gt;
| number (0-100)&lt;br /&gt;
| How many demands at one time the position can make of the population.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| DETERMINES_COIN_DESIGN&lt;br /&gt;
| &lt;br /&gt;
| Coins minted will have images that reflect the personality of this position holder.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| DO_NOT_CULL&lt;br /&gt;
| &lt;br /&gt;
| The position won't be culled during world generation.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| DUTY_BOUND&lt;br /&gt;
| &lt;br /&gt;
| Members of this position will never agree to 'join' your character during adventure mode.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| ELECTED&lt;br /&gt;
| &lt;br /&gt;
| The population will periodically select the creature to fill this position.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| EXECUTION_SKILL&lt;br /&gt;
| weapon skill&lt;br /&gt;
| required for the [RESPONSIBILITY:EXECUTIONS] on which weapon class to use for it&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| EXPORTED_IN_LEGENDS&lt;br /&gt;
| &lt;br /&gt;
| The various members who have filled this role will be listed in the civilisation's history.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| FLASHES&lt;br /&gt;
| &lt;br /&gt;
| The creature holding this position will flash on the display.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| GENDER&lt;br /&gt;
|&lt;br /&gt;
*MALE/FEMALE&lt;br /&gt;
| The position can only be held by specified gender.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| KILL_QUEST&lt;br /&gt;
| &lt;br /&gt;
| The position can assign quests to adventurers.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| LAND_HOLDER&lt;br /&gt;
| number&lt;br /&gt;
| The position will arrive when the LAND_HOLDER_TRIGGER in the entity definition has been met.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| LAND_NAME&lt;br /&gt;
| string&lt;br /&gt;
| The name the area takes on when under the control of a LAND_HOLDER. E.g. for the DUKE, [LAND_NAME:a duchy]&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| MANDATE_MAX&lt;br /&gt;
| number (0-100)&lt;br /&gt;
| The maximum number of mandates the position can make at once.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| MENIAL_WORK_EXEMPTION&lt;br /&gt;
| &lt;br /&gt;
| The position cannot be assigned labours, and will generally just lounge around like nobles do. Currently does not actually work. {{bug|3721}}&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| MENIAL_WORK_EXEMPTION_SPOUSE&lt;br /&gt;
| &lt;br /&gt;
| The spouse of the position holder doesn't have to work, either. Also doesn't work either. {{bug|3721}}&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| MILITARY_SCREEN_ONLY&lt;br /&gt;
|&lt;br /&gt;
| The position only shows up in the Military screen.{{verify}}&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| NAME&lt;br /&gt;
| singular:plural&lt;br /&gt;
| The name of the position.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| NAME_MALE&lt;br /&gt;
| singular:plural&lt;br /&gt;
| If the creature holding the position is male, this is the position's name. E.g. for MONARCH, [NAME_MALE:king:kings]&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| NAME_FEMALE&lt;br /&gt;
| singular:plural&lt;br /&gt;
| If the creature holding the position is female, this is the position's name. E.g. for MONARCH, [NAME_FEMALE:queen:queens]&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| NUMBER&lt;br /&gt;
| &lt;br /&gt;
* number/AS_NEEDED&lt;br /&gt;
| How many of the position there should be. If the [SITE] token exists, this is per site, otherwise this is per civilisation.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| PRECEDENCE&lt;br /&gt;
| number (0-30000)&lt;br /&gt;
| How important the position is in society; a lower number is more important. For MONARCH it's 1, for MILITIA_CAPTAIN it's 200.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| PUNISHMENT_EXEMPTION&lt;br /&gt;
| &lt;br /&gt;
| The position holder will not be held accountable for his or her crimes. Does not appear to work. {{bug|4589}}&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| QUEST_GIVER&lt;br /&gt;
|&lt;br /&gt;
| The position holder can give quests in Adventurer mode. Functionality in 0.31.13 and later is uncertain.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| REJECTED_CLASS&lt;br /&gt;
| CREATURE_CLASS Token&lt;br /&gt;
| Creatures of the specified class cannot be appointed to this position.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| REJECTED_CREATURE&lt;br /&gt;
| CREATURE:CASTE&lt;br /&gt;
| Restricts position holders by CREATURE type.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| REPLACED_BY&lt;br /&gt;
| position&lt;br /&gt;
| For when one position is a lesser form of another. For example, expedition leader is [REPLACED_BY:MAYOR].&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| REQUIRED_BEDROOM&lt;br /&gt;
| number (0-1000000)&lt;br /&gt;
| The position holder requires a bedroom with at least this value.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| REQUIRED_BOXES&lt;br /&gt;
| number (0-100)&lt;br /&gt;
| The position holder requires at least this many boxes.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| REQUIRED_CABINETS&lt;br /&gt;
| number (0-100)&lt;br /&gt;
| The position holder requires at least this many cabinets.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| REQUIRED_DINING&lt;br /&gt;
| number (0-1000000)&lt;br /&gt;
| The position holder requires a dining room with at least this value.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| REQUIRED_OFFICE&lt;br /&gt;
| number (0-1000000)&lt;br /&gt;
| The position holder requires an office with at least this value.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| REQUIRED_RACKS&lt;br /&gt;
| number (0-100)&lt;br /&gt;
| The position holder requires at least this many weapon racks.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| REQUIRED_STANDS&lt;br /&gt;
| number (0-100)&lt;br /&gt;
| The position holder requires at least this many armour stands.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| REQUIRED_TOMB&lt;br /&gt;
| number (0-1000000)&lt;br /&gt;
| The position holder requires a tomb with at least this value.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| REQUIRES_POPULATION&lt;br /&gt;
| number&lt;br /&gt;
| The position requires the population to be at least this number before it becomes available or before the position holder will move in.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| RESPONSIBILITY&lt;br /&gt;
| responsibility&lt;br /&gt;
| See the table below for the available responsibility tokens. E.g. [RESPONSIBILITY:TAME_EXOTICS]&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| RULES_FROM_LOCATION&lt;br /&gt;
| &lt;br /&gt;
| Has a specific site for the noble to live in to rule from--say, a keep. {{verify}}&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| SITE&lt;br /&gt;
| &lt;br /&gt;
| The civilisation will attempt to have this position separate for each site.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| SLEEP_PRETENSION&lt;br /&gt;
| &lt;br /&gt;
| The position holder will get upset if someone with a higher precedence holds quarters with a greater value than their own.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| SPOUSE&lt;br /&gt;
| singular:plural&lt;br /&gt;
| The name of the position holder's spouse.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| SPOUSE_FEMALE&lt;br /&gt;
| singular:plural&lt;br /&gt;
| If the spouse of the creature holding the position is female, this is the spouse's position name.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| SPOUSE_MALE&lt;br /&gt;
| singular:plural&lt;br /&gt;
| If the spouse of the creature holding the position is male, this is the spouse's position name.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| SQUAD&lt;br /&gt;
| number:singular:plural&lt;br /&gt;
| The position holder will be accompanied by this many whatevers; e.g. for HAMMERER, [SQUAD:10:royal guard:royal guards]&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| SUCCESSION&lt;br /&gt;
| &lt;br /&gt;
* BY_HEIR / BY_POSITION:position&lt;br /&gt;
| How a new position holder is chosen.&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Responsibilities ==&lt;br /&gt;
{| {{prettytable}}&lt;br /&gt;
|- bgcolor=&amp;quot;#dddddd&amp;quot;&lt;br /&gt;
! Argument&lt;br /&gt;
! Description&lt;br /&gt;
! Notes&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| ACCOUNTING&lt;br /&gt;
| Found on bookkeeper. Position will use Record Keeper skill to keep track of stocks.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| ATTACK_ENEMIES&lt;br /&gt;
| Found on elven ranger captain and human warrior. Effect unknown.{{verify}}&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| BUILD_MORALE&lt;br /&gt;
| Found on champion. Position will lead military training exercises.{{verify}}&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| COLLECT_TAXES&lt;br /&gt;
| Found on tax collector. Position goes around and collects the tax money from the populace, under armed escort. &lt;br /&gt;
| Removed in version 0.31 along with the dwarven [[economy]]. Has no current effect.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| EQUIPMENT_MANIFESTS&lt;br /&gt;
| Found on arsenal dwarf. Position will keep track of assigned weapons and equipment.&lt;br /&gt;
| Removed in version 31.10. Has no effect.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| ESCORT_TAX_COLLECTOR&lt;br /&gt;
| Found on hammerer. Position serves as one of the tax collector's bodyguards during his rounds.&lt;br /&gt;
| Removed in version 0.31 along with the tax collector. Has no current effect.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| ESTABLISH_COLONY_TRADE_AGREEMENTS&lt;br /&gt;
| Found on outpost liaison. Position will live in the civilization capital and travels to make trade agreements with its colonies.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| EXECUTIONS&lt;br /&gt;
| Found on hammerer. Position executes death penalties with a weapon of the appropriate skill.&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| HEALTH_MANAGEMENT&lt;br /&gt;
| Found on chief medical dwarf. Position will use Diagnostician skill enable the {{key|z}}-menu health screen.&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| LAW_ENFORCEMENT&lt;br /&gt;
| Found on sheriff/captain of the guard. Position and its subordinates are in charge of punishing criminals.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| LAW_MAKING&lt;br /&gt;
| Found on monarch/landholders. Effect unknown.{{verify}}&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| MAKE_INTRODUCTIONS&lt;br /&gt;
| Found on diplomat. Effect unknown.{{verify}}&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| MAKE_PEACE_AGREEMENTS&lt;br /&gt;
| Found on diplomat. Position negotiates peace treaties in order to end wars.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| MAKE_TOPIC_AGREEMENTS&lt;br /&gt;
| Found on diplomat. Position negotiates special agreements such as tree cutting quotas.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| MANAGE_PRODUCTION&lt;br /&gt;
| Found on manager. Position enables the use of workshop profiles and uses the Organizer skill to process work orders entered in the job manager after the fortress population reaches 20.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| MEET_WORKERS&lt;br /&gt;
| Found on expedition leader/mayor. Position holds meetings with unhappy citizens and tries to pacify them with happy thoughts.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| MILITARY_GOALS&lt;br /&gt;
| Found on monarch/landholder/leaders. Effect unknown.{{verify}}&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| MILITARY_STRATEGY&lt;br /&gt;
| Found on general/militia commander. During worldgen, position will go on expeditions to tame exotic creatures.{{verify}}&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| PATROL_TERRITORY&lt;br /&gt;
| Found on elven ranger captain and human warrior. Position and its subordinates will scout the area around their settlement in worldgen.{{verify}}&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| RECEIVE_DIPLOMATS&lt;br /&gt;
| Found on monarch/landholder/leaders. Position will hold meetings with incoming diplomats and liaisons.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| RELIGION&lt;br /&gt;
| Found on elven druid. Position informs you about worship cults{{verify}}&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| SORT_AMMUNITION&lt;br /&gt;
| Found on arsenal dwarf. Position approves changes to ammunition settings in the military screen.&lt;br /&gt;
| Removed in version 31.10. Has no current effect.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| TAME_EXOTICS&lt;br /&gt;
| Found on dungeon master. Position enables taming exotic creatures and does forge work.&lt;br /&gt;
| Defunct since version 0.31, removed with the animal training overhaul in 34.06. Has no current effect.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| TRADE&lt;br /&gt;
| Found on broker. Position will use Appraisal skill to display value estimates and trade at the depot when set to broker only. When applied to other civilizations, the position will arrive with the caravan to make trade agreements.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| UPGRADE_SQUAD_EQUIPMENT&lt;br /&gt;
| Found on arsenal dwarf. Position approves changes to assigned squad equipment in the military screen.&lt;br /&gt;
| Removed in version 31.10. Has no current effect.&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Related Tokens ==&lt;br /&gt;
The following two ENTITY tokens are not actually position tokens, but bear mentioning on this page because they can modify the way that a civilization's positions behave:&lt;br /&gt;
&lt;br /&gt;
{| {{prettytable}}&lt;br /&gt;
|- bgcolor=&amp;quot;#dddddd&amp;quot;&lt;br /&gt;
! Token&lt;br /&gt;
! Arguments&lt;br /&gt;
! Description&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| LAND_HOLDER_TRIGGER&lt;br /&gt;
|&lt;br /&gt;
* land holder number&lt;br /&gt;
* population&lt;br /&gt;
* wealth exported&lt;br /&gt;
* created wealth&lt;br /&gt;
| Defines when a particular land-holding noble (baron, count, duke in vanilla) will arrive at a fortress.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| VARIABLE_POSITIONS&lt;br /&gt;
| Position responsibility or ALL&lt;br /&gt;
| Allows a responsibility to be taken up by a dynamically generated position (such as Law-maker).&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Why Won't My Positions Appear? ==&lt;br /&gt;
The way DF determines what positions will actually ''appear'' in your fortress is somewhat counterintuitive and fairly limiting. This guide should help you understand what you can do to actually get your positions working properly.&lt;br /&gt;
&lt;br /&gt;
There are five tokens governing which positions appear in your fortress - LAND_HOLDER, REQUIRES_POPULATION, APPOINTED_BY, ELECTED, and REPLACED_BY. The first two determine when your fortress is eligible for a new position, the next two determine how a new position for which your fortress is eligible can be added, and the fifth allows you to clear up obsolete positions. Unfortunately, they also interact in some strange ways that makes creating interesting position structures difficult.&lt;br /&gt;
&lt;br /&gt;
When you start a new fortress, DF compiles a list of your initial positions. To do this, it looks at the requirements for each position - any position whose only requirement is less than seven dwarves (either because they have no requirement tokens, or because their only requirement tokens are [REQUIRES_POPULATION: =&amp;lt; 7] or [LAND_HOLDER:some trigger whose only requirement is some number of dwarves equal to or less than 7]). Most importantly, ''any'' position whose only requirement is a LAND_HOLDER requirement, regardless of what the trigger for that requirement is, will be added if another eligible starting position is REPLACED_BY it. '''A non-LAND_HOLDER position that is REPLACED_BY a LAND_HOLDER position will never appear.''' With this list compiled, the game culls all positions that are REPLACED_BY another eligible position, and then culls all positions that have the APPOINTED_BY token. '''You may not embark with any appointed positions.''' Any remaining positions are then filled by a dwarf chosen at random.&lt;br /&gt;
&lt;br /&gt;
'''Positions do not automatically appear when you reach their requirements.''' For example, if you remove the ELECTED token from the Mayor, then the Mayor will never appear, even once you reach his required number of dwarves. '''For a position that does not appear at embark to appear in your fortress, it must be APPOINTED_BY another position or ELECTED.'''&lt;br /&gt;
&lt;br /&gt;
Naturally, this is more complicated than it looks. '''APPOINTED_BY positions must be appointed by another position already in your fortress, or a civ-level position. Only LAND_HOLDER positions may be appointed by civ-level positions.''' LAND_HOLDER positions that are APPOINTED_BY civ-level positions are inherently tied to civ-level tokens with the ESTABLISH_COLONY_TRADE_AGREEMENTS responsibility. If a fortress meets the LAND_HOLDER_TRIGGER for a new LAND_HOLDER tier when a caravan leaves, then the next time the outpost liaison or equivalent arrives, he will offer to make you an official colony, which will allow you to select all positions for that LAND_HOLDER level. '''Each time he appears, the outpost liaison will only promote your fortress one tier up the LAND_HOLDER track.''' The biggest problem with this system is that you may set your LAND_HOLDER_TRIGGERS such that you are eligible for the first tier of LAND_HOLDER positions at embark. '''If you are eligible for the first tier of LAND_HOLDER positions at embark, then all first-tier positions will appear twice - once at embark, and again when the outpost liaison comes to appoint you to the first tier.'''&lt;br /&gt;
&lt;br /&gt;
{{Category|Modding}}&lt;br /&gt;
{{Category|Tokens}}&lt;/div&gt;</summary>
		<author><name>AVK</name></author>
	</entry>
	<entry>
		<id>http://dwarffortresswiki.org/index.php?title=v0.34:Position_token&amp;diff=182726</id>
		<title>v0.34:Position token</title>
		<link rel="alternate" type="text/html" href="http://dwarffortresswiki.org/index.php?title=v0.34:Position_token&amp;diff=182726"/>
		<updated>2013-03-20T21:00:02Z</updated>

		<summary type="html">&lt;p&gt;AVK: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{quality|Exceptional|18:14, 28 April 2011 (UTC)}}{{av}}&lt;br /&gt;
These tokens define positions in entity_*.txt files. See [[Entity token]].&lt;br /&gt;
==Position Tokens==&lt;br /&gt;
These tokens belong in an entity definition. These tokens apply to a position (such as monarch) and should follow the [POSITION:POSITION_NAME] token.&lt;br /&gt;
&lt;br /&gt;
{| {{prettytable}}&lt;br /&gt;
|- bgcolor=&amp;quot;#dddddd&amp;quot;&lt;br /&gt;
! Token&lt;br /&gt;
! Arguments&lt;br /&gt;
! Description&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| ACCOUNT_EXEMPT&lt;br /&gt;
|&lt;br /&gt;
| The position holder is not subjected to the Dwarven Economy.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| ALLOWED_CLASS&lt;br /&gt;
| CREATURE_CLASS Token&lt;br /&gt;
| Only creatures with the specified class token can be appointed to this position.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| ALLOWED_CREATURE&lt;br /&gt;
| CREATURE:CASTE&lt;br /&gt;
| Restricts the position to only the defined caste. Only works with a caste of the entity's current race (If the entity had multiple CREATURE: tokens)&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| APPOINTED_BY&lt;br /&gt;
| position&lt;br /&gt;
| The position used as an argument selects creatures to fill the role in question. For example, the GENERAL is [APPOINTED_BY:MONARCH].&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| BRAG_ON_KILL&lt;br /&gt;
| &lt;br /&gt;
| A creature that kills this position will be sure to talk about it a lot.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| CHAT_WORTHY&lt;br /&gt;
| &lt;br /&gt;
| In adventure mode, when referencing locations an NPC may mention this position holder living there or having done some deed there.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| COLOR&lt;br /&gt;
| color&lt;br /&gt;
| Creatures of this position will have this color, instead of their profession color. e.g. [COLOR:5:0:1]&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| COMMANDER&lt;br /&gt;
| position:ALL&lt;br /&gt;
| This position will act as a commander of the specified position{{verify}}. E.g. GENERAL is [COMMANDER:LIEUTENANT:ALL]. Unknown if values other than ALL work.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| CONQUERED_SITE&lt;br /&gt;
| &lt;br /&gt;
| This position will be available to creatures when the site has been taken over by another civilisation.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| DEMAND_MAX&lt;br /&gt;
| number (0-100)&lt;br /&gt;
| How many demands at one time the position can make of the population.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| DETERMINES_COIN_DESIGN&lt;br /&gt;
| &lt;br /&gt;
| Coins minted will have images that reflect the personality of this position holder.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| DO_NOT_CULL&lt;br /&gt;
| &lt;br /&gt;
| The position won't be culled during world generation.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| DUTY_BOUND&lt;br /&gt;
| &lt;br /&gt;
| Members of this position will never agree to 'join' your character during adventure mode.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| ELECTED&lt;br /&gt;
| &lt;br /&gt;
| The population will periodically select the creature to fill this position.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| EXECUTION_SKILL&lt;br /&gt;
| weapon skill&lt;br /&gt;
| required for the [RESPONSIBILITY:EXECUTIONS] on which weapon class to use for it&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| EXPORTED_IN_LEGENDS&lt;br /&gt;
| &lt;br /&gt;
| The various members who have filled this role will be listed in the civilisation's history.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| FLASHES&lt;br /&gt;
| &lt;br /&gt;
| The creature holding this position will flash on the display.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| GENDER&lt;br /&gt;
|&lt;br /&gt;
*MALE/FEMALE&lt;br /&gt;
| The position can only be held by specified gender.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| KILL_QUEST&lt;br /&gt;
| &lt;br /&gt;
| The position can assign quests to adventurers.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| LAND_HOLDER&lt;br /&gt;
| number&lt;br /&gt;
| The position will arrive when the LAND_HOLDER_TRIGGER in the entity definition has been met.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| LAND_NAME&lt;br /&gt;
| string&lt;br /&gt;
| The name the area takes on when under the control of a LAND_HOLDER. E.g. for the DUKE, [LAND_NAME:a duchy]&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| MANDATE_MAX&lt;br /&gt;
| number (0-100)&lt;br /&gt;
| The maximum number of mandates the position can make at once.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| MENIAL_WORK_EXEMPTION&lt;br /&gt;
| &lt;br /&gt;
| The position cannot be assigned labours, and will generally just lounge around like nobles do. Currently does not actually work. {{bug|3721}}&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| MENIAL_WORK_EXEMPTION_SPOUSE&lt;br /&gt;
| &lt;br /&gt;
| The spouse of the position holder doesn't have to work, either. Also doesn't work either. {{bug|3721}}&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| MILITARY_SCREEN_ONLY&lt;br /&gt;
|&lt;br /&gt;
| The position only shows up in the Military screen.{{verify}}&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| NAME&lt;br /&gt;
| singular:plural&lt;br /&gt;
| The name of the position.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| NAME_MALE&lt;br /&gt;
| singular:plural&lt;br /&gt;
| If the creature holding the position is male, this is the position's name. E.g. for MONARCH, [NAME_MALE:king:kings]&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| NAME_FEMALE&lt;br /&gt;
| singular:plural&lt;br /&gt;
| If the creature holding the position is female, this is the position's name. E.g. for MONARCH, [NAME_FEMALE:queen:queens]&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| NUMBER&lt;br /&gt;
| &lt;br /&gt;
* number/AS_NEEDED&lt;br /&gt;
| How many of the position there should be. If the [SITE] token exists, this is per site, otherwise this is per civilisation.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| PRECEDENCE&lt;br /&gt;
| number (0-30000)&lt;br /&gt;
| How important the position is in society; a lower number is more important. For MONARCH it's 1, for MILITIA_CAPTAIN it's 200.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| PUNISHMENT_EXEMPTION&lt;br /&gt;
| &lt;br /&gt;
| The position holder will not be held accountable for his or her crimes. Does not appear to work. {{bug|4589}}&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| QUEST_GIVER&lt;br /&gt;
|&lt;br /&gt;
| The position holder can give quests in Adventurer mode. Functionality in 0.31.13 and later is uncertain.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| REJECTED_CLASS&lt;br /&gt;
| CREATURE_CLASS Token&lt;br /&gt;
| Creatures of the specified class cannot be appointed to this position.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| REJECTED_CREATURE&lt;br /&gt;
| CREATURE:CASTE&lt;br /&gt;
| Restricts position holders by CREATURE type.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| REPLACED_BY&lt;br /&gt;
| position&lt;br /&gt;
| For when one position is a lesser form of another. For example, expedition leader is [REPLACED_BY:MAYOR].&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| REQUIRED_BEDROOM&lt;br /&gt;
| number (0-1000000)&lt;br /&gt;
| The position holder requires a bedroom with at least this value.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| REQUIRED_BOXES&lt;br /&gt;
| number (0-100)&lt;br /&gt;
| The position holder requires at least this many boxes.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| REQUIRED_CABINETS&lt;br /&gt;
| number (0-100)&lt;br /&gt;
| The position holder requires at least this many cabinets.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| REQUIRED_DINING&lt;br /&gt;
| number (0-1000000)&lt;br /&gt;
| The position holder requires a dining room with at least this value.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| REQUIRED_OFFICE&lt;br /&gt;
| number (0-1000000)&lt;br /&gt;
| The position holder requires an office with at least this value.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| REQUIRED_RACKS&lt;br /&gt;
| number (0-100)&lt;br /&gt;
| The position holder requires at least this many weapon racks.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| REQUIRED_STANDS&lt;br /&gt;
| number (0-100)&lt;br /&gt;
| The position holder requires at least this many armour stands.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| REQUIRED_TOMB&lt;br /&gt;
| number (0-1000000)&lt;br /&gt;
| The position holder requires a tomb with at least this value.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| REQUIRES_POPULATION&lt;br /&gt;
| number&lt;br /&gt;
| The position requires the population to be at least this number before it becomes available or before the position holder will move in.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| RESPONSIBILITY&lt;br /&gt;
| responsibility&lt;br /&gt;
| See the table below for the available responsibility tokens. E.g. [RESPONSIBILITY:TAME_EXOTICS]&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| RULES_FROM_LOCATION&lt;br /&gt;
| &lt;br /&gt;
| Has a specific site for the noble to live in to rule from--say, a keep. {{verify}}&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| SITE&lt;br /&gt;
| &lt;br /&gt;
| The civilisation will attempt to have this position separate for each site.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| SLEEP_PRETENSION&lt;br /&gt;
| &lt;br /&gt;
| The position holder will get upset if someone with a higher precedence holds quarters with a greater value than their own.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| SPOUSE&lt;br /&gt;
| singular:plural&lt;br /&gt;
| The name of the position holder's spouse.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| SPOUSE_FEMALE&lt;br /&gt;
| singular:plural&lt;br /&gt;
| If the spouse of the creature holding the position is female, this is the spouse's position name.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| SPOUSE_MALE&lt;br /&gt;
| singular:plural&lt;br /&gt;
| If the spouse of the creature holding the position is male, this is the spouse's position name.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| SQUAD&lt;br /&gt;
| number:singular:plural&lt;br /&gt;
| The position holder will be accompanied by this many whatevers; e.g. for HAMMERER, [SQUAD:10:royal guard:royal guards]&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| SUCCESSION&lt;br /&gt;
| &lt;br /&gt;
* BY_HEIR / BY_POSITION:position&lt;br /&gt;
| How a new position holder is chosen.&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Responsibilities ==&lt;br /&gt;
{| {{prettytable}}&lt;br /&gt;
|- bgcolor=&amp;quot;#dddddd&amp;quot;&lt;br /&gt;
! Argument&lt;br /&gt;
! Description&lt;br /&gt;
! Notes&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| ACCOUNTING&lt;br /&gt;
| Found on bookkeeper. Position will keep track of stocks.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| ATTACK_ENEMIES&lt;br /&gt;
| Found on elven ranger captain and human warrior. Effect unknown.{{verify}}&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| BUILD_MORALE&lt;br /&gt;
| Found on champion. Position will lead military training exercises.{{verify}}&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| COLLECT_TAXES&lt;br /&gt;
| Found on tax collector. Position goes around and collects the tax money from the populace, under armed escort. &lt;br /&gt;
| Removed in version 0.31 along with the dwarven [[economy]]. Has no current effect.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| EQUIPMENT_MANIFESTS&lt;br /&gt;
| Found on arsenal dwarf. Position will keep track of assigned weapons and equipment.&lt;br /&gt;
| Removed in version 31.10. Has no effect.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| ESCORT_TAX_COLLECTOR&lt;br /&gt;
| Found on hammerer. Position serves as one of the tax collector's bodyguards during his rounds.&lt;br /&gt;
| Removed in version 0.31 along with the tax collector. Has no current effect.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| ESTABLISH_COLONY_TRADE_AGREEMENTS&lt;br /&gt;
| Found on outpost liaison. Position will make trade agreements with the civilisation's colonies.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| EXECUTIONS&lt;br /&gt;
| Found on hammerer. Position executes death penalties with a weapon of the appropriate skill.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| HEALTH_MANAGEMENT&lt;br /&gt;
| Found on chief medical dwarf. Position will enable the {{key|z}}-menu health screen.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| LAW_ENFORCEMENT&lt;br /&gt;
| Found on sheriff/captain of the guard. Position is in charge of imprisoning criminals.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| LAW_MAKING&lt;br /&gt;
| Found on monarch/landholders. Effect unknown.{{verify}}&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| MAKE_INTRODUCTIONS&lt;br /&gt;
| Found on diplomat. Effect unknown.{{verify}}&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| MAKE_PEACE_AGREEMENTS&lt;br /&gt;
| Found on diplomat. Position negotiates peace treaties in order to end wars.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| MAKE_TOPIC_AGREEMENTS&lt;br /&gt;
| Found on diplomat. Position negotiates special agreements such as tree cutting quotas.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| MANAGE_PRODUCTION&lt;br /&gt;
| Found on manager. Position enables the use of workshop profiles and processes work orders entered in the job manager after the fortress population reaches 20.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| MEET_WORKERS&lt;br /&gt;
| Found on expedition leader/mayor. Position holds meetings with unhappy citizens and tries to pacify them with happy thoughts.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| MILITARY_GOALS&lt;br /&gt;
| Found on monarch/landholder/leaders. Effect unknown.{{verify}}&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| MILITARY_STRATEGY&lt;br /&gt;
| Found on general/militia commander. During worldgen, position will go on expeditions to tame exotic creatures.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| PATROL_TERRITORY&lt;br /&gt;
| Found on elven ranger captain and human warrior. Effect unknown.{{verify}}&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| RECEIVE_DIPLOMATS&lt;br /&gt;
| Found on monarch/landholder/leaders. Position will hold meetings with incoming diplomats and liaisons.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| RELIGION&lt;br /&gt;
| Found on elven druid. Possibly it's the one who can tell you information about worship cults{{verify}}&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| SORT_AMMUNITION&lt;br /&gt;
| Found on arsenal dwarf. Position approves changes to ammunition settings in the military screen.&lt;br /&gt;
| Removed in version 31.10. Has no current effect.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| TAME_EXOTICS&lt;br /&gt;
| Found on dungeon master. Position enables taming exotic creatures and does forge work.&lt;br /&gt;
| Defunct since version 0.31, removed with the animal training overhaul in 34.06. Has no current effect.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| TRADE&lt;br /&gt;
| Found on broker. Position will use Appraisal skill to display value estimates and trade at the depot when set to broker only. When applied to other civilizations, the position will arrive with the caravan to make trade agreements.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| UPGRADE_SQUAD_EQUIPMENT&lt;br /&gt;
| Found on arsenal dwarf. Position approves changes to assigned squad equipment in the military screen.&lt;br /&gt;
| Removed in version 31.10. Has no current effect.&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Related Tokens ==&lt;br /&gt;
The following two ENTITY tokens are not actually position tokens, but bear mentioning on this page because they can modify the way that a civilization's positions behave:&lt;br /&gt;
&lt;br /&gt;
{| {{prettytable}}&lt;br /&gt;
|- bgcolor=&amp;quot;#dddddd&amp;quot;&lt;br /&gt;
! Token&lt;br /&gt;
! Arguments&lt;br /&gt;
! Description&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| LAND_HOLDER_TRIGGER&lt;br /&gt;
|&lt;br /&gt;
* land holder number&lt;br /&gt;
* population&lt;br /&gt;
* wealth exported&lt;br /&gt;
* created wealth&lt;br /&gt;
| Defines when a particular land-holding noble (baron, count, duke in vanilla) will arrive at a fortress.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| VARIABLE_POSITIONS&lt;br /&gt;
| Position responsibility or ALL&lt;br /&gt;
| Allows a responsibility to be taken up by a dynamically generated position (such as Law-maker).&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Why Won't My Positions Appear? ==&lt;br /&gt;
The way DF determines what positions will actually ''appear'' in your fortress is somewhat counterintuitive and fairly limiting. This guide should help you understand what you can do to actually get your positions working properly.&lt;br /&gt;
&lt;br /&gt;
There are five tokens governing which positions appear in your fortress - LAND_HOLDER, REQUIRES_POPULATION, APPOINTED_BY, ELECTED, and REPLACED_BY. The first two determine when your fortress is eligible for a new position, the next two determine how a new position for which your fortress is eligible can be added, and the fifth allows you to clear up obsolete positions. Unfortunately, they also interact in some strange ways that makes creating interesting position structures difficult.&lt;br /&gt;
&lt;br /&gt;
When you start a new fortress, DF compiles a list of your initial positions. To do this, it looks at the requirements for each position - any position whose only requirement is less than seven dwarves (either because they have no requirement tokens, or because their only requirement tokens are [REQUIRES_POPULATION: =&amp;lt; 7] or [LAND_HOLDER:some trigger whose only requirement is some number of dwarves equal to or less than 7]). Most importantly, ''any'' position whose only requirement is a LAND_HOLDER requirement, regardless of what the trigger for that requirement is, will be added if another eligible starting position is REPLACED_BY it. '''A non-LAND_HOLDER position that is REPLACED_BY a LAND_HOLDER position will never appear.''' With this list compiled, the game culls all positions that are REPLACED_BY another eligible position, and then culls all positions that have the APPOINTED_BY token. '''You may not embark with any appointed positions.''' Any remaining positions are then filled by a dwarf chosen at random.&lt;br /&gt;
&lt;br /&gt;
'''Positions do not automatically appear when you reach their requirements.''' For example, if you remove the ELECTED token from the Mayor, then the Mayor will never appear, even once you reach his required number of dwarves. '''For a position that does not appear at embark to appear in your fortress, it must be APPOINTED_BY another position or ELECTED.'''&lt;br /&gt;
&lt;br /&gt;
Naturally, this is more complicated than it looks. '''APPOINTED_BY positions must be appointed by another position already in your fortress, or a civ-level position. Only LAND_HOLDER positions may be appointed by civ-level positions.''' LAND_HOLDER positions that are APPOINTED_BY civ-level positions are inherently tied to civ-level tokens with the ESTABLISH_COLONY_TRADE_AGREEMENTS responsibility. If a fortress meets the LAND_HOLDER_TRIGGER for a new LAND_HOLDER tier when a caravan leaves, then the next time the outpost liaison or equivalent arrives, he will offer to make you an official colony, which will allow you to select all positions for that LAND_HOLDER level. '''Each time he appears, the outpost liaison will only promote your fortress one tier up the LAND_HOLDER track.''' The biggest problem with this system is that you may set your LAND_HOLDER_TRIGGERS such that you are eligible for the first tier of LAND_HOLDER positions at embark. '''If you are eligible for the first tier of LAND_HOLDER positions at embark, then all first-tier positions will appear twice - once at embark, and again when the outpost liaison comes to appoint you to the first tier.'''&lt;br /&gt;
&lt;br /&gt;
{{Category|Modding}}&lt;br /&gt;
{{Category|Tokens}}&lt;/div&gt;</summary>
		<author><name>AVK</name></author>
	</entry>
	<entry>
		<id>http://dwarffortresswiki.org/index.php?title=v0.34:Body_token&amp;diff=179372</id>
		<title>v0.34:Body token</title>
		<link rel="alternate" type="text/html" href="http://dwarffortresswiki.org/index.php?title=v0.34:Body_token&amp;diff=179372"/>
		<updated>2012-12-12T20:43:56Z</updated>

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

		<summary type="html">&lt;p&gt;AVK: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{av}}{{Quality|Exceptional}}&lt;br /&gt;
&lt;br /&gt;
A full list of all known creature tokens.&lt;br /&gt;
&lt;br /&gt;
__NOTOC__&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div align=&amp;quot;center&amp;quot;&amp;gt;&lt;br /&gt;
{{alphabetical TOC}}&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==A==&lt;br /&gt;
{| {{prettytable}}&lt;br /&gt;
|- bgcolor=&amp;quot;#ddd&amp;quot;&lt;br /&gt;
! width=&amp;quot;20%&amp;quot; | Token&lt;br /&gt;
! width=&amp;quot;10%&amp;quot; | Type&lt;br /&gt;
! width=&amp;quot;20%&amp;quot; | Arguments&lt;br /&gt;
! width=&amp;quot;50%&amp;quot; | Description&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| ADOPTS_OWNER&lt;br /&gt;
| Caste&lt;br /&gt;
|&lt;br /&gt;
| Tame creature cannot be made available for adoption, instead automatically adopting whoever it wants. It appears that the basic requirements for adoption are intact; for example, the creature is more likely to adopt an owner which likes creatures of that species.{{verify}}&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| ALCOHOL_DEPENDENT &lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| Creature needs alcohol to get through the working day.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| ALL_ACTIVE &lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| Sets if the creature is active in day, night, and twilight. Seems to be a separate value from DIURNAL/NOCTURNAL/CREPUSCULAR, rather than implying them. &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| ALTTILE &lt;br /&gt;
| Creature&lt;br /&gt;
|  &lt;br /&gt;
| If set, the creature will blink between its [TILE] and its [ALTTILE]. &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| AMBUSHPREDATOR &lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| Instead of charging relentlessly at prey, a creature with this tag will wait till the prey is within a few squares before charging.{{verify}}&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| AMPHIBIOUS &lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| Allows a creature to breathe with or without [[water]]. Implies [AQUATIC].&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| APP_MOD_DESC_RANGE&lt;br /&gt;
| Caste&lt;br /&gt;
|&lt;br /&gt;
*Range&lt;br /&gt;
| [http://www.bay12forums.com/smf/index.php?topic=60554.msg1766793#msg1766793 Forum post describing how description ranges work]&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| APP_MOD_GENETIC_MODEL&lt;br /&gt;
| Caste&lt;br /&gt;
|&lt;br /&gt;
*Model (Accepts DOMINANT_MORE, DOMINANT_LESS, and MIX)&lt;br /&gt;
| Defines a genetic model for the relevant appearance modifier(s). May or may not do anything significant at present.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| APP_MOD_IMPORTANCE&lt;br /&gt;
| Caste&lt;br /&gt;
|&lt;br /&gt;
*number&lt;br /&gt;
| Determines how important the appearance modifier is, for determining whether it shows up in the creature description.{{verify}}&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| APP_MOD_NOUN &lt;br /&gt;
| Caste&lt;br /&gt;
| &lt;br /&gt;
*noun&lt;br /&gt;
*SINGULAR or PLURAL &lt;br /&gt;
| creates a noun for the appearance and whether it is singular or plural&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| APP_MOD_RATE &lt;br /&gt;
| Caste&lt;br /&gt;
| &lt;br /&gt;
*Rate (integer)&lt;br /&gt;
*Scale (DAILY,  YEARLY)&lt;br /&gt;
*min:max  of growth&lt;br /&gt;
*start year:start day&lt;br /&gt;
*end year:end day &lt;br /&gt;
| setting the growth rate of the modifier.  The last two tokens can be replaced by NO_END to have growth continue indefinitely.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| APPLY_CREATURE_VARIATION &lt;br /&gt;
| Special&lt;br /&gt;
| &lt;br /&gt;
*CV TEMPLATE NAME &lt;br /&gt;
| Loads the Creature Variation Template specified.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| APPLY_CURRENT_CREATURE_VARIATION &lt;br /&gt;
| Special&lt;br /&gt;
|  &lt;br /&gt;
| Applies loaded Creature Variation&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| AQUATIC &lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| Allows a creature to breathe underwater, but causes it to &amp;quot;drown&amp;quot; out of [[water]]. &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| ARENA_RESTRICTED &lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| Does not appear in arena mode list&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| ARTIFICIAL_HIVEABLE&lt;br /&gt;
| Creature&lt;br /&gt;
|&lt;br /&gt;
| Can be kept in artificial hives by beekeepers.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| AT_PEACE_WITH_WILDLIFE&lt;br /&gt;
| Caste&lt;br /&gt;
|&lt;br /&gt;
| Does not attack or frighten wildlife.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| ATTACK &lt;br /&gt;
| Caste&lt;br /&gt;
| &lt;br /&gt;
*token&lt;br /&gt;
*bodypart&lt;br /&gt;
*selection criteria&lt;br /&gt;
*location &lt;br /&gt;
| Defines the attack name, and the body part used. See [[#Attack Tokens|below]] for valid subtokens&lt;br /&gt;
'''Example:'''&amp;lt;br /&amp;gt;&lt;br /&gt;
[ATTACK:GORE:BODYPART:BY_CATEGORY:HORN]&amp;lt;br /&amp;gt;&lt;br /&gt;
''GORE'' : name of the attack&amp;lt;br /&amp;gt;&lt;br /&gt;
''BODYPART:BY_CATEGORY:HORN'' :  the horn is used to attack (presuming the creature has one)&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| ATTACK_TRIGGER &lt;br /&gt;
| Caste&lt;br /&gt;
| pop:exported wealth:created wealth&lt;br /&gt;
| Specifies when a [[megabeast]] will attack the fortress.&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div align=&amp;quot;center&amp;quot;&amp;gt;&lt;br /&gt;
{{alphabetical TOC}}&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==B==&lt;br /&gt;
{| {{prettytable}}&lt;br /&gt;
|- bgcolor=&amp;quot;#ddd&amp;quot;&lt;br /&gt;
! width=&amp;quot;20%&amp;quot; | Token&lt;br /&gt;
! width=&amp;quot;10%&amp;quot; | Type&lt;br /&gt;
! width=&amp;quot;20%&amp;quot; | Arguments&lt;br /&gt;
! width=&amp;quot;50%&amp;quot; | Description&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| BABY &lt;br /&gt;
| Caste&lt;br /&gt;
| integer &lt;br /&gt;
| Age at which creature is considered a child. Default is zero. One can think of this as the duration of the baby stage.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| BABYNAME &lt;br /&gt;
| Caste&lt;br /&gt;
| singular:plural &lt;br /&gt;
| Defines a new name for a creature in baby state at the caste level. For non-caste-specific baby names, see GENERAL_BABY_NAME.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| BEACH_FREQUENCY &lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| [[Whale]]s and [[Sea nettle jellyfish|jellyfish]] have this. Controls the beaching frequency of the creature. &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| BENIGN &lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| The creature will only show up in &amp;quot;tame&amp;quot; biomes. Such creatures will generally avoid dwarves, although they may chase and/or attack them if they get too close, notably including [[elephant]]s.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| BIOME &lt;br /&gt;
| Creature&lt;br /&gt;
| &lt;br /&gt;
* [[biome token]]&lt;br /&gt;
| Select a [[Biome]] the creature may appear in.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| BLOOD&lt;br /&gt;
| Caste&lt;br /&gt;
| &lt;br /&gt;
* [[material token]]&lt;br /&gt;
*matter state (LIQUID, GAS, SOLID) &lt;br /&gt;
| Specifies what the creature's blood is made of.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| BLOODSUCKER&lt;br /&gt;
| Caste&lt;br /&gt;
| &lt;br /&gt;
| Seems to be required to make the creature denouncable as a creature of the night.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| BODY&lt;br /&gt;
| Caste&lt;br /&gt;
| body parts &lt;br /&gt;
| Draws body parts from OBJECT:BODY files (such as body_default.txt)&lt;br /&gt;
'''Example:'''&amp;lt;br /&amp;gt;&lt;br /&gt;
[BODY:BODY_WITH_HEAD_FLAG:HEART:GUTS:BRAIN:MOUTH] &amp;lt;br /&amp;gt;&lt;br /&gt;
This is the body from a [[Purring maggot]]. It creates a body with head, a heart, some guts, a brain, and a mouth. Thats all a maggot needs.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| BODY_APPEARANCE_MODIFIER &lt;br /&gt;
| Caste&lt;br /&gt;
| &lt;br /&gt;
*ATTRIBUTE&lt;br /&gt;
*lowest:lower:low:median:high:higher:highest &lt;br /&gt;
| These body modifiers give individual creatures different characteristics. In the case of HEIGHT, BROADNESS and LENGTH, the modifier is also a percentage change to the BODY_SIZE of the individual creature.  The seven numbers afterward give a distribution of ranges. Each interval has an equal chance of occurring.&lt;br /&gt;
'''Example:'''&amp;lt;br /&amp;gt;&lt;br /&gt;
[BODY_APPEARANCE_MODIFIER:HEIGHT:90:95:98:100:102:105:110] &amp;lt;br /&amp;gt;&lt;br /&gt;
''HEIGHT'' : marks the height to be changed &amp;lt;br /&amp;gt;&lt;br /&gt;
''90:95:98:100:102:105:110'' :  sets the range from the shortest (90% of the average height) to the tallest (110% of the average height) creature variation.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| BODY_DETAIL_PLAN &lt;br /&gt;
| Caste&lt;br /&gt;
| PlanName, PlanName:type:type:type:etc &lt;br /&gt;
| loads a plan listed OBJECT:BODY_DETAIL_PLAN files, such as b_detail_plan_default.txt. Mass applies USE_MATERIAL_TEMPLATE, mass alters RELSIZE, alters body part positions, and will allow tissue layers to be defined. Tissue layers are defined in order of skin to bone here.&lt;br /&gt;
'''Example:'''&amp;lt;br /&amp;gt;&lt;br /&gt;
[BODY_DETAIL_PLAN:VERTEBRATE_TISSUE_LAYERS:SKIN:FAT:MUSCLE:BONE:CARTILAGE] &amp;lt;br /&amp;gt;&lt;br /&gt;
This creates the detailed body of a [[fox]], the skin, fat, muscle, bones and cartilage out of the vertebrate tissues.&amp;lt;br /&amp;gt;&lt;br /&gt;
A [[Purring maggot|maggot]] would only need:&amp;lt;br /&amp;gt;&lt;br /&gt;
''[BODY_DETAIL_PLAN:EXOSKELETON_TISSUE_LAYERS:SKIN:FAT:MUSCLE]'' &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| BODY_SIZE&lt;br /&gt;
| Caste&lt;br /&gt;
| years:days:size &lt;br /&gt;
| Sets size at a given age. Size is in cubic centimeters, and for normal body materials is roughly equal to the creature's average weight in grams.&lt;br /&gt;
'''Example:'''&amp;lt;br /&amp;gt;&lt;br /&gt;
[BODY_SIZE:0:0:10000]&amp;lt;br /&amp;gt;&lt;br /&gt;
[BODY_SIZE:1:168:50000]&amp;lt;br /&amp;gt;&lt;br /&gt;
[BODY_SIZE:12:0:220000]&amp;lt;br /&amp;gt;&lt;br /&gt;
This describes the size of a [[minotaur]]. His birth size would be 10,000 cm&amp;lt;sup&amp;gt;3&amp;lt;/sup&amp;gt; (~10 kg). At 1 year and 168 days old he would be 50,000 cm&amp;lt;sup&amp;gt;3&amp;lt;/sup&amp;gt; (~50 kg). And as an adult (at 12 years old) he would be 220,000 cm&amp;lt;sup&amp;gt;3&amp;lt;/sup&amp;gt; and weigh roughly 220 kg.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| BODYGLOSS &lt;br /&gt;
| Caste&lt;br /&gt;
| gloss &lt;br /&gt;
| Substitutes body part text with replacement text. Draws gloss information from OBJECT:BODY files (such as body_default.txt)&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| BONECARN &lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| Creature eats bones. Implies CARNIVORE. Civilized creatures (e.g. Kobolds) with this tag tend to die out during world generation.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| BP_APPEARANCE_MODIFIER &lt;br /&gt;
| Caste&lt;br /&gt;
| &lt;br /&gt;
*QUALITY&lt;br /&gt;
*lowest:lower:low:median:high:higher:highest &lt;br /&gt;
| sets up the breadth of possibilities for appearance qualities for a selected BP group. EG. Eyes (CLOSE_SET, DEEP_SET, ROUND_VS_NARROW, LARGE_IRIS),Lips (THICKNESS), Nose (BROADNESS, LENGTH, UPTURNED, CONVEX), Ear (SPLAYED_OUT, HANGING_LOBES, BROADNESS, HEIGHT), Tooth (GAPS), Skull (HIGH_CHEEKBONES, BROAD_CHIN, JUTTING CHIN, SQUARE_CHIN), Neck (DEEP_VOICE, RASPY_VOICE), Head (BROADNESS, HEIGHT)&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| BUILDINGDESTROYER &lt;br /&gt;
| Caste&lt;br /&gt;
| 1 or 2 &lt;br /&gt;
| Allows a creature to destroy furniture and buildings. Value [1] targets mostly doors, hatches, furniture and the like. Value [2] targets anything not made with the b + C commands. &lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div align=&amp;quot;center&amp;quot;&amp;gt;&lt;br /&gt;
{{alphabetical TOC}}&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==C==&lt;br /&gt;
{| {{prettytable}}&lt;br /&gt;
|- bgcolor=&amp;quot;#ddd&amp;quot;&lt;br /&gt;
! width=&amp;quot;20%&amp;quot; | Token&lt;br /&gt;
! width=&amp;quot;10%&amp;quot; | Type&lt;br /&gt;
! width=&amp;quot;20%&amp;quot; | Arguments&lt;br /&gt;
! width=&amp;quot;50%&amp;quot; | Description&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| CAN_DO_INTERACTION&lt;br /&gt;
| Caste&lt;br /&gt;
| interaction token&lt;br /&gt;
| The creature can perform an interaction.  See [[interaction token]].&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| CAN_LEARN &lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| The creature gets skills and professions. Note that this token makes the creature unable to be butchered by an adventurer so it is not recommended for uncivilized monsters. Adventurers lacking this token can allocate but not increase attributes and skills. skills allocated will disappear on start.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| CAN_SPEAK &lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| Can talk. Note that it is not necessary for a creature to gain social skills. If a member of a civilization (such as a pet) has this token, it'll need to eat and drink.{{verify}}&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| CANNOT_UNDEAD &lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| Alias for NOT_LIVING&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| CANOPENDOORS &lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| Allows the creature to open doors. &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| CARNIVORE &lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| Creature ''only'' eats meat.  If the creature goes on rampages in worldgen, it will often devour the people/animals it kills.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| CASTE &lt;br /&gt;
| Creature&lt;br /&gt;
| &lt;br /&gt;
*name &lt;br /&gt;
| defines a caste&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| CASTE_ALTTILE&lt;br /&gt;
| Caste&lt;br /&gt;
|&lt;br /&gt;
*tile number or &amp;quot;letter&amp;quot;&lt;br /&gt;
| Caste-specific alternate tile. Requires CASTE_TILE.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| CASTE_COLOR&lt;br /&gt;
| Caste&lt;br /&gt;
|&lt;br /&gt;
*fg&lt;br /&gt;
*bg&lt;br /&gt;
*brightness&lt;br /&gt;
| Creature tile color of the caste.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| CASTE_GLOWCOLOR&lt;br /&gt;
| Caste&lt;br /&gt;
|&lt;br /&gt;
*fg&lt;br /&gt;
*bg&lt;br /&gt;
*brightness&lt;br /&gt;
| GLOWTILE color of the caste.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| CASTE_GLOWTILE&lt;br /&gt;
| Caste&lt;br /&gt;
|&lt;br /&gt;
*tile value or &amp;quot;letter&amp;quot;&lt;br /&gt;
| Caste-specific glowtile&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| CASTE_NAME &lt;br /&gt;
| Caste&lt;br /&gt;
| singular:plural:adjective &lt;br /&gt;
| The name of the caste of the creature in the game.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| CASTE_PROFESSION_NAME &lt;br /&gt;
| Caste&lt;br /&gt;
| &lt;br /&gt;
*[[Unit type token]] (Profession)&lt;br /&gt;
*singular&lt;br /&gt;
*plural &lt;br /&gt;
| alters the name of the given profession, caste-specific&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| CASTE_SOLDIER_ALTTILE&lt;br /&gt;
| Caste&lt;br /&gt;
| 'character' or tile number&lt;br /&gt;
| Creatures of this caste active in their civilization's military will blink between their default soldier tile and this one. Requires CASTE_SOLDIER_TILE.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| CASTE_SOLDIER_TILE&lt;br /&gt;
| Caste&lt;br /&gt;
| 'character' or tile number&lt;br /&gt;
| Creatures of this caste active in their civilization's military will use this tile instead.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| CASTE_SPEECH&lt;br /&gt;
| Caste&lt;br /&gt;
| speech file?&lt;br /&gt;
| Possibly a caste-specific instance of the SPEECH token&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| CASTE_TILE&lt;br /&gt;
| Caste&lt;br /&gt;
|&lt;br /&gt;
* tile number or &amp;quot;letter&amp;quot;&lt;br /&gt;
| Caste-specific creature tile.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| CAVE_ADAPT &lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| Gives the creature a bonus in caves. Also causes [[Cave adaptation]]. &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| CDI&lt;br /&gt;
| Caste&lt;br /&gt;
| Varies&lt;br /&gt;
| Specifies details for the preceding CAN_DO_INTERACTION token. See [[Interaction token]].&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| CHANGE_BODY_SIZE_PERC&lt;br /&gt;
| Caste&lt;br /&gt;
| integer&lt;br /&gt;
| Multiplies body size by a factor of (integer)%. 50 halves size, 200 doubles.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| CHILD &lt;br /&gt;
| Caste&lt;br /&gt;
| integer &lt;br /&gt;
| age at which creature is considered an adult. One can think of this as the duration of the child stage. Without this token, a creature will not reproduce in Fortress mode.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| CHILDNAME &lt;br /&gt;
| Caste&lt;br /&gt;
| singular:plural &lt;br /&gt;
| Defines a new name for a creature in child state at the caste level. For non-caste-specific child names, see GENERAL_CHILD_NAME.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| CLUSTER_NUMBER &lt;br /&gt;
| Creature&lt;br /&gt;
|&lt;br /&gt;
*min&lt;br /&gt;
*max&lt;br /&gt;
| The minimum/maximum numbers of how many creatures per spawned cluster. Certain vermin fish use this token in combination with temperate ocean and river biome tokens to perform seasonal migrations.&lt;br /&gt;
e.g. [CLUSTER_NUMBER:1:3] &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| CLUTCH_SIZE&lt;br /&gt;
| Caste&lt;br /&gt;
|&lt;br /&gt;
*min&lt;br /&gt;
*max&lt;br /&gt;
|Number of eggs laid in one sitting.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| COLONY_EXTERNAL&lt;br /&gt;
| Caste&lt;br /&gt;
|&lt;br /&gt;
| Caste hovers around colony.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| COLOR &lt;br /&gt;
| Creature&lt;br /&gt;
| foreground:background:brightness &lt;br /&gt;
| Color  of the creature's tile. &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| COMMON_DOMESTIC &lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| Allows the creature to be brought with immigrants and when creating a new fortress, as long as the creature also includes at least one of the following tokens: PET, PACK_ANIMAL, WAGON_PULLER, MOUNT.  In addition, the creature must be NATURAL rather than FANCIFUL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| CONVERTED_SPOUSE&lt;br /&gt;
| Caste&lt;br /&gt;
|&lt;br /&gt;
| Creatures of this caste's species with the SPOUSE_CONVERTER and NIGHT_CREATURE_HUNTER tokens will kidnap SPOUSE_CONVERSION_TARGETs of an appropriate sex and convert them into castes with CONVERTED_SPOUSE.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| COOKABLE_LIVE &lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| Set this to allow the creature to be cooked in meals without first being butchered / fishcleaned.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| CRAZED&lt;br /&gt;
| Caste&lt;br /&gt;
| &lt;br /&gt;
| Creature is 'berserk' and will attack all other creatures, except members of its own species that ALSO have the CRAZED tag.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| COPY_TAGS_FROM &lt;br /&gt;
| Special&lt;br /&gt;
| &lt;br /&gt;
*CREATURE NAME&lt;br /&gt;
| Copies tags from another specified creature.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| CREATURE_CLASS &lt;br /&gt;
| Caste&lt;br /&gt;
|&lt;br /&gt;
*classname&lt;br /&gt;
| Creature class. Can be anything, but only existing use is GENERAL_POISON. Appears to only be used for Syndromes. Supposedly can also be used for entity positions.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| CREATURE_SOLDIER_TILE&lt;br /&gt;
| Creature&lt;br /&gt;
| 'character' or tile number&lt;br /&gt;
| Creatures active in their civilization's military will use this tile instead.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| CREATURE_TILE &lt;br /&gt;
| Creature&lt;br /&gt;
| 'character' or tile number &lt;br /&gt;
| The symbol of the creature in ASCII mode.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| CREPUSCULAR &lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| Sets if the creature is active at twilight.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| CURIOUSBEAST_EATER &lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| Allows a creature to steal and eat edible items from a site. &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| CURIOUSBEAST_GUZZLER &lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| Allows a creature to (very quickly) drink your alcohol. Or spill the barrel to the ground. Also affects undead versions of the creature. &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| CURIOUSBEAST_ITEM &lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| Allows a creature to steal things (apparently the highest value it can find).  If the creature goes on rampages in worldgen, it will often steal items instead of attacking.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| CV_ADD_TAG&lt;br /&gt;
| Special&lt;br /&gt;
| &lt;br /&gt;
*TAG NAME &lt;br /&gt;
| Adds a tag. Used in conjunction with creature variation templates.  &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| CV_REMOVE_TAG&lt;br /&gt;
| Special&lt;br /&gt;
| &lt;br /&gt;
*TAG NAME &lt;br /&gt;
| Removes a tag. Used in conjunction with creature variation templates. &lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div align=&amp;quot;center&amp;quot;&amp;gt;&lt;br /&gt;
{{alphabetical TOC}}&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==D==&lt;br /&gt;
{| {{prettytable}}&lt;br /&gt;
|- bgcolor=&amp;quot;#ddd&amp;quot;&lt;br /&gt;
! width=&amp;quot;20%&amp;quot; | Token&lt;br /&gt;
! width=&amp;quot;10%&amp;quot; | Type&lt;br /&gt;
! width=&amp;quot;20%&amp;quot; | Arguments&lt;br /&gt;
! width=&amp;quot;50%&amp;quot; | Description&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| DEMON&lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| Found on generated [[demon]]s. Cannot be specified in user-defined raws.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| DESCRIPTION &lt;br /&gt;
| Caste&lt;br /&gt;
| text &lt;br /&gt;
| A brief description of the creature type.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| DIE_WHEN_VERMIN_BITE&lt;br /&gt;
| Caste&lt;br /&gt;
|&lt;br /&gt;
| Dies upon attacking.  Used for bee stings.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| DIFFICULTY &lt;br /&gt;
| Caste&lt;br /&gt;
| integer &lt;br /&gt;
| Increases experience gain during adventure mode. &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| DIURNAL &lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| Sets if the creature is active in day. &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| DIVE_HUNTS_VERMIN&lt;br /&gt;
| Caste&lt;br /&gt;
| &lt;br /&gt;
| Found on [[peregrine falcon]]s.  The creature hunts vermin by diving from the air.  May be bugged due to fortress pets remaining earthbound.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| DOES_NOT_EXIST &lt;br /&gt;
| Creature&lt;br /&gt;
|  &lt;br /&gt;
| Creature does not actually exist; used for fanciful creatures.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div align=&amp;quot;center&amp;quot;&amp;gt;&lt;br /&gt;
{{alphabetical TOC}}&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==E==&lt;br /&gt;
{| {{prettytable}}&lt;br /&gt;
|- bgcolor=&amp;quot;#ddd&amp;quot;&lt;br /&gt;
! width=&amp;quot;20%&amp;quot; | Token&lt;br /&gt;
! width=&amp;quot;10%&amp;quot; | Type&lt;br /&gt;
! width=&amp;quot;20%&amp;quot; | Arguments&lt;br /&gt;
! width=&amp;quot;50%&amp;quot; | Description&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| EBO_ITEM&lt;br /&gt;
| Caste&lt;br /&gt;
| [[item token]]:[[material token]] (ANY_HARD_STONE can be used for the material)&lt;br /&gt;
| Defines the item that the creature drops upon being butchered.  Used with EXTRA_BUTCHER_OBJECT.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| EBO_SHAPE&lt;br /&gt;
| Caste&lt;br /&gt;
| gem shape&lt;br /&gt;
| The shape of the extra item of the creature upon butchering.  Used with EXTRA_BUTCHER_OBJECT.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| EGG_MATERIAL&lt;br /&gt;
| Caste&lt;br /&gt;
|&lt;br /&gt;
* [[material token]]&lt;br /&gt;
*state (SOLID, LIQUID, or GAS)&lt;br /&gt;
| Egg material. Egg-laying creatures will define this 3 times, using LOCAL_CREATURE_MAT:EGGSHELL, LOCAL_CREATURE_MAT:EGG_WHITE, and then LOCAL_CREATURE_MAT:EGG_YOLK.  Eggs will be made out of eggshell.  Edibility is determined by tags on whites or yolk, but they otherwise do not exist.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| EGG_SIZE&lt;br /&gt;
| Caste&lt;br /&gt;
|&lt;br /&gt;
*size&lt;br /&gt;
| Determines the size of eggs.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| EQUIPMENT_WAGON &lt;br /&gt;
| Creature&lt;br /&gt;
|  &lt;br /&gt;
| Makes the creature into a large 3x3 creature responsible for carrying trade goods, pulled by two [WAGON_PULLER]s and driven by a merchant.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| EQUIPS &lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| Allows the creature to wear or wield items.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| EVIL &lt;br /&gt;
| Creature&lt;br /&gt;
|  &lt;br /&gt;
| Creature is considered evil and will only show up in evil biomes. Has no effect on cavern creatures.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| EXTRA_BUTCHER_OBJECT&lt;br /&gt;
| Caste&lt;br /&gt;
| &lt;br /&gt;
* BY_CATEGORY, BY_TYPE, BY_TOKEN&lt;br /&gt;
* TYPE, CATEGORY, or TOKEN&lt;br /&gt;
| The creature drops an additional object when butchered (typically a gizzard stone), defined by EBO_ITEM and EBO_SHAPE.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| EXTRACT&lt;br /&gt;
| Caste&lt;br /&gt;
|&lt;br /&gt;
* [[material token]]&lt;br /&gt;
| Defines a creature extract which can be obtained via [[small animal dissection]].&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| EXTRAVISION &lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| Creature can see regardless of whether it has working eyes. &lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div align=&amp;quot;center&amp;quot;&amp;gt;&lt;br /&gt;
{{alphabetical TOC}}&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==F==&lt;br /&gt;
{| {{prettytable}}&lt;br /&gt;
|- bgcolor=&amp;quot;#ddd&amp;quot;&lt;br /&gt;
! width=&amp;quot;20%&amp;quot; | Token&lt;br /&gt;
! width=&amp;quot;10%&amp;quot; | Type&lt;br /&gt;
! width=&amp;quot;20%&amp;quot; | Arguments&lt;br /&gt;
! width=&amp;quot;50%&amp;quot; | Description&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| FANCIFUL &lt;br /&gt;
| Creature&lt;br /&gt;
|  &lt;br /&gt;
| Makes every civilization know about the creature. The creature won't occur in regular material preference lists. The tag also adds some art value modifiers. Used for things like dragons and other legendary creatures.  Conflicts with [COMMON_DOMESTIC]&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| FEATURE_ATTACK_GROUP&lt;br /&gt;
| Caste&lt;br /&gt;
|&lt;br /&gt;
| Found on subterranean animalmen.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| FEATURE_BEAST&lt;br /&gt;
| Caste&lt;br /&gt;
|&lt;br /&gt;
| Found on [[forgotten beast]]s. Cannot be specified in user-defined raws.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| FEMALE &lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| Inside a female caste, sets femaleness. Outside of a caste, sets all individuals female unless overridden by caste.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| FIREIMMUNE &lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| The creature is immune to FIREBALL and FIREJET attacks.&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 DRAGONFIRE attacks. Implies FIREIMMUNE. &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| FISHITEM &lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| Needs to be cleaned at a fishery&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| FIXED_TEMP &lt;br /&gt;
| Caste&lt;br /&gt;
| temperature &lt;br /&gt;
| The natural heat generated by the creature.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| FLEEQUICK &lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| Determines how soon a creature flees in a losing battle. Creatures with this tag will flee at the first sign of resistance.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| FLIER &lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| Allows a creature to fly. Fortress Mode pathfinding only partially incorporates pathfinding - flying dwarves need a land path to exist between them and an area in order to access it, but as long as one such path exists, they do not need to use it, instead being able to fly over intervening obstacles.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| FREQUENCY &lt;br /&gt;
| Creature&lt;br /&gt;
|&lt;br /&gt;
*number, max 100&lt;br /&gt;
| Determines the chances of a creature appearing within its environment, with higher values resulting in more frequent appearance. The game effectively considers all creatures that can possibly appear and uses the FREQUENCY value as a ''weight'' - for example, if there are three creatures with frequencies 10/25/50, the creature with [FREQUENCY:50] will appear approximately 58.8% of the time. Defaults to 50 if not specified. Not to be confused with POP_RATIO.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div align=&amp;quot;center&amp;quot;&amp;gt;&lt;br /&gt;
{{alphabetical TOC}}&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==G==&lt;br /&gt;
{| {{prettytable}}&lt;br /&gt;
|- bgcolor=&amp;quot;#ddd&amp;quot;&lt;br /&gt;
! width=&amp;quot;20%&amp;quot; | Token&lt;br /&gt;
! width=&amp;quot;10%&amp;quot; | Type&lt;br /&gt;
! width=&amp;quot;20%&amp;quot; | Arguments&lt;br /&gt;
! width=&amp;quot;50%&amp;quot; | Description&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| GENERAL_BABY_NAME &lt;br /&gt;
| Creature&lt;br /&gt;
| singular:plural &lt;br /&gt;
| name at creature level&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| GENERAL_CHILD_NAME &lt;br /&gt;
| Creature&lt;br /&gt;
| singular:plural &lt;br /&gt;
| name at creature level&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| GENERAL_MATERIAL_FORCE_MULTIPLIER&lt;br /&gt;
| Caste&lt;br /&gt;
| A:B&lt;br /&gt;
| Attacks against the creature have their force modified by A/B. For example, 1:2 will halve the force of an attack made against the creature. {{verify}}&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| GENERATED&lt;br /&gt;
| Creature&lt;br /&gt;
|  &lt;br /&gt;
| Found on procedurally generated creatures like [[Forgotten beast]]s, (biome name) [[titan]]s, [[Demon]]s, and [[night creature]]s. Cannot be specified in user-defined raws.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| GETS_INFECTIONS_FROM_ROT &lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| Creature can get infections from necrotic tissue.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| GETS_WOUND_INFECTIONS &lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| Creature's wounds can become infected.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| GLOWCOLOR &lt;br /&gt;
| Creature&lt;br /&gt;
| &lt;br /&gt;
*foreground&lt;br /&gt;
*background&lt;br /&gt;
*brightness &lt;br /&gt;
| The colour of the GLOWTILE of the creature.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| GLOWTILE &lt;br /&gt;
| Creature&lt;br /&gt;
| ascii character &lt;br /&gt;
| If present, the being glows in the dark (generally used for Adventure Mode). The tile is what replaces the being's current tile when it is obscured from your sight by darkness. The default setting for kobolds (a yellow quotation mark) provides a nice &amp;quot;glowing eyes&amp;quot; effect. The game is also hardcoded to automatically convert quotation mark GLOWTILES into apostrophes if the creature has lost one eye. This works at the generic creature level - for caste-specific glow tiles, use CASTE_GLOWTILE instead.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| GNAWER &lt;br /&gt;
| Caste&lt;br /&gt;
| verb&lt;br /&gt;
| The creature can and will gnaw its way out of [[animal trap]]s and [[cage]]s using the specified verb, depending on the material from which it is made. Due to a bug, however, they will only escape from [[artifact]]s.{{bug|6117}}&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| GOBBLE_VERMIN_CLASS&lt;br /&gt;
| Caste&lt;br /&gt;
| class&lt;br /&gt;
| The creature eats vermin of the specified class.  &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| GOBBLE_VERMIN_CREATURE&lt;br /&gt;
| Caste&lt;br /&gt;
| creature:caste&lt;br /&gt;
| The creature eats a specified vermin.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| GO_TO_END &lt;br /&gt;
| Special&lt;br /&gt;
|  &lt;br /&gt;
| When using tags from an existing creature, inserts new tags at the end of the creature.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| GO_TO_START &lt;br /&gt;
| Special&lt;br /&gt;
|  &lt;br /&gt;
| When using tags from an existing creature, inserts new tags at the beginning of the creature.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| GO_TO_TAG&lt;br /&gt;
| Special&lt;br /&gt;
|  &lt;br /&gt;
| When using tags from an existing creature, inserts new tags after the specified tag.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| GOOD &lt;br /&gt;
| Creature&lt;br /&gt;
|  &lt;br /&gt;
| Creature is considered good and will only show up in good biomes, for example [[unicorn]]s. Presumably has no effect on cavern creatures.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| GRASSTRAMPLE &lt;br /&gt;
| Caste&lt;br /&gt;
| value &lt;br /&gt;
| The value determines how rapidly grass is trampled when a creature steps on it - a value of 0 causes the creature to never damage grass, while a value of 100 causes grass to be trampled as rapidly as possible. Defaults to 5.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| GRAVITATE_BODY_SIZE&lt;br /&gt;
| Caste&lt;br /&gt;
| target value&lt;br /&gt;
| Used in Creature Variants. This token changes the adult body size to the average of the old adult body size and the target value and scales all intermediate growth stages by the same factor.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| GRAZER&lt;br /&gt;
| Caste&lt;br /&gt;
|&lt;br /&gt;
*number&lt;br /&gt;
| Animals is a grazer.  The higher the number, the less frequently it needs to eat in order to survive.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div align=&amp;quot;center&amp;quot;&amp;gt;&lt;br /&gt;
{{alphabetical TOC}}&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==H==&lt;br /&gt;
{| {{prettytable}}&lt;br /&gt;
|- bgcolor=&amp;quot;#ddd&amp;quot;&lt;br /&gt;
! width=&amp;quot;20%&amp;quot; | Token&lt;br /&gt;
! width=&amp;quot;10%&amp;quot; | Type&lt;br /&gt;
! width=&amp;quot;20%&amp;quot; | Arguments&lt;br /&gt;
! width=&amp;quot;50%&amp;quot; | Description&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| HABIT&lt;br /&gt;
| Caste&lt;br /&gt;
| type:probability&lt;br /&gt;
| Defines certain behaviors for the creature. The habit types are COLLECT_TROPHIES, COOK_PEOPLE, COOK_VERMIN, GRIND_VERMIN, COOK_BLOOD, GRIND_BONE_MEAL, EAT_BONE_PORRIDGE, USE_ANY_MELEE_WEAPON, GIANT_NEST, and COLLECT_WEALTH. These may require the creature to have a lair to work properly.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| HABIT_NUM&lt;br /&gt;
| Caste&lt;br /&gt;
| number or TEST_ALL&lt;br /&gt;
| &amp;quot;If you set HABIT_NUM to a number, it should give you that exact number of habits according to the weights.&amp;quot;.&amp;lt;sup&amp;gt;[[http://www.bay12forums.com/smf/index.php?topic=60554.msg1719248#msg1719248 source post]]&amp;lt;/sup&amp;gt; All lists of HABITs are preceded by [HABIT_NUM:TEST_ALL]&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| HAS_NERVES &lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| This makes the creature susceptible to severed motor and sensory nerves when muscles are torn in limb, grasp and stance parts. Some butchering yields nervous tissue.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| HASSHELL&lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| The creature has a shell. Seemingly no longer used - holdover from previous versions.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| HIVE_PRODUCT&lt;br /&gt;
| Creature&lt;br /&gt;
|&lt;br /&gt;
*number&lt;br /&gt;
*[[time]]&lt;br /&gt;
*[[item token]]s&lt;br /&gt;
| What product is harvested from [[Beekeeping industry|beekeeping]].&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| HOMEOTHERM &lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| Default 'NONE'. The creature's normal body [[temperature]]&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| HUNTS_VERMIN&lt;br /&gt;
| Caste&lt;br /&gt;
|&lt;br /&gt;
| Creature hunts and kills nearby vermin.&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div align=&amp;quot;center&amp;quot;&amp;gt;&lt;br /&gt;
{{alphabetical TOC}}&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==I==&lt;br /&gt;
{| {{prettytable}}&lt;br /&gt;
|- bgcolor=&amp;quot;#ddd&amp;quot;&lt;br /&gt;
! width=&amp;quot;20%&amp;quot; | Token&lt;br /&gt;
! width=&amp;quot;10%&amp;quot; | Type&lt;br /&gt;
! width=&amp;quot;20%&amp;quot; | Arguments&lt;br /&gt;
! width=&amp;quot;50%&amp;quot; | Description&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| IMMOBILE&lt;br /&gt;
| Caste&lt;br /&gt;
| &lt;br /&gt;
| The creature cannot move.  Found on [[sponge]]s. Will also stop a creature from breeding in Fortress Mode (MALE and FEMALE are effected, if one is IMMOBILE no breeding will happen)&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| IMMOBILE_LAND &lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| The creature is immobile while on land.  Only works on AQUATIC creatures which can't breathe on land.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| IMMOLATE &lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| Will ignite, and potentially completely destroy, items the creature is standing on. Keep booze away from critters with this tag. Also gives the vermin a high chance of escaping from [[animal trap]]s and [[cage]]s made of certain materials. Due to a bug, however, they will only escape from [[artifact]]s.{{bug|6117}}&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| INTELLIGENT &lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| Shortcut for [CAN_SPEAK] + [CAN_LEARN].&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| ITEMCORPSE &lt;br /&gt;
| Caste&lt;br /&gt;
|     &lt;br /&gt;
* [[item token]]&lt;br /&gt;
* [[material token]]&lt;br /&gt;
| Determines if the creature leaves behind a non-standard corpse (i.e. wood, statue, bars, ash from ghost etc).&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| ITEMCORPSE_QUALITY &lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| The quality of an item-type corpse left behind; 5 is masterpiece-level. &lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div align=&amp;quot;center&amp;quot;&amp;gt;&lt;br /&gt;
{{alphabetical TOC}}&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==L==&lt;br /&gt;
{| {{prettytable}}&lt;br /&gt;
|- bgcolor=&amp;quot;#ddd&amp;quot;&lt;br /&gt;
! width=&amp;quot;20%&amp;quot; | Token&lt;br /&gt;
! width=&amp;quot;10%&amp;quot; | Type&lt;br /&gt;
! width=&amp;quot;20%&amp;quot; | Arguments&lt;br /&gt;
! width=&amp;quot;50%&amp;quot; | Description&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| LAIR&lt;br /&gt;
| Caste&lt;br /&gt;
| type:probability&lt;br /&gt;
| Found on megabeasts, semimegabeasts, and night creatues. The creature will seek out sites of this type and take them as lairs. The lair types are SIMPLE_BURROW, SIMPLE_MOUND, WILDERNESS_LOCATION, SHRINE, and LABYRINTH.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| LAIR_CHARACTERISTIC&lt;br /&gt;
| Caste&lt;br /&gt;
| characteristic:probability&lt;br /&gt;
| Defines certain features of the creature's lair. The only valid characteristic is HAS_DOORS.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| LAIR_HUNTER&lt;br /&gt;
| Caste&lt;br /&gt;
|&lt;br /&gt;
| This creature will actively hunt adventurers in its lair.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| LAIR_HUNTER_SPEECH&lt;br /&gt;
| Caste&lt;br /&gt;
| speech file&lt;br /&gt;
| What this creature says while hunting adventurers in its lair.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| LARGE_PREDATOR &lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| Will attack things that are smaller than it (like dwarves). Only one group of &amp;quot;large predators&amp;quot; will appear on any given map (possibly two groups on &amp;quot;savage&amp;quot; maps). In adventure mode, large predators will try to ambush and attack you (and your party will attack them back). When tamed, large predators tend to be much more aggressive to enemies than non-large predators, making them a good choice for an animal army.  They may go on rampages in worldgen, and adventurers may receive quests to kill them.  Also, they can be mentioned in the intro paragraph when starting a fortress e.g. &amp;quot;ere the wolves get hungry.&amp;quot; &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| LARGE_ROAMING &lt;br /&gt;
| Creature&lt;br /&gt;
|  &lt;br /&gt;
| In Fortress Mode, spawns outdoors and is not a vermin creature. &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| LAYS_EGGS&lt;br /&gt;
| Caste&lt;br /&gt;
|&lt;br /&gt;
| Creature lays eggs instead of giving birth to live young.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| LAYS_UNUSUAL_EGGS&lt;br /&gt;
| Caste&lt;br /&gt;
|&lt;br /&gt;
* [[item token]]&lt;br /&gt;
* [[material token]]&lt;br /&gt;
| Creature lays a particular item instead of regular eggs.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| LIGAMENTS &lt;br /&gt;
| Caste&lt;br /&gt;
| &lt;br /&gt;
* [[material token]]&lt;br /&gt;
*healing rate &lt;br /&gt;
| Defines the material and healing rate of ligaments.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| LIGHT_GEN &lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| The creature will generate light, such as in adventurer mode at night. &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| LIKES_FIGHTING &lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| The creature will attack enemies rather than flee from them. This tag has the same effect on player-controlled creatures - included modded dwarves. &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| LISP&lt;br /&gt;
| Caste&lt;br /&gt;
| &lt;br /&gt;
| Creature uses &amp;quot;sssssnake talk&amp;quot; (multiplies 'S' when talking - &amp;quot;My name isss Recisssiz.&amp;quot;)&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| LITTERSIZE&lt;br /&gt;
| Caste&lt;br /&gt;
| &lt;br /&gt;
* minumum&lt;br /&gt;
* maximum&lt;br /&gt;
| Determines the random chance of how many creatures are generated when giving birth. [LITTERSIZE:1:2]&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| LOCKPICKER &lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| Lets a creature open doors that are set to forbidden in Fortress Mode.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| LOOSE_CLUSTERS &lt;br /&gt;
| Creature&lt;br /&gt;
|  &lt;br /&gt;
| The creatures will scatter if they have this tag, or form tight packs if they don't. &lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div align=&amp;quot;center&amp;quot;&amp;gt;&lt;br /&gt;
{{alphabetical TOC}}&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==M==&lt;br /&gt;
{| {{prettytable}}&lt;br /&gt;
|- bgcolor=&amp;quot;#ddd&amp;quot;&lt;br /&gt;
! width=&amp;quot;20%&amp;quot; | Token&lt;br /&gt;
! width=&amp;quot;10%&amp;quot; | Type&lt;br /&gt;
! width=&amp;quot;20%&amp;quot; | Arguments&lt;br /&gt;
! width=&amp;quot;50%&amp;quot; | Description&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| MAGICAL&lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| Unknown.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| MAGMA_VISION &lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| Creature's able to see while covered in magma. &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| MALE &lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| The species or caste is all male.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| MANNERISM_*&lt;br /&gt;
| Caste&lt;br /&gt;
| &lt;br /&gt;
*occasionally body part &lt;br /&gt;
| Adds a possible mannerism to the creature's profile.&lt;br /&gt;
Refer to [[Creature mannerism token]]s&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| MATERIAL&lt;br /&gt;
| Creature&lt;br /&gt;
|&lt;br /&gt;
*material id&lt;br /&gt;
| Begins defining a new material.{{verify}}&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| MATERIAL_FORCE_MULTIPLIER&lt;br /&gt;
| Caste&lt;br /&gt;
| &lt;br /&gt;
*[[Material token]]&lt;br /&gt;
*A:B&lt;br /&gt;
| Set the force multiplier of a specific material against the creature to A/B. For example, 10:1 multiplies the force by 10. {{verify}}&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| MATUTINAL&lt;br /&gt;
| Caste&lt;br /&gt;
| &lt;br /&gt;
| Sets if the creature is active in dawn. &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| MAXAGE &lt;br /&gt;
| Caste&lt;br /&gt;
| min:max &lt;br /&gt;
| Range of time in years in which death from old age may occur. Once a creature reaches the min value, it has a random chance each season of dying from old age. Unknown if the chance increases with further age.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| MEANDERER &lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| Gives a creature random movement. &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| MEGABEAST &lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| A 'boss' creature.  A small number of the creature are created during worldgen, their histories and descendants (if any) will be tracked in worldgen (as opposed to simply 'spawning'), and they will occasionally go on rampages, potentially leading to worship if they attack the same place multiple times.  Their presence and number will also influence age names.  When appearing in Fortress Mode, they will have a pop-up message announcing their arrival.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|MENT_ATT_CAP_PERC&lt;br /&gt;
| Caste&lt;br /&gt;
|&lt;br /&gt;
*[[DF2012:Attribute|ATTRIBUTE]] Token&lt;br /&gt;
*Cap %&lt;br /&gt;
|Default is 200.  This means you can increase your attribute to 200% of its starting value (or the average value + your starting value if that is higher).&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| MENT_ATT_RANGE &lt;br /&gt;
| Caste&lt;br /&gt;
|&lt;br /&gt;
*[[DF2012:Attribute|ATTRIBUTE]]&lt;br /&gt;
*lowest:lower:low:median:high:higher:highest &lt;br /&gt;
| Sets up a mental attribute's range of values (0-5000). All mental attribute ranges default to 200:800:900:1000:1100:1300:2000.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| MENT_ATT_RATES&lt;br /&gt;
| Caste&lt;br /&gt;
| &lt;br /&gt;
*[[DF2012:Attribute|ATTRIBUTE]] Token&lt;br /&gt;
*cost to improve&lt;br /&gt;
*unused counter rate&lt;br /&gt;
*rust counter rate&lt;br /&gt;
*demotion counter rate&lt;br /&gt;
| Mental attribute gain/decay rates. Defaults are 500:4:5:4.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| MILKABLE &lt;br /&gt;
| Caste&lt;br /&gt;
| &lt;br /&gt;
* [[material token]]&lt;br /&gt;
* frequency&lt;br /&gt;
| Allows the creature to be milked. &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| MISCHIEVIOUS&lt;br /&gt;
| Caste&lt;br /&gt;
|&lt;br /&gt;
| Alias for MISCHIEVOUS&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| MISCHIEVOUS &lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| Will pull any levers it comes across. Also makes creature spawn invisible and with several ranks in Ambusher. &amp;quot;They go on little missions to mess with various fortress buildings, not just levers.&amp;quot; &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| MODVALUE&lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| Seemingly no longer used.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| MOUNT &lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| Creature may be used as a mount.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| MOUNT_EXOTIC &lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| ?&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| MULTIPLE_LITTER_RARE &lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| Makes litters with more than one offspring rare. &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| MUNDANE &lt;br /&gt;
| Creature&lt;br /&gt;
|  &lt;br /&gt;
| Marks if the creature is an actual real-life creature. Only used for age-names at present, and determining whether a creature will attack creatures with the AT_PEACE_WITH_WILDLIFE token.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div align=&amp;quot;center&amp;quot;&amp;gt;&lt;br /&gt;
{{alphabetical TOC}}&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==N==&lt;br /&gt;
{| {{prettytable}}&lt;br /&gt;
|- bgcolor=&amp;quot;#ddd&amp;quot;&lt;br /&gt;
! width=&amp;quot;20%&amp;quot; | Token&lt;br /&gt;
! width=&amp;quot;10%&amp;quot; | Type&lt;br /&gt;
! width=&amp;quot;20%&amp;quot; | Arguments&lt;br /&gt;
! width=&amp;quot;50%&amp;quot; | Description&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| NAME &lt;br /&gt;
| Creature&lt;br /&gt;
| singular:plural:adjective &lt;br /&gt;
| The generic name for any creature of this type - will be used when distinctions between caste are unimportant. For names for specific castes, use CASTE_NAME instead. If left undefined, the creature will be labeled as &amp;quot;nothing&amp;quot; by the game.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| NATURAL &lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| Alias for NATURAL_ANIMAL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| NATURAL_ANIMAL&lt;br /&gt;
| Caste&lt;br /&gt;
| &lt;br /&gt;
| Animal is considered to be natural.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| NATURAL_SKILL&lt;br /&gt;
| Caste&lt;br /&gt;
| [[Skill_token|Skill token]]:value&lt;br /&gt;
| The creature possesses this skill at this level inherently. It begins with this skill at this level, and the skill may never rust below this level.  Requires CAN_LEARN or INTELLIGENT to function in .25 or earlier.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| NIGHT_CREATURE_BOGEYMAN&lt;br /&gt;
| Caste&lt;br /&gt;
|&lt;br /&gt;
| Found on bogeymen. Creatures with this tag will join other bogeymen in attacking adventurers at night, and will also adopt their other behaviors, such as vanishing in smoke upon being killed. This does not affect the creature's presence elsewhere, such as for generated megabeasts, normal creatures, entity members, etc. Setting the number of bogeyman types to zero in the world gen parameters will remove only the randomly-generated bogeymen.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| NIGHT_CREATURE_HUNTER&lt;br /&gt;
| Caste&lt;br /&gt;
|&lt;br /&gt;
| A very small population of the creature will be created during worldgen (sometimes only a single individual will be created), and their histories will be tracked (that is, they will not spawn spontaneously later, they must either have children or convert other creatures to increase their numbers).   The creature will settle in a lair and go on rampages during worldgen.  If this creature has SPOUSE_CONVERTER, it will actively attempt to seek out potential conversion targets to abduct, convert, and have children with (if possible).&lt;br /&gt;
&lt;br /&gt;
This tag causes the usual behaviour of [[werebeast]]s in worldgen, that is, fleeing towns upon being cursed and conducting raids from a lair.  If this tag is absent from a deity curse, the accursed will simply be driven out of towns in a similar manner to [[vampire]]s.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| NO_AUTUMN  &lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| This creature caste does not appear in [[Calendar|autumn]].&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| NO_CONNECTIONS_FOR_MOVEMENT&lt;br /&gt;
| Caste&lt;br /&gt;
| &lt;br /&gt;
| Creature doesn't require connected body parts to move{{verify}}; generally used on undead creatures with connections that have rotted away.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| NO_DIZZINESS &lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| Creature cannot become dizzy&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| NO_DRINK &lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| Creature does not need to drink. &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| NO_EAT &lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| Creature does not need to eat. &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| NO_FEVERS &lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| Creature cannot suffer fevers&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| NO_GENDER&lt;br /&gt;
| Caste&lt;br /&gt;
|&lt;br /&gt;
| Creature has no gender.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| NO_PHYS_ATT_GAIN&lt;br /&gt;
| Caste&lt;br /&gt;
|&lt;br /&gt;
| The affected caste cannot gain any physical skills.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| NO_PHYS_ATT_RUST&lt;br /&gt;
| Caste&lt;br /&gt;
| &lt;br /&gt;
| The affected caste cannot lose any physical skills.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| NO_SLEEP &lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| Creature does not need to sleep. &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| NO_SPRING &lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| This creature caste does not appear in [[Calendar|spring]].&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| NO_SUMMER &lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| This creature caste does not appear in [[Calendar|summer]].&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| NO_THOUGHT_CENTER_FOR_MOVEMENT &lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| Creature doesn't require an organ with the [THOUGHT] tag to survive or attack; generally used on creatures that don't have brains.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| NO_WINTER &lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| This creature caste does not appear in [[Calendar|winter]].&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| NOBONES &lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| Creature has no bones.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| NOBREATHE &lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| Creature doesn't need to breathe or have [BREATHE] parts in body. Cannot drown or be strangled. &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| NOCTURNAL &lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| Sets if the creature is active in night. &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| NOEMOTION &lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| The creature has no emotions, and does not rage.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| NOEXERT &lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| Creature can't become tired or over-exerted. &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| NOFEAR &lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| Creature doesn't feel fear and will never run away from battle. &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| NOMEAT &lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| Creature will not drop meat on butcher. &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| NONAUSEA &lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| Creature can't vomit.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| NOPAIN &lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| Creature doesn't feel pain. &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| NOSKIN &lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| Creature will not drop skin on butcher. &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| NOSKULL &lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| Creature will not drop skull on butcher, rot, or decay of severed head. &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| NOSMELLYROT &lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| Does not produce miasma when rotting&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| NOSTUCKINS &lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| Weapons can't be stuck in creature. &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| NOSTUN &lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| Creature can't be stunned. Creatures with this tag never wake up from sleep in Fortress Mode and stay drowsy. If this creature must eat and drink while playing, it WILL die.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| NOT_BUTCHERABLE &lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| Cannot be butchered&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| NOT_LIVING&lt;br /&gt;
| Caste&lt;br /&gt;
| &lt;br /&gt;
| Cannot be raised from the dead.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| NOTHOUGHT &lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| Creature doesn't require a [THOUGHT] body part to survive.  If it does not have NO_THOUGHT_CENTER_FOR_MOVEMENT as well, it will be unable to use any attacks other than the default 'push'.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div align=&amp;quot;center&amp;quot;&amp;gt;&lt;br /&gt;
{{alphabetical TOC}}&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==O==&lt;br /&gt;
{| {{prettytable}}&lt;br /&gt;
|- bgcolor=&amp;quot;#ddd&amp;quot;&lt;br /&gt;
! width=&amp;quot;20%&amp;quot; | Token&lt;br /&gt;
! width=&amp;quot;10%&amp;quot; | Type&lt;br /&gt;
! width=&amp;quot;20%&amp;quot; | Arguments&lt;br /&gt;
! width=&amp;quot;50%&amp;quot; | Description&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| OPPOSED_TO_LIFE&lt;br /&gt;
| Caste&lt;br /&gt;
| &lt;br /&gt;
| Is hostile to all creatures except undead and other non-living ones.  Used for [[Undead]].&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div align=&amp;quot;center&amp;quot;&amp;gt;&lt;br /&gt;
{{alphabetical TOC}}&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==P==&lt;br /&gt;
{| {{prettytable}}&lt;br /&gt;
|- bgcolor=&amp;quot;#ddd&amp;quot;&lt;br /&gt;
! width=&amp;quot;20%&amp;quot; | Token&lt;br /&gt;
! width=&amp;quot;10%&amp;quot; | Type&lt;br /&gt;
! width=&amp;quot;20%&amp;quot; | Arguments&lt;br /&gt;
! width=&amp;quot;50%&amp;quot; | Description&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| PACK_ANIMAL &lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| Allows the creature to be used as a pack animal. Currently only used by merchants. Also prevents creature from dropping hauled items on its own -- do not use for player-controllable creatures.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| PARALYZEIMMUNE &lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| The creature is immune to all paralyzing special attacks.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| PATTERNFLIER&lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| PEARL &lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| In earlier versions, creature would generate pearls.  Does nothing in the current version.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| PENETRATEPOWER &lt;br /&gt;
| Caste&lt;br /&gt;
| value &lt;br /&gt;
| Controls the ability of vermin to find a way into containers when they are eating food from your stockpiles.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| PERSONALITY &lt;br /&gt;
| Caste&lt;br /&gt;
| &lt;br /&gt;
*ATTRIBUTE&lt;br /&gt;
*lowest:median:highest &lt;br /&gt;
| Determines the range and chance of personality traits. Standard is 0:50:100. See [[Personality trait]] for more info.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| PET &lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| Allows the creature to be tamed. Also allows all females of the species to breed regardless of marital status.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| PET_EXOTIC &lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| The creature can be tamed, but it is much harder to tame and most civilizations have limited knowledge.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| PETVALUE &lt;br /&gt;
| Caste&lt;br /&gt;
| value &lt;br /&gt;
| How valuable a tamed animal/pet is. Actual cost in points in the embarking screen is (PETVALUE/2)+1 for an untrained animal, PETVALUE+1 for a trained(War or Hunting) one. Note that for an animal to be selectable in this screen, it must have the COMMON_DOMESTIC token. &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| PETVALUE_DIVISOR&lt;br /&gt;
| Caste&lt;br /&gt;
| value&lt;br /&gt;
| Divides the creature's PETVALUE by the specified number. Used for bees to prevent a single hive from being worth a fortune.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|PHYS_ATT_CAP_PERC&lt;br /&gt;
| Caste&lt;br /&gt;
|&lt;br /&gt;
*[[DF2012:Attribute|ATTRIBUTE]] Token&lt;br /&gt;
*Cap %&lt;br /&gt;
|Default is 200.  This means you can increase your attribute to 200% of its starting value (or the average value + your starting value if that is higher).&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| PHYS_ATT_RANGE &lt;br /&gt;
| Caste&lt;br /&gt;
| &lt;br /&gt;
*[[DF2012:Attribute|ATTRIBUTE]]&lt;br /&gt;
*lowest:lower:low:median:high:higher:highest &lt;br /&gt;
| Sets up a physical attribute's range of values (0-5000). All physical attribute ranges default to 200:700:900:1000:1100:1300:2000.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| PHYS_ATT_RATES&lt;br /&gt;
| Caste&lt;br /&gt;
| &lt;br /&gt;
*[[DF2012:Attribute|ATTRIBUTE]] Token&lt;br /&gt;
*cost to improve&lt;br /&gt;
*unused counter rate&lt;br /&gt;
*rust counter rate&lt;br /&gt;
*demotion counter rate&lt;br /&gt;
| Physical attribute gain/decay rates. Defaults for STRENGTH, AGILITY, TOUGHNESS, and ENDURANCE are 500:3:4:3, while RECUPERATION and DISEASE_RESISTANCE default to 500:NONE:NONE:NONE.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| PLUS_BP_GROUP&lt;br /&gt;
| Caste&lt;br /&gt;
|&lt;br /&gt;
*BY_TYPE, BY_CATEGORY, or BY_TOKEN&lt;br /&gt;
*body type, category, or token&lt;br /&gt;
| Adds a body part group to selected body part group. Presumably used immediately after SET_BP_GROUP.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| PLUS_MATERIAL&lt;br /&gt;
| Creature&lt;br /&gt;
| &lt;br /&gt;
*material&lt;br /&gt;
| Adds a material to selected materials. Used immediately after SELECT_MATERIAL.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| POP_RATIO &lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| Weighted population of caste; Lower is rarer. Not to be confused with FREQUENCY.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| POPULATION_NUMBER &lt;br /&gt;
| Creature&lt;br /&gt;
| min:max &lt;br /&gt;
| The minimum/maximum numbers of how many of these creatures are present in each world map tile of the appropriate region.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| POWER&lt;br /&gt;
| Caste&lt;br /&gt;
|&lt;br /&gt;
| Allows the being to represent itself as a deity. Requires CAN_SPEAK to actually do anything more than settle at a location (e.g. write books, lead armies, profane temples). Doesn't appear to do anything for creatures that are already civilized.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| PREFSTRING &lt;br /&gt;
| Creature&lt;br /&gt;
| string&lt;br /&gt;
| Sets what other creatures like about this creature. &amp;quot;Urist likes dwarves for their beards.&amp;quot; Multiple entries will be chosen from at random&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| PROFESSION_NAME &lt;br /&gt;
| Creature&lt;br /&gt;
| &lt;br /&gt;
*[[Unit type token]] (Profession)&lt;br /&gt;
*singular&lt;br /&gt;
*plural &lt;br /&gt;
| The generic name for members of this profession, at the creature level. In order to give members of specific castes different names for professions, use CASTE_PROFESSION_NAME instead.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| PRONE_TO_RAGE&lt;br /&gt;
| Caste&lt;br /&gt;
| number&lt;br /&gt;
| Small creatures with this tag will occasionally attack larger creatures on sight instead of running away; the number indicates how likely it is to do so.  They are also more likely to enter a 'rage' state during combat, increasing their offensive power.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| PUS&lt;br /&gt;
| Caste&lt;br /&gt;
| &lt;br /&gt;
* [[material token]]&lt;br /&gt;
*matter state (LIQUID, GAS, SOLID) &lt;br /&gt;
| Specifies what the creature's wounds will ooze when infected.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div align=&amp;quot;center&amp;quot;&amp;gt;&lt;br /&gt;
{{alphabetical TOC}}&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==R==&lt;br /&gt;
{| {{prettytable}}&lt;br /&gt;
|- bgcolor=&amp;quot;#ddd&amp;quot;&lt;br /&gt;
! width=&amp;quot;20%&amp;quot; | Token&lt;br /&gt;
! width=&amp;quot;10%&amp;quot; | Type&lt;br /&gt;
! width=&amp;quot;20%&amp;quot; | Arguments&lt;br /&gt;
! width=&amp;quot;50%&amp;quot; | Description&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| RELSIZE &lt;br /&gt;
| Caste&lt;br /&gt;
| &lt;br /&gt;
*BY_CATEGORY, BY_TYPE, BY_TOKEN&lt;br /&gt;
*body category, type, or token&lt;br /&gt;
*Relsize &lt;br /&gt;
| Specifies a new relative size for a part than what is stated in the body plan. For example, Dwarves have larger livers.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| REMAINS&lt;br /&gt;
| Caste&lt;br /&gt;
| singular:plural&lt;br /&gt;
| What creature's remains are called.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| REMAINS_COLOR&lt;br /&gt;
| Caste&lt;br /&gt;
|&lt;br /&gt;
| What color creature's remains are.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| REMAINS_ON_VERMIN_BITE_DEATH&lt;br /&gt;
| Caste&lt;br /&gt;
|&lt;br /&gt;
| Goes with VERMIN_BITE and DIE_WHEN_VERMIN_BITE, the vermin creature will leave remains on death when biting.  Leaving this tag out will cause the creature to disappear entirely after it bites.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| REMAINS_UNDETERMINED&lt;br /&gt;
| Caste&lt;br /&gt;
|&lt;br /&gt;
| Unknown.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| REMOVE_MATERIAL &lt;br /&gt;
| Creature&lt;br /&gt;
| &lt;br /&gt;
*material token &lt;br /&gt;
| Removes a material from a creature.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| REMOVE_TISSUE&lt;br /&gt;
| Creature&lt;br /&gt;
|&lt;br /&gt;
*material token&lt;br /&gt;
| Removes a tissue from a creature.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| RETRACT_INTO_BP&lt;br /&gt;
| Caste&lt;br /&gt;
|&lt;br /&gt;
*BY_TYPE, BY_CATEGORY or BY_TOKEN&lt;br /&gt;
*TYPE, CATEGORY or TOKEN&lt;br /&gt;
| The creature will retract a body part when threatened.  It will be unable to move or attack, but enemies will only be able to attack the specified body part.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| RETURNS_VERMIN_KILLS_TO_OWNER&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
| Used with HUNTS_VERMIN, causes the creature to return killed vermin to its owner.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| ROOT_AROUND&lt;br /&gt;
| Caste&lt;br /&gt;
| &lt;br /&gt;
| Creature will occasionally root around in the grass, looking for insects.  Used for flavor in Adventure Mode, no practical effect known.&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div align=&amp;quot;center&amp;quot;&amp;gt;&lt;br /&gt;
{{alphabetical TOC}}&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==S==&lt;br /&gt;
{| {{prettytable}}&lt;br /&gt;
|- bgcolor=&amp;quot;#ddd&amp;quot;&lt;br /&gt;
! width=&amp;quot;20%&amp;quot; | Token&lt;br /&gt;
! width=&amp;quot;10%&amp;quot; | Type&lt;br /&gt;
! width=&amp;quot;20%&amp;quot; | Arguments&lt;br /&gt;
! width=&amp;quot;50%&amp;quot; | Description&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| SAVAGE &lt;br /&gt;
| Creature&lt;br /&gt;
|  &lt;br /&gt;
| The creature will only show up in &amp;quot;savage&amp;quot; biomes.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| SECRETION &lt;br /&gt;
| Caste&lt;br /&gt;
| &lt;br /&gt;
* [[material token]]&lt;br /&gt;
*Material State&lt;br /&gt;
*location secreted from (by_type, by_category, by_token)&lt;br /&gt;
*body part &lt;br /&gt;
*tissue layer &lt;br /&gt;
| creates a secreted material on given tissue on a given part of the body.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| SELECT_ADDITIONAL_CASTE&lt;br /&gt;
| Creature&lt;br /&gt;
| &lt;br /&gt;
*caste name&lt;br /&gt;
| adds an additional previously defined caste to the selection. Used immediately after SELECT_CASTE.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| SELECT_CASTE &lt;br /&gt;
| Creature&lt;br /&gt;
| &lt;br /&gt;
*caste name, or ALL &lt;br /&gt;
| selects a previously defined caste&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| SELECT_MATERIAL &lt;br /&gt;
| Creature&lt;br /&gt;
| &lt;br /&gt;
*Material token&lt;br /&gt;
| Selects a locally defined material. Can be ALL.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| SEMIMEGABEAST &lt;br /&gt;
| Caste&lt;br /&gt;
| &lt;br /&gt;
| Essentially the same as MEGABEAST, but more of them are created during worldgen.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| SET_BP_GROUP &lt;br /&gt;
| Caste&lt;br /&gt;
| &lt;br /&gt;
*selection criteria BY_TYPE, BY_CATEGORY, BY_TOKEN&lt;br /&gt;
*category, type, or token &lt;br /&gt;
| Begins a selection of body parts.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| SET_TL_GROUP &lt;br /&gt;
| Caste&lt;br /&gt;
| &lt;br /&gt;
*TISSUE&lt;br /&gt;
*BY_CATEGORY, BY_TYPE, BY_TOKEN&lt;br /&gt;
*Location - category, type, or token&lt;br /&gt;
*tissue &lt;br /&gt;
| begins a selection of tissue layers&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| SHEARABLE_TISSUE_LAYER&lt;br /&gt;
| Caste&lt;br /&gt;
|&lt;br /&gt;
* tissue modifier&lt;br /&gt;
* required value&lt;br /&gt;
| Tissue layer can be sheared for its component material. The specified modifier must be at least of the desired value for shearing to be possible (a llama's wool must have a LENGTH of 300 before it is shearable).&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| SKILL_LEARN_RATE&lt;br /&gt;
| Caste&lt;br /&gt;
| [[skill_token]]:percentage&lt;br /&gt;
| The rate at which this creature learns this skill.  Requires CAN_LEARN or INTELLIGENT to function.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| SKILL_LEARN_RATES&lt;br /&gt;
| Caste&lt;br /&gt;
| percentage&lt;br /&gt;
| The rate at which this creature learns all skills.  Requires CAN_LEARN or INTELLIGENT to function.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| SKILL_RATE&lt;br /&gt;
| Caste&lt;br /&gt;
| [[skill_token]]:percentage:value:value:value&lt;br /&gt;
| As SKILL_RATES for individual skills.  Requires CAN_LEARN or INTELLIGENT to function.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| SKILL_RATES&lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
*% of improvement points you get&lt;br /&gt;
*unused counter rate&lt;br /&gt;
*rust counter rate&lt;br /&gt;
*demotion counter rate&lt;br /&gt;
| Affects skill gain and decay. Lower numbers in the last three slots make decay occur faster ([SKILL_RATES:100:1:1:1] would cause rapid decay). The counter rates may also be replaced with NONE.&lt;br /&gt;
Default is [SKILL_RATES:100:8:16:16].   [SLOW_LEARNER] changes the 100 to a 50.  Requires CAN_LEARN or INTELLIGENT to function.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| SKILL_RUST_RATE&lt;br /&gt;
| Caste&lt;br /&gt;
| [[skill_token]]:value:value:value&lt;br /&gt;
| The rate at which this skill decays. Lower values cause the skill to decay faster.  Requires CAN_LEARN or INTELLIGENT to function.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| SKILL_RUST_RATES&lt;br /&gt;
| Caste&lt;br /&gt;
| value:value:value&lt;br /&gt;
| The rate at which all skills decay. Lower values cause the skills to decay faster.  Requires CAN_LEARN or INTELLIGENT to function.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| SLOW_LEARNER &lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| Similar to [CAN_LEARN], but slower; skills are gained at a fraction of the rate. Present in the entries for ogres and giants; can be applied to civ or player races. &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| SMALL_REMAINS &lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| If a creature has this token, it'll leave &amp;quot;remains&amp;quot; instead of a corpse.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| SOLDIER_ALTTILE&lt;br /&gt;
| Creature&lt;br /&gt;
| 'character' or tile number&lt;br /&gt;
| If this creature is active in its civilization's military, it will blink between its default tile and this one.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| SOUND&lt;br /&gt;
| Caste&lt;br /&gt;
|&lt;br /&gt;
* Sound application (currently accepts ALERT or PEACEFUL_INTERMITTENT)&lt;br /&gt;
* Sound range (in tiles)&lt;br /&gt;
* Sound delay (lower values = sound is produced more often)&lt;br /&gt;
* VOCALIZATION or NONE (determines whether the sound requires breathing or not)&lt;br /&gt;
* First-person description&lt;br /&gt;
* Third-person description&lt;br /&gt;
* Description when out of sight&lt;br /&gt;
| Creature makes sounds periodically, which can be heard in Adventure mode.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| SPECIFIC_FOOD&lt;br /&gt;
| Caste&lt;br /&gt;
|&lt;br /&gt;
* PLANT or CREATURE&lt;br /&gt;
* Plant/creature ID&lt;br /&gt;
| Indicates that the creature is only capable of eating a particular type of food.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| SPEECH &lt;br /&gt;
| Creature&lt;br /&gt;
| speech file &lt;br /&gt;
| Boasting speeches relating to killing this creature. Examples include dwarf.txt and elf.txt in data\speech.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| SPEECH_FEMALE&lt;br /&gt;
| Creature&lt;br /&gt;
| speech file &lt;br /&gt;
| Boasting speeches relating to killing females of this creature.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| SPEECH_MALE&lt;br /&gt;
| Creature&lt;br /&gt;
| speech file &lt;br /&gt;
| Boasting speeches relating to killing males of this creature.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| SPEED &lt;br /&gt;
| Caste&lt;br /&gt;
| value &lt;br /&gt;
| Sets the creatures' movement and work speed, 1000/[100 + SPEED X] is the resulting effect on creatures movement and work rates from default. See [[Speed]] for more information.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| SPHERE &lt;br /&gt;
| Creature&lt;br /&gt;
| &lt;br /&gt;
*sphere name &lt;br /&gt;
| Sets what religious spheres the creature is aligned to, for purposes of being worshipped via the [POWER] token. Also affects the layout of hidden fun stuff, and the creature's name.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| SPOUSE_CONVERSION_TARGET&lt;br /&gt;
| Caste&lt;br /&gt;
|&lt;br /&gt;
| This creature can be converted by a night creature with SPOUSE_CONVERTED.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| SPOUSE_CONVERTER&lt;br /&gt;
| Caste&lt;br /&gt;
|&lt;br /&gt;
| If the creature has the NIGHT_CREATURE_HUNTER tag, it will kidnap SPOUSE_CONVERSION_TARGETs and transform them into the caste of its species with the CONVERTED_SPOUSE tag during worldgen.  It may also start families this way.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| SUPERNATURAL&lt;br /&gt;
| Caste&lt;br /&gt;
| &lt;br /&gt;
| Gives the creature knowledge of any secrets with SUPERNATURAL_LEARNING_POSSIBLE that match its spheres. Other effects are unknown.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| SWIM_SPEED &lt;br /&gt;
| Caste&lt;br /&gt;
| &lt;br /&gt;
*speed &lt;br /&gt;
| How fast the creature swims. Typically 2500 (0.38 times the default speed). &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| SWIMS_INNATE &lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| The creature naturally knows how to swim, as opposed to [SWIMS_LEARNED] below. Currently, an AI bug prevents this from being useful on PC races in fortress mode. &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| SWIMS_LEARNED &lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| The creature doesn't know how to swim unless it has learned the skill. Requires [CAN_LEARN], obviously. &lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div align=&amp;quot;center&amp;quot;&amp;gt;&lt;br /&gt;
{{alphabetical TOC}}&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==T==&lt;br /&gt;
{| {{prettytable}}&lt;br /&gt;
|- bgcolor=&amp;quot;#ddd&amp;quot;&lt;br /&gt;
! width=&amp;quot;20%&amp;quot; | Token&lt;br /&gt;
! width=&amp;quot;10%&amp;quot; | Type&lt;br /&gt;
! width=&amp;quot;20%&amp;quot; | Arguments&lt;br /&gt;
! width=&amp;quot;50%&amp;quot; | Description&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| TENDONS &lt;br /&gt;
| Caste&lt;br /&gt;
| &lt;br /&gt;
* [[material token]]&lt;br /&gt;
*healing rate &lt;br /&gt;
| Defines the material and healing rate of tendons.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| THICKWEB &lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| The creature's webs can catch larger creatures.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| TISSUE &lt;br /&gt;
| Creature&lt;br /&gt;
| name &lt;br /&gt;
| Begins defining a tissue in the creature file.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| TITAN&lt;br /&gt;
| Caste&lt;br /&gt;
|&lt;br /&gt;
| Found on [[titan]]s. Cannot be specified in user-defined raws.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| TL_COLOR_MODIFIER &lt;br /&gt;
| Caste&lt;br /&gt;
| COLOR:freq:COLOR:freq etc &lt;br /&gt;
| Creates a list of color patterns, giving each a frequency. &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| TLCM_GENETIC_MODEL&lt;br /&gt;
| Caste&lt;br /&gt;
|&lt;br /&gt;
| tissue layer color modifier is passed to offspring genetically?&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| TLCM_IMPORTANCE&lt;br /&gt;
| Caste&lt;br /&gt;
|&lt;br /&gt;
*number&lt;br /&gt;
| Presumably modifies the importance of the tissue layer color modifier, for description purposes.&lt;br /&gt;
HOWEVER using this appears to remove all mention of colour from creature descriptions. It does not appear in any default creatures.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| TLCM_NOUN &lt;br /&gt;
| Caste&lt;br /&gt;
| &lt;br /&gt;
*name&lt;br /&gt;
*SINGULAR or PLURAL&lt;br /&gt;
| names the tissue layer color modifier, and determines the noun&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| TLCM_TIMING &lt;br /&gt;
| Caste&lt;br /&gt;
| &lt;br /&gt;
*ROOT&lt;br /&gt;
*start change window years:days:end change window years:days&lt;br /&gt;
| determines the point in the creature's life where the color change begins&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| TRADE_CAPACITY &lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| How much the creature can carry when used by merchants. &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| TRAINABLE &lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| Shortcut for [TRAINABLE_HUNTING] + [TRAINABLE_WAR].&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| TRAINABLE_HUNTING &lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| Can be trained as hunting beasts by way of kennels.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| TRAINABLE_WAR &lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| Can be trained as war beasts by way of kennels.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| TRANCES &lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| Allows the creature to go into martial trances.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| TRAPAVOID &lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| The creature is immune to traps. Probably every procedurally generated megabeast has this.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| TRIGGERABLE_GROUP &lt;br /&gt;
| Creature&lt;br /&gt;
| min:max &lt;br /&gt;
| A large swarm of vermin can be disturbed, usually in Adventure mode.{{verify}}&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| TSU_NOUN &lt;br /&gt;
| Caste&lt;br /&gt;
| &lt;br /&gt;
*noun&lt;br /&gt;
*SINGULAR or PLURAL &lt;br /&gt;
| Noun for the TISSUE_STYLE_UNIT, used in the description of the tissue layer's style.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div align=&amp;quot;center&amp;quot;&amp;gt;&lt;br /&gt;
{{alphabetical TOC}}&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==U==&lt;br /&gt;
{| {{prettytable}}&lt;br /&gt;
|- bgcolor=&amp;quot;#ddd&amp;quot;&lt;br /&gt;
! width=&amp;quot;20%&amp;quot; | Token&lt;br /&gt;
! width=&amp;quot;10%&amp;quot; | Type&lt;br /&gt;
! width=&amp;quot;20%&amp;quot; | Arguments&lt;br /&gt;
! width=&amp;quot;50%&amp;quot; | Description&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| UBIQUITOUS&lt;br /&gt;
| Creature&lt;br /&gt;
|&lt;br /&gt;
| Creature will occur in every region with the correct biome.  Does not apply to evil/good tags.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| UNDERGROUND_DEPTH &lt;br /&gt;
| Creature&lt;br /&gt;
|&lt;br /&gt;
*mindepth&lt;br /&gt;
*maxdepth &lt;br /&gt;
| Depth the creature appears underground. Numbers can be from 0 to 5.  0 is actually 'above ground' and can be used if the creature is to appear both above and below ground.  A single argument may be used instead of min and max.  Only magma creatures use 4 or 5 in the default raws.  Civilizations that can use underground plants or animals will only export (via the embark screen or caravans) things that available at depth 1.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| UNDERSWIM &lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| Creature swims under the water and can't be seen. Currently appears to have no effect as of 31.25.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| UNIQUE_DEMON&lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| Typically found on generated [[demon]]s; causes the game to create a single named instance of the demon which will emerge from the underworld and take over civilizations during worldgen. Cannot be specified in user-defined raws.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| USE_CASTE&lt;br /&gt;
| Creature&lt;br /&gt;
|&lt;br /&gt;
*new caste token&lt;br /&gt;
*old caste token&lt;br /&gt;
| Defines a new caste derived directly from a previous caste. The new caste inherits all properties of the old one. The effect of this tag is automatic if one has not yet defined any castes: &amp;quot;Any caste-level tag that occurs before castes are explicitly declared is saved up and placed on any caste that is declared later, unless the caste is explicitly derived from another caste.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| USE_MATERIAL&lt;br /&gt;
| Creature&lt;br /&gt;
|&lt;br /&gt;
*new material ID&lt;br /&gt;
*old material ID&lt;br /&gt;
| Defines a new local creature material and populates it with all properties defined in the specified local creature material.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| USE_MATERIAL_TEMPLATE &lt;br /&gt;
| Creature&lt;br /&gt;
|&lt;br /&gt;
*new material token&lt;br /&gt;
*material template &lt;br /&gt;
| Defines a new local creature material and populates it with all properties defined in the specified template.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| USE_TISSUE&lt;br /&gt;
| Creature&lt;br /&gt;
|&lt;br /&gt;
*new tissue token&lt;br /&gt;
*old tissue id&lt;br /&gt;
| Defines a new local creature tissue and populates it with all properties defined in the local tissue specified in the second argument.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| USE_TISSUE_TEMPLATE &lt;br /&gt;
| Creature&lt;br /&gt;
|&lt;br /&gt;
*new tissue token&lt;br /&gt;
*tissue template&lt;br /&gt;
| Loads a tissue template listed in OBJECT:TISSUE_TEMPLATE files, such as tissue_template_default.txt. &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| UTTERANCES &lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| Changes the language of the creature into unintelligible 'kobold-speak', which creatures of other species will be unable to understand.  If a civilized creature has this and is not part of a SKULKING civ, it will tend to start wars with all nearby civilizations and will be unable to make peace treaties due to 'inability to communicate'.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div align=&amp;quot;center&amp;quot;&amp;gt;&lt;br /&gt;
{{alphabetical TOC}}&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==V==&lt;br /&gt;
{| {{prettytable}}&lt;br /&gt;
|- bgcolor=&amp;quot;#ddd&amp;quot;&lt;br /&gt;
! width=&amp;quot;20%&amp;quot; | Token&lt;br /&gt;
! width=&amp;quot;10%&amp;quot; | Type&lt;br /&gt;
! width=&amp;quot;20%&amp;quot; | Arguments&lt;br /&gt;
! width=&amp;quot;50%&amp;quot; | Description&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| VEGETATION &lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| unknown&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| VERMIN_BITE &lt;br /&gt;
| Caste&lt;br /&gt;
| &lt;br /&gt;
*chance of occurance{{verify}}&lt;br /&gt;
*verb (bitten, stung, etc)&lt;br /&gt;
* [[material token]]&lt;br /&gt;
| Vermin bites, and injects something.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| VERMIN_EATER&lt;br /&gt;
| Creature&lt;br /&gt;
|&lt;br /&gt;
| The vermin creature will attempt to eat exposed food. See PENETRATEPOWER. Distict from VERMIN_ROTTER.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| VERMIN_FISH &lt;br /&gt;
| Creature&lt;br /&gt;
|  &lt;br /&gt;
| The vermin appears in water and will attempt to swim around.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| VERMIN_GROUNDER &lt;br /&gt;
| Creature&lt;br /&gt;
|  &lt;br /&gt;
| The creature appears in &amp;quot;general&amp;quot; surface ground locations. Note that this doesn't stop the creature from flying if it can (most vermin birds have this tag).&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| VERMIN_HATEABLE &lt;br /&gt;
| Caste&lt;br /&gt;
|&lt;br /&gt;
| Some dwarves will hate the creature and get unhappy thoughts when around it. &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| VERMIN_MICRO &lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| This makes the creature move in a swarm of creatures of the same race as it. I.E. Swarm of flies, swarm of ants, etc. &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| VERMIN_NOFISH &lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| The creature cannot be caught by fishing. &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| VERMIN_NOROAM &lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| The creature will not be observed randomly roaming about the map. &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| VERMIN_NOTRAP &lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| The creature cannot be caught in baited animal traps; however, a &amp;quot;catch live land animal&amp;quot; task may still be able to capture one if a dwarf finds one roaming around.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| VERMIN_ROTTER &lt;br /&gt;
| Creature&lt;br /&gt;
|  &lt;br /&gt;
| Present on flies, knuckle worms, acorn flies, and blood gnats. Probably means either the creature is attracted to rot, the creature speeds rotting, or both.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| VERMIN_SOIL &lt;br /&gt;
| Creature&lt;br /&gt;
|  &lt;br /&gt;
| The creature randomly appears near dirt or mud.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| VERMIN_SOIL_COLONY &lt;br /&gt;
| Creature&lt;br /&gt;
|  &lt;br /&gt;
| The vermin will appear in a single tile cluster of many vermin, such as a colony of ants.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| VERMINHUNTER &lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| Shortcut for [AT_PEACE_WITH_WILDLIFE] + [RETURNS_VERMIN_KILLS_TO_OWNER] + [HUNTS_VERMIN] + [ADOPTS_OWNER].&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| VESPERTINE &lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| Sets if the creature is active in evening.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| VIEWRANGE&lt;br /&gt;
| Caste&lt;br /&gt;
| value&lt;br /&gt;
| Value should determine how close you have to get to a critter before it attacks (or prevents adv mode travel etc.)  Default is 20.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div align=&amp;quot;center&amp;quot;&amp;gt;&lt;br /&gt;
{{alphabetical TOC}}&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==W==&lt;br /&gt;
{| {{prettytable}}&lt;br /&gt;
|- bgcolor=&amp;quot;#ddd&amp;quot;&lt;br /&gt;
! width=&amp;quot;20%&amp;quot; | Token&lt;br /&gt;
! width=&amp;quot;10%&amp;quot; | Type&lt;br /&gt;
! width=&amp;quot;20%&amp;quot; | Arguments&lt;br /&gt;
! width=&amp;quot;50%&amp;quot; | Description&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| WAGON_PULLER &lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| Allows the creature to pull caravan wagons. &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| WEBBER &lt;br /&gt;
| Caste&lt;br /&gt;
| &lt;br /&gt;
* [[material token]]&lt;br /&gt;
| Allows the creature to create webs, and defines what the webs are made of.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| WEBIMMUNE &lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| The creature will not get caught in thick webs.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Attack Tokens==&lt;br /&gt;
{| {{prettytable}}&lt;br /&gt;
|- bgcolor=&amp;quot;#ddd&amp;quot;&lt;br /&gt;
! width=&amp;quot;20%&amp;quot; | Token&lt;br /&gt;
! width=&amp;quot;10%&amp;quot; | Type&lt;br /&gt;
! width=&amp;quot;20%&amp;quot; | Arguments&lt;br /&gt;
! width=&amp;quot;50%&amp;quot; | Description&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| ATTACK_SKILL &lt;br /&gt;
| Caste&lt;br /&gt;
| &lt;br /&gt;
*skill used ([[Skill token]])&lt;br /&gt;
| defines the attack skill used&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| ATTACK_VERB &lt;br /&gt;
| Caste&lt;br /&gt;
| 2nd person:3rd person &lt;br /&gt;
| descriptive text for the attack&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| ATTACK_CONTACT_PERC &lt;br /&gt;
| Caste&lt;br /&gt;
| &lt;br /&gt;
*% value &lt;br /&gt;
| The contact area of the attack, measured in % of the body part's volume.&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;
| The penetration value of the attack, measured in % of the body part's volume. Requires ATTACK_FLAG_EDGE.&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;
| Usage frequency. MAIN attacks are 100 times more frequently chosen than SECOND. Opportunity attacks ignore this preference.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| ATTACK_VELOCITY_MODIFIER&lt;br /&gt;
| Caste&lt;br /&gt;
| number&lt;br /&gt;
| The velocity multiplier of the attack, multiplied by 1000.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| ATTACK_FLAG_CANLATCH &lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| Attacks that damage tissue have the chance to latch on in a wrestling hold. The grabbing bodypart can then use the &amp;quot;shake around&amp;quot; wrestling move, causing severe, armor-bypassing tensile damage according to the attacker's body volume.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| ATTACK_FLAG_WITH &lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| In adventure mode, displays the name of the body part used by an attack when announcing the attack.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| ATTACK_FLAG_EDGE &lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| The attack is edged, with all the effects on physical resistance and contact area that it entails.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| SPECIALATTACK_INJECT_EXTRACT &lt;br /&gt;
| Caste&lt;br /&gt;
| &lt;br /&gt;
* [[material token]]&lt;br /&gt;
*state (SOLID, LIQUID, GAS)&lt;br /&gt;
*min:max&lt;br /&gt;
| attack type addition that injects a material into the victim.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| SPECIALATTACK_INTERACTION&lt;br /&gt;
| Caste&lt;br /&gt;
| interaction&lt;br /&gt;
| When this attack lands successfully, an interaction with I_SOURCE:ATTACK will take effect on the target creature.  The attack must break the target creature's skin in order to work.  This will take effect in worldgen as well.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| SPECIALATTACK_SUCK_BLOOD&lt;br /&gt;
| Caste&lt;br /&gt;
| min:max&lt;br /&gt;
| Successful attack draws out an amount of blood randomized between the min and max value.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Important Related Tokens==&lt;br /&gt;
These next groups of tokens include several tokens that are not technically classified as creature tokens in string dump, but bear mentioning in this as they are used frequently in creature raws. (Some regular creature tokens may also be reprinted for the sake of ease of navigation)&lt;br /&gt;
&lt;br /&gt;
===Tissue Modification===&lt;br /&gt;
This next group of tokens deals setting and modifying tissue properties. (See also [[Tissue definition token]])&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{| {{prettytable}}&lt;br /&gt;
|- bgcolor=&amp;quot;#ddd&amp;quot;&lt;br /&gt;
! width=&amp;quot;20%&amp;quot; | Token&lt;br /&gt;
! width=&amp;quot;10%&amp;quot; | Type&lt;br /&gt;
! width=&amp;quot;20%&amp;quot; | Arguments&lt;br /&gt;
! width=&amp;quot;50%&amp;quot; | Description&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| PLUS_TISSUE_LAYER &lt;br /&gt;
| Caste&lt;br /&gt;
| &lt;br /&gt;
*TISSUE&lt;br /&gt;
*BY_CATEGORY, BY_TYPE, BY_TOKEN&lt;br /&gt;
*Location - category, type, or token &lt;br /&gt;
| Adds a tissue to those selected&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| PLUS_TL_GROUP &lt;br /&gt;
| Caste&lt;br /&gt;
| &lt;br /&gt;
*TISSUE&lt;br /&gt;
*BY_CATEGORY, BY_TYPE, BY_TOKEN&lt;br /&gt;
*Location - category, type, or token&lt;br /&gt;
*tissue &lt;br /&gt;
| continues a selection of tissue layers&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| SELECT_TISSUE&lt;br /&gt;
| Creature&lt;br /&gt;
|&lt;br /&gt;
*tissue token&lt;br /&gt;
| Selects a tissue for editing.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| SELECT_TISSUE_LAYER &lt;br /&gt;
| Caste&lt;br /&gt;
| &lt;br /&gt;
*TISSUE&lt;br /&gt;
*BY_CATEGORY, BY_TYPE, BY_TOKEN&lt;br /&gt;
*Location - category, type, or token | Selects a tissue at a location&lt;br /&gt;
* (optional) FRONT, BACK, LEFT, RIGHT, TOP, BOTTOM, AROUND.&lt;br /&gt;
| Selects a tissue layer for descriptor and cosmetic purposes.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| SET_LAYER_TISSUE&lt;br /&gt;
| Caste&lt;br /&gt;
|&lt;br /&gt;
| Sets a tissue layer to be made of a different tissue.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| TISSUE_LAYER &lt;br /&gt;
| Caste&lt;br /&gt;
| &lt;br /&gt;
*BY_TYPE, BY_CATEGORY, BY_TOKEN&lt;br /&gt;
*TYPE,CATEGORY, or TOKEN&lt;br /&gt;
*TISSUE&lt;br /&gt;
*LOCATION &lt;br /&gt;
| Adds the tissue layer to wherever it is required.&lt;br /&gt;
Non-argument Locations can be FRONT, RIGHT, LEFT, TOP, BOTTOM. Argument locations are AROUND and CLEANS, requiring a further body part and a % of coverage/cleansing&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| TISSUE_LAYER_OVER&lt;br /&gt;
| Caste&lt;br /&gt;
|&lt;br /&gt;
*BY_TYPE, BY_CATEGORY, BY_TOKEN&lt;br /&gt;
*TYPE,CATEGORY, or TOKEN&lt;br /&gt;
*TISSUE&lt;br /&gt;
*LOCATION &lt;br /&gt;
| Presumably a counterpart to TISSUE_LAYER_UNDER (see below).&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| TISSUE_LAYER_UNDER &lt;br /&gt;
| Caste&lt;br /&gt;
| &lt;br /&gt;
*BY_TYPE, BY_CATEGORY, BY_TOKEN&lt;br /&gt;
*TYPE,CATEGORY, or TOKEN&lt;br /&gt;
*TISSUE&lt;br /&gt;
| Adds the tissue layer under a given part.&lt;br /&gt;
For example an Iron Man has a gaseous poison within and this tissue (GAS is its name) has the token [TISSUE_LEAKS] and its state is GAS so when you puncture the iron outside and damage this tissue it leaks gas (can have a syndrome by using a previous one in the creature sample.) [TISSUE_LAYER_UNDER:BY_CATEGORY:ALL:{tissue}] {tissue} is what will be under the TISSUE_LAYER here is an example Tissue from Iron Man:&amp;lt;br&amp;gt; &lt;br /&gt;
[TISSUE:GAS]  [TISSUE_NAME:gas:NP] [TISSUE_MATERIAL:LOCAL_CREATURE_MAT:GAS] [TISSUE_MAT_STATE:GAS] [RELATIVE_THICKNESS:50] [TISSUE_LEAKS] [TISSUE_SHAPE:LAYER] &lt;br /&gt;
|- &lt;br /&gt;
| TISSUE_LAYER_APPEARANCE_MODIFIER &lt;br /&gt;
| Caste&lt;br /&gt;
| &lt;br /&gt;
*QUALITY&lt;br /&gt;
*lowest:lower:low:median:high:higher:highest &lt;br /&gt;
| sets the range of qualities, including LENGTH, DENSE, HIGH_POSITION, CURLY, GREASY, WRINKLY&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| TISSUE_STYLE_UNIT &lt;br /&gt;
| Caste&lt;br /&gt;
| &lt;br /&gt;
*tissue&lt;br /&gt;
*shaping &lt;br /&gt;
| sets tissue to be in a certain shape, mostly used with tissues HAIR, BEARD, MOUSTACHE, SIDEBURNS.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| TL_CONNECTS&lt;br /&gt;
| Caste&lt;br /&gt;
|&lt;br /&gt;
| Presumably gives the CONNECTS attribute to selected layers.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| TL_HEALING_RATE&lt;br /&gt;
| Caste&lt;br /&gt;
|&lt;br /&gt;
| Presumably changes the HEALING_RATE of the selected tissue layers.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| TL_MAJOR_ARTERIES&lt;br /&gt;
| Caste&lt;br /&gt;
|&lt;br /&gt;
| Gives Major Artery attribute to selected layers.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| TL_PAIN_RECEPTORS&lt;br /&gt;
| Caste&lt;br /&gt;
|&lt;br /&gt;
| Seems to set new number of pain receptors for selected tissue layers.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| TL_RELATIVE_THICKNESS&lt;br /&gt;
| Caste&lt;br /&gt;
|&lt;br /&gt;
| Seems to set new relative thickness for selected tissue layers.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| TL_VASCULAR&lt;br /&gt;
| Caste&lt;br /&gt;
|&lt;br /&gt;
| Seems to set new a VASCULAR value (which modulates bleeding) for selected tissue layers.&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==See Also==&lt;br /&gt;
*[[Body detail plan token]]&lt;br /&gt;
*[[Body token]]&lt;br /&gt;
*[[Material definition token]]&lt;br /&gt;
*[[Syndrome]]&lt;br /&gt;
*[[Tissue definition token]]&lt;br /&gt;
&lt;br /&gt;
{{Category|Modding}}&lt;br /&gt;
{{Category|Tokens}}&lt;/div&gt;</summary>
		<author><name>AVK</name></author>
	</entry>
	<entry>
		<id>http://dwarffortresswiki.org/index.php?title=v0.34:Creature_token&amp;diff=179356</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=179356"/>
		<updated>2012-12-12T02:18:25Z</updated>

		<summary type="html">&lt;p&gt;AVK: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{av}}{{Quality|Exceptional}}&lt;br /&gt;
&lt;br /&gt;
A full list of all known creature tokens.&lt;br /&gt;
&lt;br /&gt;
__NOTOC__&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div align=&amp;quot;center&amp;quot;&amp;gt;&lt;br /&gt;
{{alphabetical TOC}}&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==A==&lt;br /&gt;
{| {{prettytable}}&lt;br /&gt;
|- bgcolor=&amp;quot;#ddd&amp;quot;&lt;br /&gt;
! width=&amp;quot;20%&amp;quot; | Token&lt;br /&gt;
! width=&amp;quot;10%&amp;quot; | Type&lt;br /&gt;
! width=&amp;quot;20%&amp;quot; | Arguments&lt;br /&gt;
! width=&amp;quot;50%&amp;quot; | Description&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| ADOPTS_OWNER&lt;br /&gt;
| Caste&lt;br /&gt;
|&lt;br /&gt;
| Tame creature cannot be made available for adoption, instead automatically adopting whoever it wants. It appears that the basic requirements for adoption are intact; for example, the creature is more likely to adopt an owner which likes creatures of that species.{{verify}}&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| ALCOHOL_DEPENDENT &lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| Creature needs alcohol to get through the working day.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| ALL_ACTIVE &lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| Sets if the creature is active in day, night, and twilight. Seems to be a separate value from DIURNAL/NOCTURNAL/CREPUSCULAR, rather than implying them. &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| ALTTILE &lt;br /&gt;
| Creature&lt;br /&gt;
|  &lt;br /&gt;
| If set, the creature will blink between its [TILE] and its [ALTTILE]. &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| AMBUSHPREDATOR &lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| Instead of charging relentlessly at prey, a creature with this tag will wait till the prey is within a few squares before charging.{{verify}}&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| AMPHIBIOUS &lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| Allows a creature to breathe with or without [[water]]. Implies [AQUATIC].&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| APP_MOD_DESC_RANGE&lt;br /&gt;
| Caste&lt;br /&gt;
|&lt;br /&gt;
*Range&lt;br /&gt;
| [http://www.bay12forums.com/smf/index.php?topic=60554.msg1766793#msg1766793 Forum post describing how description ranges work]&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| APP_MOD_GENETIC_MODEL&lt;br /&gt;
| Caste&lt;br /&gt;
|&lt;br /&gt;
*Model (Accepts DOMINANT_MORE, DOMINANT_LESS, and MIX)&lt;br /&gt;
| Defines a genetic model for the relevant appearance modifier(s). May or may not do anything significant at present.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| APP_MOD_IMPORTANCE&lt;br /&gt;
| Caste&lt;br /&gt;
|&lt;br /&gt;
*number&lt;br /&gt;
| Determines how important the appearance modifier is, for determining whether it shows up in the creature description.{{verify}}&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| APP_MOD_NOUN &lt;br /&gt;
| Caste&lt;br /&gt;
| &lt;br /&gt;
*noun&lt;br /&gt;
*SINGULAR or PLURAL &lt;br /&gt;
| creates a noun for the appearance and whether it is singular or plural&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| APP_MOD_RATE &lt;br /&gt;
| Caste&lt;br /&gt;
| &lt;br /&gt;
*Rate (integer)&lt;br /&gt;
*Scale (DAILY,  YEARLY)&lt;br /&gt;
*min:max  of growth&lt;br /&gt;
*start year:start day&lt;br /&gt;
*end year:end day &lt;br /&gt;
| setting the growth rate of the modifier.  The last two tokens can be replaced by NO_END to have growth continue indefinitely.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| APPLY_CREATURE_VARIATION &lt;br /&gt;
| Special&lt;br /&gt;
| &lt;br /&gt;
*CV TEMPLATE NAME &lt;br /&gt;
| Loads the Creature Variation Template specified.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| APPLY_CURRENT_CREATURE_VARIATION &lt;br /&gt;
| Special&lt;br /&gt;
|  &lt;br /&gt;
| Applies loaded Creature Variation&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| AQUATIC &lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| Allows a creature to breathe underwater, but causes it to &amp;quot;drown&amp;quot; out of [[water]]. &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| ARENA_RESTRICTED &lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| Does not appear in arena mode list&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| ARTIFICIAL_HIVEABLE&lt;br /&gt;
| Creature&lt;br /&gt;
|&lt;br /&gt;
| Can be kept in artificial hives by beekeepers.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| AT_PEACE_WITH_WILDLIFE&lt;br /&gt;
| Caste&lt;br /&gt;
|&lt;br /&gt;
| Does not attack or frighten wildlife.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| ATTACK &lt;br /&gt;
| Caste&lt;br /&gt;
| &lt;br /&gt;
*token&lt;br /&gt;
*bodypart&lt;br /&gt;
*selection criteria&lt;br /&gt;
*location &lt;br /&gt;
| Defines the attack name, and the body part used. See [[#Attack Tokens|below]] for valid subtokens&lt;br /&gt;
'''Example:'''&amp;lt;br /&amp;gt;&lt;br /&gt;
[ATTACK:GORE:BODYPART:BY_CATEGORY:HORN]&amp;lt;br /&amp;gt;&lt;br /&gt;
''GORE'' : name of the attack&amp;lt;br /&amp;gt;&lt;br /&gt;
''BODYPART:BY_CATEGORY:HORN'' :  the horn is used to attack (presuming the creature has one)&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| ATTACK_TRIGGER &lt;br /&gt;
| Caste&lt;br /&gt;
| pop:exported wealth:created wealth&lt;br /&gt;
| Specifies when a [[megabeast]] will attack the fortress.&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div align=&amp;quot;center&amp;quot;&amp;gt;&lt;br /&gt;
{{alphabetical TOC}}&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==B==&lt;br /&gt;
{| {{prettytable}}&lt;br /&gt;
|- bgcolor=&amp;quot;#ddd&amp;quot;&lt;br /&gt;
! width=&amp;quot;20%&amp;quot; | Token&lt;br /&gt;
! width=&amp;quot;10%&amp;quot; | Type&lt;br /&gt;
! width=&amp;quot;20%&amp;quot; | Arguments&lt;br /&gt;
! width=&amp;quot;50%&amp;quot; | Description&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| BABY &lt;br /&gt;
| Caste&lt;br /&gt;
| integer &lt;br /&gt;
| Age at which creature is considered a child. Default is zero. One can think of this as the duration of the baby stage.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| BABYNAME &lt;br /&gt;
| Caste&lt;br /&gt;
| singular:plural &lt;br /&gt;
| Defines a new name for a creature in baby state at the caste level. For non-caste-specific baby names, see GENERAL_BABY_NAME.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| BEACH_FREQUENCY &lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| [[Whale]]s and [[Sea nettle jellyfish|jellyfish]] have this. Controls the beaching frequency of the creature. &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| BENIGN &lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| The creature will only show up in &amp;quot;tame&amp;quot; biomes. Such creatures will generally avoid dwarves, although they may chase and/or attack them if they get too close, notably including [[elephant]]s.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| BIOME &lt;br /&gt;
| Creature&lt;br /&gt;
| &lt;br /&gt;
* [[biome token]]&lt;br /&gt;
| Select a [[Biome]] the creature may appear in.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| BLOOD&lt;br /&gt;
| Caste&lt;br /&gt;
| &lt;br /&gt;
* [[material token]]&lt;br /&gt;
*matter state (LIQUID, GAS, SOLID) &lt;br /&gt;
| Specifies what the creature's blood is made of.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| BLOODSUCKER&lt;br /&gt;
| Caste&lt;br /&gt;
| &lt;br /&gt;
| Seems to be required to make the creature denouncable as a creature of the night.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| BODY&lt;br /&gt;
| Caste&lt;br /&gt;
| body parts &lt;br /&gt;
| Draws body parts from OBJECT:BODY files (such as body_default.txt)&lt;br /&gt;
'''Example:'''&amp;lt;br /&amp;gt;&lt;br /&gt;
[BODY:BODY_WITH_HEAD_FLAG:HEART:GUTS:BRAIN:MOUTH] &amp;lt;br /&amp;gt;&lt;br /&gt;
This is the body from a [[Purring maggot]]. It creates a body with head, a heart, some guts, a brain, and a mouth. Thats all a maggot needs.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| BODY_APPEARANCE_MODIFIER &lt;br /&gt;
| Caste&lt;br /&gt;
| &lt;br /&gt;
*ATTRIBUTE&lt;br /&gt;
*lowest:lower:low:median:high:higher:highest &lt;br /&gt;
| These body modifiers give individual creatures different characteristics. In the case of HEIGHT, BROADNESS and LENGTH, the modifier is also a percentage change to the BODY_SIZE of the individual creature.  The seven numbers afterward give a distribution of ranges. Each interval has an equal chance of occurring.&lt;br /&gt;
'''Example:'''&amp;lt;br /&amp;gt;&lt;br /&gt;
[BODY_APPEARANCE_MODIFIER:HEIGHT:90:95:98:100:102:105:110] &amp;lt;br /&amp;gt;&lt;br /&gt;
''HEIGHT'' : marks the height to be changed &amp;lt;br /&amp;gt;&lt;br /&gt;
''90:95:98:100:102:105:110'' :  sets the range from the shortest (90% of the average height) to the tallest (110% of the average height) creature variation.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| BODY_DETAIL_PLAN &lt;br /&gt;
| Caste&lt;br /&gt;
| PlanName, PlanName:type:type:type:etc &lt;br /&gt;
| loads a plan listed OBJECT:BODY_DETAIL_PLAN files, such as b_detail_plan_default.txt. Mass applies USE_MATERIAL_TEMPLATE, mass alters RELSIZE, alters body part positions, and will allow tissue layers to be defined. Tissue layers are defined in order of skin to bone here.&lt;br /&gt;
'''Example:'''&amp;lt;br /&amp;gt;&lt;br /&gt;
[BODY_DETAIL_PLAN:VERTEBRATE_TISSUE_LAYERS:SKIN:FAT:MUSCLE:BONE:CARTILAGE] &amp;lt;br /&amp;gt;&lt;br /&gt;
This creates the detailed body of a [[fox]], the skin, fat, muscle, bones and cartilage out of the vertebrate tissues.&amp;lt;br /&amp;gt;&lt;br /&gt;
A [[Purring maggot|maggot]] would only need:&amp;lt;br /&amp;gt;&lt;br /&gt;
''[BODY_DETAIL_PLAN:EXOSKELETON_TISSUE_LAYERS:SKIN:FAT:MUSCLE]'' &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| BODY_SIZE&lt;br /&gt;
| Caste&lt;br /&gt;
| years:days:size &lt;br /&gt;
| Sets size at a given age. Size is in cubic centimeters, and for normal body materials is roughly equal to the creature's average weight in grams.&lt;br /&gt;
'''Example:'''&amp;lt;br /&amp;gt;&lt;br /&gt;
[BODY_SIZE:0:0:10000]&amp;lt;br /&amp;gt;&lt;br /&gt;
[BODY_SIZE:1:168:50000]&amp;lt;br /&amp;gt;&lt;br /&gt;
[BODY_SIZE:12:0:220000]&amp;lt;br /&amp;gt;&lt;br /&gt;
This describes the size of a [[minotaur]]. His birth size would be 10,000 cm&amp;lt;sup&amp;gt;3&amp;lt;/sup&amp;gt; (~10 kg). At 1 year and 168 days old he would be 50,000 cm&amp;lt;sup&amp;gt;3&amp;lt;/sup&amp;gt; (~50 kg). And as an adult (at 12 years old) he would be 220,000 cm&amp;lt;sup&amp;gt;3&amp;lt;/sup&amp;gt; and weigh roughly 220 kg.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| BODYGLOSS &lt;br /&gt;
| Caste&lt;br /&gt;
| gloss &lt;br /&gt;
| Substitutes body part text with replacement text. Draws gloss information from OBJECT:BODY files (such as body_default.txt)&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| BONECARN &lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| Creature eats bones. Implies CARNIVORE. Civilized creatures (e.g. Kobolds) with this tag tend to die out during world generation.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| BP_APPEARANCE_MODIFIER &lt;br /&gt;
| Caste&lt;br /&gt;
| &lt;br /&gt;
*QUALITY&lt;br /&gt;
*lowest:lower:low:median:high:higher:highest &lt;br /&gt;
| sets up the breadth of possibilities for appearance qualities for a selected BP group. EG. Eyes (CLOSE_SET, DEEP_SET, ROUND_VS_NARROW, LARGE_IRIS),Lips (THICKNESS), Nose (BROADNESS, LENGTH, UPTURNED, CONVEX), Ear (SPLAYED_OUT, HANGING_LOBES, BROADNESS, HEIGHT), Tooth (GAPS), Skull (HIGH_CHEEKBONES, BROAD_CHIN, JUTTING CHIN, SQUARE_CHIN), Neck (DEEP_VOICE, RASPY_VOICE), Head (BROADNESS, HEIGHT)&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| BUILDINGDESTROYER &lt;br /&gt;
| Caste&lt;br /&gt;
| 1 or 2 &lt;br /&gt;
| Allows a creature to destroy furniture and buildings. Value [1] targets mostly doors, hatches, furniture and the like. Value [2] targets anything not made with the b + C commands. &lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div align=&amp;quot;center&amp;quot;&amp;gt;&lt;br /&gt;
{{alphabetical TOC}}&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==C==&lt;br /&gt;
{| {{prettytable}}&lt;br /&gt;
|- bgcolor=&amp;quot;#ddd&amp;quot;&lt;br /&gt;
! width=&amp;quot;20%&amp;quot; | Token&lt;br /&gt;
! width=&amp;quot;10%&amp;quot; | Type&lt;br /&gt;
! width=&amp;quot;20%&amp;quot; | Arguments&lt;br /&gt;
! width=&amp;quot;50%&amp;quot; | Description&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| CAN_DO_INTERACTION&lt;br /&gt;
| Caste&lt;br /&gt;
| interaction token&lt;br /&gt;
| The creature can perform an interaction.  See [[interaction token]].&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| CAN_LEARN &lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| The creature gets skills and professions. Note that this token makes the creature unable to be butchered by an adventurer so it is not recommended for uncivilized monsters. Adventurers lacking this token can allocate but not increase attributes and skills. skills allocated will disappear on start.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| CAN_SPEAK &lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| Can talk. Note that it is not necessary for a creature to gain social skills. If a member of a civilization (such as a pet) has this token, it'll need to eat and drink.{{verify}}&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| CANNOT_UNDEAD &lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| Alias for NOT_LIVING&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| CANOPENDOORS &lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| Allows the creature to open doors. &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| CARNIVORE &lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| Creature ''only'' eats meat.  If the creature goes on rampages in worldgen, it will often devour the people/animals it kills.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| CASTE &lt;br /&gt;
| Creature&lt;br /&gt;
| &lt;br /&gt;
*name &lt;br /&gt;
| defines a caste&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| CASTE_ALTTILE&lt;br /&gt;
| Caste&lt;br /&gt;
|&lt;br /&gt;
*tile number or &amp;quot;letter&amp;quot;&lt;br /&gt;
| Caste-specific alternate tile. Requires CASTE_TILE.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| CASTE_COLOR&lt;br /&gt;
| Caste&lt;br /&gt;
|&lt;br /&gt;
*fg&lt;br /&gt;
*bg&lt;br /&gt;
*brightness&lt;br /&gt;
| Creature tile color of the caste.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| CASTE_GLOWCOLOR&lt;br /&gt;
| Caste&lt;br /&gt;
|&lt;br /&gt;
*fg&lt;br /&gt;
*bg&lt;br /&gt;
*brightness&lt;br /&gt;
| GLOWTILE color of the caste.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| CASTE_GLOWTILE&lt;br /&gt;
| Caste&lt;br /&gt;
|&lt;br /&gt;
*tile value or &amp;quot;letter&amp;quot;&lt;br /&gt;
| Caste-specific glowtile&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| CASTE_NAME &lt;br /&gt;
| Caste&lt;br /&gt;
| singular:plural:adjective &lt;br /&gt;
| The name of the caste of the creature in the game.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| CASTE_PROFESSION_NAME &lt;br /&gt;
| Caste&lt;br /&gt;
| &lt;br /&gt;
*[[Unit type token]] (Profession)&lt;br /&gt;
*singular&lt;br /&gt;
*plural &lt;br /&gt;
| alters the name of the given profession, caste-specific&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| CASTE_SOLDIER_ALTTILE&lt;br /&gt;
| Caste&lt;br /&gt;
| 'character' or tile number&lt;br /&gt;
| Creatures of this caste active in their civilization's military will blink between their default soldier tile and this one. Requires CASTE_SOLDIER_TILE.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| CASTE_SOLDIER_TILE&lt;br /&gt;
| Caste&lt;br /&gt;
| 'character' or tile number&lt;br /&gt;
| Creatures of this caste active in their civilization's military will use this tile instead.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| CASTE_SPEECH&lt;br /&gt;
| Caste&lt;br /&gt;
| speech file?&lt;br /&gt;
| Possibly a caste-specific instance of the SPEECH token&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| CASTE_TILE&lt;br /&gt;
| Caste&lt;br /&gt;
|&lt;br /&gt;
* tile number or &amp;quot;letter&amp;quot;&lt;br /&gt;
| Caste-specific creature tile.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| CAVE_ADAPT &lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| Gives the creature a bonus in caves. Also causes [[Cave adaptation]]. &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| CDI&lt;br /&gt;
| Caste&lt;br /&gt;
| Varies&lt;br /&gt;
| Specifies details for the preceding CAN_DO_INTERACTION token. See [[Interaction token]].&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| CHANGE_BODY_SIZE_PERC&lt;br /&gt;
| Caste&lt;br /&gt;
| integer&lt;br /&gt;
| Multiplies body size by a factor of (integer)%. 50 halves size, 200 doubles.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| CHILD &lt;br /&gt;
| Caste&lt;br /&gt;
| integer &lt;br /&gt;
| age at which creature is considered an adult. One can think of this as the duration of the child stage. Without this token, a creature will not reproduce in Fortress mode.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| CHILDNAME &lt;br /&gt;
| Caste&lt;br /&gt;
| singular:plural &lt;br /&gt;
| Defines a new name for a creature in child state at the caste level. For non-caste-specific child names, see GENERAL_CHILD_NAME.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| CLUSTER_NUMBER &lt;br /&gt;
| Creature&lt;br /&gt;
|&lt;br /&gt;
*min&lt;br /&gt;
*max&lt;br /&gt;
| The minimum/maximum numbers of how many creatures per spawned cluster. Certain vermin fish use this token in combination with temperate ocean and river biome tokens to perform seasonal migrations.&lt;br /&gt;
e.g. [CLUSTER_NUMBER:1:3] &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| CLUTCH_SIZE&lt;br /&gt;
| Caste&lt;br /&gt;
|&lt;br /&gt;
*min&lt;br /&gt;
*max&lt;br /&gt;
|Number of eggs laid in one sitting.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| COLONY_EXTERNAL&lt;br /&gt;
| Caste&lt;br /&gt;
|&lt;br /&gt;
| Caste hovers around colony.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| COLOR &lt;br /&gt;
| Creature&lt;br /&gt;
| foreground:background:brightness &lt;br /&gt;
| Color  of the creature's tile. &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| COMMON_DOMESTIC &lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| Allows the creature to be brought with immigrants and when creating a new fortress, as long as the creature also includes at least one of the following tokens: PET, PACK_ANIMAL, WAGON_PULLER, MOUNT.  In addition, the creature must be NATURAL rather than FANCIFUL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| CONVERTED_SPOUSE&lt;br /&gt;
| Caste&lt;br /&gt;
|&lt;br /&gt;
| Creatures of this caste's species with the SPOUSE_CONVERTER and NIGHT_CREATURE_HUNTER tokens will kidnap SPOUSE_CONVERSION_TARGETs of an appropriate sex and convert them into castes with CONVERTED_SPOUSE.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| COOKABLE_LIVE &lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| Set this to allow the creature to be cooked in meals without first being butchered / fishcleaned.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| CRAZED&lt;br /&gt;
| Caste&lt;br /&gt;
| &lt;br /&gt;
| Creature is 'berserk' and will attack all other creatures, except members of its own species that ALSO have the CRAZED tag.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| COPY_TAGS_FROM &lt;br /&gt;
| Special&lt;br /&gt;
| &lt;br /&gt;
*CREATURE NAME&lt;br /&gt;
| Copies tags from another specified creature.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| CREATURE_CLASS &lt;br /&gt;
| Caste&lt;br /&gt;
|&lt;br /&gt;
*classname&lt;br /&gt;
| Creature class. Can be anything, but only existing use is GENERAL_POISON. Appears to only be used for Syndromes. Supposedly can also be used for entity positions.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| CREATURE_SOLDIER_TILE&lt;br /&gt;
| Creature&lt;br /&gt;
| 'character' or tile number&lt;br /&gt;
| Creatures active in their civilization's military will use this tile instead.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| CREATURE_TILE &lt;br /&gt;
| Creature&lt;br /&gt;
| 'character' or tile number &lt;br /&gt;
| The symbol of the creature in ASCII mode.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| CREPUSCULAR &lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| Sets if the creature is active at twilight.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| CURIOUSBEAST_EATER &lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| Allows a creature to steal and eat edible items from a site. &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| CURIOUSBEAST_GUZZLER &lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| Allows a creature to (very quickly) drink your alcohol. Or spill the barrel to the ground. Also affects undead versions of the creature. &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| CURIOUSBEAST_ITEM &lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| Allows a creature to steal things (apparently the highest value it can find).  If the creature goes on rampages in worldgen, it will often steal items instead of attacking.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| CV_ADD_TAG&lt;br /&gt;
| Special&lt;br /&gt;
| &lt;br /&gt;
*TAG NAME &lt;br /&gt;
| Adds a tag. Used in conjunction with creature variation templates.  &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| CV_REMOVE_TAG&lt;br /&gt;
| Special&lt;br /&gt;
| &lt;br /&gt;
*TAG NAME &lt;br /&gt;
| Removes a tag. Used in conjunction with creature variation templates. &lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div align=&amp;quot;center&amp;quot;&amp;gt;&lt;br /&gt;
{{alphabetical TOC}}&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==D==&lt;br /&gt;
{| {{prettytable}}&lt;br /&gt;
|- bgcolor=&amp;quot;#ddd&amp;quot;&lt;br /&gt;
! width=&amp;quot;20%&amp;quot; | Token&lt;br /&gt;
! width=&amp;quot;10%&amp;quot; | Type&lt;br /&gt;
! width=&amp;quot;20%&amp;quot; | Arguments&lt;br /&gt;
! width=&amp;quot;50%&amp;quot; | Description&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| DEMON&lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| Found on generated [[demon]]s. Cannot be specified in user-defined raws.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| DESCRIPTION &lt;br /&gt;
| Caste&lt;br /&gt;
| text &lt;br /&gt;
| A brief description of the creature type.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| DIE_WHEN_VERMIN_BITE&lt;br /&gt;
| Caste&lt;br /&gt;
|&lt;br /&gt;
| Dies upon attacking.  Used for bee stings.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| DIFFICULTY &lt;br /&gt;
| Caste&lt;br /&gt;
| integer &lt;br /&gt;
| Increases experience gain during adventure mode. &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| DIURNAL &lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| Sets if the creature is active in day. &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| DIVE_HUNTS_VERMIN&lt;br /&gt;
| Caste&lt;br /&gt;
| &lt;br /&gt;
| Found on [[peregrine falcon]]s.  The creature hunts vermin by diving from the air.  May be bugged due to fortress pets remaining earthbound.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| DOES_NOT_EXIST &lt;br /&gt;
| Creature&lt;br /&gt;
|  &lt;br /&gt;
| Creature does not actually exist; used for fanciful creatures.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div align=&amp;quot;center&amp;quot;&amp;gt;&lt;br /&gt;
{{alphabetical TOC}}&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==E==&lt;br /&gt;
{| {{prettytable}}&lt;br /&gt;
|- bgcolor=&amp;quot;#ddd&amp;quot;&lt;br /&gt;
! width=&amp;quot;20%&amp;quot; | Token&lt;br /&gt;
! width=&amp;quot;10%&amp;quot; | Type&lt;br /&gt;
! width=&amp;quot;20%&amp;quot; | Arguments&lt;br /&gt;
! width=&amp;quot;50%&amp;quot; | Description&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| EBO_ITEM&lt;br /&gt;
| Caste&lt;br /&gt;
| [[item token]]:[[material token]] (ANY_HARD_STONE can be used for the material)&lt;br /&gt;
| Defines the item that the creature drops upon being butchered.  Used with EXTRA_BUTCHER_OBJECT.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| EBO_SHAPE&lt;br /&gt;
| Caste&lt;br /&gt;
| gem shape&lt;br /&gt;
| The shape of the extra item of the creature upon butchering.  Used with EXTRA_BUTCHER_OBJECT.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| EGG_MATERIAL&lt;br /&gt;
| Caste&lt;br /&gt;
|&lt;br /&gt;
* [[material token]]&lt;br /&gt;
*state (SOLID, LIQUID, or GAS)&lt;br /&gt;
| Egg material. Egg-laying creatures will define this 3 times, using LOCAL_CREATURE_MAT:EGGSHELL, LOCAL_CREATURE_MAT:EGG_WHITE, and then LOCAL_CREATURE_MAT:EGG_YOLK.  Eggs will be made out of eggshell.  Edibility is determined by tags on whites or yolk, but they otherwise do not exist.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| EGG_SIZE&lt;br /&gt;
| Caste&lt;br /&gt;
|&lt;br /&gt;
*size&lt;br /&gt;
| Determines the size of eggs.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| EQUIPMENT_WAGON &lt;br /&gt;
| Creature&lt;br /&gt;
|  &lt;br /&gt;
| Makes the creature into a large 3x3 creature responsible for carrying trade goods, pulled by two [WAGON_PULLER]s and driven by a merchant.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| EQUIPS &lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| Allows the creature to wear or wield items.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| EVIL &lt;br /&gt;
| Creature&lt;br /&gt;
|  &lt;br /&gt;
| Creature is considered evil and will only show up in evil biomes. Has no effect on cavern creatures.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| EXTRA_BUTCHER_OBJECT&lt;br /&gt;
| Caste&lt;br /&gt;
| &lt;br /&gt;
* BY_CATEGORY, BY_TYPE, BY_TOKEN&lt;br /&gt;
* TYPE, CATEGORY, or TOKEN&lt;br /&gt;
| The creature drops an additional object when butchered (typically a gizzard stone), defined by EBO_ITEM and EBO_SHAPE.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| EXTRACT&lt;br /&gt;
| Caste&lt;br /&gt;
|&lt;br /&gt;
* [[material token]]&lt;br /&gt;
| Defines a creature extract which can be obtained via [[small animal dissection]].&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| EXTRAVISION &lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| Creature can see regardless of whether it has working eyes. &lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div align=&amp;quot;center&amp;quot;&amp;gt;&lt;br /&gt;
{{alphabetical TOC}}&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==F==&lt;br /&gt;
{| {{prettytable}}&lt;br /&gt;
|- bgcolor=&amp;quot;#ddd&amp;quot;&lt;br /&gt;
! width=&amp;quot;20%&amp;quot; | Token&lt;br /&gt;
! width=&amp;quot;10%&amp;quot; | Type&lt;br /&gt;
! width=&amp;quot;20%&amp;quot; | Arguments&lt;br /&gt;
! width=&amp;quot;50%&amp;quot; | Description&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| FANCIFUL &lt;br /&gt;
| Creature&lt;br /&gt;
|  &lt;br /&gt;
| Makes every civilization know about the creature. The creature won't occur in regular material preference lists. The tag also adds some art value modifiers. Used for things like dragons and other legendary creatures.  Conflicts with [COMMON_DOMESTIC]&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| FEATURE_ATTACK_GROUP&lt;br /&gt;
| Caste&lt;br /&gt;
|&lt;br /&gt;
| Found on subterranean animalmen.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| FEATURE_BEAST&lt;br /&gt;
| Caste&lt;br /&gt;
|&lt;br /&gt;
| Found on [[forgotten beast]]s. Cannot be specified in user-defined raws.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| FEMALE &lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| Inside a female caste, sets femaleness. Outside of a caste, sets all individuals female unless overridden by caste.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| FIREIMMUNE &lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| The creature is immune to FIREBALL and FIREJET attacks.&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 DRAGONFIRE attacks. Implies FIREIMMUNE. &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| FISHITEM &lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| Needs to be cleaned at a fishery&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| FIXED_TEMP &lt;br /&gt;
| Caste&lt;br /&gt;
| temperature &lt;br /&gt;
| The natural heat generated by the creature.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| FLEEQUICK &lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| Determines how soon a creature flees in a losing battle. Creatures with this tag will flee at the first sign of resistance.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| FLIER &lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| Allows a creature to fly. Fortress Mode pathfinding only partially incorporates pathfinding - flying dwarves need a land path to exist between them and an area in order to access it, but as long as one such path exists, they do not need to use it, instead being able to fly over intervening obstacles.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| FREQUENCY &lt;br /&gt;
| Creature&lt;br /&gt;
|&lt;br /&gt;
*number, max 100&lt;br /&gt;
| Determines the chances of a creature appearing within its environment, with higher values resulting in more frequent appearance. The game effectively considers all creatures that can possibly appear and uses the FREQUENCY value as a ''weight'' - for example, if there are three creatures with frequencies 10/25/50, the creature with [FREQUENCY:50] will appear approximately 58.8% of the time. Defaults to 50 if not specified. Not to be confused with POP_RATIO.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div align=&amp;quot;center&amp;quot;&amp;gt;&lt;br /&gt;
{{alphabetical TOC}}&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==G==&lt;br /&gt;
{| {{prettytable}}&lt;br /&gt;
|- bgcolor=&amp;quot;#ddd&amp;quot;&lt;br /&gt;
! width=&amp;quot;20%&amp;quot; | Token&lt;br /&gt;
! width=&amp;quot;10%&amp;quot; | Type&lt;br /&gt;
! width=&amp;quot;20%&amp;quot; | Arguments&lt;br /&gt;
! width=&amp;quot;50%&amp;quot; | Description&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| GENERAL_BABY_NAME &lt;br /&gt;
| Creature&lt;br /&gt;
| singular:plural &lt;br /&gt;
| name at creature level&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| GENERAL_CHILD_NAME &lt;br /&gt;
| Creature&lt;br /&gt;
| singular:plural &lt;br /&gt;
| name at creature level&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| GENERAL_MATERIAL_FORCE_MULTIPLIER&lt;br /&gt;
| Caste&lt;br /&gt;
| A:B&lt;br /&gt;
| Attacks against the creature have their force modified by A/B. For example, 1:2 will halve the force of an attack made against the creature. {{verify}}&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| GENERATED&lt;br /&gt;
| Creature&lt;br /&gt;
|  &lt;br /&gt;
| Found on procedurally generated creatures like [[Forgotten beast]]s, (biome name) [[titan]]s, [[Demon]]s, and [[night creature]]s. Cannot be specified in user-defined raws.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| GETS_INFECTIONS_FROM_ROT &lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| Creature can get infections from necrotic tissue.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| GETS_WOUND_INFECTIONS &lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| Creature's wounds can become infected.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| GLOWCOLOR &lt;br /&gt;
| Creature&lt;br /&gt;
| &lt;br /&gt;
*foreground&lt;br /&gt;
*background&lt;br /&gt;
*brightness &lt;br /&gt;
| The colour of the GLOWTILE of the creature.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| GLOWTILE &lt;br /&gt;
| Creature&lt;br /&gt;
| ascii character &lt;br /&gt;
| If present, the being glows in the dark (generally used for Adventure Mode). The tile is what replaces the being's current tile when it is obscured from your sight by darkness. The default setting for kobolds (a yellow quotation mark) provides a nice &amp;quot;glowing eyes&amp;quot; effect. The game is also hardcoded to automatically convert quotation mark GLOWTILES into apostrophes if the creature has lost one eye. This works at the generic creature level - for caste-specific glow tiles, use CASTE_GLOWTILE instead.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| GNAWER &lt;br /&gt;
| Caste&lt;br /&gt;
| verb&lt;br /&gt;
| The creature can and will gnaw its way out of [[animal trap]]s and [[cage]]s using the specified verb, depending on the material from which it is made. Due to a bug, however, they will only escape from [[artifact]]s.{{bug|6117}}&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| GOBBLE_VERMIN_CLASS&lt;br /&gt;
| Caste&lt;br /&gt;
| class&lt;br /&gt;
| The creature eats vermin of the specified class.  &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| GOBBLE_VERMIN_CREATURE&lt;br /&gt;
| Caste&lt;br /&gt;
| creature:caste&lt;br /&gt;
| The creature eats a specified vermin.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| GO_TO_END &lt;br /&gt;
| Special&lt;br /&gt;
|  &lt;br /&gt;
| When using tags from an existing creature, inserts new tags at the end of the creature.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| GO_TO_START &lt;br /&gt;
| Special&lt;br /&gt;
|  &lt;br /&gt;
| When using tags from an existing creature, inserts new tags at the beginning of the creature.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| GO_TO_TAG&lt;br /&gt;
| Special&lt;br /&gt;
|  &lt;br /&gt;
| When using tags from an existing creature, inserts new tags after the specified tag.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| GOOD &lt;br /&gt;
| Creature&lt;br /&gt;
|  &lt;br /&gt;
| Creature is considered good and will only show up in good biomes, for example [[unicorn]]s. Presumably has no effect on cavern creatures.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| GRASSTRAMPLE &lt;br /&gt;
| Caste&lt;br /&gt;
| value &lt;br /&gt;
| The value determines how rapidly grass is trampled when a creature steps on it - a value of 0 causes the creature to never damage grass, while a value of 100 causes grass to be trampled as rapidly as possible. Defaults to 5.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| GRAVITATE_BODY_SIZE&lt;br /&gt;
| Caste&lt;br /&gt;
| target value&lt;br /&gt;
| Used in Creature Variants. This token changes the adult body size to the average of the old adult body size and the target value and scales all intermediate growth stages by the same factor.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| GRAZER&lt;br /&gt;
| Caste&lt;br /&gt;
|&lt;br /&gt;
*number&lt;br /&gt;
| Animals is a grazer.  The higher the number, the less frequently it needs to eat in order to survive.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div align=&amp;quot;center&amp;quot;&amp;gt;&lt;br /&gt;
{{alphabetical TOC}}&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==H==&lt;br /&gt;
{| {{prettytable}}&lt;br /&gt;
|- bgcolor=&amp;quot;#ddd&amp;quot;&lt;br /&gt;
! width=&amp;quot;20%&amp;quot; | Token&lt;br /&gt;
! width=&amp;quot;10%&amp;quot; | Type&lt;br /&gt;
! width=&amp;quot;20%&amp;quot; | Arguments&lt;br /&gt;
! width=&amp;quot;50%&amp;quot; | Description&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| HABIT&lt;br /&gt;
| Caste&lt;br /&gt;
| type:probability&lt;br /&gt;
| Defines certain behaviors for the creature. The habit types are COLLECT_TROPHIES, COOK_PEOPLE, COOK_VERMIN, GRIND_VERMIN, COOK_BLOOD, GRIND_BONE_MEAL, EAT_BONE_PORRIDGE, USE_ANY_MELEE_WEAPON, GIANT_NEST, and COLLECT_WEALTH. These may require the creature to have a lair to work properly.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| HABIT_NUM&lt;br /&gt;
| Caste&lt;br /&gt;
| number or TEST_ALL&lt;br /&gt;
| &amp;quot;If you set HABIT_NUM to a number, it should give you that exact number of habits according to the weights.&amp;quot;.&amp;lt;sup&amp;gt;[[http://www.bay12forums.com/smf/index.php?topic=60554.msg1719248#msg1719248 source post]]&amp;lt;/sup&amp;gt; All lists of HABITs are preceded by [HABIT_NUM:TEST_ALL]&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| HAS_NERVES &lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| This makes the creature susceptible to severed motor and sensory nerves when muscles are torn in limb, grasp and stance parts. Some butchering yields nervous tissue.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| HASSHELL&lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| The creature has a shell. Seemingly no longer used - holdover from previous versions.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| HIVE_PRODUCT&lt;br /&gt;
| Creature&lt;br /&gt;
|&lt;br /&gt;
*number&lt;br /&gt;
*[[time]]&lt;br /&gt;
*[[item token]]s&lt;br /&gt;
| What product is harvested from [[Beekeeping industry|beekeeping]].&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| HOMEOTHERM &lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| Default 'NONE'. The creature's normal body [[temperature]]&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| HUNTS_VERMIN&lt;br /&gt;
| Caste&lt;br /&gt;
|&lt;br /&gt;
| Creature hunts and kills nearby vermin.&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div align=&amp;quot;center&amp;quot;&amp;gt;&lt;br /&gt;
{{alphabetical TOC}}&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==I==&lt;br /&gt;
{| {{prettytable}}&lt;br /&gt;
|- bgcolor=&amp;quot;#ddd&amp;quot;&lt;br /&gt;
! width=&amp;quot;20%&amp;quot; | Token&lt;br /&gt;
! width=&amp;quot;10%&amp;quot; | Type&lt;br /&gt;
! width=&amp;quot;20%&amp;quot; | Arguments&lt;br /&gt;
! width=&amp;quot;50%&amp;quot; | Description&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| IMMOBILE&lt;br /&gt;
| Caste&lt;br /&gt;
| &lt;br /&gt;
| The creature cannot move.  Found on [[sponge]]s. Will also stop a creature from breeding in Fortress Mode (MALE and FEMALE are effected, if one is IMMOBILE no breeding will happen)&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| IMMOBILE_LAND &lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| The creature is immobile while on land.  Only works on AQUATIC creatures which can't breathe on land.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| IMMOLATE &lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| Will ignite, and potentially completely destroy, items the creature is standing on. Keep booze away from critters with this tag. Also gives the vermin a high chance of escaping from [[animal trap]]s and [[cage]]s made of certain materials. Due to a bug, however, they will only escape from [[artifact]]s.{{bug|6117}}&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| INTELLIGENT &lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| Shortcut for [CAN_SPEAK] + [CAN_LEARN].&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| ITEMCORPSE &lt;br /&gt;
| Caste&lt;br /&gt;
|     &lt;br /&gt;
* [[item token]]&lt;br /&gt;
* [[material token]]&lt;br /&gt;
| Determines if the creature leaves behind a non-standard corpse (i.e. wood, statue, bars, ash from ghost etc).&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| ITEMCORPSE_QUALITY &lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| The quality of an item-type corpse left behind; 5 is masterpiece-level. &lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div align=&amp;quot;center&amp;quot;&amp;gt;&lt;br /&gt;
{{alphabetical TOC}}&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==L==&lt;br /&gt;
{| {{prettytable}}&lt;br /&gt;
|- bgcolor=&amp;quot;#ddd&amp;quot;&lt;br /&gt;
! width=&amp;quot;20%&amp;quot; | Token&lt;br /&gt;
! width=&amp;quot;10%&amp;quot; | Type&lt;br /&gt;
! width=&amp;quot;20%&amp;quot; | Arguments&lt;br /&gt;
! width=&amp;quot;50%&amp;quot; | Description&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| LAIR&lt;br /&gt;
| Caste&lt;br /&gt;
| type:probability&lt;br /&gt;
| Found on megabeasts, semimegabeasts, and night creatues. The creature will seek out sites of this type and take them as lairs. The lair types are SIMPLE_BURROW, SIMPLE_MOUND, WILDERNESS_LOCATION, SHRINE, and LABYRINTH.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| LAIR_CHARACTERISTIC&lt;br /&gt;
| Caste&lt;br /&gt;
| characteristic:probability&lt;br /&gt;
| Defines certain features of the creature's lair. The only valid characteristic is HAS_DOORS.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| LAIR_HUNTER&lt;br /&gt;
| Caste&lt;br /&gt;
|&lt;br /&gt;
| This creature will actively hunt adventurers in its lair.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| LAIR_HUNTER_SPEECH&lt;br /&gt;
| Caste&lt;br /&gt;
| speech file&lt;br /&gt;
| What this creature says while hunting adventurers in its lair.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| LARGE_PREDATOR &lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| Will attack things that are smaller than it (like dwarves). Only one group of &amp;quot;large predators&amp;quot; will appear on any given map (possibly two groups on &amp;quot;savage&amp;quot; maps). In adventure mode, large predators will try to ambush and attack you (and your party will attack them back). When tamed, large predators tend to be much more aggressive to enemies than non-large predators, making them a good choice for an animal army.  They may go on rampages in worldgen, and adventurers may receive quests to kill them.  Also, they can be mentioned in the intro paragraph when starting a fortress e.g. &amp;quot;ere the wolves get hungry.&amp;quot; &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| LARGE_ROAMING &lt;br /&gt;
| Creature&lt;br /&gt;
|  &lt;br /&gt;
| In Fortress Mode, spawns outdoors and is not a vermin creature. &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| LAYS_EGGS&lt;br /&gt;
| Caste&lt;br /&gt;
|&lt;br /&gt;
| Creature lays eggs instead of giving birth to live young.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| LAYS_UNUSUAL_EGGS&lt;br /&gt;
| Caste&lt;br /&gt;
|&lt;br /&gt;
* [[item token]]&lt;br /&gt;
* [[material token]]&lt;br /&gt;
| Creature lays a particular item instead of regular eggs.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| LIGAMENTS &lt;br /&gt;
| Caste&lt;br /&gt;
| &lt;br /&gt;
* [[material token]]&lt;br /&gt;
*healing rate &lt;br /&gt;
| Defines the material and healing rate of ligaments.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| LIGHT_GEN &lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| The creature will generate light, such as in adventurer mode at night. &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| LIKES_FIGHTING &lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| The creature will attack enemies rather than flee from them. This tag has the same effect on player-controlled creatures - included modded dwarves. &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| LISP&lt;br /&gt;
| Caste&lt;br /&gt;
| &lt;br /&gt;
| Creature uses &amp;quot;sssssnake talk&amp;quot; (multiplies 'S' when talking - &amp;quot;My name isss Recisssiz.&amp;quot;)&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| LITTERSIZE&lt;br /&gt;
| Caste&lt;br /&gt;
| &lt;br /&gt;
* minumum&lt;br /&gt;
* maximum&lt;br /&gt;
| Determines the random chance of how many creatures are generated when giving birth. [LITTERSIZE:1:2]&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| LOCKPICKER &lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| Lets a creature open doors that are set to forbidden in Fortress Mode.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| LOOSE_CLUSTERS &lt;br /&gt;
| Creature&lt;br /&gt;
|  &lt;br /&gt;
| The creatures will scatter if they have this tag, or form tight packs if they don't. &lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div align=&amp;quot;center&amp;quot;&amp;gt;&lt;br /&gt;
{{alphabetical TOC}}&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==M==&lt;br /&gt;
{| {{prettytable}}&lt;br /&gt;
|- bgcolor=&amp;quot;#ddd&amp;quot;&lt;br /&gt;
! width=&amp;quot;20%&amp;quot; | Token&lt;br /&gt;
! width=&amp;quot;10%&amp;quot; | Type&lt;br /&gt;
! width=&amp;quot;20%&amp;quot; | Arguments&lt;br /&gt;
! width=&amp;quot;50%&amp;quot; | Description&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| MAGICAL&lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| Unknown.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| MAGMA_VISION &lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| Creature's able to see while covered in magma. &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| MALE &lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| The species or caste is all male.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| MANNERISM_*&lt;br /&gt;
| Caste&lt;br /&gt;
| &lt;br /&gt;
*occasionally body part &lt;br /&gt;
| Adds a possible mannerism to the creature's profile.&lt;br /&gt;
Refer to [[Creature mannerism token]]s&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| MATERIAL&lt;br /&gt;
| Creature&lt;br /&gt;
|&lt;br /&gt;
*material id&lt;br /&gt;
| Begins defining a new material.{{verify}}&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| MATERIAL_FORCE_MULTIPLIER&lt;br /&gt;
| Caste&lt;br /&gt;
| &lt;br /&gt;
*[[Material token]]&lt;br /&gt;
*A:B&lt;br /&gt;
| Set the force multiplier of a specific material against the creature to A/B. For example, 10:1 multiplies the force by 10. {{verify}}&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| MATUTINAL&lt;br /&gt;
| Caste&lt;br /&gt;
| &lt;br /&gt;
| Sets if the creature is active in dawn. &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| MAXAGE &lt;br /&gt;
| Caste&lt;br /&gt;
| min:max &lt;br /&gt;
| Range of time in years in which death from old age may occur. Once a creature reaches the min value, it has a random chance each season of dying from old age. Unknown if the chance increases with further age.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| MEANDERER &lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| Gives a creature random movement. &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| MEGABEAST &lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| A 'boss' creature.  A small number of the creature are created during worldgen, their histories and descendants (if any) will be tracked in worldgen (as opposed to simply 'spawning'), and they will occasionally go on rampages, potentially leading to worship if they attack the same place multiple times.  Their presence and number will also influence age names.  When appearing in Fortress Mode, they will have a pop-up message announcing their arrival.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|MENT_ATT_CAP_PERC&lt;br /&gt;
| Caste&lt;br /&gt;
|&lt;br /&gt;
*[[DF2012:Attribute|ATTRIBUTE]] Token&lt;br /&gt;
*Cap %&lt;br /&gt;
|Default is 200.  This means you can increase your attribute to 200% of its starting value (or the average value + your starting value if that is higher).&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| MENT_ATT_RANGE &lt;br /&gt;
| Caste&lt;br /&gt;
|&lt;br /&gt;
*[[DF2012:Attribute|ATTRIBUTE]]&lt;br /&gt;
*lowest:lower:low:median:high:higher:highest &lt;br /&gt;
| Sets up a mental attribute's range of values (0-5000). All mental attribute ranges default to 200:800:900:1000:1100:1300:2000.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| MENT_ATT_RATES&lt;br /&gt;
| Caste&lt;br /&gt;
| &lt;br /&gt;
*[[DF2012:Attribute|ATTRIBUTE]] Token&lt;br /&gt;
*cost to improve&lt;br /&gt;
*unused counter rate&lt;br /&gt;
*rust counter rate&lt;br /&gt;
*demotion counter rate&lt;br /&gt;
| Mental attribute gain/decay rates. Defaults are 500:4:5:4.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| MILKABLE &lt;br /&gt;
| Caste&lt;br /&gt;
| &lt;br /&gt;
* [[material token]]&lt;br /&gt;
* frequency&lt;br /&gt;
| Allows the creature to be milked. &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| MISCHIEVIOUS&lt;br /&gt;
| Caste&lt;br /&gt;
|&lt;br /&gt;
| Alias for MISCHIEVOUS&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| MISCHIEVOUS &lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| Will pull any levers it comes across. Also makes creature spawn invisible and with several ranks in Ambusher. &amp;quot;They go on little missions to mess with various fortress buildings, not just levers.&amp;quot; &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| MODVALUE&lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| Seemingly no longer used.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| MOUNT &lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| Creature may be used as a mount.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| MOUNT_EXOTIC &lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| ?&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| MULTIPLE_LITTER_RARE &lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| Makes litters with more than one offspring rare. &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| MUNDANE &lt;br /&gt;
| Creature&lt;br /&gt;
|  &lt;br /&gt;
| Marks if the creature is an actual real-life creature. Only used for age-names at present, and determining whether a creature will attack creatures with the AT_PEACE_WITH_WILDLIFE token.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div align=&amp;quot;center&amp;quot;&amp;gt;&lt;br /&gt;
{{alphabetical TOC}}&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==N==&lt;br /&gt;
{| {{prettytable}}&lt;br /&gt;
|- bgcolor=&amp;quot;#ddd&amp;quot;&lt;br /&gt;
! width=&amp;quot;20%&amp;quot; | Token&lt;br /&gt;
! width=&amp;quot;10%&amp;quot; | Type&lt;br /&gt;
! width=&amp;quot;20%&amp;quot; | Arguments&lt;br /&gt;
! width=&amp;quot;50%&amp;quot; | Description&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| NAME &lt;br /&gt;
| Creature&lt;br /&gt;
| singular:plural:adjective &lt;br /&gt;
| The generic name for any creature of this type - will be used when distinctions between caste are unimportant. For names for specific castes, use CASTE_NAME instead. If left undefined, the creature will be labeled as &amp;quot;nothing&amp;quot; by the game.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| NATURAL &lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| Alias for NATURAL_ANIMAL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| NATURAL_ANIMAL&lt;br /&gt;
| Caste&lt;br /&gt;
| &lt;br /&gt;
| Animal is considered to be natural.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| NATURAL_SKILL&lt;br /&gt;
| Caste&lt;br /&gt;
| [[Skill_token|Skill token]]:value&lt;br /&gt;
| The creature possesses this skill at this level inherently. It begins with this skill at this level, and the skill may never rust below this level.  Requires CAN_LEARN or INTELLIGENT to function in .25 or earlier.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| NIGHT_CREATURE_BOGEYMAN&lt;br /&gt;
| Caste&lt;br /&gt;
|&lt;br /&gt;
| Found on bogeymen. Creatures with this tag will join other bogeymen in attacking adventurers at night, and will also adopt their other behaviors, such as vanishing in smoke upon being killed. This does not affect the creature's presence elsewhere, such as for generated megabeasts, normal creatures, entity members, etc. Setting the number of bogeyman types to zero in the world gen parameters will remove only the randomly-generated bogeymen.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| NIGHT_CREATURE_HUNTER&lt;br /&gt;
| Caste&lt;br /&gt;
|&lt;br /&gt;
| A very small population of the creature will be created during worldgen (sometimes only a single individual will be created), and their histories will be tracked (that is, they will not spawn spontaneously later, they must either have children or convert other creatures to increase their numbers).   The creature will settle in a lair and go on rampages during worldgen.  If this creature has SPOUSE_CONVERTER, it will actively attempt to seek out potential conversion targets to abduct, convert, and have children with (if possible).&lt;br /&gt;
&lt;br /&gt;
This tag causes the usual behaviour of [[werebeast]]s in worldgen, that is, fleeing towns upon being cursed and conducting raids from a lair.  If this tag is absent from a deity curse, the accursed will simply be driven out of towns in a similar manner to [[vampire]]s.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| NO_AUTUMN  &lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| This creature caste does not appear in [[Calendar|autumn]].&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| NO_CONNECTIONS_FOR_MOVEMENT&lt;br /&gt;
| Caste&lt;br /&gt;
| &lt;br /&gt;
| Creature doesn't require connected body parts to move{{verify}}; generally used on undead creatures with connections that have rotted away.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| NO_DIZZINESS &lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| Creature cannot become dizzy&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| NO_DRINK &lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| Creature does not need to drink. &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| NO_EAT &lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| Creature does not need to eat. &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| NO_FEVERS &lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| Creature cannot suffer fevers&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| NO_GENDER&lt;br /&gt;
| Caste&lt;br /&gt;
|&lt;br /&gt;
| Creature has no gender.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| NO_PHYS_ATT_GAIN&lt;br /&gt;
| Caste&lt;br /&gt;
|&lt;br /&gt;
| The affected caste cannot gain any physical skills.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| NO_PHYS_ATT_RUST&lt;br /&gt;
| Caste&lt;br /&gt;
| &lt;br /&gt;
| The affected caste cannot lose any physical skills.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| NO_SLEEP &lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| Creature does not need to sleep. &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| NO_SPRING &lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| This creature caste does not appear in [[Calendar|spring]].&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| NO_SUMMER &lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| This creature caste does not appear in [[Calendar|summer]].&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| NO_THOUGHT_CENTER_FOR_MOVEMENT &lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| Creature doesn't require an organ with the [THOUGHT] tag to survive or attack; generally used on creatures that don't have brains.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| NO_WINTER &lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| This creature caste does not appear in [[Calendar|winter]].&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| NOBONES &lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| Creature has no bones.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| NOBREATHE &lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| Creature doesn't need to breathe or have [BREATHE] parts in body. Cannot drown or be strangled. &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| NOCTURNAL &lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| Sets if the creature is active in night. &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| NOEMOTION &lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| The creature has no emotions, and does not rage.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| NOEXERT &lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| Creature can't become tired or over-exerted. &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| NOFEAR &lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| Creature doesn't feel fear and will never run away from battle. &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| NOMEAT &lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| Creature will not drop meat on butcher. &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| NONAUSEA &lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| Creature can't vomit.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| NOPAIN &lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| Creature doesn't feel pain. &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| NOSKIN &lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| Creature will not drop skin on butcher. &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| NOSKULL &lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| Creature will not drop skull on butcher, rot, or decay of severed head. &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| NOSMELLYROT &lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| Does not produce miasma when rotting&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| NOSTUCKINS &lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| Weapons can't be stuck in creature. &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| NOSTUN &lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| Creature can't be stunned. Creatures with this tag never wake up from sleep in Fortress Mode and stay drowsy. If this creature must eat and drink while playing, it WILL die.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| NOT_BUTCHERABLE &lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| Cannot be butchered&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| NOT_LIVING&lt;br /&gt;
| Caste&lt;br /&gt;
| &lt;br /&gt;
| Cannot be raised from the dead.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| NOTHOUGHT &lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| Creature doesn't require a [THOUGHT] body part to survive.  If it does not have NO_THOUGHT_CENTER_FOR_MOVEMENT as well, it will be unable to use any attacks other than the default 'push'.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div align=&amp;quot;center&amp;quot;&amp;gt;&lt;br /&gt;
{{alphabetical TOC}}&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==O==&lt;br /&gt;
{| {{prettytable}}&lt;br /&gt;
|- bgcolor=&amp;quot;#ddd&amp;quot;&lt;br /&gt;
! width=&amp;quot;20%&amp;quot; | Token&lt;br /&gt;
! width=&amp;quot;10%&amp;quot; | Type&lt;br /&gt;
! width=&amp;quot;20%&amp;quot; | Arguments&lt;br /&gt;
! width=&amp;quot;50%&amp;quot; | Description&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| OPPOSED_TO_LIFE&lt;br /&gt;
| Caste&lt;br /&gt;
| &lt;br /&gt;
| Is hostile to all creatures except undead and other non-living ones.  Used for [[Undead]].&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div align=&amp;quot;center&amp;quot;&amp;gt;&lt;br /&gt;
{{alphabetical TOC}}&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==P==&lt;br /&gt;
{| {{prettytable}}&lt;br /&gt;
|- bgcolor=&amp;quot;#ddd&amp;quot;&lt;br /&gt;
! width=&amp;quot;20%&amp;quot; | Token&lt;br /&gt;
! width=&amp;quot;10%&amp;quot; | Type&lt;br /&gt;
! width=&amp;quot;20%&amp;quot; | Arguments&lt;br /&gt;
! width=&amp;quot;50%&amp;quot; | Description&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| PACK_ANIMAL &lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| Allows the creature to be used as a pack animal. Currently only used by merchants. Also prevents creature from dropping hauled items on its own -- do not use for player-controllable creatures.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| PARALYZEIMMUNE &lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| The creature is immune to all paralyzing special attacks.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| PATTERNFLIER&lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| PEARL &lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| In earlier versions, creature would generate pearls.  Does nothing in the current version.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| PENETRATEPOWER &lt;br /&gt;
| Caste&lt;br /&gt;
| value &lt;br /&gt;
| Controls the ability of vermin to find a way into containers when they are eating food from your stockpiles.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| PERSONALITY &lt;br /&gt;
| Caste&lt;br /&gt;
| &lt;br /&gt;
*ATTRIBUTE&lt;br /&gt;
*lowest:median:highest &lt;br /&gt;
| Determines the range and chance of personality traits. Standard is 0:50:100. See [[Personality trait]] for more info.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| PET &lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| Allows the creature to be tamed. Also allows all females of the species to breed regardless of marital status.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| PET_EXOTIC &lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| The creature can be tamed, but it is much harder to tame and most civilizations have limited knowledge.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| PETVALUE &lt;br /&gt;
| Caste&lt;br /&gt;
| value &lt;br /&gt;
| How valuable a tamed animal/pet is. Actual cost in points in the embarking screen is (PETVALUE/2)+1 for an untrained animal, PETVALUE+1 for a trained(War or Hunting) one. Note that for an animal to be selectable in this screen, it must have the COMMON_DOMESTIC token. &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| PETVALUE_DIVISOR&lt;br /&gt;
| Caste&lt;br /&gt;
| value&lt;br /&gt;
| Divides the creature's PETVALUE by the specified number. Used for bees to prevent a single hive from being worth a fortune.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|PHYS_ATT_CAP_PERC&lt;br /&gt;
| Caste&lt;br /&gt;
|&lt;br /&gt;
*[[DF2012:Attribute|ATTRIBUTE]] Token&lt;br /&gt;
*Cap %&lt;br /&gt;
|Default is 200.  This means you can increase your attribute to 200% of its starting value (or the average value + your starting value if that is higher).&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| PHYS_ATT_RANGE &lt;br /&gt;
| Caste&lt;br /&gt;
| &lt;br /&gt;
*[[DF2012:Attribute|ATTRIBUTE]]&lt;br /&gt;
*lowest:lower:low:median:high:higher:highest &lt;br /&gt;
| Sets up a physical attribute's range of values (0-5000). All physical attribute ranges default to 200:700:900:1000:1100:1300:2000.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| PHYS_ATT_RATES&lt;br /&gt;
| Caste&lt;br /&gt;
| &lt;br /&gt;
*[[DF2012:Attribute|ATTRIBUTE]] Token&lt;br /&gt;
*cost to improve&lt;br /&gt;
*unused counter rate&lt;br /&gt;
*rust counter rate&lt;br /&gt;
*demotion counter rate&lt;br /&gt;
| Physical attribute gain/decay rates. Defaults for STRENGTH, AGILITY, TOUGHNESS, and ENDURANCE are 500:3:4:3, while RECUPERATION and DISEASE_RESISTANCE default to 500:NONE:NONE:NONE.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| PLUS_BP_GROUP&lt;br /&gt;
| Caste&lt;br /&gt;
|&lt;br /&gt;
*BY_TYPE, BY_CATEGORY, or BY_TOKEN&lt;br /&gt;
*body type, category, or token&lt;br /&gt;
| Adds a body part group to selected body part group. Presumably used immediately after SET_BP_GROUP.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| PLUS_MATERIAL&lt;br /&gt;
| Creature&lt;br /&gt;
| &lt;br /&gt;
*material&lt;br /&gt;
| Adds a material to selected materials. Used immediately after SELECT_MATERIAL.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| POP_RATIO &lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| Weighted population of caste; Lower is rarer. Not to be confused with FREQUENCY.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| POPULATION_NUMBER &lt;br /&gt;
| Creature&lt;br /&gt;
| min:max &lt;br /&gt;
| The minimum/maximum numbers of how many of these creatures are present in each world map tile of the appropriate region.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| POWER&lt;br /&gt;
| Caste&lt;br /&gt;
|&lt;br /&gt;
| Allows the being to represent itself as a deity. Requires CAN_SPEAK to actually do anything more than settle at a location (e.g. write books, lead armies, profane temples). Doesn't appear to do anything for creatures that are already civilized.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| PREFSTRING &lt;br /&gt;
| Creature&lt;br /&gt;
| string&lt;br /&gt;
| Sets what other creatures like about this creature. &amp;quot;Urist likes dwarves for their beards.&amp;quot; Multiple entries will be chosen from at random&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| PROFESSION_NAME &lt;br /&gt;
| Creature&lt;br /&gt;
| &lt;br /&gt;
*[[Unit type token]] (Profession)&lt;br /&gt;
*singular&lt;br /&gt;
*plural &lt;br /&gt;
| The generic name for members of this profession, at the creature level. In order to give members of specific castes different names for professions, use CASTE_PROFESSION_NAME instead.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| PRONE_TO_RAGE&lt;br /&gt;
| Caste&lt;br /&gt;
| number&lt;br /&gt;
| Small creatures with this tag will occasionally attack larger creatures on sight instead of running away; the number indicates how likely it is to do so.  They are also more likely to enter a 'rage' state during combat, increasing their offensive power.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| PUS&lt;br /&gt;
| Caste&lt;br /&gt;
| &lt;br /&gt;
* [[material token]]&lt;br /&gt;
*matter state (LIQUID, GAS, SOLID) &lt;br /&gt;
| Specifies what the creature's wounds will ooze when infected.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div align=&amp;quot;center&amp;quot;&amp;gt;&lt;br /&gt;
{{alphabetical TOC}}&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==R==&lt;br /&gt;
{| {{prettytable}}&lt;br /&gt;
|- bgcolor=&amp;quot;#ddd&amp;quot;&lt;br /&gt;
! width=&amp;quot;20%&amp;quot; | Token&lt;br /&gt;
! width=&amp;quot;10%&amp;quot; | Type&lt;br /&gt;
! width=&amp;quot;20%&amp;quot; | Arguments&lt;br /&gt;
! width=&amp;quot;50%&amp;quot; | Description&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| RELSIZE &lt;br /&gt;
| Caste&lt;br /&gt;
| &lt;br /&gt;
*BY_CATEGORY, BY_TYPE, BY_TOKEN&lt;br /&gt;
*body category, type, or token&lt;br /&gt;
*Relsize &lt;br /&gt;
| Specifies a new relative size for a part than what is stated in the body plan. For example, Dwarves have larger livers.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| REMAINS&lt;br /&gt;
| Caste&lt;br /&gt;
| singular:plural&lt;br /&gt;
| What creature's remains are called.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| REMAINS_COLOR&lt;br /&gt;
| Caste&lt;br /&gt;
|&lt;br /&gt;
| What color creature's remains are.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| REMAINS_ON_VERMIN_BITE_DEATH&lt;br /&gt;
| Caste&lt;br /&gt;
|&lt;br /&gt;
| Goes with VERMIN_BITE and DIE_WHEN_VERMIN_BITE, the vermin creature will leave remains on death when biting.  Leaving this tag out will cause the creature to disappear entirely after it bites.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| REMAINS_UNDETERMINED&lt;br /&gt;
| Caste&lt;br /&gt;
|&lt;br /&gt;
| Unknown.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| REMOVE_MATERIAL &lt;br /&gt;
| Creature&lt;br /&gt;
| &lt;br /&gt;
*material token &lt;br /&gt;
| Removes a material from a creature.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| REMOVE_TISSUE&lt;br /&gt;
| Creature&lt;br /&gt;
|&lt;br /&gt;
*material token&lt;br /&gt;
| Removes a tissue from a creature.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| RETRACT_INTO_BP&lt;br /&gt;
| Caste&lt;br /&gt;
|&lt;br /&gt;
*BY_TYPE, BY_CATEGORY or BY_TOKEN&lt;br /&gt;
*TYPE, CATEGORY or TOKEN&lt;br /&gt;
| The creature will retract a body part when threatened.  It will be unable to move or attack, but enemies will only be able to attack the specified body part.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| RETURNS_VERMIN_KILLS_TO_OWNER&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
| Used with HUNTS_VERMIN, causes the creature to return killed vermin to its owner.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| ROOT_AROUND&lt;br /&gt;
| Caste&lt;br /&gt;
| &lt;br /&gt;
| Creature will occasionally root around in the grass, looking for insects.  Used for flavor in Adventure Mode, no practical effect known.&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div align=&amp;quot;center&amp;quot;&amp;gt;&lt;br /&gt;
{{alphabetical TOC}}&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==S==&lt;br /&gt;
{| {{prettytable}}&lt;br /&gt;
|- bgcolor=&amp;quot;#ddd&amp;quot;&lt;br /&gt;
! width=&amp;quot;20%&amp;quot; | Token&lt;br /&gt;
! width=&amp;quot;10%&amp;quot; | Type&lt;br /&gt;
! width=&amp;quot;20%&amp;quot; | Arguments&lt;br /&gt;
! width=&amp;quot;50%&amp;quot; | Description&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| SAVAGE &lt;br /&gt;
| Creature&lt;br /&gt;
|  &lt;br /&gt;
| The creature will only show up in &amp;quot;savage&amp;quot; biomes.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| SECRETION &lt;br /&gt;
| Caste&lt;br /&gt;
| &lt;br /&gt;
* [[material token]]&lt;br /&gt;
*Material State&lt;br /&gt;
*location secreted from (by_type, by_category, by_token)&lt;br /&gt;
*body part &lt;br /&gt;
*tissue layer &lt;br /&gt;
| creates a secreted material on given tissue on a given part of the body.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| SELECT_ADDITIONAL_CASTE&lt;br /&gt;
| Creature&lt;br /&gt;
| &lt;br /&gt;
*caste name&lt;br /&gt;
| adds an additional previously defined caste to the selection. Used immediately after SELECT_CASTE.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| SELECT_CASTE &lt;br /&gt;
| Creature&lt;br /&gt;
| &lt;br /&gt;
*caste name, or ALL &lt;br /&gt;
| selects a previously defined caste&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| SELECT_MATERIAL &lt;br /&gt;
| Creature&lt;br /&gt;
| &lt;br /&gt;
*Material token&lt;br /&gt;
| Selects a locally defined material. Can be ALL.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| SEMIMEGABEAST &lt;br /&gt;
| Caste&lt;br /&gt;
| &lt;br /&gt;
| Essentially the same as MEGABEAST, but more of them are created during worldgen.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| SET_BP_GROUP &lt;br /&gt;
| Caste&lt;br /&gt;
| &lt;br /&gt;
*selection criteria BY_TYPE, BY_CATEGORY, BY_TOKEN&lt;br /&gt;
*category, type, or token &lt;br /&gt;
| Begins a selection of body parts.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| SET_TL_GROUP &lt;br /&gt;
| Caste&lt;br /&gt;
| &lt;br /&gt;
*TISSUE&lt;br /&gt;
*BY_CATEGORY, BY_TYPE, BY_TOKEN&lt;br /&gt;
*Location - category, type, or token&lt;br /&gt;
*tissue &lt;br /&gt;
| begins a selection of tissue layers&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| SHEARABLE_TISSUE_LAYER&lt;br /&gt;
| Caste&lt;br /&gt;
|&lt;br /&gt;
* tissue modifier&lt;br /&gt;
* required value&lt;br /&gt;
| Tissue layer can be sheared for its component material. The specified modifier must be at least of the desired value for shearing to be possible (a llama's wool must have a LENGTH of 300 before it is shearable).&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| SKILL_LEARN_RATE&lt;br /&gt;
| Caste&lt;br /&gt;
| [[skill_token]]:percentage&lt;br /&gt;
| The rate at which this creature learns this skill.  Requires CAN_LEARN or INTELLIGENT to function.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| SKILL_LEARN_RATES&lt;br /&gt;
| Caste&lt;br /&gt;
| percentage&lt;br /&gt;
| The rate at which this creature learns all skills.  Requires CAN_LEARN or INTELLIGENT to function.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| SKILL_RATE&lt;br /&gt;
| Caste&lt;br /&gt;
| [[skill_token]]:percentage:value:value:value&lt;br /&gt;
| As SKILL_RATES for individual skills.  Requires CAN_LEARN or INTELLIGENT to function.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| SKILL_RATES&lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
*% of improvement points you get&lt;br /&gt;
*unused counter rate&lt;br /&gt;
*rust counter rate&lt;br /&gt;
*demotion counter rate&lt;br /&gt;
| Affects skill gain and decay. Lower numbers in the last three slots make decay occur faster ([SKILL_RATES:100:1:1:1] would cause rapid decay). The counter rates may also be replaced with NONE.&lt;br /&gt;
Default is [SKILL_RATES:100:8:16:16].   [SLOW_LEARNER] changes the 100 to a 50.  Requires CAN_LEARN or INTELLIGENT to function.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| SKILL_RUST_RATE&lt;br /&gt;
| Caste&lt;br /&gt;
| [[skill_token]]:value:value:value&lt;br /&gt;
| The rate at which this skill decays. Lower values cause the skill to decay faster.  Requires CAN_LEARN or INTELLIGENT to function.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| SKILL_RUST_RATES&lt;br /&gt;
| Caste&lt;br /&gt;
| value:value:value&lt;br /&gt;
| The rate at which all skills decay. Lower values cause the skills to decay faster.  Requires CAN_LEARN or INTELLIGENT to function.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| SLOW_LEARNER &lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| Similar to [CAN_LEARN], but slower; skills are gained at a fraction of the rate. Present in the entries for ogres and giants; can be applied to civ or player races. &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| SMALL_REMAINS &lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| If a creature has this token, it'll leave &amp;quot;remains&amp;quot; instead of a corpse.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| SOLDIER_ALTTILE&lt;br /&gt;
| Creature&lt;br /&gt;
| 'character' or tile number&lt;br /&gt;
| If this creature is active in its civilization's military, it will blink between its default tile and this one.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| SOUND&lt;br /&gt;
| Caste&lt;br /&gt;
|&lt;br /&gt;
* Sound application (currently accepts ALERT or PEACEFUL_INTERMITTENT)&lt;br /&gt;
* Sound range (in tiles)&lt;br /&gt;
* Sound delay (lower values = sound is produced more often)&lt;br /&gt;
* VOCALIZATION or NONE (determines whether the sound requires breathing or not)&lt;br /&gt;
* First-person description&lt;br /&gt;
* Third-person description&lt;br /&gt;
* Description when out of sight&lt;br /&gt;
| Creature makes sounds periodically, which can be heard in Adventure mode.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| SPECIFIC_FOOD&lt;br /&gt;
| Caste&lt;br /&gt;
|&lt;br /&gt;
* PLANT or CREATURE&lt;br /&gt;
* Plant/creature ID&lt;br /&gt;
| Indicates that the creature is only capable of eating a particular type of food.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| SPEECH &lt;br /&gt;
| Creature&lt;br /&gt;
| speech file &lt;br /&gt;
| Boasting speeches relating to killing this creature. Examples include dwarf.txt and elf.txt in data\speech.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| SPEECH_FEMALE&lt;br /&gt;
| Creature&lt;br /&gt;
| speech file &lt;br /&gt;
| Boasting speeches relating to killing females of this creature.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| SPEECH_MALE&lt;br /&gt;
| Creature&lt;br /&gt;
| speech file &lt;br /&gt;
| Boasting speeches relating to killing males of this creature.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| SPEED &lt;br /&gt;
| Caste&lt;br /&gt;
| value &lt;br /&gt;
| Sets the creatures' movement and work speed, 1000/[100 + SPEED X] is the resulting effect on creatures movement and work rates from default. See [[Speed]] for more information.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| SPHERE &lt;br /&gt;
| Creature&lt;br /&gt;
| &lt;br /&gt;
*sphere name &lt;br /&gt;
| Sets what religious spheres the creature is aligned to, for purposes of being worshipped via the [POWER] token. Also affects the layout of hidden fun stuff, and the creature's name.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| SPOUSE_CONVERSION_TARGET&lt;br /&gt;
| Caste&lt;br /&gt;
|&lt;br /&gt;
| This creature can be converted by a night creature with SPOUSE_CONVERTED.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| SPOUSE_CONVERTER&lt;br /&gt;
| Caste&lt;br /&gt;
|&lt;br /&gt;
| If the creature has the NIGHT_CREATURE_HUNTER tag, it will kidnap SPOUSE_CONVERSION_TARGETs and transform them into the caste of its species with the CONVERTED_SPOUSE tag during worldgen.  It may also start families this way.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| SUPERNATURAL&lt;br /&gt;
| Caste&lt;br /&gt;
| &lt;br /&gt;
| Gives the creature knowledge of any secrets with SUPERNATURAL_LEARNING_POSSIBLE that match its spheres. Other effects are unknown.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| SWIM_SPEED &lt;br /&gt;
| Caste&lt;br /&gt;
| &lt;br /&gt;
*speed &lt;br /&gt;
| How fast the creature swims. Typically 2500 (0.38 times the default speed). &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| SWIMS_INNATE &lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| The creature naturally knows how to swim, as opposed to [SWIMS_LEARNED] below. Currently, an AI bug prevents this from being useful on PC races in fortress mode. &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| SWIMS_LEARNED &lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| The creature doesn't know how to swim unless it has learned the skill. Requires [CAN_LEARN], obviously. &lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div align=&amp;quot;center&amp;quot;&amp;gt;&lt;br /&gt;
{{alphabetical TOC}}&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==T==&lt;br /&gt;
{| {{prettytable}}&lt;br /&gt;
|- bgcolor=&amp;quot;#ddd&amp;quot;&lt;br /&gt;
! width=&amp;quot;20%&amp;quot; | Token&lt;br /&gt;
! width=&amp;quot;10%&amp;quot; | Type&lt;br /&gt;
! width=&amp;quot;20%&amp;quot; | Arguments&lt;br /&gt;
! width=&amp;quot;50%&amp;quot; | Description&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| TENDONS &lt;br /&gt;
| Caste&lt;br /&gt;
| &lt;br /&gt;
* [[material token]]&lt;br /&gt;
*healing rate &lt;br /&gt;
| Defines the material and healing rate of tendons.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| THICKWEB &lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| The creature's webs can catch larger creatures.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| TISSUE &lt;br /&gt;
| Creature&lt;br /&gt;
| name &lt;br /&gt;
| Begins defining a tissue in the creature file.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| TITAN&lt;br /&gt;
| Caste&lt;br /&gt;
|&lt;br /&gt;
| Found on [[titan]]s. Cannot be specified in user-defined raws.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| TL_COLOR_MODIFIER &lt;br /&gt;
| Caste&lt;br /&gt;
| COLOR:freq:COLOR:freq etc &lt;br /&gt;
| Creates a list of color patterns, giving each a frequency. &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| TLCM_GENETIC_MODEL&lt;br /&gt;
| Caste&lt;br /&gt;
|&lt;br /&gt;
| tissue layer color modifier is passed to offspring genetically?&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| TLCM_IMPORTANCE&lt;br /&gt;
| Caste&lt;br /&gt;
|&lt;br /&gt;
*number&lt;br /&gt;
| Presumably modifies the importance of the tissue layer color modifier, for description purposes.&lt;br /&gt;
HOWEVER using this appears to remove all mention of colour from creature descriptions. It does not appear in any default creatures.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| TLCM_NOUN &lt;br /&gt;
| Caste&lt;br /&gt;
| &lt;br /&gt;
*name&lt;br /&gt;
*SINGULAR or PLURAL&lt;br /&gt;
| names the tissue layer color modifier, and determines the noun&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| TLCM_TIMING &lt;br /&gt;
| Caste&lt;br /&gt;
| &lt;br /&gt;
*ROOT&lt;br /&gt;
*start change window years:days:end change window years:days&lt;br /&gt;
| determines the point in the creature's life where the color change begins&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| TRADE_CAPACITY &lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| How much the creature can carry when used by merchants. &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| TRAINABLE &lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| Shortcut for [TRAINABLE_HUNTING] + [TRAINABLE_WAR].&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| TRAINABLE_HUNTING &lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| Can be trained as hunting beasts by way of kennels.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| TRAINABLE_WAR &lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| Can be trained as war beasts by way of kennels.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| TRANCES &lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| Allows the creature to go into martial trances.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| TRAPAVOID &lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| The creature is immune to traps. Probably every procedurally generated megabeast has this.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| TRIGGERABLE_GROUP &lt;br /&gt;
| Creature&lt;br /&gt;
| min:max &lt;br /&gt;
| A large swarm of vermin can be disturbed, usually in Adventure mode.{{verify}}&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| TSU_NOUN &lt;br /&gt;
| Caste&lt;br /&gt;
| &lt;br /&gt;
*noun&lt;br /&gt;
*SINGULAR or PLURAL &lt;br /&gt;
| Noun for the TISSUE_STYLE_UNIT, used in the description of the tissue layer's style.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div align=&amp;quot;center&amp;quot;&amp;gt;&lt;br /&gt;
{{alphabetical TOC}}&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==U==&lt;br /&gt;
{| {{prettytable}}&lt;br /&gt;
|- bgcolor=&amp;quot;#ddd&amp;quot;&lt;br /&gt;
! width=&amp;quot;20%&amp;quot; | Token&lt;br /&gt;
! width=&amp;quot;10%&amp;quot; | Type&lt;br /&gt;
! width=&amp;quot;20%&amp;quot; | Arguments&lt;br /&gt;
! width=&amp;quot;50%&amp;quot; | Description&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| UBIQUITOUS&lt;br /&gt;
| Creature&lt;br /&gt;
|&lt;br /&gt;
| Creature will occur in every region with the correct biome.  Does not apply to evil/good tags.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| UNDERGROUND_DEPTH &lt;br /&gt;
| Creature&lt;br /&gt;
|&lt;br /&gt;
*mindepth&lt;br /&gt;
*maxdepth &lt;br /&gt;
| Depth the creature appears underground. Numbers can be from 0 to 5.  0 is actually 'above ground' and can be used if the creature is to appear both above and below ground.  A single argument may be used instead of min and max.  Only magma creatures use 4 or 5 in the default raws.  Civilizations that can use underground plants or animals will only export (via the embark screen or caravans) things that available at depth 1.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| UNDERSWIM &lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| Creature swims under the water and can't be seen. Currently appears to have no effect as of 31.25.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| UNIQUE_DEMON&lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| Typically found on generated [[demon]]s; causes the game to create a single named instance of the demon which will emerge from the underworld and take over civilizations during worldgen. Cannot be specified in user-defined raws.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| USE_CASTE&lt;br /&gt;
| Creature&lt;br /&gt;
|&lt;br /&gt;
*new caste token&lt;br /&gt;
*old caste token&lt;br /&gt;
| Defines a new caste derived directly from a previous caste. The new caste inherits all properties of the old one. The effect of this tag is automatic if one has not yet defined any castes: &amp;quot;Any caste-level tag that occurs before castes are explicitly declared is saved up and placed on any caste that is declared later, unless the caste is explicitly derived from another caste.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| USE_MATERIAL&lt;br /&gt;
| Creature&lt;br /&gt;
|&lt;br /&gt;
*new material ID&lt;br /&gt;
*old material ID&lt;br /&gt;
| Defines a new local creature material and populates it with all properties defined in the specified local creature material.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| USE_MATERIAL_TEMPLATE &lt;br /&gt;
| Creature&lt;br /&gt;
|&lt;br /&gt;
*new material token&lt;br /&gt;
*material template &lt;br /&gt;
| Defines a new local creature material and populates it with all properties defined in the specified template.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| USE_TISSUE&lt;br /&gt;
| Creature&lt;br /&gt;
|&lt;br /&gt;
*new tissue token&lt;br /&gt;
*old tissue id&lt;br /&gt;
| Defines a new local creature tissue and populates it with all properties defined in the local tissue specified in the second argument.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| USE_TISSUE_TEMPLATE &lt;br /&gt;
| Creature&lt;br /&gt;
|&lt;br /&gt;
*new tissue token&lt;br /&gt;
*tissue template&lt;br /&gt;
| Loads a tissue template listed in OBJECT:TISSUE_TEMPLATE files, such as tissue_template_default.txt. &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| UTTERANCES &lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| Changes the language of the creature into unintelligible 'kobold-speak', which creatures of other species will be unable to understand.  If a civilized creature has this and is not part of a SKULKING civ, it will tend to start wars with all nearby civilizations and will be unable to make peace treaties due to 'inability to communicate'.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div align=&amp;quot;center&amp;quot;&amp;gt;&lt;br /&gt;
{{alphabetical TOC}}&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==V==&lt;br /&gt;
{| {{prettytable}}&lt;br /&gt;
|- bgcolor=&amp;quot;#ddd&amp;quot;&lt;br /&gt;
! width=&amp;quot;20%&amp;quot; | Token&lt;br /&gt;
! width=&amp;quot;10%&amp;quot; | Type&lt;br /&gt;
! width=&amp;quot;20%&amp;quot; | Arguments&lt;br /&gt;
! width=&amp;quot;50%&amp;quot; | Description&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| VEGETATION &lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| unknown&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| VERMIN_BITE &lt;br /&gt;
| Caste&lt;br /&gt;
| &lt;br /&gt;
*chance of occurance{{verify}}&lt;br /&gt;
*verb (bitten, stung, etc)&lt;br /&gt;
* [[material token]]&lt;br /&gt;
| Vermin bites, and injects something.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| VERMIN_EATER&lt;br /&gt;
| Creature&lt;br /&gt;
|&lt;br /&gt;
| The vermin creature will attempt to eat exposed food. See PENETRATEPOWER. Distict from VERMIN_ROTTER.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| VERMIN_FISH &lt;br /&gt;
| Creature&lt;br /&gt;
|  &lt;br /&gt;
| The vermin appears in water and will attempt to swim around.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| VERMIN_GROUNDER &lt;br /&gt;
| Creature&lt;br /&gt;
|  &lt;br /&gt;
| The creature appears in &amp;quot;general&amp;quot; surface ground locations. Note that this doesn't stop the creature from flying if it can (most vermin birds have this tag).&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| VERMIN_HATEABLE &lt;br /&gt;
| Caste&lt;br /&gt;
|&lt;br /&gt;
| Some dwarves will hate the creature and get unhappy thoughts when around it. &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| VERMIN_MICRO &lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| This makes the creature move in a swarm of creatures of the same race as it. I.E. Swarm of flies, swarm of ants, etc. &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| VERMIN_NOFISH &lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| The creature cannot be caught by fishing. &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| VERMIN_NOROAM &lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| The creature will not be observed randomly roaming about the map. &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| VERMIN_NOTRAP &lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| The creature cannot be caught in baited animal traps; however, a &amp;quot;catch live land animal&amp;quot; task may still be able to capture one if a dwarf finds one roaming around.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| VERMIN_ROTTER &lt;br /&gt;
| Creature&lt;br /&gt;
|  &lt;br /&gt;
| Present on flies, knuckle worms, acorn flies, and blood gnats. Probably means either the creature is attracted to rot, the creature speeds rotting, or both.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| VERMIN_SOIL &lt;br /&gt;
| Creature&lt;br /&gt;
|  &lt;br /&gt;
| The creature randomly appears near dirt or mud.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| VERMIN_SOIL_COLONY &lt;br /&gt;
| Creature&lt;br /&gt;
|  &lt;br /&gt;
| The vermin will appear in a single tile cluster of many vermin, such as a colony of ants.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| VERMINHUNTER &lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| Shortcut for [AT_PEACE_WITH_WILDLIFE] + [RETURNS_VERMIN_KILLS_TO_OWNER] + [HUNTS_VERMIN] + [ADOPTS_OWNER].&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| VESPERTINE &lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| Sets if the creature is active in evening.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| VIEWRANGE&lt;br /&gt;
| Caste&lt;br /&gt;
| value&lt;br /&gt;
| Value should determine how close you have to get to a critter before it attacks (or prevents adv mode travel etc.)  Default is 20.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div align=&amp;quot;center&amp;quot;&amp;gt;&lt;br /&gt;
{{alphabetical TOC}}&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==W==&lt;br /&gt;
{| {{prettytable}}&lt;br /&gt;
|- bgcolor=&amp;quot;#ddd&amp;quot;&lt;br /&gt;
! width=&amp;quot;20%&amp;quot; | Token&lt;br /&gt;
! width=&amp;quot;10%&amp;quot; | Type&lt;br /&gt;
! width=&amp;quot;20%&amp;quot; | Arguments&lt;br /&gt;
! width=&amp;quot;50%&amp;quot; | Description&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| WAGON_PULLER &lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| Allows the creature to pull caravan wagons. &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| WEBBER &lt;br /&gt;
| Caste&lt;br /&gt;
| &lt;br /&gt;
* [[material token]]&lt;br /&gt;
| Allows the creature to create webs, and defines what the webs are made of.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| WEBIMMUNE &lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| The creature will not get caught in thick webs.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Attack Tokens==&lt;br /&gt;
{| {{prettytable}}&lt;br /&gt;
|- bgcolor=&amp;quot;#ddd&amp;quot;&lt;br /&gt;
! width=&amp;quot;20%&amp;quot; | Token&lt;br /&gt;
! width=&amp;quot;10%&amp;quot; | Type&lt;br /&gt;
! width=&amp;quot;20%&amp;quot; | Arguments&lt;br /&gt;
! width=&amp;quot;50%&amp;quot; | Description&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| ATTACK_SKILL &lt;br /&gt;
| Caste&lt;br /&gt;
| &lt;br /&gt;
*skill used ([[Skill token]])&lt;br /&gt;
| defines the attack skill used&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| ATTACK_VERB &lt;br /&gt;
| Caste&lt;br /&gt;
| 2nd person:3rd person &lt;br /&gt;
| descriptive text for the attack&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| ATTACK_CONTACT_PERC &lt;br /&gt;
| Caste&lt;br /&gt;
| &lt;br /&gt;
*% value &lt;br /&gt;
| The contact area of the attack, measured in % of the body part's volume.&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;
| The penetration value of the attack, measured in % of the body part's volume. Requires ATTACK_FLAG_EDGE.&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;
| Usage frequency. MAIN attacks are 100 times more frequently chosen than SECOND. Opportunity attacks ignore this preference.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| ATTACK_VELOCITY_MODIFIER&lt;br /&gt;
| Caste&lt;br /&gt;
| number&lt;br /&gt;
| The velocity multiplier of the attack, multiplied by 1000.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| ATTACK_FLAG_CANLATCH &lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| Attacks that damage tissue have the chance to latch on in a wrestling hold. The grabbing bodypart can then use the &amp;quot;shake around&amp;quot; wrestling move, causing severe tensile damage according to the attacker's body volume.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| ATTACK_FLAG_WITH &lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| In adventure mode, displays the name of the body part used by an attack when announcing the attack.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| ATTACK_FLAG_EDGE &lt;br /&gt;
| Caste&lt;br /&gt;
|  &lt;br /&gt;
| The attack is edged, with all the effects on physical resistance and contact area that it entails.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| SPECIALATTACK_INJECT_EXTRACT &lt;br /&gt;
| Caste&lt;br /&gt;
| &lt;br /&gt;
* [[material token]]&lt;br /&gt;
*state (SOLID, LIQUID, GAS)&lt;br /&gt;
*min:max&lt;br /&gt;
| attack type addition that injects a material into the victim.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| SPECIALATTACK_INTERACTION&lt;br /&gt;
| Caste&lt;br /&gt;
| interaction&lt;br /&gt;
| When this attack lands successfully, an interaction with I_SOURCE:ATTACK will take effect on the target creature.  The attack must break the target creature's skin in order to work.  This will take effect in worldgen as well.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| SPECIALATTACK_SUCK_BLOOD&lt;br /&gt;
| Caste&lt;br /&gt;
| min:max&lt;br /&gt;
| Successful attack draws out an amount of blood randomized between the min and max value.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Important Related Tokens==&lt;br /&gt;
These next groups of tokens include several tokens that are not technically classified as creature tokens in string dump, but bear mentioning in this as they are used frequently in creature raws. (Some regular creature tokens may also be reprinted for the sake of ease of navigation)&lt;br /&gt;
&lt;br /&gt;
===Tissue Modification===&lt;br /&gt;
This next group of tokens deals setting and modifying tissue properties. (See also [[Tissue definition token]])&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{| {{prettytable}}&lt;br /&gt;
|- bgcolor=&amp;quot;#ddd&amp;quot;&lt;br /&gt;
! width=&amp;quot;20%&amp;quot; | Token&lt;br /&gt;
! width=&amp;quot;10%&amp;quot; | Type&lt;br /&gt;
! width=&amp;quot;20%&amp;quot; | Arguments&lt;br /&gt;
! width=&amp;quot;50%&amp;quot; | Description&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| PLUS_TISSUE_LAYER &lt;br /&gt;
| Caste&lt;br /&gt;
| &lt;br /&gt;
*TISSUE&lt;br /&gt;
*BY_CATEGORY, BY_TYPE, BY_TOKEN&lt;br /&gt;
*Location - category, type, or token &lt;br /&gt;
| Adds a tissue to those selected&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| PLUS_TL_GROUP &lt;br /&gt;
| Caste&lt;br /&gt;
| &lt;br /&gt;
*TISSUE&lt;br /&gt;
*BY_CATEGORY, BY_TYPE, BY_TOKEN&lt;br /&gt;
*Location - category, type, or token&lt;br /&gt;
*tissue &lt;br /&gt;
| continues a selection of tissue layers&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| SELECT_TISSUE&lt;br /&gt;
| Creature&lt;br /&gt;
|&lt;br /&gt;
*tissue token&lt;br /&gt;
| Selects a tissue for editing.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| SELECT_TISSUE_LAYER &lt;br /&gt;
| Caste&lt;br /&gt;
| &lt;br /&gt;
*TISSUE&lt;br /&gt;
*BY_CATEGORY, BY_TYPE, BY_TOKEN&lt;br /&gt;
*Location - category, type, or token | Selects a tissue at a location&lt;br /&gt;
* (optional) FRONT, BACK, LEFT, RIGHT, TOP, BOTTOM, AROUND.&lt;br /&gt;
| Selects a tissue layer for descriptor and cosmetic purposes.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| SET_LAYER_TISSUE&lt;br /&gt;
| Caste&lt;br /&gt;
|&lt;br /&gt;
| Sets a tissue layer to be made of a different tissue.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| TISSUE_LAYER &lt;br /&gt;
| Caste&lt;br /&gt;
| &lt;br /&gt;
*BY_TYPE, BY_CATEGORY, BY_TOKEN&lt;br /&gt;
*TYPE,CATEGORY, or TOKEN&lt;br /&gt;
*TISSUE&lt;br /&gt;
*LOCATION &lt;br /&gt;
| Adds the tissue layer to wherever it is required.&lt;br /&gt;
Non-argument Locations can be FRONT, RIGHT, LEFT, TOP, BOTTOM. Argument locations are AROUND and CLEANS, requiring a further body part and a % of coverage/cleansing&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| TISSUE_LAYER_OVER&lt;br /&gt;
| Caste&lt;br /&gt;
|&lt;br /&gt;
*BY_TYPE, BY_CATEGORY, BY_TOKEN&lt;br /&gt;
*TYPE,CATEGORY, or TOKEN&lt;br /&gt;
*TISSUE&lt;br /&gt;
*LOCATION &lt;br /&gt;
| Presumably a counterpart to TISSUE_LAYER_UNDER (see below).&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| TISSUE_LAYER_UNDER &lt;br /&gt;
| Caste&lt;br /&gt;
| &lt;br /&gt;
*BY_TYPE, BY_CATEGORY, BY_TOKEN&lt;br /&gt;
*TYPE,CATEGORY, or TOKEN&lt;br /&gt;
*TISSUE&lt;br /&gt;
| Adds the tissue layer under a given part.&lt;br /&gt;
For example an Iron Man has a gaseous poison within and this tissue (GAS is its name) has the token [TISSUE_LEAKS] and its state is GAS so when you puncture the iron outside and damage this tissue it leaks gas (can have a syndrome by using a previous one in the creature sample.) [TISSUE_LAYER_UNDER:BY_CATEGORY:ALL:{tissue}] {tissue} is what will be under the TISSUE_LAYER here is an example Tissue from Iron Man:&amp;lt;br&amp;gt; &lt;br /&gt;
[TISSUE:GAS]  [TISSUE_NAME:gas:NP] [TISSUE_MATERIAL:LOCAL_CREATURE_MAT:GAS] [TISSUE_MAT_STATE:GAS] [RELATIVE_THICKNESS:50] [TISSUE_LEAKS] [TISSUE_SHAPE:LAYER] &lt;br /&gt;
|- &lt;br /&gt;
| TISSUE_LAYER_APPEARANCE_MODIFIER &lt;br /&gt;
| Caste&lt;br /&gt;
| &lt;br /&gt;
*QUALITY&lt;br /&gt;
*lowest:lower:low:median:high:higher:highest &lt;br /&gt;
| sets the range of qualities, including LENGTH, DENSE, HIGH_POSITION, CURLY, GREASY, WRINKLY&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| TISSUE_STYLE_UNIT &lt;br /&gt;
| Caste&lt;br /&gt;
| &lt;br /&gt;
*tissue&lt;br /&gt;
*shaping &lt;br /&gt;
| sets tissue to be in a certain shape, mostly used with tissues HAIR, BEARD, MOUSTACHE, SIDEBURNS.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| TL_CONNECTS&lt;br /&gt;
| Caste&lt;br /&gt;
|&lt;br /&gt;
| Presumably gives the CONNECTS attribute to selected layers.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| TL_HEALING_RATE&lt;br /&gt;
| Caste&lt;br /&gt;
|&lt;br /&gt;
| Presumably changes the HEALING_RATE of the selected tissue layers.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| TL_MAJOR_ARTERIES&lt;br /&gt;
| Caste&lt;br /&gt;
|&lt;br /&gt;
| Gives Major Artery attribute to selected layers.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| TL_PAIN_RECEPTORS&lt;br /&gt;
| Caste&lt;br /&gt;
|&lt;br /&gt;
| Seems to set new number of pain receptors for selected tissue layers.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| TL_RELATIVE_THICKNESS&lt;br /&gt;
| Caste&lt;br /&gt;
|&lt;br /&gt;
| Seems to set new relative thickness for selected tissue layers.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| TL_VASCULAR&lt;br /&gt;
| Caste&lt;br /&gt;
|&lt;br /&gt;
| Seems to set new a VASCULAR value (which modulates bleeding) for selected tissue layers.&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==See Also==&lt;br /&gt;
*[[Body detail plan token]]&lt;br /&gt;
*[[Body token]]&lt;br /&gt;
*[[Material definition token]]&lt;br /&gt;
*[[Syndrome]]&lt;br /&gt;
*[[Tissue definition token]]&lt;br /&gt;
&lt;br /&gt;
{{Category|Modding}}&lt;br /&gt;
{{Category|Tokens}}&lt;/div&gt;</summary>
		<author><name>AVK</name></author>
	</entry>
	<entry>
		<id>http://dwarffortresswiki.org/index.php?title=v0.34:Tissue_definition_token&amp;diff=179355</id>
		<title>v0.34:Tissue definition token</title>
		<link rel="alternate" type="text/html" href="http://dwarffortresswiki.org/index.php?title=v0.34:Tissue_definition_token&amp;diff=179355"/>
		<updated>2012-12-12T01:58:48Z</updated>

		<summary type="html">&lt;p&gt;AVK: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{quality|Fine|21:41, 22 February 2011 (UTC)}}{{av}}&lt;br /&gt;
&lt;br /&gt;
__TOC__&lt;br /&gt;
&lt;br /&gt;
{| {{prettytable}}&lt;br /&gt;
|- bgcolor=&amp;quot;#999999&amp;quot;&lt;br /&gt;
! Token&lt;br /&gt;
! Arguments&lt;br /&gt;
! Description&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| TISSUE_NAME&lt;br /&gt;
|&lt;br /&gt;
*name&lt;br /&gt;
*value&lt;br /&gt;
|name = name.&lt;br /&gt;
value = plural name, NP (No Plural) or STP (Standard Plural, adds an 's' on the end).&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| TISSUE_MATERIAL&lt;br /&gt;
| &lt;br /&gt;
* [[material token]]&lt;br /&gt;
| Defines the tissue material.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| RELATIVE_THICKNESS&lt;br /&gt;
| &lt;br /&gt;
*value&lt;br /&gt;
| The thickness of the tissue. A higher thickness is harder to penetrate.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| HEALING_RATE&lt;br /&gt;
| &lt;br /&gt;
*value&lt;br /&gt;
| Lower is faster. Omitting the token will result in a tissue that never heals.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| VASCULAR&lt;br /&gt;
| &lt;br /&gt;
*value&lt;br /&gt;
| Related to how much said tissue bleeds. Higher = More bleeding&amp;lt;br&amp;gt;&lt;br /&gt;
(Which is why the heart has the highest value.)&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| PAIN_RECEPTORS&lt;br /&gt;
| &lt;br /&gt;
*value&lt;br /&gt;
| Related to how much pain your character will suffer when said tissue is damaged. Higher = More pain when damaged&amp;lt;br&amp;gt;&lt;br /&gt;
(Which is why the bone tissue has a much higher value than other tissues. A broken bone hurts a lot more than a cut.)&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| THICKENS_ON_STRENGTH&lt;br /&gt;
| N/A&lt;br /&gt;
| The thickness of the tissue increases when character strength increases.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| THICKENS_ON_ENERGY_STORAGE&lt;br /&gt;
| N/A&lt;br /&gt;
| Thickness of said tissue increases when the character eats and doesn't exercise sufficiently.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| ARTERIES&lt;br /&gt;
| N/A&lt;br /&gt;
| The tissue contains arteries. Edged attacks have the chance to break an artery, increasing blood loss.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| SCARS&lt;br /&gt;
| N/A&lt;br /&gt;
| Simply whether or not the tissue will be scarred once healed.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| STRUCTURAL&lt;br /&gt;
| N/A&lt;br /&gt;
| Holds the body part together. A cut or a fracture disables the body part it's in.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| CONNECTIVE_TISSUE_ANCHOR&lt;br /&gt;
| N/A&lt;br /&gt;
| Any ligaments or tendons are part of this tissue. Vulnerable to edged attacks, damage disables the limb.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| SETTABLE&lt;br /&gt;
| N/A&lt;br /&gt;
| The tissue will not heal/heals slower until it is set by a bone doctor.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| SPLINTABLE&lt;br /&gt;
| N/A&lt;br /&gt;
| The broken tissue can be fixed with a cast or a splint to restore function while it heals.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| FUNCTIONAL&lt;br /&gt;
| N/A&lt;br /&gt;
| The tissue performs some sort of special function (e.g. sight, hearing, breathing, etc.)  An organ with such a function will stop working if a sufficient amount of damage is sustained by its FUNCTIONAL tissues. If an organ has no FUNCTIONAL tissues, it will stop working only if it is severed or destroyed entirely by heat or cold.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| NERVOUS&lt;br /&gt;
| N/A&lt;br /&gt;
| Unknown - not used.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| THOUGHT&lt;br /&gt;
| N/A&lt;br /&gt;
| If a creature has no functioning parts with the THOUGHT token, it will be unable to move or breathe.  NO_THOUGHT_CENTER_FOR_MOVEMENT bypasses this limitation.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| MUSCULAR&lt;br /&gt;
| N/A&lt;br /&gt;
| Seems to affect where sensory or motor nerves are located, and whether damage to this tissue will render a limb useless.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| SMELL&lt;br /&gt;
| N/A&lt;br /&gt;
| Unknown - not used.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| HEAR&lt;br /&gt;
| N/A&lt;br /&gt;
| Unknown - not used.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| FLIGHT&lt;br /&gt;
| N/A&lt;br /&gt;
| Unknown - not used.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| BREATHE&lt;br /&gt;
| N/A&lt;br /&gt;
| Unknown - not used.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| SIGHT&lt;br /&gt;
| N/A&lt;br /&gt;
| Unknown - not used.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| CONNECTS&lt;br /&gt;
| N/A&lt;br /&gt;
| Holds body parts together.  A body part will not be severed unless all of its component tissues with the CONNECTS tag are severed.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| MAJOR_ARTERIES&lt;br /&gt;
| N/A&lt;br /&gt;
| Causes tissue to sometimes severely bleed when damaged.  This is independent of its VASCULAR value.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| INSULATION&lt;br /&gt;
| &lt;br /&gt;
*value&lt;br /&gt;
| Tissue supplies the creature with heat insulation. Higher values result in more insulation.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| COSMETIC&lt;br /&gt;
| N/A&lt;br /&gt;
| ?&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| STYLEABLE&lt;br /&gt;
| N/A&lt;br /&gt;
| The tissue can be styled as per a tissue style (defined in an [[Entity_token|entity]] entry)&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| TISSUE_SHAPE&lt;br /&gt;
| &lt;br /&gt;
*value&lt;br /&gt;
| Value can be one of the following:&lt;br /&gt;
;LAYER&lt;br /&gt;
:Regular layer tissue.&lt;br /&gt;
;STRANDS&lt;br /&gt;
:Seems to be harder to sever.&lt;br /&gt;
;FEATHERS&lt;br /&gt;
:Edge attacks will pass right through the tissue.&lt;br /&gt;
;SCALES&lt;br /&gt;
:?&lt;br /&gt;
;CUSTOM&lt;br /&gt;
:?&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| SUBORDINATE_TO_TISSUE&lt;br /&gt;
| &lt;br /&gt;
*value&lt;br /&gt;
| Tissue is implicitly attached to another tissue and will fall off that tissue layer is destroyed. Used for hair and feathers, which are subordinate to skin.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| TISSUE_MAT_STATE&lt;br /&gt;
|&lt;br /&gt;
*SOLID, LIQUID, or GAS&amp;lt;br&amp;gt;&lt;br /&gt;
(possibly others, such as POWDER as well. Needs testing.)&lt;br /&gt;
| Sets/forces a default material state for the selected tissue.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| TISSUE_LEAKS&lt;br /&gt;
| N/A&lt;br /&gt;
| The selected tissue leaks out of the creature when the layers above it are pierced.&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Tissue Layer Tokens==&lt;br /&gt;
These are used in creature raws to override the above for whatever reason.&lt;br /&gt;
{| {{prettytable}}&lt;br /&gt;
|- bgcolor=&amp;quot;#ddd&amp;quot;&lt;br /&gt;
! width=&amp;quot;20%&amp;quot; | Token&lt;br /&gt;
! width=&amp;quot;20%&amp;quot; | Arguments&lt;br /&gt;
! width=&amp;quot;60%&amp;quot; | Description&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|SET_LAYER_TISSUE&lt;br /&gt;
|&lt;br /&gt;
* tissue&lt;br /&gt;
| Sets a tissue layer to be made of a different tissue.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|TL_RELATIVE_THICKNESS&lt;br /&gt;
|&lt;br /&gt;
* value&lt;br /&gt;
| Sets a new relative thickness for selected tissue layers.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|TL_CONNECTS&lt;br /&gt;
|&lt;br /&gt;
| Gives the CONNECTS attribute to selected layers.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|TL_MAJOR_ARTERIES&lt;br /&gt;
|&lt;br /&gt;
| Gives Major Artery attribute to selected layers.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|TL_HEALING_RATE&lt;br /&gt;
|&lt;br /&gt;
* value&lt;br /&gt;
| Sets a new HEALING_RATE of the selected tissue layers.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|TL_VASCULAR&lt;br /&gt;
|&lt;br /&gt;
| Sets a new a VASCULAR value (which modulates bleeding) for selected tissue layers.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|TL_PAIN_RECEPTORS&lt;br /&gt;
|&lt;br /&gt;
| Sets a new number of pain receptors for selected tissue layers.&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Defaults==&lt;br /&gt;
Default values (as of 0.31.21)&lt;br /&gt;
{| {{prettytable}}  style=&amp;quot;margin: 1em 1em 1em 0; background: #f9f9f9; border: 1px #aaa solid; border-collapse: collapse; font-size: 70%;&amp;quot;&lt;br /&gt;
|- bgcolor=&amp;quot;#999999&amp;quot;&lt;br /&gt;
! style=&amp;quot;font-size: 150%;&amp;quot;| TISSUE_TEMPLATE !! TISSUE_NAME !! TISSUE_MATERIAL !! TISSUE_MAT_STATE !! RELATIVE_THICKNESS !! HEALING_RATE !! VASCULAR !! PAIN_RECEPTORS !! SUBORDINATE_TO_TISSUE !! INSULATION !! TISSUE_SHAPE&lt;br /&gt;
|-&lt;br /&gt;
| SKIN_TEMPLATE || skin:NP || LOCAL_CREATURE_MAT:SKIN || || 1 || 100 || 1 || 5 || || || LAYER&lt;br /&gt;
|-&lt;br /&gt;
| FAT_TEMPLATE || fat:NP || LOCAL_CREATURE_MAT:FAT || || 1 || 100 || 3 || 5 || || 100 || LAYER&lt;br /&gt;
|-&lt;br /&gt;
| MUSCLE_TEMPLATE || muscle:muscles || LOCAL_CREATURE_MAT:MUSCLE || || 3 || 100 || 5 || 5 || || || LAYER&lt;br /&gt;
|-&lt;br /&gt;
| BONE_TEMPLATE || bone:NP || LOCAL_CREATURE_MAT:BONE || || 2 || 1000 || 3 || 50 || || || LAYER&lt;br /&gt;
|-&lt;br /&gt;
| SHELL_TEMPLATE || shell:NP || LOCAL_CREATURE_MAT:SHELL || || 2 || 1000 || || || || || LAYER&lt;br /&gt;
|-&lt;br /&gt;
| HORN_TEMPLATE || horn:NP || LOCAL_CREATURE_MAT:HORN || || 2 || || || || || || LAYER&lt;br /&gt;
|-&lt;br /&gt;
| HOOF_TEMPLATE || hoof:NP || LOCAL_CREATURE_MAT:HOOF || || 2 || || || || || || LAYER&lt;br /&gt;
|-&lt;br /&gt;
| CARTILAGE_TEMPLATE || cartilage:NP || LOCAL_CREATURE_MAT:CARTILAGE || || 2 || || || || || || LAYER&lt;br /&gt;
|-&lt;br /&gt;
| HAIR_TEMPLATE || hair:NP || LOCAL_CREATURE_MAT:HAIR || || 1 || || || || SKIN || 100 || STRANDS&lt;br /&gt;
|-&lt;br /&gt;
| CHEEK_WHISKERS_TEMPLATE || cheek whisker:STP || LOCAL_CREATURE_MAT:HAIR || || 2 || || || || SKIN || || STRANDS&lt;br /&gt;
|-&lt;br /&gt;
| CHIN_WHISKERS_TEMPLATE || chin whisker:STP || LOCAL_CREATURE_MAT:HAIR || || 2 || || || || SKIN || || STRANDS&lt;br /&gt;
|-&lt;br /&gt;
| MOUSTACHE_TEMPLATE || moustache:NP || LOCAL_CREATURE_MAT:HAIR || || 2 || || || || SKIN || || STRANDS&lt;br /&gt;
|-&lt;br /&gt;
| SIDEBURNS_TEMPLATE || sideburns:NP || LOCAL_CREATURE_MAT:HAIR || || 2 || || || || SKIN || || STRANDS&lt;br /&gt;
|-&lt;br /&gt;
| EYEBROW_TEMPLATE || eyebrow:NP || LOCAL_CREATURE_MAT:HAIR || || 2 || || || || SKIN || || STRANDS&lt;br /&gt;
|-&lt;br /&gt;
| EYELASH_TEMPLATE || eyelash:eyelashes || LOCAL_CREATURE_MAT:HAIR || || 2 || || || || SKIN || || STRANDS&lt;br /&gt;
|-&lt;br /&gt;
| FEATHER_TEMPLATE || feather:STP || LOCAL_CREATURE_MAT:FEATHER || || 2 || || || || SKIN || 100 || FEATHERS&lt;br /&gt;
|-&lt;br /&gt;
| SCALE_TEMPLATE || scale:STP || LOCAL_CREATURE_MAT:SCALE || || 1 || 100 || 1 || 5 || || || SCALES&lt;br /&gt;
|-&lt;br /&gt;
| NAIL_TEMPLATE || nail:NP || LOCAL_CREATURE_MAT:NAIL || || 2 || || || || || || LAYER&lt;br /&gt;
|-&lt;br /&gt;
| CLAW_TEMPLATE || claw:NP || LOCAL_CREATURE_MAT:CLAW || || 2 || || || || || || LAYER&lt;br /&gt;
|-&lt;br /&gt;
| TALON_TEMPLATE || talon:NP || LOCAL_CREATURE_MAT:TALON || || 2 || || || || || || LAYER&lt;br /&gt;
|-&lt;br /&gt;
| TOOTH_TEMPLATE || tooth:NP || LOCAL_CREATURE_MAT:TOOTH || || 2 || || || || || || LAYER&lt;br /&gt;
|-&lt;br /&gt;
| IVORY_TEMPLATE || ivory:NP || LOCAL_CREATURE_MAT:IVORY || || 2 || || || || || || LAYER&lt;br /&gt;
|-&lt;br /&gt;
| EYE_TEMPLATE || eye tissue:NP || LOCAL_CREATURE_MAT:EYE || || 1 || 100 || 3 || 5 || || || LAYER&lt;br /&gt;
|-&lt;br /&gt;
| NERVE_TEMPLATE || nervous tissue:NP || LOCAL_CREATURE_MAT:NERVE || || 1 || || 3 || || || || LAYER&lt;br /&gt;
|-&lt;br /&gt;
| BRAIN_TEMPLATE || brain tissue:NP || LOCAL_CREATURE_MAT:BRAIN || || 1 || || 3 || || || || LAYER&lt;br /&gt;
|-&lt;br /&gt;
| LUNG_TEMPLATE || lung tissue:NP || LOCAL_CREATURE_MAT:LUNG || || 1 || 100 || 8 || 5 || || || LAYER&lt;br /&gt;
|-&lt;br /&gt;
| HEART_TEMPLATE || heart tissue:NP || LOCAL_CREATURE_MAT:HEART || || 1 || 100 || 10 || 5 || || || LAYER&lt;br /&gt;
|-&lt;br /&gt;
| LIVER_TEMPLATE || liver tissue:NP || LOCAL_CREATURE_MAT:LIVER || || 1 || 100 || 8 || 5 || || || LAYER&lt;br /&gt;
|-&lt;br /&gt;
| GUT_TEMPLATE || gut:NP || LOCAL_CREATURE_MAT:GUT || || 1 || 100 || 3 || 5 || || || LAYER&lt;br /&gt;
|-&lt;br /&gt;
| STOMACH_TEMPLATE || stomach tissue:NP || LOCAL_CREATURE_MAT:STOMACH || || 1 || 100 || 3 || 5 || || || LAYER&lt;br /&gt;
|-&lt;br /&gt;
| PANCREAS_TEMPLATE || pancreatic tissue:NP || LOCAL_CREATURE_MAT:PANCREAS || || 1 || 100 || 3 || 5 || || || LAYER&lt;br /&gt;
|-&lt;br /&gt;
| SPLEEN_TEMPLATE || spleen tissue:NP || LOCAL_CREATURE_MAT:SPLEEN || || 1 || 100 || 5 || 5 || || || LAYER&lt;br /&gt;
|-&lt;br /&gt;
| KIDNEY_TEMPLATE || kidney tissue:NP || LOCAL_CREATURE_MAT:KIDNEY || || 1 || 100 || 8 || 5 || || || LAYER&lt;br /&gt;
|-&lt;br /&gt;
| FLAME_TEMPLATE || flames:NP || LOCAL_CREATURE_MAT:FLAME || GAS || 1 || || || || || || LAYER&lt;br /&gt;
|-&lt;br /&gt;
| CHITIN_TEMPLATE || chitin:NP || LOCAL_CREATURE_MAT:CHITIN || || 1 || 100 || 1 || 5 || || || LAYER&lt;br /&gt;
|- bgcolor=&amp;quot;#999999&amp;quot;&lt;br /&gt;
! style=&amp;quot;font-size: 150%;&amp;quot;| TISSUE_TEMPLATE !! TISSUE_NAME !! TISSUE_MATERIAL !! TISSUE_MAT_STATE !! RELATIVE_THICKNESS !! HEALING_RATE !! VASCULAR !! PAIN_RECEPTORS !! SUBORDINATE_TO_TISSUE !! INSULATION !! TISSUE_SHAPE&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
Default flags (as of 0.31.21)&lt;br /&gt;
{| {{prettytable}}  style=&amp;quot;margin: 1em 1em 1em 0; background: #f9f9f9; border: 1px #aaa solid; border-collapse: collapse; font-size: 70%;&amp;quot;&lt;br /&gt;
|- bgcolor=&amp;quot;#999999&amp;quot;  style=&amp;quot;font-size: 70%;&amp;quot;&lt;br /&gt;
! style=&amp;quot;font-size: 150%;&amp;quot;| TISSUE_TEMPLATE !! THICKENS_ON_ENERGY_STORAGE !! THICKENS_ON_STRENGTH !! ARTERIES !! SCARS !! MUSCULAR !! FUNCTIONAL !!  STRUCTURAL !! CONNECTIVE_TISSUE_ANCHOR !! CONNECTS !! SETTABLE !! SPLINTABLE !! COSMETIC !! STYLEABLE &lt;br /&gt;
|-&lt;br /&gt;
| SKIN_TEMPLATE || || || || X || || || || || X || || || || &lt;br /&gt;
|-&lt;br /&gt;
| FAT_TEMPLATE || X || || || X || ||  || || || X || || || || &lt;br /&gt;
|-&lt;br /&gt;
| MUSCLE_TEMPLATE || || X || X || X || X || || || || X || || || &lt;br /&gt;
|-&lt;br /&gt;
| BONE_TEMPLATE || || || || || || || X || X || X || X || X  || || &lt;br /&gt;
|-&lt;br /&gt;
| SHELL_TEMPLATE || || || || || || || X || || X || X || X || || &lt;br /&gt;
|-&lt;br /&gt;
| HORN_TEMPLATE || || || || || || || X || || X || || || &lt;br /&gt;
|-&lt;br /&gt;
| HOOF_TEMPLATE || || || || || || || X || || X || || || &lt;br /&gt;
|-&lt;br /&gt;
| CARTILAGE_TEMPLATE || || || || || || || X || || X || || || &lt;br /&gt;
|-&lt;br /&gt;
| HAIR_TEMPLATE || || || || || || || || || || || || X || X &lt;br /&gt;
|-&lt;br /&gt;
| CHEEK_WHISKERS_TEMPLATE || || || || || || || || || || || || X || X &lt;br /&gt;
|-&lt;br /&gt;
| CHIN_WHISKERS_TEMPLATE || || || || || || || || || || || || X || X &lt;br /&gt;
|-&lt;br /&gt;
| MOUSTACHE_TEMPLATE || || || || || || || || || || || || X || X &lt;br /&gt;
|-&lt;br /&gt;
| SIDEBURNS_TEMPLATE || || || || || || || || || || || || X || X &lt;br /&gt;
|-&lt;br /&gt;
| EYEBROW_TEMPLATE || || || || || || || || || || || || X || X &lt;br /&gt;
|-&lt;br /&gt;
| EYELASH_TEMPLATE || || || || || || || || || || || || X || X &lt;br /&gt;
|-&lt;br /&gt;
| FEATHER_TEMPLATE || || || || || || || || || || || || &lt;br /&gt;
|-&lt;br /&gt;
| SCALE_TEMPLATE || || || || X || || || || || X || || || || &lt;br /&gt;
|-&lt;br /&gt;
| NAIL_TEMPLATE || || || || || || || X || || X || || || || &lt;br /&gt;
|-&lt;br /&gt;
| CLAW_TEMPLATE || || || || || || || X || || X || || || || &lt;br /&gt;
|-&lt;br /&gt;
| TALON_TEMPLATE || || || || || || || X || || X || || || || &lt;br /&gt;
|-&lt;br /&gt;
| TOOTH_TEMPLATE || || || || || || || X || || X || || || || &lt;br /&gt;
|-&lt;br /&gt;
| IVORY_TEMPLATE || || || || || || || X || || X || || || || &lt;br /&gt;
|-&lt;br /&gt;
| EYE_TEMPLATE || || || || X || || X || X || || X || || || &lt;br /&gt;
|-&lt;br /&gt;
| NERVE_TEMPLATE || || || || X || || X || || || X || || || &lt;br /&gt;
|-&lt;br /&gt;
| BRAIN_TEMPLATE || || || || X || || X || X || || X || || || &lt;br /&gt;
|-&lt;br /&gt;
| LUNG_TEMPLATE || || || || X || || X || X || || X || || || &lt;br /&gt;
|-&lt;br /&gt;
| HEART_TEMPLATE || || || || X || || X || X || || X || || || &lt;br /&gt;
|-&lt;br /&gt;
| LIVER_TEMPLATE || || || || X || || X || X || || X || || || &lt;br /&gt;
|-&lt;br /&gt;
| GUT_TEMPLATE || || || || X || || X || X || || X || || || &lt;br /&gt;
|-&lt;br /&gt;
| STOMACH_TEMPLATE || || || || X || || X || X || || X || || || &lt;br /&gt;
|-&lt;br /&gt;
| PANCREAS_TEMPLATE || || || || X || || X || X || || X || || || &lt;br /&gt;
|-&lt;br /&gt;
| SPLEEN_TEMPLATE || || || || X || || X || X || || X || || || &lt;br /&gt;
|-&lt;br /&gt;
| KIDNEY_TEMPLATE || || || || X || || X || X || || X || || || &lt;br /&gt;
|-&lt;br /&gt;
| FLAME_TEMPLATE || || || || || X || X || X || || X || || || &lt;br /&gt;
|-&lt;br /&gt;
| CHITIN_TEMPLATE || || || || X || || || X || X || X || X || X || || &lt;br /&gt;
&lt;br /&gt;
|- bgcolor=&amp;quot;#999999&amp;quot;  style=&amp;quot;font-size: 70%;&amp;quot;&lt;br /&gt;
! style=&amp;quot;font-size: 150%;&amp;quot;| TISSUE_TEMPLATE !! THICKENS_ON_ENERGY_STORAGE !! THICKENS_ON_STRENGTH !! ARTERIES !! SCARS !! MUSCULAR !! FUNCTIONAL !!  STRUCTURAL !! CONNECTIVE_TISSUE_ANCHOR !! CONNECTS !! SETTABLE !! SPLINTABLE !! COSMETIC !! STYLEABLE &lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==See Also==&lt;br /&gt;
*[[Material definition token]]&lt;br /&gt;
&lt;br /&gt;
{{Category|Modding}}&lt;br /&gt;
{{Category|Tokens}}&lt;/div&gt;</summary>
		<author><name>AVK</name></author>
	</entry>
	<entry>
		<id>http://dwarffortresswiki.org/index.php?title=v0.34:Health_screen&amp;diff=179354</id>
		<title>v0.34:Health screen</title>
		<link rel="alternate" type="text/html" href="http://dwarffortresswiki.org/index.php?title=v0.34:Health_screen&amp;diff=179354"/>
		<updated>2012-12-12T01:58:46Z</updated>

		<summary type="html">&lt;p&gt;AVK: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{quality|Exceptional|23:31, 17 April 2011 (UTC)}}&lt;br /&gt;
&lt;br /&gt;
In the status menu (accessed using the {{k|z}}-status key), one of the sub-menus is '''Health'''. This sub-menu becomes available when a dwarf is appointed to the [[Chief medical dwarf]] position. It does not display information unless the CMD is at least a novice [[diagnostician]]. &amp;lt;br /&amp;gt;&lt;br /&gt;
The z-health menu is used to monitor the health of friendly dwarves. A subject dwarf's status effects and injuries are cataloged in the health menu by [[Healthcare|hospital staff]] upon diagnosis. Some basic needs are automatically shown in the menu whenever a dwarf becomes hungry, thirsty, or tired. Doctors will begin treating injured or otherwise unhealthy dwarves only after diagnosis and when proper equipment is available. &amp;lt;br /&amp;gt;&lt;br /&gt;
&amp;lt;sub&amp;gt;Note: The screen is entirely mouse enabled.&amp;lt;/sub&amp;gt; &amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Listed below are all of the conditions displayed in the z-health screen:&lt;br /&gt;
===First Key Column===&lt;br /&gt;
This is the column that lists requests and requirements of the subject.&lt;br /&gt;
{{HealthStatus table head}}&lt;br /&gt;
{{HealthStatus table row|symbol=D|color=2:0:1|desc='''Diagnosis request''' - [[Diagnostician]] needed to diagnose the subject}}&lt;br /&gt;
{{HealthStatus table row|symbol=≈|color=3:0:1|desc='''Cleaning request''' - Dwarf with a water bucket and cleaning labor enabled needed to bathe off contaminants, preferably using [[soap]] }}&lt;br /&gt;
{{HealthStatus table row|symbol=S|color=4:0:1|desc='''Surgery required''' - [[Surgeon]] needed to excise necrotic tissue or repair organ damage}} &lt;br /&gt;
{{HealthStatus table row|symbol=R|color=5:0:1|desc='''Inoperable Rot''' - [[Surgeon]] needed to amputate a necrotic limb}}&lt;br /&gt;
{{HealthStatus table row|symbol=&amp;lt;small&amp;gt;Ø&amp;lt;/small&amp;gt;|color=7:0:1|desc='''Suture request''' - [[Suturer]] needed to repair cuts, wounds and nerve damage (!!) using thread}}&lt;br /&gt;
{{HealthStatus table row|symbol=B|color=6:0:1|desc='''Setting request''' - [[Bone doctor]] needed to set the subject's fractured bones}}&lt;br /&gt;
{{HealthStatus table row|symbol=&amp;lt;s&amp;gt;°&amp;lt;/s&amp;gt;|color=7:0:1|desc='''Dressing request''' - [[Wound dresser]] needed to top off the medical procedure using cloth bandages}}&lt;br /&gt;
{{HealthStatus table row|symbol=T|color=6:0:1|desc='''Traction request''' - [[Traction bench]] needed to immobilize subject with overlapping fractures}}&lt;br /&gt;
{{HealthStatus table row|symbol=I|color=6:0:1|desc='''Immobilization request''' - [[Gypsum plaster|Cast]] (wound dresser) or [[splint]] (bone doctor) needed to stabilize a repaired fracture}}&lt;br /&gt;
{{HealthStatus table row|symbol=C|color=6:0:1|desc='''Crutch required''' - [[Crutch]] needed for the subject to walk}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===Second Key Column===&lt;br /&gt;
This column shows different degrees of bleeding, blood loss, numbness, and paralysis.&lt;br /&gt;
{{HealthStatus table head}}&lt;br /&gt;
{{HealthStatus table row|symbol=B!+|color=4:0:1|desc='''Heavy bleeding''' - Subject is quickly losing blood through many wounds or torn arteries. This is an emergency.}}&lt;br /&gt;
{{HealthStatus table row|symbol=B!&amp;lt;sup&amp;gt;~&amp;lt;/sup&amp;gt;|color=4:0:0|desc='''Bleeding''' - Subject is losing blood through a wound. Typically harmless due to dwarves' fast natural healing rate.}}&lt;br /&gt;
{{HealthStatus table row|symbol=Bl+|color=5:0:1|desc='''Severe Blood Loss''' - Subject is Pale. Caused by massive blood loss, typically from a severed limb. This is an emergency.}}&lt;br /&gt;
{{HealthStatus table row|symbol=Bl&amp;lt;sup&amp;gt;~&amp;lt;/sup&amp;gt;|color=5:0:1|desc='''Blood Loss''' - Subject is Faint. Caused by moderate blood loss from wounds or necrosis.}}&lt;br /&gt;
{{HealthStatus table row|symbol=Pz+|color=3:0:1|desc='''Paralyzed''' - Subject is completely paralyzed. Common effect of upper spinal injury. Death by suffocation is imminent}}&lt;br /&gt;
{{HealthStatus table row|symbol=Pz&amp;lt;sup&amp;gt;~&amp;lt;/sup&amp;gt;|color=3:0:1|desc='''Partially paralyzed''' - One or more limbs unusable due to severed nerves}}&lt;br /&gt;
{{HealthStatus table row|symbol=Slg|color=3:0:1|desc='''Sluggish''' - Characteristic of weak or lessening paralysis}}&lt;br /&gt;
{{HealthStatus table row|symbol=Nm+|color=3:0:1|desc='''Completely numb''' - Symptom of syndromes or sensory nerve damage. Eliminates pain sensation in affected areas and severely hampers motor ability. Protracted syndrome effects may cause permanent damage.}}&lt;br /&gt;
{{HealthStatus table row|symbol=Nm&amp;lt;sup&amp;gt;~&amp;lt;/sup&amp;gt;|color=3:0:1|desc='''Partially numb''' - Symptom of syndromes or sensory nerve damage. Further reduces pain in affected areas and hampers fine motor ability.}}&lt;br /&gt;
{{HealthStatus table row|symbol=Nm-|color=3:0:1|desc='''Slightly numb''' - Symptom of syndromes or sensory nerve damage. Reduces pain in affected areas.}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===Third Key Column===&lt;br /&gt;
This column shows different degrees of pain, exhaustion and fever and also shows dizziness and whether the subject is stunned.&lt;br /&gt;
{{HealthStatus table head}}&lt;br /&gt;
{{HealthStatus table row|symbol=F!|color=4:0:1|desc='''Serious fever''' - Reduces focus stat, may stun. Typical warning sign of more dangerous syndromes.}}&lt;br /&gt;
{{HealthStatus table row|symbol=F+|color=4:0:1|desc='''Moderate fever''' - Reduces focus stat. Typical warning sign of more dangerous syndromes.}}&lt;br /&gt;
{{HealthStatus table row|symbol=F&amp;lt;sup&amp;gt;~&amp;lt;/sup&amp;gt;|color=4:0:1|desc='''Slight fever''' - Reduces focus stat. Relatively harmless.}}&lt;br /&gt;
{{HealthStatus table row|symbol=Dz|color=3:0:1|desc='''Dizzy''' - Common symptom of snakebite. Chance for subject to stumble in a random direction instead of performing an action, depending on severity.}}&lt;br /&gt;
{{HealthStatus table row|symbol=Pn!|color=6:0:1|desc='''Extreme pain''' - Bone fracture or a staggering number of surface wounds. Subject can't take any more and falls unconscious, giving into pain. Thresholds depend on subject's willpower stat.}}&lt;br /&gt;
{{HealthStatus table row|symbol=Pn+|color=6:0:1|desc='''Moderate pain''' - Serious, recent damage to muscle and/or fat. Interferes with actions?}}&lt;br /&gt;
{{HealthStatus table row|symbol=Pn&amp;lt;sup&amp;gt;~&amp;lt;/sup&amp;gt;|color=6:0:1|desc='''Slight pain''' - Subject has suffered minor cuts or bruises.}}&lt;br /&gt;
{{HealthStatus table row|symbol=St|color=3:0:1|desc='''Stunned''' - The wind has been knocked out of the subject by an unexpected fall, impact, cave-in or takedown. Temporary and harmless in itself.}}&lt;br /&gt;
{{HealthStatus table row|symbol=Exh|color=6:0:1|desc='''Exhausted''' - Caused by taking too many combat actions in a turn?{{verify}}}}&lt;br /&gt;
{{HealthStatus table row|symbol=Ovx|color=6:0:1|desc='''Over-exerted''' - Caused by taking too many combat actions in a turn?{{verify}}}}&lt;br /&gt;
{{HealthStatus table row|symbol=Tir|color=6:0:1|desc='''Tired''' - Caused by taking too many combat actions in a turn?{{verify}}}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===Fourth Key Column===&lt;br /&gt;
This column shows breathing problems and various needs (including extreme like starvation and dehydration).&lt;br /&gt;
{{HealthStatus table head}}&lt;br /&gt;
{{HealthStatus table row|symbol=Dr|color=1:0:1|desc='''Drowning''' - Cannot breathe due to being stuck underwater. This is an emergency.}}&lt;br /&gt;
{{HealthStatus table row|symbol=Wd|color=7:0:0|desc='''Winded''' - Typical of punctured lungs. Comparison against breathing trouble needed.}}&lt;br /&gt;
{{HealthStatus table row|symbol=Br|color=4:0:1|desc='''Cannot breathe''' - Usually indicates severe lung injury or asphyxiation.  Death is imminent unless one lung was injured a long time ago and will finish healing to the point of being able to breathe before subject dies.}}&lt;br /&gt;
{{HealthStatus table row|symbol=Br|color=7:0:0|desc='''Trouble breathing''' - Usually indicates lung injury or extreme exertion}}&lt;br /&gt;
{{HealthStatus table row|symbol=T!|color=4:0:1|desc='''Dehydrated''' - If the subject doesn't receive booze (or [[water]], if hospitalized) they will die.  This is an emergency.}}&lt;br /&gt;
{{HealthStatus table row|symbol=T&amp;lt;sup&amp;gt;~&amp;lt;/sup&amp;gt;|color=1:0:1|desc='''Thirsty'''}}&lt;br /&gt;
{{HealthStatus table row|symbol=H!|color=4:0:1|desc='''Starving''' - If the subject doesn't receive food they will die.  This is an emergency.}}&lt;br /&gt;
{{HealthStatus table row|symbol=H&amp;lt;sup&amp;gt;~&amp;lt;/sup&amp;gt;|color=6:0:0|desc='''Hungry'''}}&lt;br /&gt;
{{HealthStatus table row|symbol=Dw|color=4:0:1|desc='''Very drowsy''' - If the subject doesn't get sleep soon they will go [[insane]]. This is an emergency.}}&lt;br /&gt;
{{HealthStatus table row|symbol=Dw|color=1:0:1|desc='''Drowsy''' - Subject is tired enough to go to bed, but hasn't done so yet. Also caused by syndromes.}}&lt;br /&gt;
{{HealthStatus table row|symbol=Na|color=2:0:1|desc='''Nauseous''' - Symptom of cave adaptation or injury to the guts. The subject may stop and [[vomit]] instead of making an action. Excessive vomiting can cause dehydration.}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===Fifth Key Column===&lt;br /&gt;
This column shows vision and grasping impairment, problems with nerves, and being unable to stand or fly.&lt;br /&gt;
{{HealthStatus table head}}&lt;br /&gt;
{{HealthStatus table row|symbol=V|color=4:0:1|desc='''Vision lost''' - Subject will have a very hard time completing normal tasks}}&lt;br /&gt;
{{HealthStatus table row|symbol=V|color=6:0:1|desc='''Vision impaired''' - Subject will have a hard time completing normal tasks}}&lt;br /&gt;
{{HealthStatus table row|symbol=V|color=7:0:0|desc='''Vision ~impaired''' - Subject will have a slightly hard time completing normal tasks. Caused naturally by old age (110+ with dwarves).}}&lt;br /&gt;
{{HealthStatus table row|symbol=P|color=2:0:1|desc='''Popped out''' - Subject's intestines have popped out.  Death is imminent.}}&lt;br /&gt;
{{HealthStatus table row|symbol=Sx|color=6:0:1|desc='''Cannot stand''' - Subject can only crawl due to dismemberment or lower body paralysis. Subject needs a [[crutch]] to stand or walk.}}&lt;br /&gt;
{{HealthStatus table row|symbol=S&amp;lt;sup&amp;gt;~&amp;lt;/sup&amp;gt;|color=6:0:1|desc='''Stand impaired''' - Subject has trouble standing due to numbness or injury to the legs. Subject might need a crutch? {{verify}}}}&lt;br /&gt;
{{HealthStatus table row|symbol=Gx|color=6:0:1|desc='''Cannot grasp''' - Subject cannot manipulate objects due to dismemberment or paralysis.}}&lt;br /&gt;
{{HealthStatus table row|symbol=G&amp;lt;sup&amp;gt;~&amp;lt;/sup&amp;gt;|color=6:0:1|desc='''Grasp impaired''' - Subject has trouble with fine motor control, but can still grasp things. Typically caused by injury or numbness.}}&lt;br /&gt;
{{HealthStatus table row|symbol=Fx|color=6:0:1|desc='''Cannot fly''' - Subject can no longer fly due to paralysis or injury. Applied only to former flyers.}}&lt;br /&gt;
{{HealthStatus table row|symbol=F&amp;lt;sup&amp;gt;~&amp;lt;/sup&amp;gt;|color=6:0:1|desc='''Flight impaired''' - Subject has trouble flying due to injury. Applied only to flyers.}}&lt;br /&gt;
{{HealthStatus table row|symbol=Mn|color=3:0:1|desc='''Motor nerve''' - A motor nerve has been damaged, which can affect the subject's ability to move, stand, or fly}}&lt;br /&gt;
{{HealthStatus table row|symbol=Sn|color=3:0:1|desc='''Sensory nerve''' - A sensory nerve has been damaged, which can affect the subject's ability to feel sensations, to see, and to breathe{{verify}}}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===Sixth Key Column===&lt;br /&gt;
This column shows torn arteries, tendons and ligaments along with fractures and bruising.&lt;br /&gt;
{{HealthStatus table head}}&lt;br /&gt;
{{HealthStatus table row|symbol=A!|color=4:0:1|desc='''Major artery torn''' - Heart injury or torn throat. This is invariably fatal.}}&lt;br /&gt;
{{HealthStatus table row|symbol=A+|color=4:0:1|desc='''Artery torn''' - Subject will probably suffer bleeding of some type.  This can be an emergency.}}&lt;br /&gt;
{{HealthStatus table row|symbol=Of|color=4:0:1|desc='''Overlapping fracture''' - A widely displaced limb fracture in real life, only seems to represent extreme damage ingame. Cannot be set without a traction bench.}}&lt;br /&gt;
{{HealthStatus table row|symbol=Cf|color=4:0:1|desc='''Compound fracture''' - A fracture that has also broken a tissue directly subordinate to the bone, such as fingernails or spinal nerves. Tissues torn by bone fragments jammed through them also count.}}&lt;br /&gt;
{{HealthStatus table row|symbol=Tn|color=4:0:1|desc='''Torn tendon''' -  Sinew damage. Limb is disabled. Cannot be set, heals on its own.}}&lt;br /&gt;
{{HealthStatus table row|symbol=Tn|color=6:0:1|desc='''Tendon strain''' -  Sinew damage. Rarely this slight.}}&lt;br /&gt;
{{HealthStatus table row|symbol=Tn|color=6:0:0|desc='''Tendon bruise''' - Sinew damage. Rarely this slight.}}&lt;br /&gt;
{{HealthStatus table row|symbol=Lg|color=4:0:1|desc='''Torn ligament''' - Sinew damage. Limb is disabled. Cannot be set, heals on its own.}}&lt;br /&gt;
{{HealthStatus table row|symbol=Lg|color=6:0:1|desc='''Ligament strain''' - Sinew damage. Rarely this slight.}}&lt;br /&gt;
{{HealthStatus table row|symbol=Lg|color=6:0:0|desc='''Ligament bruise''' - Sinew damage. Rarely this slight.}}&lt;br /&gt;
{{HealthStatus table row|symbol=Ns|color=6:0:1|desc='''Need setting''' - A [[bone doctor]] is needed to treat injuries}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===Seventh Key Column===&lt;br /&gt;
This column shows broken tissue, different degrees of pain, damage and swelling, and whether the subject has an infection.&lt;br /&gt;
{{HealthStatus table head}}&lt;br /&gt;
{{HealthStatus table row|symbol=X!|color=4:0:1|desc='''Broken tissue'''}}&lt;br /&gt;
{{HealthStatus table row|symbol=D!|color=4:0:1|desc='''Heavy damage''' - Typical amount of bruising sustained in combat. Also caused by syndromes.}}&lt;br /&gt;
{{HealthStatus table row|symbol=D+|color=6:0:1|desc='''Moderate damage''' - Varying degrees of bruising. Typically caused by syndromes.}}&lt;br /&gt;
{{HealthStatus table row|symbol=D&amp;lt;sup&amp;gt;~&amp;lt;/sup&amp;gt;|color=6:0:0|desc='''Light damage''' - Varying degrees of bruising. Typically caused by syndromes.}}&lt;br /&gt;
{{HealthStatus table row|symbol=X&amp;lt;sup&amp;gt;~&amp;lt;/sup&amp;gt;|color=6:0:1|desc='''Partially broken tissue''' - The subject's skin or muscle is cut or torn open. Not necessarily an emergency.}}&lt;br /&gt;
{{HealthStatus table row|symbol=Pb!|color=6:0:1|desc='''Extreme pain''' - Not caused by injuries. Syndrome symptom?}}&lt;br /&gt;
{{HealthStatus table row|symbol=Pb+|color=6:0:1|desc='''Moderate pain''' - Not caused by injuries. Syndrome symptom?}}&lt;br /&gt;
{{HealthStatus table row|symbol=Pb&amp;lt;sup&amp;gt;~&amp;lt;/sup&amp;gt;|color=6:0:1|desc='''Minor pain''' - Not caused by injuries. Syndrome symptom?}}&lt;br /&gt;
{{HealthStatus table row|symbol=Sw!|color=6:0:1|desc='''Extreme swelling''' - Typically caused by syndromes. Further impedes use of affected limbs and matures into necrosis. Swelling of the throat can cause suffocation.}}&lt;br /&gt;
{{HealthStatus table row|symbol=Sw+|color=6:0:1|desc='''Medium swelling''' - Typically caused by syndromes. Impedes use of affected limbs.}}&lt;br /&gt;
{{HealthStatus table row|symbol=Sw&amp;lt;sup&amp;gt;~&amp;lt;/sup&amp;gt;|color=6:0:1|desc='''Minor swelling''' - Typically caused by syndromes. Slightly impedes use of affected limbs.}}&lt;br /&gt;
{{HealthStatus table row|symbol=In|color=5:0:1|desc='''Infection''' - Appears in open wounds either exposed to contaminated water or left untreated for too long. Cannot be treated. Subject's health attributes may affect survival rate?{{verify}}}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{{Category|Healthcare}}&lt;br /&gt;
{{Category|Interface}}&lt;/div&gt;</summary>
		<author><name>AVK</name></author>
	</entry>
	<entry>
		<id>http://dwarffortresswiki.org/index.php?title=v0.34:Crutch&amp;diff=179353</id>
		<title>v0.34:Crutch</title>
		<link rel="alternate" type="text/html" href="http://dwarffortresswiki.org/index.php?title=v0.34:Crutch&amp;diff=179353"/>
		<updated>2012-12-12T01:47:07Z</updated>

		<summary type="html">&lt;p&gt;AVK: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{quality|Fine|03:06, 18 April 2011 (UTC)}}{{av}}&lt;br /&gt;
&lt;br /&gt;
Crutches are used by [[dwarf|dwarves]] to move around when injuries have limited their mobility. However, dwarves who have lost the use of their legs due to spinal nerve injuries will not acquire and use crutches; only broken/amputated legs/feet will trigger hospital staff to assign crutches as part of treatment.&lt;br /&gt;
&lt;br /&gt;
Crutches are made out of one [[wood]] log at the [[carpenter's workshop]] or one [[metal]] bar at a [[forge]]. Crutches are stored in a Finished Goods stockpile, and will be placed in bins when there is space available.&lt;br /&gt;
&lt;br /&gt;
Dwarves hold crutches like any other object and may use them in self-defense.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Adventurer mode ==&lt;br /&gt;
&lt;br /&gt;
In adventurer mode crutches can be used to walk when one or both legs are disabled. The associated skill is [[crutch-walker|crutch-walking]], and this can be trained to increase movement speed while using a crutch. It is possible to train crutch-walking without having an injury, however any adventurer carrying a crutch in their hand will have the movement penalty of using a crutch applied. It is possible to sneak while using a crutch. The crutch-walker status remains in effect while swimming. It is possible to aim attacks using crutches if you are holding one.&lt;br /&gt;
&lt;br /&gt;
Once a crutch has been equipped, it will continue to be used until it is dropped from one's hands - [[thrower|throwing]] the crutch will not properly clear the &amp;quot;[[crutch-walker|crutch-walking]]&amp;quot; status, nor will placing the crutch into a container (or subsequently dropping or throwing the crutch from said container); in order to stop crutch-walking, the crutch must be re-equipped and then dropped. It may then be picked up and stored in a backpack with no status applied.&lt;br /&gt;
&lt;br /&gt;
It is not currently possible to craft crutches in adventurer mode. Due to the current store-type imbalance in adventure mode they may be difficult to find for sale in shops. Crutches are most easily found during exploration of fortresses, camps or other places that have loot lying around.&lt;br /&gt;
&lt;br /&gt;
{{Category|Healthcare}}&lt;/div&gt;</summary>
		<author><name>AVK</name></author>
	</entry>
	<entry>
		<id>http://dwarffortresswiki.org/index.php?title=v0.34:Material_definition_token&amp;diff=173899</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=173899"/>
		<updated>2012-06-29T18:40:13Z</updated>

		<summary type="html">&lt;p&gt;AVK: &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;
* type&lt;br /&gt;
| Unknown. Valid values are BLOOD, SLIME, VOMIT, ICHOR, PUS, GOO, GRIME, or FILTH.&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 start deforming permanently. 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 fail entirely. 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 give when the yield point is reached.{{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 start deforming permanently. [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 fail entirely. [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 give when it is compressed past its yield point.{{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 start deforming permanently. Determines a tissue's resistance to a latching and tearing bite. 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 fail entirely. Determines a tissue's resistance to a latching and tearing bite. 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 give when it is stretched past its yield point. Determines a tissue's resistance to a latching and tearing bite. 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 start deforming permanently. [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 fail entirely. [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 give when it is twisted past its yield point.{{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 start deforming permanently. 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 fail entirely. 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 give when sheared past its yield point. 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 start deforming permanently. [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 fail entirely.  [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 give when bent past its yield point.{{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. Entities opposed to killing animals (which currently does '''not''' include Elves) will refuse to accept these items in trade.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| ALCOHOL_PLANT&lt;br /&gt;
|&lt;br /&gt;
| Classifies the material as plant-based alcohol, allowing its storage 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 animal-based alcohol, allowing its storage in food stockpiles under &amp;quot;Drink (Animal)&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| ALCOHOL&lt;br /&gt;
|&lt;br /&gt;
| Classifies the material as generic alcohol. Implied by both ALCOHOL_PLANT and ALCOHOL_CREATURE. Exact behavior unknown, possibly vestigial.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| CHEESE_PLANT&lt;br /&gt;
|&lt;br /&gt;
| Classifies the material as plant-based cheese,  allowing its storage in food stockpiles under &amp;quot;Cheese (Plant)&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| CHEESE_CREATURE&lt;br /&gt;
|&lt;br /&gt;
| Classifies the material as animal-based cheese, allowing its storage in food stockpiles under &amp;quot;Cheese (Animal)&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| CHEESE&lt;br /&gt;
|&lt;br /&gt;
| Classifies the material as generic cheese. Implied by both CHEESE_PLANT and CHEESE_CREATURE. Exact behavior unknown, possibly vestigial.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| POWDER_MISC_PLANT&lt;br /&gt;
|&lt;br /&gt;
| Classifies the material as plant powder, allowing its storage in 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 its storage in food stockpiles under &amp;quot;Bone Meal&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| POWDER_MISC&lt;br /&gt;
|&lt;br /&gt;
| Classifies the material as generic powder. Implied by both POWDER_MISC_PLANT and POWDER_MISC_CREATURE. Exact behavior unknown, possibly vestigial.&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;
| Classifies the material as milled paste, allowing its storage 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;
| Classifies the material as pressed goods, allowing its storage in food stockpiles under &amp;quot;Pressed Material&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| LIQUID_MISC_PLANT&lt;br /&gt;
|&lt;br /&gt;
| Classifies the material as a plant extract, allowing its storage 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 its storage 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 its storage in food stockpiles under &amp;quot;Misc. Liquid&amp;quot; along with lye.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| LIQUID_MISC&lt;br /&gt;
|&lt;br /&gt;
| Classifies the material as a generic liquid. Implied by LIQUID_MISC_PLANT, LIQUID_MISC_CREATURE, and LIQUID_MISC_OTHER. Exact behavior unknown. Possibly vestigial.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| STRUCTURAL_PLANT_MAT&lt;br /&gt;
|&lt;br /&gt;
| Classifies the material as plant, allowing its storage 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 its storage 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 its storage 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 its use for bone carvers and restriction from stockpiles by material.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| WOOD&lt;br /&gt;
|&lt;br /&gt;
| Classifies the material as wood, allowing its use for carpenters and storage in wood stockpiles. Entities opposed to killing plants (i.e. [[Elf|Elves]]) will refuse to accept these items in trade.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| THREAD_PLANT&lt;br /&gt;
|&lt;br /&gt;
| Classifies the material as plant fiber, allowing its use for clothiers and storage 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 its use for bone carvers and restriction from stockpiles by material.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| HORN&lt;br /&gt;
|&lt;br /&gt;
| Classifies the material as horn, allowing its use for bone carvers and restriction from stockpiles by material.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| PEARL&lt;br /&gt;
|&lt;br /&gt;
| Classifies the material as pearl, allowing its use for bone carvers and restriction from stockpiles by material.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| SHELL&lt;br /&gt;
|&lt;br /&gt;
| Classifies the material as shell, allowing its use for bone carvers and restriction from stockpiles by material.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| LEATHER&lt;br /&gt;
|&lt;br /&gt;
| Classifies the material as leather, allowing its use for leatherworkers and storage in leather stockpiles.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| SILK&lt;br /&gt;
|&lt;br /&gt;
| Classifies the material as silk, allowing its use for clothiers and storage 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, allowing it to be used as a bath detergent and stored in bar/block stockpiles under &amp;quot;Bars: Other Materials&amp;quot;.{{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. Possibly vestigial.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| ITEMS_BARRED&lt;br /&gt;
|&lt;br /&gt;
| Equivalent to ITEMS_HARD. Given to [[bone]].&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| ITEMS_SCALED&lt;br /&gt;
|&lt;br /&gt;
| Equivalent to ITEMS_HARD. Given to [[shell]].&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| ITEMS_LEATHER&lt;br /&gt;
|&lt;br /&gt;
| Equivalent to ITEMS_SOFT. Given to [[leather]].&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| ITEMS_SOFT&lt;br /&gt;
|&lt;br /&gt;
| Random [[finished goods|crafts]] made from this material can not be made into rings, crowns, scepters or figurines. Given to [[plant fiber]], [[silk]] and [[wool]].&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| ITEMS_HARD&lt;br /&gt;
|&lt;br /&gt;
| Random [[finished goods|crafts]] made from this material include all seven items. Given to [[stone]], [[wood]], [[bone]], [[shell]], [[chitin]], [[nail|claws]], [[tooth|teeth]], [[horn|horns]], [[horn|hooves]] and [[wax|beeswax]]. [[Hair]], [[pearl|pearls]] and eggshells also have the tag.&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 its 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, allowing its use for clothiers and its storage 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. Functionally equivalent to ITEMS_HARD.&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>AVK</name></author>
	</entry>
	<entry>
		<id>http://dwarffortresswiki.org/index.php?title=v0.34:Material_definition_token&amp;diff=173892</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=173892"/>
		<updated>2012-06-29T15:59:05Z</updated>

		<summary type="html">&lt;p&gt;AVK: Added personal research into ITEMS_ tags and tensile strength, rewrote a few descriptions for similarity.&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;
* type&lt;br /&gt;
| Unknown. Valid values are BLOOD, SLIME, VOMIT, ICHOR, PUS, GOO, GRIME, or FILTH.&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 start deforming permanently. 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 fail entirely. 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 give when the yield point is reached.{{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 start deforming permanently. [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 fail entirely. [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 give when it is compressed past its yield point.{{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 start deforming permanently. Determines a tissue's resistance to a latching and tearing bite. 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 fail entirely. Determines a tissue's resistance to a latching and tearing bite. 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 give when it is stretched past its yield point. Determines a tissue's resistance to a latching and tearing bite. 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 start deforming permanently. [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 fail entirely. [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 give when it is twisted past its yield point.{{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 start deforming permanently. 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 fail entirely. 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 give when sheared past its yield point. 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 start deforming permanently. [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 fail entirely.  [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 give when bent past its yield point.{{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. Entities opposed to killing animals (which currently does '''not''' include Elves) will refuse to accept these items in trade.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| ALCOHOL_PLANT&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;
| ALCOHOL&lt;br /&gt;
|&lt;br /&gt;
| Classifies the material as generic alcohol. Implied by both ALCOHOL_PLANT and ALCOHOL_CREATURE. Exact behavior unknown.&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&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;
| CHEESE&lt;br /&gt;
|&lt;br /&gt;
| Classifies the material as generic cheese. Implied by both CHEESE_PLANT and CHEESE_CREATURE. Exact behavior unknown. &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| POWDER_MISC_PLANT&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;
| POWDER_MISC&lt;br /&gt;
|&lt;br /&gt;
| Classifies the material as generic powder. Implied by both POWDER_MISC_PLANT and POWDER_MISC_CREATURE. Exact behavior unknown.&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&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;
| LIQUID_MISC&lt;br /&gt;
|&lt;br /&gt;
| Classifies the material as a generic liquid. Implied by LIQUID_MISC_PLANT, LIQUID_MISC_CREATURE, and LIQUID_MISC_OTHER. Exact behavior unknown.&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 bone carvers and restricted from stockpiles by material.&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 and stored in wood stockpiles. Entities opposed to killing plants (i.e. [[Elf|Elves]]) will refuse to accept these items in trade.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| THREAD_PLANT&lt;br /&gt;
|&lt;br /&gt;
| Classifies the material as plant fiber, allowing it to be used by clothiers and 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 bone carvers and restricted from stockpiles by material.&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 bone carvers and restricted from stockpiles by material.&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 bone carvers and restricted from stockpiles by material.&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 bone carvers and restricted from stockpiles by material.&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 leatherworkers and stored in leather stockpiles.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| SILK&lt;br /&gt;
|&lt;br /&gt;
| Classifies the material as silk, allowing it to be used by clothiers and 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, allowing it to be used as a bath detergent and stored in bar/block stockpiles under &amp;quot;Bars: Other Materials&amp;quot;.{{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. Possibly vestigial.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| ITEMS_BARRED&lt;br /&gt;
|&lt;br /&gt;
| Equivalent to ITEMS_HARD. Given to [[bone]].&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| ITEMS_SCALED&lt;br /&gt;
|&lt;br /&gt;
| Equivalent to ITEMS_HARD. Given to [[shell]].&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| ITEMS_LEATHER&lt;br /&gt;
|&lt;br /&gt;
| Equivalent to ITEMS_SOFT. Given to [[leather]].&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| ITEMS_SOFT&lt;br /&gt;
|&lt;br /&gt;
| Random [[finished_goods|crafts]] made from this material can not be made into rings, crowns, scepters or figurines. Given to [[plant fiber]], [[silk]] and [[wool]].&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| ITEMS_HARD&lt;br /&gt;
|&lt;br /&gt;
| Random [[finished_goods|crafts]] made from this material include all seven items. Given to [[stone]], [[wood]], [[bone]], [[shell]], [[chitin]], [[nail|claws]], [[tooth|teeth]], [[horn|horns]], [[hooves|hoof]] and [[wax|beeswax]]. [[Hair]], [[pearls|pearl]] and eggshells also have the tag.&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, allowing it to be used by clothiers and craftsmen and 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>AVK</name></author>
	</entry>
	<entry>
		<id>http://dwarffortresswiki.org/index.php?title=v0.34:Body_detail_plan_token&amp;diff=172956</id>
		<title>v0.34:Body detail plan token</title>
		<link rel="alternate" type="text/html" href="http://dwarffortresswiki.org/index.php?title=v0.34:Body_detail_plan_token&amp;diff=172956"/>
		<updated>2012-06-09T19:52:04Z</updated>

		<summary type="html">&lt;p&gt;AVK: IN_FRONT position token produces an error. It's FRONT.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{quality|Exceptional|17:58, 28 April 2011 (UTC)}}{{av}}&lt;br /&gt;
&lt;br /&gt;
{| {{prettytable}}&lt;br /&gt;
|- bgcolor=&amp;quot;#ddd&amp;quot;&lt;br /&gt;
! width=&amp;quot;20%&amp;quot; | Token&lt;br /&gt;
! width=&amp;quot;20%&amp;quot; | Arguments&lt;br /&gt;
! width=&amp;quot;60%&amp;quot; | Description&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| ADD_MATERIAL &lt;br /&gt;
|&lt;br /&gt;
* identifier&lt;br /&gt;
* material template&lt;br /&gt;
| Adds a new material to the creature based on the specified template and assigned to the specified identifier.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| ADD_TISSUE &lt;br /&gt;
|&lt;br /&gt;
* identifier&lt;br /&gt;
* tissue template&lt;br /&gt;
| Adds a new tissue to the creature based on the specified template and assigned to the specified identifier.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| BODY_DETAIL_PLAN &lt;br /&gt;
|&lt;br /&gt;
| Begins defining a body detail plan for use in creature raws&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| BP_LAYERS &lt;br /&gt;
|&lt;br /&gt;
*BY_CATEGORY or BY_TYPE or BY_TOKEN&lt;br /&gt;
*body part&lt;br /&gt;
*tissue name or tissue ARG# for innermost tissue&lt;br /&gt;
*tissue thickness&lt;br /&gt;
*tissue name or tissue ARG# for second innermost tissue&lt;br /&gt;
*tissue thickness&lt;br /&gt;
*tissue name or tissue ARG# for third innermost tissue&lt;br /&gt;
*tissue thickness&lt;br /&gt;
etc...&lt;br /&gt;
| Defines a series of tissue layers. Alternatively to specifying a tissue, variable arguments can be entered (numbered arbitrarily to a max of 5) to be filled with tissues when the plan is called in the creature entry. The SELECT_TISSUE creature token with TL_RELATIVE_THICKNESS can change tissue thickness, but tissue ''layering'' is hard to do without a new detail plan.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| BP_LAYERS_OVER &lt;br /&gt;
|&lt;br /&gt;
| Works like BP_LAYERS, but defines layers over existing layers?&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| BP_LAYERS_UNDER&lt;br /&gt;
|&lt;br /&gt;
| Works like BP_LAYERS, but defines layers under existing layers?&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| BP_POSITION &lt;br /&gt;
|&lt;br /&gt;
*BY_CATEGORY or BY_TYPE or BY_TOKEN&lt;br /&gt;
*body part&lt;br /&gt;
*position token&lt;br /&gt;
| Defines a position for the specified body part (the nose is assigned the position FRONT, as it's on the front of the face). This has some effects on combat, attacks and the like. Valid position tokens are FRONT, BACK, SIDES, TOP and BOTTOM.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| BP_RELATION &lt;br /&gt;
|&lt;br /&gt;
*BY_CATEGORY or BY_TYPE or BY_TOKEN&lt;br /&gt;
*body part to be affected&lt;br /&gt;
*relation token&lt;br /&gt;
*BY_CATEGORY or BY_TYPE or BY_TOKEN&lt;br /&gt;
*parent body part&lt;br /&gt;
*coverage&lt;br /&gt;
| Defines a positional relationship between one body part and another (the right eyelid is AROUND the right eye with coverage 50, as it only partially covers the eye). This has some effects on combat, attacks and the like. Valid relation tokens are AROUND, SURROUNDED_BY, ABOVE, BELOW, FRONT, BEHIND, CLEANS, and CLEANED_BY. The lattermost two tokens are used when specifying parts that clean each other (such as eyelids to eyes).&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| BP_RELSIZE &lt;br /&gt;
|&lt;br /&gt;
*BY_CATEGORY (or, presumably, BY_TYPE or BY_TOKEN)&lt;br /&gt;
*body part&lt;br /&gt;
*relsize&lt;br /&gt;
| Defines a relsize for the selected body part for the current body detail plan&lt;br /&gt;
&lt;br /&gt;
{{Category|Modding}}&lt;br /&gt;
{{Category|Tokens}}&lt;/div&gt;</summary>
		<author><name>AVK</name></author>
	</entry>
	<entry>
		<id>http://dwarffortresswiki.org/index.php?title=v0.34:Health_screen&amp;diff=172863</id>
		<title>v0.34:Health screen</title>
		<link rel="alternate" type="text/html" href="http://dwarffortresswiki.org/index.php?title=v0.34:Health_screen&amp;diff=172863"/>
		<updated>2012-06-07T23:34:36Z</updated>

		<summary type="html">&lt;p&gt;AVK: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{quality|Exceptional|23:31, 17 April 2011 (UTC)}}&lt;br /&gt;
&lt;br /&gt;
In the status menu (accessed using the {{k|z}}-status key), one of the sub-menus is '''Health'''. This sub-menu becomes available when a dwarf is appointed to the [[Chief medical dwarf]] position. It does not display information unless the CMD is at least a novice [[diagnostician]]. &amp;lt;br /&amp;gt;&lt;br /&gt;
The z-health menu is used to monitor the health of friendly dwarves. A subject dwarf's status effects and injuries are cataloged in the health menu by [[Healthcare|hospital staff]] upon diagnosis. Some basic needs are automatically shown in the menu whenever a dwarf becomes hungry, thirsty, or tired. Doctors will begin treating injured or otherwise unhealthy dwarves only after diagnosis and when proper equipment is available. &amp;lt;br /&amp;gt;&lt;br /&gt;
&amp;lt;sub&amp;gt;Note: The screen is entirely mouse enabled.&amp;lt;/sub&amp;gt; &amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Listed below are all of the conditions displayed in the z-health screen:&lt;br /&gt;
===First Key Column===&lt;br /&gt;
This is the column that lists requests and requirements of the subject.&lt;br /&gt;
{{HealthStatus table head}}&lt;br /&gt;
{{HealthStatus table row|symbol=D|color=2:0:1|desc='''Diagnosis request''' - [[Diagnostician]] needed to diagnose the subject}}&lt;br /&gt;
{{HealthStatus table row|symbol=≈|color=3:0:1|desc='''Cleaning request''' - Dwarf with a water bucket and cleaning labor enabled needed to bathe off contaminants, preferably using [[soap]] }}&lt;br /&gt;
{{HealthStatus table row|symbol=S|color=4:0:1|desc='''Surgery required''' - [[Surgeon]] needed to excise necrotic tissue or repair organ damage}} &lt;br /&gt;
{{HealthStatus table row|symbol=R|color=5:0:1|desc='''Inoperable Rot''' - [[Surgeon]] needed to amputate a necrotic limb}}&lt;br /&gt;
{{HealthStatus table row|symbol=&amp;lt;small&amp;gt;Ø&amp;lt;/small&amp;gt;|color=7:0:1|desc='''Suture request''' - [[Suturer]] needed to repair cuts, wounds and nerve damage (!!) using thread}}&lt;br /&gt;
{{HealthStatus table row|symbol=B|color=6:0:1|desc='''Setting request''' - [[Bone doctor]] needed to set the subject's fractured bones}}&lt;br /&gt;
{{HealthStatus table row|symbol=&amp;lt;s&amp;gt;°&amp;lt;/s&amp;gt;|color=7:0:1|desc='''Dressing request''' - [[Wound dresser]] needed to top off the medical procedure using cloth bandages}}&lt;br /&gt;
{{HealthStatus table row|symbol=T|color=6:0:1|desc='''Traction request''' - [[Traction bench]] needed to immobilize subject with overlapping fractures}}&lt;br /&gt;
{{HealthStatus table row|symbol=I|color=6:0:1|desc='''Immobilization request''' - [[Gypsum plaster|Cast]] (wound dresser) or [[splint]] (bone doctor) needed to stabilize a repaired fracture}}&lt;br /&gt;
{{HealthStatus table row|symbol=C|color=6:0:1|desc='''Crutch required''' - [[Crutch]] needed for the subject to walk}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===Second Key Column===&lt;br /&gt;
This column shows different degrees of bleeding, blood loss, numbness, and paralysis.&lt;br /&gt;
{{HealthStatus table head}}&lt;br /&gt;
{{HealthStatus table row|symbol=B!+|color=4:0:1|desc='''Heavy bleeding''' - Subject is quickly losing blood through many wounds or torn arteries. This is an emergency.}}&lt;br /&gt;
{{HealthStatus table row|symbol=B!&amp;lt;sup&amp;gt;~&amp;lt;/sup&amp;gt;|color=4:0:0|desc='''Bleeding''' - Subject is losing blood through a wound. Typically harmless due to dwarves' fast natural healing rate.}}&lt;br /&gt;
{{HealthStatus table row|symbol=Bl+|color=5:0:1|desc='''Severe Blood Loss''' - Subject is Pale. Caused by massive blood loss, typically from a severed limb. This is an emergency.}}&lt;br /&gt;
{{HealthStatus table row|symbol=Bl&amp;lt;sup&amp;gt;~&amp;lt;/sup&amp;gt;|color=5:0:1|desc='''Blood Loss''' - Subject is Faint. Caused by moderate blood loss from wounds or necrosis.}}&lt;br /&gt;
{{HealthStatus table row|symbol=Pz+|color=3:0:1|desc='''Paralyzed''' - Subject is completely paralyzed. Common effect of upper spinal injury. Death by suffocation is imminent}}&lt;br /&gt;
{{HealthStatus table row|symbol=Pz&amp;lt;sup&amp;gt;~&amp;lt;/sup&amp;gt;|color=3:0:1|desc='''Partially paralyzed''' - One or more limbs unusable due to severed nerves}}&lt;br /&gt;
{{HealthStatus table row|symbol=Slg|color=3:0:1|desc='''Sluggish''' - Characteristic of weak or lessening paralysis}}&lt;br /&gt;
{{HealthStatus table row|symbol=Nm+|color=3:0:1|desc='''Completely numb''' - Symptom of syndromes or sensory nerve damage. Eliminates pain sensation in affected areas and severely hampers motor ability. Protracted syndrome effects may cause permanent damage.}}&lt;br /&gt;
{{HealthStatus table row|symbol=Nm&amp;lt;sup&amp;gt;~&amp;lt;/sup&amp;gt;|color=3:0:1|desc='''Partially numb''' - Symptom of syndromes or sensory nerve damage. Further reduces pain in affected areas and hampers fine motor ability.}}&lt;br /&gt;
{{HealthStatus table row|symbol=Nm-|color=3:0:1|desc='''Slightly numb''' - Symptom of syndromes or sensory nerve damage. Reduces pain in affected areas.}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===Third Key Column===&lt;br /&gt;
This column shows different degrees of pain, exhaustion and fever and also shows dizziness and whether the subject is stunned.&lt;br /&gt;
{{HealthStatus table head}}&lt;br /&gt;
{{HealthStatus table row|symbol=F!|color=4:0:1|desc='''Serious fever''' - Reduces focus stat, may stun. Typical warning sign of more dangerous syndromes.}}&lt;br /&gt;
{{HealthStatus table row|symbol=F+|color=4:0:1|desc='''Moderate fever''' - Reduces focus stat. Typical warning sign of more dangerous syndromes.}}&lt;br /&gt;
{{HealthStatus table row|symbol=F&amp;lt;sup&amp;gt;~&amp;lt;/sup&amp;gt;|color=4:0:1|desc='''Slight fever''' - Reduces focus stat. Relatively harmless.}}&lt;br /&gt;
{{HealthStatus table row|symbol=Dz|color=3:0:1|desc='''Dizzy''' - Common symptom of snakebite. Chance for subject to stumble in a random direction instead of performing an action, depending on severity.}}&lt;br /&gt;
{{HealthStatus table row|symbol=Pn!|color=6:0:1|desc='''Extreme pain''' - Bone fracture or a staggering number of surface wounds. Subject can't take any more and falls unconscious, giving into pain. Thresholds depend on subject's willpower stat.}}&lt;br /&gt;
{{HealthStatus table row|symbol=Pn+|color=6:0:1|desc='''Moderate pain''' - Serious, recent damage to muscle and/or fat. Interferes with actions?}}&lt;br /&gt;
{{HealthStatus table row|symbol=Pn&amp;lt;sup&amp;gt;~&amp;lt;/sup&amp;gt;|color=6:0:1|desc='''Slight pain''' - Subject has suffered minor cuts or bruises.}}&lt;br /&gt;
{{HealthStatus table row|symbol=St|color=3:0:1|desc='''Stunned''' - The wind has been knocked out of the subject by an unexpected fall, impact, cave-in or takedown. Temporary and harmless in itself.}}&lt;br /&gt;
{{HealthStatus table row|symbol=Exh|color=6:0:1|desc='''Exhausted''' - Caused by taking too many combat actions in a turn?{{verify}}}}&lt;br /&gt;
{{HealthStatus table row|symbol=Ovx|color=6:0:1|desc='''Over-exerted''' - Caused by taking too many combat actions in a turn?{{verify}}}}&lt;br /&gt;
{{HealthStatus table row|symbol=Tir|color=6:0:1|desc='''Tired''' - Caused by taking too many combat actions in a turn?{{verify}}}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===Fourth Key Column===&lt;br /&gt;
This column shows breathing problems and various needs (including extreme like starvation and dehydration).&lt;br /&gt;
{{HealthStatus table head}}&lt;br /&gt;
{{HealthStatus table row|symbol=Dr|color=1:0:1|desc='''Drowning''' - Cannot breathe due to being stuck underwater. This is an emergency.}}&lt;br /&gt;
{{HealthStatus table row|symbol=Wd|color=7:0:0|desc='''Winded''' - Typical of punctured lungs. Comparison against breathing trouble needed.}}&lt;br /&gt;
{{HealthStatus table row|symbol=Br|color=4:0:1|desc='''Cannot breathe''' - Usually indicates severe lung injury or asphyxiation.  Death is imminent unless one lung was injured a long time ago and will finish healing to the point of being able to breathe before subject dies.}}&lt;br /&gt;
{{HealthStatus table row|symbol=Br|color=7:0:0|desc='''Trouble breathing''' - Usually indicates lung injury or extreme exertion}}&lt;br /&gt;
{{HealthStatus table row|symbol=T!|color=4:0:1|desc='''Dehydrated''' - If the subject doesn't receive booze (or [[water]], if hospitalized) they will die.  This is an emergency.}}&lt;br /&gt;
{{HealthStatus table row|symbol=T&amp;lt;sup&amp;gt;~&amp;lt;/sup&amp;gt;|color=1:0:1|desc='''Thirsty'''}}&lt;br /&gt;
{{HealthStatus table row|symbol=H!|color=4:0:1|desc='''Starving''' - If the subject doesn't receive food they will die.  This is an emergency.}}&lt;br /&gt;
{{HealthStatus table row|symbol=H&amp;lt;sup&amp;gt;~&amp;lt;/sup&amp;gt;|color=6:0:0|desc='''Hungry'''}}&lt;br /&gt;
{{HealthStatus table row|symbol=Dw|color=4:0:1|desc='''Very drowsy''' - If the subject doesn't get sleep soon they will go [[insane]]. This is an emergency.}}&lt;br /&gt;
{{HealthStatus table row|symbol=Dw|color=1:0:1|desc='''Drowsy''' - Subject is tired enough to go to bed, but hasn't done so yet. Also caused by syndromes.}}&lt;br /&gt;
{{HealthStatus table row|symbol=Na|color=2:0:1|desc='''Nauseous''' - Symptom of cave adaptation or injury to the guts. The subject may stop and [[vomit]] instead of making an action. Excessive vomiting can cause dehydration.}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===Fifth Key Column===&lt;br /&gt;
This column shows vision and grasping impairment, problems with nerves, and being unable to stand or fly.&lt;br /&gt;
{{HealthStatus table head}}&lt;br /&gt;
{{HealthStatus table row|symbol=V|color=4:0:1|desc='''Vision lost''' - Subject will have a very hard time completing normal tasks}}&lt;br /&gt;
{{HealthStatus table row|symbol=V|color=6:0:1|desc='''Vision impaired''' - Subject will have a hard time completing normal tasks}}&lt;br /&gt;
{{HealthStatus table row|symbol=V|color=7:0:0|desc='''Vision ~impaired''' - Subject will have a slightly hard time completing normal tasks. Caused naturally by old age (110+ with dwarves).}}&lt;br /&gt;
{{HealthStatus table row|symbol=P|color=2:0:1|desc='''Popped out''' - Subject's intestines have popped out.  Death is imminent.}}&lt;br /&gt;
{{HealthStatus table row|symbol=Sx|color=6:0:1|desc='''Cannot stand''' - Subject can only crawl due to dismemberment or lower body paralysis. Subject needs a [[crutch]] to stand or walk.}}&lt;br /&gt;
{{HealthStatus table row|symbol=S&amp;lt;sup&amp;gt;~&amp;lt;/sup&amp;gt;|color=6:0:1|desc='''Stand impaired''' - Subject has trouble standing due to numbness or injury to the legs. Subject might need a crutch? {{verify}}}}&lt;br /&gt;
{{HealthStatus table row|symbol=Gx|color=6:0:1|desc='''Cannot grasp''' - Subject cannot manipulate objects due to dismemberment or paralysis.}}&lt;br /&gt;
{{HealthStatus table row|symbol=G&amp;lt;sup&amp;gt;~&amp;lt;/sup&amp;gt;|color=6:0:1|desc='''Grasp impaired''' - Subject has trouble with fine motor control, but can still grasp things. Typically caused by injury or numbness.}}&lt;br /&gt;
{{HealthStatus table row|symbol=Fx|color=6:0:1|desc='''Cannot fly''' - Subject can no longer fly due to paralysis or injury. Applied only to former flyers.}}&lt;br /&gt;
{{HealthStatus table row|symbol=F&amp;lt;sup&amp;gt;~&amp;lt;/sup&amp;gt;|color=6:0:1|desc='''Flight impaired''' - Subject has trouble flying due to injury. Applied only to flyers.}}&lt;br /&gt;
{{HealthStatus table row|symbol=Mn|color=3:0:1|desc='''Motor nerve''' - A motor nerve has been damaged, which can affect the subject's ability to move, stand, or fly}}&lt;br /&gt;
{{HealthStatus table row|symbol=Sn|color=3:0:1|desc='''Sensory nerve''' - A sensory nerve has been damaged, which can affect the subject's ability to feel sensations, to see, and to breathe{{verify}}}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===Sixth Key Column===&lt;br /&gt;
This column shows torn arteries, tendons and ligaments along with fractures and bruising.&lt;br /&gt;
{{HealthStatus table head}}&lt;br /&gt;
{{HealthStatus table row|symbol=A!|color=4:0:1|desc='''Major artery torn''' - Heart injury or torn throat. This is invariably fatal.}}&lt;br /&gt;
{{HealthStatus table row|symbol=A+|color=4:0:1|desc='''Artery torn''' - Subject will probably suffer bleeding of some type.  This can be an emergency.}}&lt;br /&gt;
{{HealthStatus table row|symbol=Of|color=4:0:1|desc='''Overlapping fracture''' - A widely displaced limb fracture in real life, only seems to represent extreme damage ingame. Cannot be set without a traction bench.}}&lt;br /&gt;
{{HealthStatus table row|symbol=Cf|color=4:0:1|desc='''Compound fracture''' - A fracture that has also broken a tissue directly subordinate to the bone, such as fingernails or spinal nerves. Tissues torn by bone fragments jammed through them also count.}}&lt;br /&gt;
{{HealthStatus table row|symbol=Tn|color=4:0:1|desc='''Torn tendon''' - Muscle is severed from the bone. Causes severe pain and disables limb?{{verify}}}}&lt;br /&gt;
{{HealthStatus table row|symbol=Tn|color=6:0:1|desc='''Tendon strain''' - Muscle damage. Causes pain and limits movement?{{verify}}}}&lt;br /&gt;
{{HealthStatus table row|symbol=Tn|color=6:0:0|desc='''Tendon bruise''' - Slight muscle damage.}}&lt;br /&gt;
{{HealthStatus table row|symbol=Lg|color=4:0:1|desc='''Torn ligament''' - Broken joint. Causes severe pain and disables limb?{{verify}}}}&lt;br /&gt;
{{HealthStatus table row|symbol=Lg|color=6:0:1|desc='''Ligament strain''' - Joint damage. Causes pain and limits movement? {{verify}}}}&lt;br /&gt;
{{HealthStatus table row|symbol=Lg|color=6:0:0|desc='''Ligament bruise''' - Slight joint damage.}}&lt;br /&gt;
{{HealthStatus table row|symbol=Ns|color=6:0:1|desc='''Need setting''' - A [[bone doctor]] is needed to treat injuries}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===Seventh Key Column===&lt;br /&gt;
This column shows broken tissue, different degrees of pain, damage and swelling, and whether the subject has an infection.&lt;br /&gt;
{{HealthStatus table head}}&lt;br /&gt;
{{HealthStatus table row|symbol=X!|color=4:0:1|desc='''Broken tissue'''}}&lt;br /&gt;
{{HealthStatus table row|symbol=D!|color=4:0:1|desc='''Heavy damage''' - Typical amount of bruising sustained in combat. Also caused by syndromes.}}&lt;br /&gt;
{{HealthStatus table row|symbol=D+|color=6:0:1|desc='''Moderate damage''' - Varying degrees of bruising. Typically caused by syndromes.}}&lt;br /&gt;
{{HealthStatus table row|symbol=D&amp;lt;sup&amp;gt;~&amp;lt;/sup&amp;gt;|color=6:0:0|desc='''Light damage''' - Varying degrees of bruising. Typically caused by syndromes.}}&lt;br /&gt;
{{HealthStatus table row|symbol=X&amp;lt;sup&amp;gt;~&amp;lt;/sup&amp;gt;|color=6:0:1|desc='''Partially broken tissue''' - The subject's skin or muscle is cut or torn open. Not necessarily an emergency.}}&lt;br /&gt;
{{HealthStatus table row|symbol=Pb!|color=6:0:1|desc='''Extreme pain''' - Not caused by injuries. Syndrome symptom?}}&lt;br /&gt;
{{HealthStatus table row|symbol=Pb+|color=6:0:1|desc='''Moderate pain''' - Not caused by injuries. Syndrome symptom?}}&lt;br /&gt;
{{HealthStatus table row|symbol=Pb&amp;lt;sup&amp;gt;~&amp;lt;/sup&amp;gt;|color=6:0:1|desc='''Minor pain''' - Not caused by injuries. Syndrome symptom?}}&lt;br /&gt;
{{HealthStatus table row|symbol=Sw!|color=6:0:1|desc='''Extreme swelling''' - Typically caused by syndromes. Further impedes use of affected limbs and matures into necrosis. Swelling of the throat can cause suffocation.}}&lt;br /&gt;
{{HealthStatus table row|symbol=Sw+|color=6:0:1|desc='''Medium swelling''' - Typically caused by syndromes. Impedes use of affected limbs.}}&lt;br /&gt;
{{HealthStatus table row|symbol=Sw&amp;lt;sup&amp;gt;~&amp;lt;/sup&amp;gt;|color=6:0:1|desc='''Minor swelling''' - Typically caused by syndromes. Slightly impedes use of affected limbs.}}&lt;br /&gt;
{{HealthStatus table row|symbol=In|color=5:0:1|desc='''Infection''' - Appears in open wounds either exposed to contaminated water or left untreated for too long. Cannot be treated. Subject's health attributes may affect survival rate?{{verify}}}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{{Category|Healthcare}}&lt;br /&gt;
{{Category|Interface}}&lt;/div&gt;</summary>
		<author><name>AVK</name></author>
	</entry>
	<entry>
		<id>http://dwarffortresswiki.org/index.php?title=v0.34:Health_screen&amp;diff=172862</id>
		<title>v0.34:Health screen</title>
		<link rel="alternate" type="text/html" href="http://dwarffortresswiki.org/index.php?title=v0.34:Health_screen&amp;diff=172862"/>
		<updated>2012-06-07T23:33:53Z</updated>

		<summary type="html">&lt;p&gt;AVK: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{quality|Exceptional|23:31, 17 April 2011 (UTC)}}&lt;br /&gt;
&lt;br /&gt;
In the status menu (accessed using the {{k|z}}-status key), one of the sub-menus is '''Health'''. This sub-menu becomes available when a dwarf is appointed to the [[Chief medical dwarf]] position. It does not display information unless the CMD is at least a novice [[diagnostician]]. &amp;lt;br /&amp;gt;&lt;br /&gt;
The z-health menu is used to monitor the health of friendly dwarves. A subject dwarf's status effects and injuries are cataloged in the health menu by [[Healthcare|hospital staff]] upon diagnosis. Some basic needs are automatically shown in the menu whenever a dwarf becomes hungry, thirsty, or tired. Doctors will begin treating injured or otherwise unhealthy dwarves only after diagnosis and when proper equipment is available. &amp;lt;br /&amp;gt;&lt;br /&gt;
&amp;lt;sub&amp;gt;Note: The screen is entirely mouse enabled.&amp;lt;/sub&amp;gt; &amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Listed below are all of the conditions displayed in the z-health screen:&lt;br /&gt;
===First Key Column===&lt;br /&gt;
This is the column that lists requests and requirements of the subject.&lt;br /&gt;
{{HealthStatus table head}}&lt;br /&gt;
{{HealthStatus table row|symbol=D|color=2:0:1|desc='''Diagnosis request''' - [[Diagnostician]] needed to diagnose the subject}}&lt;br /&gt;
{{HealthStatus table row|symbol=≈|color=3:0:1|desc='''Cleaning request''' - Dwarf with a water bucket and cleaning labor enabled needed to bathe off contaminants, preferably using [[soap]] }}&lt;br /&gt;
{{HealthStatus table row|symbol=S|color=4:0:1|desc='''Surgery required''' - [[Surgeon]] needed to excise necrotic tissue or repair organ damage}} &lt;br /&gt;
{{HealthStatus table row|symbol=R|color=5:0:1|desc='''Inoperable Rot''' - [[Surgeon]] needed to amputate a necrotic limb}}&lt;br /&gt;
{{HealthStatus table row|symbol=&amp;lt;small&amp;gt;Ø&amp;lt;/small&amp;gt;|color=7:0:1|desc='''Suture request''' - [[Suturer]] needed to repair cuts, wounds and nerve damage (!!) using thread}}&lt;br /&gt;
{{HealthStatus table row|symbol=B|color=6:0:1|desc='''Setting request''' - [[Bone doctor]] needed to set the subject's fractured bones}}&lt;br /&gt;
{{HealthStatus table row|symbol=&amp;lt;s&amp;gt;°&amp;lt;/s&amp;gt;|color=7:0:1|desc='''Dressing request''' - [[Wound dresser]] needed to top off the medical procedure using cloth bandages}}&lt;br /&gt;
{{HealthStatus table row|symbol=T|color=6:0:1|desc='''Traction request''' - [[Traction bench]] needed to immobilize subject with overlapping fractures}}&lt;br /&gt;
{{HealthStatus table row|symbol=I|color=6:0:1|desc='''Immobilization request''' - [[Gypsum plaster|Cast]] (wound dresser) or [[splint]] (bone doctor) needed to stabilize a repaired fracture}}&lt;br /&gt;
{{HealthStatus table row|symbol=C|color=6:0:1|desc='''Crutch required''' - [[Crutch]] needed for the subject to walk}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===Second Key Column===&lt;br /&gt;
This column shows different degrees of bleeding, blood loss, numbness, and paralysis.&lt;br /&gt;
{{HealthStatus table head}}&lt;br /&gt;
{{HealthStatus table row|symbol=B!+|color=4:0:1|desc='''Heavy bleeding''' - Subject is quickly losing blood through many wounds or torn arteries. This is an emergency.}}&lt;br /&gt;
{{HealthStatus table row|symbol=B!&amp;lt;sup&amp;gt;~&amp;lt;/sup&amp;gt;|color=4:0:0|desc='''Bleeding''' - Subject is losing blood through a wound. Typically harmless due to dwarves' fast natural healing rate.}}&lt;br /&gt;
{{HealthStatus table row|symbol=Bl+|color=5:0:1|desc='''Severe Blood Loss''' - Subject is Pale. Caused by massive blood loss, typically from a severed limb. This is an emergency.}}&lt;br /&gt;
{{HealthStatus table row|symbol=Bl&amp;lt;sup&amp;gt;~&amp;lt;/sup&amp;gt;|color=5:0:1|desc='''Blood Loss''' - Subject is Faint. Caused by moderate blood loss from wounds or necrosis.}}&lt;br /&gt;
{{HealthStatus table row|symbol=Pz+|color=3:0:1|desc='''Paralyzed''' - Subject is completely paralyzed. Common effect of upper spinal injury. Death by suffocation is imminent}}&lt;br /&gt;
{{HealthStatus table row|symbol=Pz&amp;lt;sup&amp;gt;~&amp;lt;/sup&amp;gt;|color=3:0:1|desc='''Partially paralyzed''' - One or more limbs unusable due to severed nerves}}&lt;br /&gt;
{{HealthStatus table row|symbol=Slg|color=3:0:1|desc='''Sluggish''' - Characteristic of weak or lessening paralysis}}&lt;br /&gt;
{{HealthStatus table row|symbol=Nm+|color=3:0:1|desc='''Completely numb''' - Symptom of syndromes or sensory nerve damage. Eliminates pain sensation in affected areas and severely hampers motor ability. Protracted syndrome effects may cause permanent damage.}}&lt;br /&gt;
{{HealthStatus table row|symbol=Nm&amp;lt;sup&amp;gt;~&amp;lt;/sup&amp;gt;|color=3:0:1|desc='''Partially numb''' - Symptom of syndromes or sensory nerve damage. Further reduces pain in affected areas and hampers fine motor ability.}}&lt;br /&gt;
{{HealthStatus table row|symbol=Nm-|color=3:0:1|desc='''Slightly numb''' - Symptom of syndromes or sensory nerve damage. Reduces pain in affected areas.}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===Third Key Column===&lt;br /&gt;
This column shows different degrees of pain, exhaustion and fever and also shows dizziness and whether the subject is stunned.&lt;br /&gt;
{{HealthStatus table head}}&lt;br /&gt;
{{HealthStatus table row|symbol=F!|color=4:0:1|desc='''Serious fever''' - Reduces focus stat, may stun. Typical warning sign of more dangerous syndromes.}}&lt;br /&gt;
{{HealthStatus table row|symbol=F+|color=4:0:1|desc='''Moderate fever''' - Reduces focus stat. Typical warning sign of more dangerous syndromes.}}&lt;br /&gt;
{{HealthStatus table row|symbol=F&amp;lt;sup&amp;gt;~&amp;lt;/sup&amp;gt;|color=4:0:1|desc='''Slight fever''' - Reduces focus stat. Relatively harmless.}}&lt;br /&gt;
{{HealthStatus table row|symbol=Dz|color=3:0:1|desc='''Dizzy''' - Common symptom of snakebite. Chance for subject to stumble in a random direction instead of performing an action, depending on severity.}}&lt;br /&gt;
{{HealthStatus table row|symbol=Pn!|color=6:0:1|desc='''Extreme pain''' - Bone fracture or a staggering number of surface wounds. Subject can't take any more and falls unconscious, giving into pain. Thresholds depend on subject's willpower stat.}}&lt;br /&gt;
{{HealthStatus table row|symbol=Pn+|color=6:0:1|desc='''Moderate pain''' - Serious, recent damage to muscle and/or fat. Interferes with actions?}}&lt;br /&gt;
{{HealthStatus table row|symbol=Pn&amp;lt;sup&amp;gt;~&amp;lt;/sup&amp;gt;|color=6:0:1|desc='''Slight pain''' - Subject has suffered minor cuts or bruises.}}&lt;br /&gt;
{{HealthStatus table row|symbol=St|color=3:0:1|desc='''Stunned''' - The wind has been knocked out of the subject by an unexpected fall, impact, cave-in or takedown. Temporary and harmless in itself.}}&lt;br /&gt;
{{HealthStatus table row|symbol=Exh|color=6:0:1|desc='''Exhausted''' - Caused by taking too many combat actions in a turn?{{verify}}}}&lt;br /&gt;
{{HealthStatus table row|symbol=Ovx|color=6:0:1|desc='''Over-exerted''' - Caused by taking too many combat actions in a turn?{{verify}}}}&lt;br /&gt;
{{HealthStatus table row|symbol=Tir|color=6:0:1|desc='''Tired''' - Caused by taking too many combat actions in a turn?{{verify}}}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===Fourth Key Column===&lt;br /&gt;
This column shows breathing problems and various needs (including extreme like starvation and dehydration).&lt;br /&gt;
{{HealthStatus table head}}&lt;br /&gt;
{{HealthStatus table row|symbol=Dr|color=1:0:1|desc='''Drowning''' - Cannot breathe due to being stuck underwater. This is an emergency.}}&lt;br /&gt;
{{HealthStatus table row|symbol=Wd|color=7:0:0|desc='''Winded''' - Typical of punctured lungs. Comparison against breathing trouble needed.}}&lt;br /&gt;
{{HealthStatus table row|symbol=Br|color=4:0:1|desc='''Cannot breathe''' - Usually indicates severe lung injury or asphyxiation.  Death is imminent unless one lung was injured a long time ago and will finish healing to the point of being able to breathe before subject dies.}}&lt;br /&gt;
{{HealthStatus table row|symbol=Br|color=7:0:0|desc='''Trouble breathing''' - Usually indicates lung injury or extreme exertion}}&lt;br /&gt;
{{HealthStatus table row|symbol=T!|color=4:0:1|desc='''Dehydrated''' - If the subject doesn't receive booze (or [[water]], if hospitalized) they will die.  This is an emergency.}}&lt;br /&gt;
{{HealthStatus table row|symbol=T&amp;lt;sup&amp;gt;~&amp;lt;/sup&amp;gt;|color=1:0:1|desc='''Thirsty'''}}&lt;br /&gt;
{{HealthStatus table row|symbol=H!|color=4:0:1|desc='''Starving''' - If the subject doesn't receive food they will die.  This is an emergency.}}&lt;br /&gt;
{{HealthStatus table row|symbol=H&amp;lt;sup&amp;gt;~&amp;lt;/sup&amp;gt;|color=6:0:0|desc='''Hungry'''}}&lt;br /&gt;
{{HealthStatus table row|symbol=Dw|color=4:0:1|desc='''Very drowsy''' - If the subject doesn't get sleep soon they will go [[insane]]. This is an emergency.}}&lt;br /&gt;
{{HealthStatus table row|symbol=Dw|color=1:0:1|desc='''Drowsy''' - Subject is tired enough to go to bed, but hasn't done so yet. Also caused by syndromes.}}&lt;br /&gt;
{{HealthStatus table row|symbol=Na|color=2:0:1|desc='''Nauseous''' - Symptom of cave adaptation or injury to the guts. The subject may stop and [[vomit]] instead of making an action. Excessive vomiting can cause dehydration.}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===Fifth Key Column===&lt;br /&gt;
This column shows vision and grasping impairment, problems with nerves, and being unable to stand or fly.&lt;br /&gt;
{{HealthStatus table head}}&lt;br /&gt;
{{HealthStatus table row|symbol=V|color=4:0:1|desc='''Vision lost''' - Subject will have a very hard time completing normal tasks}}&lt;br /&gt;
{{HealthStatus table row|symbol=V|color=6:0:1|desc='''Vision impaired''' - Subject will have a hard time completing normal tasks}}&lt;br /&gt;
{{HealthStatus table row|symbol=V|color=7:0:0|desc='''Vision ~impaired''' - Subject will have a slightly hard time completing normal tasks. Caused naturally by old age (110+ with dwarves).}}&lt;br /&gt;
{{HealthStatus table row|symbol=P|color=2:0:1|desc='''Popped out''' - Subject's intestines have popped out.  Death is imminent.}}&lt;br /&gt;
{{HealthStatus table row|symbol=Sx|color=6:0:1|desc='''Cannot stand''' - Subject can only crawl due to dismemberment or lower body paralysis. Subject needs a [[crutch]] to stand or walk.}}&lt;br /&gt;
{{HealthStatus table row|symbol=S&amp;lt;sup&amp;gt;~&amp;lt;/sup&amp;gt;|color=6:0:1|desc='''Stand impaired''' - Subject has trouble standing due to numbness or injury to the legs. Subject might need a crutch? {{verify}}}}&lt;br /&gt;
{{HealthStatus table row|symbol=Gx|color=6:0:1|desc='''Cannot grasp''' - Subject cannot manipulate objects due to dismemberment or paralysis.}}&lt;br /&gt;
{{HealthStatus table row|symbol=G&amp;lt;sup&amp;gt;~&amp;lt;/sup&amp;gt;|color=6:0:1|desc='''Grasp impaired''' - Subject has trouble with fine motor control, but can still grasp things. Typically caused by injury or numbness.}}&lt;br /&gt;
{{HealthStatus table row|symbol=Fx|color=6:0:1|desc='''Cannot fly''' - Subject can no longer fly due to paralysis or injury. Applied only to former flyers.}}&lt;br /&gt;
{{HealthStatus table row|symbol=F&amp;lt;sup&amp;gt;~&amp;lt;/sup&amp;gt;|color=6:0:1|desc='''Flight impaired''' - Subject has trouble flying due to injury. Applied only to flyers.}}&lt;br /&gt;
{{HealthStatus table row|symbol=Mn|color=3:0:1|desc='''Motor nerve''' - A motor nerve has been damaged, which can affect the subject's ability to move, stand, or fly}}&lt;br /&gt;
{{HealthStatus table row|symbol=Sn|color=3:0:1|desc='''Sensory nerve''' - A sensory nerve has been damaged, which can affect the subject's ability to feel sensations, to see, and to breathe{{verify}}}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===Sixth Key Column===&lt;br /&gt;
This column shows torn arteries, tendons and ligaments along with fractures and bruising.&lt;br /&gt;
{{HealthStatus table head}}&lt;br /&gt;
{{HealthStatus table row|symbol=A!|color=4:0:1|desc='''Major artery torn''' - Heart injury or torn throat. This is invariably fatal.}}&lt;br /&gt;
{{HealthStatus table row|symbol=A+|color=4:0:1|desc='''Artery torn''' - Subject will probably suffer bleeding of some type.  This can be an emergency.}}&lt;br /&gt;
{{HealthStatus table row|symbol=Of|color=4:0:1|desc='''Overlapping fracture''' - A widely displaced limb fracture in real life, seems only to represent extreme damage ingame. Cannot be set without a traction bench.}}&lt;br /&gt;
{{HealthStatus table row|symbol=Cf|color=4:0:1|desc='''Compound fracture''' - A fracture that has also broken a tissue directly subordinate to the bone, such as fingernails or spinal nerves. Tissues torn by bone fragments jammed through them also count.}}&lt;br /&gt;
{{HealthStatus table row|symbol=Tn|color=4:0:1|desc='''Torn tendon''' - Muscle is severed from the bone. Causes severe pain and disables limb?{{verify}}}}&lt;br /&gt;
{{HealthStatus table row|symbol=Tn|color=6:0:1|desc='''Tendon strain''' - Muscle damage. Causes pain and limits movement?{{verify}}}}&lt;br /&gt;
{{HealthStatus table row|symbol=Tn|color=6:0:0|desc='''Tendon bruise''' - Slight muscle damage.}}&lt;br /&gt;
{{HealthStatus table row|symbol=Lg|color=4:0:1|desc='''Torn ligament''' - Broken joint. Causes severe pain and disables limb?{{verify}}}}&lt;br /&gt;
{{HealthStatus table row|symbol=Lg|color=6:0:1|desc='''Ligament strain''' - Joint damage. Causes pain and limits movement? {{verify}}}}&lt;br /&gt;
{{HealthStatus table row|symbol=Lg|color=6:0:0|desc='''Ligament bruise''' - Slight joint damage.}}&lt;br /&gt;
{{HealthStatus table row|symbol=Ns|color=6:0:1|desc='''Need setting''' - A [[bone doctor]] is needed to treat injuries}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===Seventh Key Column===&lt;br /&gt;
This column shows broken tissue, different degrees of pain, damage and swelling, and whether the subject has an infection.&lt;br /&gt;
{{HealthStatus table head}}&lt;br /&gt;
{{HealthStatus table row|symbol=X!|color=4:0:1|desc='''Broken tissue'''}}&lt;br /&gt;
{{HealthStatus table row|symbol=D!|color=4:0:1|desc='''Heavy damage''' - Typical amount of bruising sustained in combat. Also caused by syndromes.}}&lt;br /&gt;
{{HealthStatus table row|symbol=D+|color=6:0:1|desc='''Moderate damage''' - Varying degrees of bruising. Typically caused by syndromes.}}&lt;br /&gt;
{{HealthStatus table row|symbol=D&amp;lt;sup&amp;gt;~&amp;lt;/sup&amp;gt;|color=6:0:0|desc='''Light damage''' - Varying degrees of bruising. Typically caused by syndromes.}}&lt;br /&gt;
{{HealthStatus table row|symbol=X&amp;lt;sup&amp;gt;~&amp;lt;/sup&amp;gt;|color=6:0:1|desc='''Partially broken tissue''' - The subject's skin or muscle is cut or torn open. Not necessarily an emergency.}}&lt;br /&gt;
{{HealthStatus table row|symbol=Pb!|color=6:0:1|desc='''Extreme pain''' - Not caused by injuries. Syndrome symptom?}}&lt;br /&gt;
{{HealthStatus table row|symbol=Pb+|color=6:0:1|desc='''Moderate pain''' - Not caused by injuries. Syndrome symptom?}}&lt;br /&gt;
{{HealthStatus table row|symbol=Pb&amp;lt;sup&amp;gt;~&amp;lt;/sup&amp;gt;|color=6:0:1|desc='''Minor pain''' - Not caused by injuries. Syndrome symptom?}}&lt;br /&gt;
{{HealthStatus table row|symbol=Sw!|color=6:0:1|desc='''Extreme swelling''' - Typically caused by syndromes. Further impedes use of affected limbs and matures into necrosis. Swelling of the throat can cause suffocation.}}&lt;br /&gt;
{{HealthStatus table row|symbol=Sw+|color=6:0:1|desc='''Medium swelling''' - Typically caused by syndromes. Impedes use of affected limbs.}}&lt;br /&gt;
{{HealthStatus table row|symbol=Sw&amp;lt;sup&amp;gt;~&amp;lt;/sup&amp;gt;|color=6:0:1|desc='''Minor swelling''' - Typically caused by syndromes. Slightly impedes use of affected limbs.}}&lt;br /&gt;
{{HealthStatus table row|symbol=In|color=5:0:1|desc='''Infection''' - Appears in open wounds either exposed to contaminated water or left untreated for too long. Cannot be treated. Subject's health attributes may affect survival rate?{{verify}}}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{{Category|Healthcare}}&lt;br /&gt;
{{Category|Interface}}&lt;/div&gt;</summary>
		<author><name>AVK</name></author>
	</entry>
	<entry>
		<id>http://dwarffortresswiki.org/index.php?title=v0.34:Health_screen&amp;diff=172860</id>
		<title>v0.34:Health screen</title>
		<link rel="alternate" type="text/html" href="http://dwarffortresswiki.org/index.php?title=v0.34:Health_screen&amp;diff=172860"/>
		<updated>2012-06-07T23:32:28Z</updated>

		<summary type="html">&lt;p&gt;AVK: Overlapping breaks don't match up with real life either? Well I'll be.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{quality|Exceptional|23:31, 17 April 2011 (UTC)}}&lt;br /&gt;
&lt;br /&gt;
In the status menu (accessed using the {{k|z}}-status key), one of the sub-menus is '''Health'''. This sub-menu becomes available when a dwarf is appointed to the [[Chief medical dwarf]] position. It does not display information unless the CMD is at least a novice [[diagnostician]]. &amp;lt;br /&amp;gt;&lt;br /&gt;
The z-health menu is used to monitor the health of friendly dwarves. A subject dwarf's status effects and injuries are cataloged in the health menu by [[Healthcare|hospital staff]] upon diagnosis. Some basic needs are automatically shown in the menu whenever a dwarf becomes hungry, thirsty, or tired. Doctors will begin treating injured or otherwise unhealthy dwarves only after diagnosis and when proper equipment is available. &amp;lt;br /&amp;gt;&lt;br /&gt;
&amp;lt;sub&amp;gt;Note: The screen is entirely mouse enabled.&amp;lt;/sub&amp;gt; &amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Listed below are all of the conditions displayed in the z-health screen:&lt;br /&gt;
===First Key Column===&lt;br /&gt;
This is the column that lists requests and requirements of the subject.&lt;br /&gt;
{{HealthStatus table head}}&lt;br /&gt;
{{HealthStatus table row|symbol=D|color=2:0:1|desc='''Diagnosis request''' - [[Diagnostician]] needed to diagnose the subject}}&lt;br /&gt;
{{HealthStatus table row|symbol=≈|color=3:0:1|desc='''Cleaning request''' - Dwarf with a water bucket and cleaning labor enabled needed to bathe off contaminants, preferably using [[soap]] }}&lt;br /&gt;
{{HealthStatus table row|symbol=S|color=4:0:1|desc='''Surgery required''' - [[Surgeon]] needed to excise necrotic tissue or repair organ damage}} &lt;br /&gt;
{{HealthStatus table row|symbol=R|color=5:0:1|desc='''Inoperable Rot''' - [[Surgeon]] needed to amputate a necrotic limb}}&lt;br /&gt;
{{HealthStatus table row|symbol=&amp;lt;small&amp;gt;Ø&amp;lt;/small&amp;gt;|color=7:0:1|desc='''Suture request''' - [[Suturer]] needed to repair cuts, wounds and nerve damage (!!) using thread}}&lt;br /&gt;
{{HealthStatus table row|symbol=B|color=6:0:1|desc='''Setting request''' - [[Bone doctor]] needed to set the subject's fractured bones}}&lt;br /&gt;
{{HealthStatus table row|symbol=&amp;lt;s&amp;gt;°&amp;lt;/s&amp;gt;|color=7:0:1|desc='''Dressing request''' - [[Wound dresser]] needed to top off the medical procedure using cloth bandages}}&lt;br /&gt;
{{HealthStatus table row|symbol=T|color=6:0:1|desc='''Traction request''' - [[Traction bench]] needed to immobilize subject with overlapping fractures}}&lt;br /&gt;
{{HealthStatus table row|symbol=I|color=6:0:1|desc='''Immobilization request''' - [[Gypsum plaster|Cast]] (wound dresser) or [[splint]] (bone doctor) needed to stabilize a repaired fracture}}&lt;br /&gt;
{{HealthStatus table row|symbol=C|color=6:0:1|desc='''Crutch required''' - [[Crutch]] needed for the subject to walk}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===Second Key Column===&lt;br /&gt;
This column shows different degrees of bleeding, blood loss, numbness, and paralysis.&lt;br /&gt;
{{HealthStatus table head}}&lt;br /&gt;
{{HealthStatus table row|symbol=B!+|color=4:0:1|desc='''Heavy bleeding''' - Subject is quickly losing blood through many wounds or torn arteries. This is an emergency.}}&lt;br /&gt;
{{HealthStatus table row|symbol=B!&amp;lt;sup&amp;gt;~&amp;lt;/sup&amp;gt;|color=4:0:0|desc='''Bleeding''' - Subject is losing blood through a wound. Typically harmless due to dwarves' fast natural healing rate.}}&lt;br /&gt;
{{HealthStatus table row|symbol=Bl+|color=5:0:1|desc='''Severe Blood Loss''' - Subject is Pale. Caused by massive blood loss, typically from a severed limb. This is an emergency.}}&lt;br /&gt;
{{HealthStatus table row|symbol=Bl&amp;lt;sup&amp;gt;~&amp;lt;/sup&amp;gt;|color=5:0:1|desc='''Blood Loss''' - Subject is Faint. Caused by moderate blood loss from wounds or necrosis.}}&lt;br /&gt;
{{HealthStatus table row|symbol=Pz+|color=3:0:1|desc='''Paralyzed''' - Subject is completely paralyzed. Common effect of upper spinal injury. Death by suffocation is imminent}}&lt;br /&gt;
{{HealthStatus table row|symbol=Pz&amp;lt;sup&amp;gt;~&amp;lt;/sup&amp;gt;|color=3:0:1|desc='''Partially paralyzed''' - One or more limbs unusable due to severed nerves}}&lt;br /&gt;
{{HealthStatus table row|symbol=Slg|color=3:0:1|desc='''Sluggish''' - Characteristic of weak or lessening paralysis}}&lt;br /&gt;
{{HealthStatus table row|symbol=Nm+|color=3:0:1|desc='''Completely numb''' - Symptom of syndromes or sensory nerve damage. Eliminates pain sensation in affected areas and severely hampers motor ability. Protracted syndrome effects may cause permanent damage.}}&lt;br /&gt;
{{HealthStatus table row|symbol=Nm&amp;lt;sup&amp;gt;~&amp;lt;/sup&amp;gt;|color=3:0:1|desc='''Partially numb''' - Symptom of syndromes or sensory nerve damage. Further reduces pain in affected areas and hampers fine motor ability.}}&lt;br /&gt;
{{HealthStatus table row|symbol=Nm-|color=3:0:1|desc='''Slightly numb''' - Symptom of syndromes or sensory nerve damage. Reduces pain in affected areas.}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===Third Key Column===&lt;br /&gt;
This column shows different degrees of pain, exhaustion and fever and also shows dizziness and whether the subject is stunned.&lt;br /&gt;
{{HealthStatus table head}}&lt;br /&gt;
{{HealthStatus table row|symbol=F!|color=4:0:1|desc='''Serious fever''' - Reduces focus stat, may stun. Typical warning sign of more dangerous syndromes.}}&lt;br /&gt;
{{HealthStatus table row|symbol=F+|color=4:0:1|desc='''Moderate fever''' - Reduces focus stat. Typical warning sign of more dangerous syndromes.}}&lt;br /&gt;
{{HealthStatus table row|symbol=F&amp;lt;sup&amp;gt;~&amp;lt;/sup&amp;gt;|color=4:0:1|desc='''Slight fever''' - Reduces focus stat. Relatively harmless.}}&lt;br /&gt;
{{HealthStatus table row|symbol=Dz|color=3:0:1|desc='''Dizzy''' - Common symptom of snakebite. Chance for subject to stumble in a random direction instead of performing an action, depending on severity.}}&lt;br /&gt;
{{HealthStatus table row|symbol=Pn!|color=6:0:1|desc='''Extreme pain''' - Bone fracture or a staggering number of surface wounds. Subject can't take any more and falls unconscious, giving into pain. Thresholds depend on subject's willpower stat.}}&lt;br /&gt;
{{HealthStatus table row|symbol=Pn+|color=6:0:1|desc='''Moderate pain''' - Serious, recent damage to muscle and/or fat. Interferes with actions?}}&lt;br /&gt;
{{HealthStatus table row|symbol=Pn&amp;lt;sup&amp;gt;~&amp;lt;/sup&amp;gt;|color=6:0:1|desc='''Slight pain''' - Subject has suffered minor cuts or bruises.}}&lt;br /&gt;
{{HealthStatus table row|symbol=St|color=3:0:1|desc='''Stunned''' - The wind has been knocked out of the subject by an unexpected fall, impact, cave-in or takedown. Temporary and harmless in itself.}}&lt;br /&gt;
{{HealthStatus table row|symbol=Exh|color=6:0:1|desc='''Exhausted''' - Caused by taking too many combat actions in a turn?{{verify}}}}&lt;br /&gt;
{{HealthStatus table row|symbol=Ovx|color=6:0:1|desc='''Over-exerted''' - Caused by taking too many combat actions in a turn?{{verify}}}}&lt;br /&gt;
{{HealthStatus table row|symbol=Tir|color=6:0:1|desc='''Tired''' - Caused by taking too many combat actions in a turn?{{verify}}}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===Fourth Key Column===&lt;br /&gt;
This column shows breathing problems and various needs (including extreme like starvation and dehydration).&lt;br /&gt;
{{HealthStatus table head}}&lt;br /&gt;
{{HealthStatus table row|symbol=Dr|color=1:0:1|desc='''Drowning''' - Cannot breathe due to being stuck underwater. This is an emergency.}}&lt;br /&gt;
{{HealthStatus table row|symbol=Wd|color=7:0:0|desc='''Winded''' - Typical of punctured lungs. Comparison against breathing trouble needed.}}&lt;br /&gt;
{{HealthStatus table row|symbol=Br|color=4:0:1|desc='''Cannot breathe''' - Usually indicates severe lung injury or asphyxiation.  Death is imminent unless one lung was injured a long time ago and will finish healing to the point of being able to breathe before subject dies.}}&lt;br /&gt;
{{HealthStatus table row|symbol=Br|color=7:0:0|desc='''Trouble breathing''' - Usually indicates lung injury or extreme exertion}}&lt;br /&gt;
{{HealthStatus table row|symbol=T!|color=4:0:1|desc='''Dehydrated''' - If the subject doesn't receive booze (or [[water]], if hospitalized) they will die.  This is an emergency.}}&lt;br /&gt;
{{HealthStatus table row|symbol=T&amp;lt;sup&amp;gt;~&amp;lt;/sup&amp;gt;|color=1:0:1|desc='''Thirsty'''}}&lt;br /&gt;
{{HealthStatus table row|symbol=H!|color=4:0:1|desc='''Starving''' - If the subject doesn't receive food they will die.  This is an emergency.}}&lt;br /&gt;
{{HealthStatus table row|symbol=H&amp;lt;sup&amp;gt;~&amp;lt;/sup&amp;gt;|color=6:0:0|desc='''Hungry'''}}&lt;br /&gt;
{{HealthStatus table row|symbol=Dw|color=4:0:1|desc='''Very drowsy''' - If the subject doesn't get sleep soon they will go [[insane]]. This is an emergency.}}&lt;br /&gt;
{{HealthStatus table row|symbol=Dw|color=1:0:1|desc='''Drowsy''' - Subject is tired enough to go to bed, but hasn't done so yet. Also caused by syndromes.}}&lt;br /&gt;
{{HealthStatus table row|symbol=Na|color=2:0:1|desc='''Nauseous''' - Symptom of cave adaptation or injury to the guts. The subject may stop and [[vomit]] instead of making an action. Excessive vomiting can cause dehydration.}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===Fifth Key Column===&lt;br /&gt;
This column shows vision and grasping impairment, problems with nerves, and being unable to stand or fly.&lt;br /&gt;
{{HealthStatus table head}}&lt;br /&gt;
{{HealthStatus table row|symbol=V|color=4:0:1|desc='''Vision lost''' - Subject will have a very hard time completing normal tasks}}&lt;br /&gt;
{{HealthStatus table row|symbol=V|color=6:0:1|desc='''Vision impaired''' - Subject will have a hard time completing normal tasks}}&lt;br /&gt;
{{HealthStatus table row|symbol=V|color=7:0:0|desc='''Vision ~impaired''' - Subject will have a slightly hard time completing normal tasks. Caused naturally by old age (110+ with dwarves).}}&lt;br /&gt;
{{HealthStatus table row|symbol=P|color=2:0:1|desc='''Popped out''' - Subject's intestines have popped out.  Death is imminent.}}&lt;br /&gt;
{{HealthStatus table row|symbol=Sx|color=6:0:1|desc='''Cannot stand''' - Subject can only crawl due to dismemberment or lower body paralysis. Subject needs a [[crutch]] to stand or walk.}}&lt;br /&gt;
{{HealthStatus table row|symbol=S&amp;lt;sup&amp;gt;~&amp;lt;/sup&amp;gt;|color=6:0:1|desc='''Stand impaired''' - Subject has trouble standing due to numbness or injury to the legs. Subject might need a crutch? {{verify}}}}&lt;br /&gt;
{{HealthStatus table row|symbol=Gx|color=6:0:1|desc='''Cannot grasp''' - Subject cannot manipulate objects due to dismemberment or paralysis.}}&lt;br /&gt;
{{HealthStatus table row|symbol=G&amp;lt;sup&amp;gt;~&amp;lt;/sup&amp;gt;|color=6:0:1|desc='''Grasp impaired''' - Subject has trouble with fine motor control, but can still grasp things. Typically caused by injury or numbness.}}&lt;br /&gt;
{{HealthStatus table row|symbol=Fx|color=6:0:1|desc='''Cannot fly''' - Subject can no longer fly due to paralysis or injury. Applied only to former flyers.}}&lt;br /&gt;
{{HealthStatus table row|symbol=F&amp;lt;sup&amp;gt;~&amp;lt;/sup&amp;gt;|color=6:0:1|desc='''Flight impaired''' - Subject has trouble flying due to injury. Applied only to flyers.}}&lt;br /&gt;
{{HealthStatus table row|symbol=Mn|color=3:0:1|desc='''Motor nerve''' - A motor nerve has been damaged, which can affect the subject's ability to move, stand, or fly}}&lt;br /&gt;
{{HealthStatus table row|symbol=Sn|color=3:0:1|desc='''Sensory nerve''' - A sensory nerve has been damaged, which can affect the subject's ability to feel sensations, to see, and to breathe{{verify}}}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===Sixth Key Column===&lt;br /&gt;
This column shows torn arteries, tendons and ligaments along with fractures and bruising.&lt;br /&gt;
{{HealthStatus table head}}&lt;br /&gt;
{{HealthStatus table row|symbol=A!|color=4:0:1|desc='''Major artery torn''' - Heart injury or torn throat. This is invariably fatal.}}&lt;br /&gt;
{{HealthStatus table row|symbol=A+|color=4:0:1|desc='''Artery torn''' - Subject will probably suffer bleeding of some type.  This can be an emergency.}}&lt;br /&gt;
{{HealthStatus table row|symbol=Of|color=4:0:1|desc='''Overlapping fracture''' - A widely displaced limb fracture in real life, seems only to represent extreme damage ingame. Cannot be set without a traction bench.}}&lt;br /&gt;
{{HealthStatus table row|symbol=Cf|color=4:0:1|desc='''Compound fracture''' - A fracture that has also broken a tissue directly subordinate to the bone, such as fingernails or spinal nerves.}}&lt;br /&gt;
{{HealthStatus table row|symbol=Tn|color=4:0:1|desc='''Torn tendon''' - Muscle is severed from the bone. Causes severe pain and disables limb?{{verify}}}}&lt;br /&gt;
{{HealthStatus table row|symbol=Tn|color=6:0:1|desc='''Tendon strain''' - Muscle damage. Causes pain and limits movement?{{verify}}}}&lt;br /&gt;
{{HealthStatus table row|symbol=Tn|color=6:0:0|desc='''Tendon bruise''' - Slight muscle damage.}}&lt;br /&gt;
{{HealthStatus table row|symbol=Lg|color=4:0:1|desc='''Torn ligament''' - Broken joint. Causes severe pain and disables limb?{{verify}}}}&lt;br /&gt;
{{HealthStatus table row|symbol=Lg|color=6:0:1|desc='''Ligament strain''' - Joint damage. Causes pain and limits movement? {{verify}}}}&lt;br /&gt;
{{HealthStatus table row|symbol=Lg|color=6:0:0|desc='''Ligament bruise''' - Slight joint damage.}}&lt;br /&gt;
{{HealthStatus table row|symbol=Ns|color=6:0:1|desc='''Need setting''' - A [[bone doctor]] is needed to treat injuries}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===Seventh Key Column===&lt;br /&gt;
This column shows broken tissue, different degrees of pain, damage and swelling, and whether the subject has an infection.&lt;br /&gt;
{{HealthStatus table head}}&lt;br /&gt;
{{HealthStatus table row|symbol=X!|color=4:0:1|desc='''Broken tissue'''}}&lt;br /&gt;
{{HealthStatus table row|symbol=D!|color=4:0:1|desc='''Heavy damage''' - Typical amount of bruising sustained in combat. Also caused by syndromes.}}&lt;br /&gt;
{{HealthStatus table row|symbol=D+|color=6:0:1|desc='''Moderate damage''' - Varying degrees of bruising. Typically caused by syndromes.}}&lt;br /&gt;
{{HealthStatus table row|symbol=D&amp;lt;sup&amp;gt;~&amp;lt;/sup&amp;gt;|color=6:0:0|desc='''Light damage''' - Varying degrees of bruising. Typically caused by syndromes.}}&lt;br /&gt;
{{HealthStatus table row|symbol=X&amp;lt;sup&amp;gt;~&amp;lt;/sup&amp;gt;|color=6:0:1|desc='''Partially broken tissue''' - The subject's skin or muscle is cut or torn open. Not necessarily an emergency.}}&lt;br /&gt;
{{HealthStatus table row|symbol=Pb!|color=6:0:1|desc='''Extreme pain''' - Not caused by injuries. Syndrome symptom?}}&lt;br /&gt;
{{HealthStatus table row|symbol=Pb+|color=6:0:1|desc='''Moderate pain''' - Not caused by injuries. Syndrome symptom?}}&lt;br /&gt;
{{HealthStatus table row|symbol=Pb&amp;lt;sup&amp;gt;~&amp;lt;/sup&amp;gt;|color=6:0:1|desc='''Minor pain''' - Not caused by injuries. Syndrome symptom?}}&lt;br /&gt;
{{HealthStatus table row|symbol=Sw!|color=6:0:1|desc='''Extreme swelling''' - Typically caused by syndromes. Further impedes use of affected limbs and matures into necrosis. Swelling of the throat can cause suffocation.}}&lt;br /&gt;
{{HealthStatus table row|symbol=Sw+|color=6:0:1|desc='''Medium swelling''' - Typically caused by syndromes. Impedes use of affected limbs.}}&lt;br /&gt;
{{HealthStatus table row|symbol=Sw&amp;lt;sup&amp;gt;~&amp;lt;/sup&amp;gt;|color=6:0:1|desc='''Minor swelling''' - Typically caused by syndromes. Slightly impedes use of affected limbs.}}&lt;br /&gt;
{{HealthStatus table row|symbol=In|color=5:0:1|desc='''Infection''' - Appears in open wounds either exposed to contaminated water or left untreated for too long. Cannot be treated. Subject's health attributes may affect survival rate?{{verify}}}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{{Category|Healthcare}}&lt;br /&gt;
{{Category|Interface}}&lt;/div&gt;</summary>
		<author><name>AVK</name></author>
	</entry>
	<entry>
		<id>http://dwarffortresswiki.org/index.php?title=v0.34:Health_screen&amp;diff=171933</id>
		<title>v0.34:Health screen</title>
		<link rel="alternate" type="text/html" href="http://dwarffortresswiki.org/index.php?title=v0.34:Health_screen&amp;diff=171933"/>
		<updated>2012-05-19T07:25:28Z</updated>

		<summary type="html">&lt;p&gt;AVK: Compound fractures work different from real life, it seems. Also changed a few things.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{quality|Exceptional|23:31, 17 April 2011 (UTC)}}&lt;br /&gt;
&lt;br /&gt;
In the status menu (accessed using the {{k|z}}-status key), one of the sub-menus is '''Health'''. This sub-menu becomes available when a dwarf is appointed to the [[Chief medical dwarf]] position. It does not display information unless the CMD is at least a novice [[diagnostician]]. &amp;lt;br /&amp;gt;&lt;br /&gt;
The z-health menu is used to monitor the health of friendly dwarves. A subject dwarf's status effects and injuries are cataloged in the health menu by [[Healthcare|hospital staff]] upon diagnosis. Some basic needs are automatically shown in the menu whenever a dwarf becomes hungry, thirsty, or tired. Doctors will begin treating injured or otherwise unhealthy dwarves only after diagnosis and when proper equipment is available. &amp;lt;br /&amp;gt;&lt;br /&gt;
&amp;lt;sub&amp;gt;Note: The screen is entirely mouse enabled.&amp;lt;/sub&amp;gt; &amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Listed below are all of the conditions displayed in the z-health screen:&lt;br /&gt;
===First Key Column===&lt;br /&gt;
This is the column that lists requests and requirements of the subject.&lt;br /&gt;
{{HealthStatus table head}}&lt;br /&gt;
{{HealthStatus table row|symbol=D|color=2:0:1|desc='''Diagnosis request''' - [[Diagnostician]] needed to diagnose the subject}}&lt;br /&gt;
{{HealthStatus table row|symbol=≈|color=3:0:1|desc='''Cleaning request''' - Dwarf with a water bucket and cleaning labor enabled needed to bathe off contaminants, preferably using [[soap]] }}&lt;br /&gt;
{{HealthStatus table row|symbol=S|color=4:0:1|desc='''Surgery required''' - [[Surgeon]] needed to excise necrotic tissue or repair organ damage}} &lt;br /&gt;
{{HealthStatus table row|symbol=R|color=5:0:1|desc='''Inoperable Rot''' - [[Surgeon]] needed to amputate a necrotic limb}}&lt;br /&gt;
{{HealthStatus table row|symbol=&amp;lt;small&amp;gt;Ø&amp;lt;/small&amp;gt;|color=7:0:1|desc='''Suture request''' - [[Suturer]] needed to repair cuts, wounds and nerve damage (!!) using thread}}&lt;br /&gt;
{{HealthStatus table row|symbol=B|color=6:0:1|desc='''Setting request''' - [[Bone doctor]] needed to set the subject's fractured bones}}&lt;br /&gt;
{{HealthStatus table row|symbol=&amp;lt;s&amp;gt;°&amp;lt;/s&amp;gt;|color=7:0:1|desc='''Dressing request''' - [[Wound dresser]] needed to top off the medical procedure using cloth bandages}}&lt;br /&gt;
{{HealthStatus table row|symbol=T|color=6:0:1|desc='''Traction request''' - [[Traction bench]] needed to immobilize subject with overlapping fractures}}&lt;br /&gt;
{{HealthStatus table row|symbol=I|color=6:0:1|desc='''Immobilization request''' - [[Gypsum plaster|Cast]] (wound dresser) or [[splint]] (bone doctor) needed to stabilize a repaired fracture}}&lt;br /&gt;
{{HealthStatus table row|symbol=C|color=6:0:1|desc='''Crutch required''' - [[Crutch]] needed for the subject to walk}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===Second Key Column===&lt;br /&gt;
This column shows different degrees of bleeding, blood loss, numbness, and paralysis.&lt;br /&gt;
{{HealthStatus table head}}&lt;br /&gt;
{{HealthStatus table row|symbol=B!+|color=4:0:1|desc='''Heavy bleeding''' - Subject is quickly losing blood through many wounds or torn arteries. This is an emergency.}}&lt;br /&gt;
{{HealthStatus table row|symbol=B!&amp;lt;sup&amp;gt;~&amp;lt;/sup&amp;gt;|color=4:0:0|desc='''Bleeding''' - Subject is losing blood through a wound. Typically harmless due to dwarves' fast natural healing rate.}}&lt;br /&gt;
{{HealthStatus table row|symbol=Bl+|color=5:0:1|desc='''Severe Blood Loss''' - Subject is Pale. Caused by massive blood loss, typically from a severed limb. This is an emergency.}}&lt;br /&gt;
{{HealthStatus table row|symbol=Bl&amp;lt;sup&amp;gt;~&amp;lt;/sup&amp;gt;|color=5:0:1|desc='''Blood Loss''' - Subject is Faint. Caused by moderate blood loss from wounds or necrosis.}}&lt;br /&gt;
{{HealthStatus table row|symbol=Pz+|color=3:0:1|desc='''Paralyzed''' - Subject is completely paralyzed. Common effect of upper spinal injury. Death by suffocation is imminent}}&lt;br /&gt;
{{HealthStatus table row|symbol=Pz&amp;lt;sup&amp;gt;~&amp;lt;/sup&amp;gt;|color=3:0:1|desc='''Partially paralyzed''' - One or more limbs unusable due to severed nerves}}&lt;br /&gt;
{{HealthStatus table row|symbol=Slg|color=3:0:1|desc='''Sluggish''' - Characteristic of weak or lessening paralysis}}&lt;br /&gt;
{{HealthStatus table row|symbol=Nm+|color=3:0:1|desc='''Completely numb''' - Symptom of syndromes or sensory nerve damage. Eliminates pain sensation in affected areas and severely hampers motor ability. Protracted syndrome effects may cause permanent damage.}}&lt;br /&gt;
{{HealthStatus table row|symbol=Nm&amp;lt;sup&amp;gt;~&amp;lt;/sup&amp;gt;|color=3:0:1|desc='''Partially numb''' - Symptom of syndromes or sensory nerve damage. Further reduces pain in affected areas and hampers fine motor ability.}}&lt;br /&gt;
{{HealthStatus table row|symbol=Nm-|color=3:0:1|desc='''Slightly numb''' - Symptom of syndromes or sensory nerve damage. Reduces pain in affected areas.}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===Third Key Column===&lt;br /&gt;
This column shows different degrees of pain, exhaustion and fever and also shows dizziness and whether the subject is stunned.&lt;br /&gt;
{{HealthStatus table head}}&lt;br /&gt;
{{HealthStatus table row|symbol=F!|color=4:0:1|desc='''Serious fever''' - Reduces focus stat, may stun. Typical warning sign of more dangerous syndromes.}}&lt;br /&gt;
{{HealthStatus table row|symbol=F+|color=4:0:1|desc='''Moderate fever''' - Reduces focus stat. Typical warning sign of more dangerous syndromes.}}&lt;br /&gt;
{{HealthStatus table row|symbol=F&amp;lt;sup&amp;gt;~&amp;lt;/sup&amp;gt;|color=4:0:1|desc='''Slight fever''' - Reduces focus stat. Relatively harmless.}}&lt;br /&gt;
{{HealthStatus table row|symbol=Dz|color=3:0:1|desc='''Dizzy''' - Common symptom of snakebite. Chance for subject to stumble in a random direction instead of performing an action, depending on severity.}}&lt;br /&gt;
{{HealthStatus table row|symbol=Pn!|color=6:0:1|desc='''Extreme pain''' - Bone fracture or a staggering number of surface wounds. Subject can't take any more and falls unconscious, giving into pain. Thresholds depend on subject's willpower stat.}}&lt;br /&gt;
{{HealthStatus table row|symbol=Pn+|color=6:0:1|desc='''Moderate pain''' - Serious, recent damage to muscle and/or fat. Interferes with actions?}}&lt;br /&gt;
{{HealthStatus table row|symbol=Pn&amp;lt;sup&amp;gt;~&amp;lt;/sup&amp;gt;|color=6:0:1|desc='''Slight pain''' - Subject has suffered minor cuts or bruises.}}&lt;br /&gt;
{{HealthStatus table row|symbol=St|color=3:0:1|desc='''Stunned''' - The wind has been knocked out of the subject by an unexpected fall, impact, cave-in or takedown. Temporary and harmless in itself.}}&lt;br /&gt;
{{HealthStatus table row|symbol=Exh|color=6:0:1|desc='''Exhausted''' - Caused by taking too many combat actions in a turn?{{verify}}}}&lt;br /&gt;
{{HealthStatus table row|symbol=Ovx|color=6:0:1|desc='''Over-exerted''' - Caused by taking too many combat actions in a turn?{{verify}}}}&lt;br /&gt;
{{HealthStatus table row|symbol=Tir|color=6:0:1|desc='''Tired''' - Caused by taking too many combat actions in a turn?{{verify}}}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===Fourth Key Column===&lt;br /&gt;
This column shows breathing problems and various needs (including extreme like starvation and dehydration).&lt;br /&gt;
{{HealthStatus table head}}&lt;br /&gt;
{{HealthStatus table row|symbol=Dr|color=1:0:1|desc='''Drowning''' - Cannot breathe due to being stuck underwater. This is an emergency.}}&lt;br /&gt;
{{HealthStatus table row|symbol=Wd|color=7:0:0|desc='''Winded''' - Typical of punctured lungs. Comparison against breathing trouble needed.}}&lt;br /&gt;
{{HealthStatus table row|symbol=Br|color=4:0:1|desc='''Cannot breathe''' - Usually indicates severe lung injury or asphyxiation.  Death is imminent unless one lung was injured a long time ago and will finish healing to the point of being able to breathe before subject dies.}}&lt;br /&gt;
{{HealthStatus table row|symbol=Br|color=7:0:0|desc='''Trouble breathing''' - Usually indicates lung injury or extreme exertion}}&lt;br /&gt;
{{HealthStatus table row|symbol=T!|color=4:0:1|desc='''Dehydrated''' - If the subject doesn't receive booze (or [[water]], if hospitalized) they will die.  This is an emergency.}}&lt;br /&gt;
{{HealthStatus table row|symbol=T&amp;lt;sup&amp;gt;~&amp;lt;/sup&amp;gt;|color=1:0:1|desc='''Thirsty'''}}&lt;br /&gt;
{{HealthStatus table row|symbol=H!|color=4:0:1|desc='''Starving''' - If the subject doesn't receive food they will die.  This is an emergency.}}&lt;br /&gt;
{{HealthStatus table row|symbol=H&amp;lt;sup&amp;gt;~&amp;lt;/sup&amp;gt;|color=6:0:0|desc='''Hungry'''}}&lt;br /&gt;
{{HealthStatus table row|symbol=Dw|color=4:0:1|desc='''Very drowsy''' - If the subject doesn't get sleep soon they will go [[insane]]. This is an emergency.}}&lt;br /&gt;
{{HealthStatus table row|symbol=Dw|color=1:0:1|desc='''Drowsy''' - Subject is tired enough to go to bed, but hasn't done so yet. Also caused by syndromes.}}&lt;br /&gt;
{{HealthStatus table row|symbol=Na|color=2:0:1|desc='''Nauseous''' - Symptom of cave adaptation or injury to the guts. The subject may stop and [[vomit]] instead of making an action. Excessive vomiting can cause dehydration.}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===Fifth Key Column===&lt;br /&gt;
This column shows vision and grasping impairment, problems with nerves, and being unable to stand or fly.&lt;br /&gt;
{{HealthStatus table head}}&lt;br /&gt;
{{HealthStatus table row|symbol=V|color=4:0:1|desc='''Vision lost''' - Subject will have a very hard time completing normal tasks}}&lt;br /&gt;
{{HealthStatus table row|symbol=V|color=6:0:1|desc='''Vision impaired''' - Subject will have a hard time completing normal tasks}}&lt;br /&gt;
{{HealthStatus table row|symbol=V|color=7:0:0|desc='''Vision ~impaired''' - Subject will have a slightly hard time completing normal tasks. Caused naturally by old age (110+ with dwarves).}}&lt;br /&gt;
{{HealthStatus table row|symbol=P|color=2:0:1|desc='''Popped out''' - Subject's intestines have popped out.  Death is imminent.}}&lt;br /&gt;
{{HealthStatus table row|symbol=Sx|color=6:0:1|desc='''Cannot stand''' - Subject can only crawl due to dismemberment or lower body paralysis. Subject needs a [[crutch]] to stand or walk.}}&lt;br /&gt;
{{HealthStatus table row|symbol=S&amp;lt;sup&amp;gt;~&amp;lt;/sup&amp;gt;|color=6:0:1|desc='''Stand impaired''' - Subject has trouble standing due to numbness or injury to the legs. Subject might need a crutch? {{verify}}}}&lt;br /&gt;
{{HealthStatus table row|symbol=Gx|color=6:0:1|desc='''Cannot grasp''' - Subject cannot manipulate objects due to dismemberment or paralysis.}}&lt;br /&gt;
{{HealthStatus table row|symbol=G&amp;lt;sup&amp;gt;~&amp;lt;/sup&amp;gt;|color=6:0:1|desc='''Grasp impaired''' - Subject has trouble with fine motor control, but can still grasp things. Typically caused by injury or numbness.}}&lt;br /&gt;
{{HealthStatus table row|symbol=Fx|color=6:0:1|desc='''Cannot fly''' - Subject can no longer fly due to paralysis or injury. Applied only to former flyers.}}&lt;br /&gt;
{{HealthStatus table row|symbol=F&amp;lt;sup&amp;gt;~&amp;lt;/sup&amp;gt;|color=6:0:1|desc='''Flight impaired''' - Subject has trouble flying due to injury. Applied only to flyers.}}&lt;br /&gt;
{{HealthStatus table row|symbol=Mn|color=3:0:1|desc='''Motor nerve''' - A motor nerve has been damaged, which can affect the subject's ability to move, stand, or fly}}&lt;br /&gt;
{{HealthStatus table row|symbol=Sn|color=3:0:1|desc='''Sensory nerve''' - A sensory nerve has been damaged, which can affect the subject's ability to feel sensations, to see, and to breathe{{verify}}}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===Sixth Key Column===&lt;br /&gt;
This column shows torn arteries, tendons and ligaments along with fractures and bruising.&lt;br /&gt;
{{HealthStatus table head}}&lt;br /&gt;
{{HealthStatus table row|symbol=A!|color=4:0:1|desc='''Major artery torn''' - Heart injury or torn throat. This is invariably fatal.}}&lt;br /&gt;
{{HealthStatus table row|symbol=A+|color=4:0:1|desc='''Artery torn''' - Subject will probably suffer bleeding of some type.  This can be an emergency.}}&lt;br /&gt;
{{HealthStatus table row|symbol=Of|color=4:0:1|desc='''Overlapping fracture''' - Typically a limb fracture with severely displaced fragments. A traction bench may be required to reconnect the bones.}}&lt;br /&gt;
{{HealthStatus table row|symbol=Cf|color=4:0:1|desc='''Compound fracture''' - A fracture that has also broken a tissue directly subordinate to the bone, such as fingernails or spinal nerves.}}&lt;br /&gt;
{{HealthStatus table row|symbol=Tn|color=4:0:1|desc='''Torn tendon''' - Muscle is severed from the bone. Causes severe pain and disables limb?{{verify}}}}&lt;br /&gt;
{{HealthStatus table row|symbol=Tn|color=6:0:1|desc='''Tendon strain''' - Muscle damage. Causes pain and limits movement?{{verify}}}}&lt;br /&gt;
{{HealthStatus table row|symbol=Tn|color=6:0:0|desc='''Tendon bruise''' - Slight muscle damage.}}&lt;br /&gt;
{{HealthStatus table row|symbol=Lg|color=4:0:1|desc='''Torn ligament''' - Broken joint. Causes severe pain and disables limb?{{verify}}}}&lt;br /&gt;
{{HealthStatus table row|symbol=Lg|color=6:0:1|desc='''Ligament strain''' - Joint damage. Causes pain and limits movement? {{verify}}}}&lt;br /&gt;
{{HealthStatus table row|symbol=Lg|color=6:0:0|desc='''Ligament bruise''' - Slight joint damage.}}&lt;br /&gt;
{{HealthStatus table row|symbol=Ns|color=6:0:1|desc='''Need setting''' - A [[bone doctor]] is needed to treat injuries}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===Seventh Key Column===&lt;br /&gt;
This column shows broken tissue, different degrees of pain, damage and swelling, and whether the subject has an infection.&lt;br /&gt;
{{HealthStatus table head}}&lt;br /&gt;
{{HealthStatus table row|symbol=X!|color=4:0:1|desc='''Broken tissue'''}}&lt;br /&gt;
{{HealthStatus table row|symbol=D!|color=4:0:1|desc='''Heavy damage''' - Typical amount of bruising sustained in combat. Also caused by syndromes.}}&lt;br /&gt;
{{HealthStatus table row|symbol=D+|color=6:0:1|desc='''Moderate damage''' - Varying degrees of bruising. Typically caused by syndromes.}}&lt;br /&gt;
{{HealthStatus table row|symbol=D&amp;lt;sup&amp;gt;~&amp;lt;/sup&amp;gt;|color=6:0:0|desc='''Light damage''' - Varying degrees of bruising. Typically caused by syndromes.}}&lt;br /&gt;
{{HealthStatus table row|symbol=X&amp;lt;sup&amp;gt;~&amp;lt;/sup&amp;gt;|color=6:0:1|desc='''Partially broken tissue''' - The subject's skin or muscle is cut or torn open. Not necessarily an emergency.}}&lt;br /&gt;
{{HealthStatus table row|symbol=Pb!|color=6:0:1|desc='''Extreme pain''' - Not caused by injuries. Syndrome symptom?}}&lt;br /&gt;
{{HealthStatus table row|symbol=Pb+|color=6:0:1|desc='''Moderate pain''' - Not caused by injuries. Syndrome symptom?}}&lt;br /&gt;
{{HealthStatus table row|symbol=Pb&amp;lt;sup&amp;gt;~&amp;lt;/sup&amp;gt;|color=6:0:1|desc='''Minor pain''' - Not caused by injuries. Syndrome symptom?}}&lt;br /&gt;
{{HealthStatus table row|symbol=Sw!|color=6:0:1|desc='''Extreme swelling''' - Typically caused by syndromes. Further impedes use of affected limbs and matures into necrosis. Swelling of the throat can cause suffocation.}}&lt;br /&gt;
{{HealthStatus table row|symbol=Sw+|color=6:0:1|desc='''Medium swelling''' - Typically caused by syndromes. Impedes use of affected limbs.}}&lt;br /&gt;
{{HealthStatus table row|symbol=Sw&amp;lt;sup&amp;gt;~&amp;lt;/sup&amp;gt;|color=6:0:1|desc='''Minor swelling''' - Typically caused by syndromes. Slightly impedes use of affected limbs.}}&lt;br /&gt;
{{HealthStatus table row|symbol=In|color=5:0:1|desc='''Infection''' - Appears in open wounds either exposed to contaminated water or left untreated for too long. Cannot be treated. Subject's health attributes may affect survival rate?{{verify}}}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{{Category|Healthcare}}&lt;br /&gt;
{{Category|Interface}}&lt;/div&gt;</summary>
		<author><name>AVK</name></author>
	</entry>
	<entry>
		<id>http://dwarffortresswiki.org/index.php?title=v0.34:Tanner%27s_shop&amp;diff=171718</id>
		<title>v0.34:Tanner's shop</title>
		<link rel="alternate" type="text/html" href="http://dwarffortresswiki.org/index.php?title=v0.34:Tanner%27s_shop&amp;diff=171718"/>
		<updated>2012-05-16T00:04:20Z</updated>

		<summary type="html">&lt;p&gt;AVK: Fixed in 34.xsomething.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Quality|Exceptional|19:15, 25 June 2010 (UTC)}}{{Workshop|name=Tanner's shop|key=n|job=Tanning&lt;br /&gt;
|construction=&lt;br /&gt;
* [[Building material]] (non-[[economic]])&lt;br /&gt;
|construction_job=&lt;br /&gt;
* [[Tanner|Tanning]]&lt;br /&gt;
|use=&lt;br /&gt;
* [[Skin|Hide]]&lt;br /&gt;
|production=&lt;br /&gt;
* [[Leather]]&lt;br /&gt;
}}{{av}}&lt;br /&gt;
&lt;br /&gt;
A '''tanner's shop''' is used to make [[leather]] from a [[Butcher's shop|butchered]] animal skin.  A tanner's shop is operated by any dwarf with the 'tanning' [[labor]] enabled.&lt;br /&gt;
&lt;br /&gt;
==Menu==&lt;br /&gt;
'''Tanner's Shop'''&lt;br /&gt;
&lt;br /&gt;
*{{k|t}} Tan a hide.&lt;br /&gt;
&lt;br /&gt;
==Notes==&lt;br /&gt;
*The 'tan a hide' job is automatically triggered after the game notices that there is a skin to be tanned within a certain distance of the tanner's shop.  The player can turn off this behaviour by going into the {{K|o}}rders menu, choosing {{K|W}}orkshop Orders, and then turning Auto {{K|t}}an off.&lt;br /&gt;
*If you have turned Auto Tan off, your [[manager]] ({{K|u}}nits, {{K|m}}anager) can manually queue &amp;quot;Tan a Hide&amp;quot; jobs. This is also useful if for some reason Auto Tan ignores a skin.&lt;br /&gt;
&lt;br /&gt;
{{Workshops}}&lt;/div&gt;</summary>
		<author><name>AVK</name></author>
	</entry>
	<entry>
		<id>http://dwarffortresswiki.org/index.php?title=v0.34:Wood&amp;diff=171621</id>
		<title>v0.34:Wood</title>
		<link rel="alternate" type="text/html" href="http://dwarffortresswiki.org/index.php?title=v0.34:Wood&amp;diff=171621"/>
		<updated>2012-05-14T15:50:15Z</updated>

		<summary type="html">&lt;p&gt;AVK: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{av}}&lt;br /&gt;
{{Quality|Exceptional}}&lt;br /&gt;
&lt;br /&gt;
'''Wood''' is produced by [[designation|{{Key|d}}esignating]] [[tree|{{Key|t}}rees]] to be chopped down. Any [[dwarf]] with the [[wood cutting]] [[labor]] enabled and access to a [[battle axe]] will cut down the trees, which will turn one tree into one '''log''', the raw form of wood.&lt;br /&gt;
&lt;br /&gt;
Only [[nether-cap]] wood is [[magma-safe]].&lt;br /&gt;
&lt;br /&gt;
&amp;quot;'''Timber'''&amp;quot; is the name of the ninth month of the dwarven [[calendar]], covering late Fall.&lt;br /&gt;
&lt;br /&gt;
==Growing==&lt;br /&gt;
&lt;br /&gt;
[[Tree]]s start their lives as saplings.  Saplings cannot be cut down until they mature into full-grown trees, which can take several years.  Saplings will randomly appear in appropriate [[soil]] (above and below ground) and [[mud]]dy underground rock (underground areas will only start to sprout saplings once you have hit the [[caverns]]) to provide a slow (but steady) supply of wood.   Fully-grown trees will impede units' movement, so be sure to clear them out of active corridors.&lt;br /&gt;
&lt;br /&gt;
==Sources==&lt;br /&gt;
&lt;br /&gt;
Besides cutting down trees, wood (and some wooden goods, such as [[barrel]]s) is often available from the [[elf|elven]], [[dwarf|dwarven]] and [[human]] [[caravan]]s.  Wood can also be purchased before embarking. Wood is quite inexpensive, costing only 3☼ per log, and you may wish to bring a large number of logs when embarking in order to jump-start your [[wood industry]].  The [[wagon (embark)|wagon]] you start the game with can also be dismantled for three logs.&lt;br /&gt;
&lt;br /&gt;
==Considerations==&lt;br /&gt;
&lt;br /&gt;
===Reasons you need wood===&lt;br /&gt;
*To build [[bed]]s&lt;br /&gt;
**Without beds your dwarves will get unhappy thoughts from sleeping on the ground&lt;br /&gt;
*To build [[water wheel]]s and [[windmill]]s, as well as [[axle]]s&lt;br /&gt;
**Without wood, you cannot generate ''or'' transfer [[power]].&lt;br /&gt;
*To build [[siege engine]]s and ballista bolts&lt;br /&gt;
**These can be very effective defenses when traps fail.&lt;br /&gt;
*If you want [[obsidian]] [[short sword]]s, they require one obsidian stone and one wood each (these swords likely consist of a wooden hilt with an obsidian blade or, as a more exotic alternative, a thin wooden &amp;quot;paddle&amp;quot; with sharp flakes of obsidian forming sharp edges, like the Aztec [http://en.wikipedia.org/wiki/Macuahuitl macuahuitl]).&lt;br /&gt;
**If you have access to obsidian, these can be a great source of quick weaponry early in the game, before any steel works are up to speed.  Even on a tree-lite map, each weapon takes less wood to produce than a steel weapon (unless you are using [[magma]] to fuel your [[smelter]]s and [[forge]]s and have access to [[bituminous coal]] and [[lignite]]).&lt;br /&gt;
*To be burnt for [[ash]], which is used in [[Glass_industry|glass making]], [[Soap|soap making]], [[Glazing|glazing]], and for fertilizing crops.&lt;br /&gt;
&lt;br /&gt;
===Reasons you want wood===&lt;br /&gt;
*It is simpler to make items from wood.&lt;br /&gt;
**For instance, it only takes one log to produce a [[bin]], [[barrel]], [[bucket]], or [[cage]]; but if you forge them instead then they'll take three metal [[bar]]s (though in versions 0.31.01-0.31.25, a bug causes metal items to only require 1 bar).&lt;br /&gt;
*All metalworks ([[smelter]]s, [[forge]]s), [[glass]]works and [[ceramic]] [[kiln]]s are either coal-[[fuel]]ed or magma-fueled. If you are planning on having any sort of serious metal or glass production, then you're going to need either a lot of wood, or [[magma]] (and [[charcoal]] or [[bituminous coal|coal]] for [[steel]]).&lt;br /&gt;
*Wooden training [[weapon]]s are useful for military training started shortly after embark should you feel the need.&lt;br /&gt;
*[[Crossbow]]s can be made from wood (or [[bone]]) and may be preferred if you have a skilled [[bowyer]] but not a skilled [[weaponsmith]].&lt;br /&gt;
&lt;br /&gt;
===Reasons you don't need much wood===&lt;br /&gt;
*Everything other than beds, axles, windmills, water wheels, ''obsidian'' shortswords, siege engine parts, and ballista bolts can be made without the use of wood.&lt;br /&gt;
** In particular, [[barrel]]s  can be replaced by stone [[pot]]s without having to use either fuel or magma.&lt;br /&gt;
*Once you have [[magma]] then you don't need wood for fuel. If you have coal, you don't need (as much) wood to produce [[charcoal]] for [[steel]].  If you have both, you don't need wood to produce metal or steel products.&lt;br /&gt;
**([[Bituminous coal]] ''without'' magma triples the effective output of wood, [[lignite]] doubles it.)&lt;br /&gt;
&lt;br /&gt;
==Weight==&lt;br /&gt;
The weight of a 'unit' of each type of wood is half their density; the densities for each individual type of wood is listed under the appropriate [[tree]]. Wood has a default [SOLID_DENSITY] of 500, making it about three times lighter than most stone and fifteen times lighter than iron.  Feather tree wood is the lightest, with a density of 100, and blood thorn wood is the heaviest, with a density of 1250. Candlenut (140), and glumprong (1200) are also notable. However, since average wood is relatively light to begin with, with the possible exception of wood [[hauling]], this makes (almost?) no practical difference in the daily routine of a fortress or your dwarves.&lt;br /&gt;
&lt;br /&gt;
{| style=&amp;quot;margin:1em 1em 1em 0;background:#F9F9F9;border:1px #AAA solid;border-collapse:collapse;&amp;quot; class=&amp;quot;wikitable sortable&amp;quot;&lt;br /&gt;
|- style=&amp;quot;background:#F2F2F2;text-align:center;&amp;quot;&lt;br /&gt;
!style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;| Wood Type&lt;br /&gt;
!style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;| Density&lt;br /&gt;
!style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;| Color&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;| [[Ash (tree)]]&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;| 600&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;| {{Tile|Pale Brown|6:0}}&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;| [[Saguaro]]&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;| 430&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;| {{Tile|Ecru|6:0}}&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;| [[Oak]]&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;| 700&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;| {{Tile|Auburn|6:0}}&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;| [[Maple]]&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;| 540&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;| {{Tile|Rust|6:0}}&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;| [[Chestnut]]&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;| 430&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;| {{Tile|Dark Chestnut|6:0}}&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;| [[Candlenut]]&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;| 140&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;| {{Tile|Ochre|6:0}}&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;| [[Palm]]&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;| 680&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;| {{Tile|Dark Taupe|6:0}}&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;| [[Rubber tree|Rubber]]&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;| 490&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;| {{Tile|Flax|6:1}}&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;| [[Alder]]&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;| 410&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;| {{Tile|Tan|6:0}}&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;| [[Birch]]&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;| 650&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;| {{Tile|Burnt Umber|4:0}}&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;| [[Black-cap|Black-Cap]]&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;| 650&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;| {{Tile|Black|0:1}}&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;| [[Acacia]]&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;| 600&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;| {{Tile|Peach|7:1}}&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;| [[Cacao tree|Cacao]]&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;| 430&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;| {{Tile|Chocolate|6:0}}&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;| [[Cedar]]&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;| 570&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;| {{Tile|Olive|6:0}}&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;| [[Feather tree|Feather Tree]]&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;| 100&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;| {{Tile|Cream|7:1}}&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;| [[Fungiwood]]&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;| 600&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;| {{Tile|Lemon|6:1}}&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;| [[Glumprong]]&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;| 1200&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;| {{Tile|Purple|5:0}}&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;| [[Goblin-cap]]&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;| 600&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;| {{Tile|Red|4:1}}&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;| [[Highwood]]&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;| 500&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;| {{Tile|Brown|6:0}}&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;| [[Kapok]]&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;| 260&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;| {{Tile|Tan|6:0}}&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;| [[Larch]]&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;| 590&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;| {{Tile|Light Brown|6:0}}&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;| [[Mahogany]]&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;| 600&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;| {{Tile|Mahogany|6:0}}&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;| [[Mango_tree|Mango]]&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;| 520&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;| {{Tile|Burnt Sienna|4:0}}&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;| [[Mangrove]]&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;| 830&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;| {{Tile|Dark Taupe|6:0}}&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;| [[Nether-cap]]&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;| 550&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;| {{Tile|Dark Indigo|1:0}}&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;| [[Pine]]&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;| 510&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;| {{Tile|Beige|6:0}}&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;| [[Spore tree|Spore]]&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;| 600&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;| {{Tile|Teal|3:0}}&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;| [[Tower-cap]]&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;| 600&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;| {{Tile|White|7:1}}&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;| [[Tunnel tube|Tunnel Tube]]&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;| 500&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;| {{Tile|Violet|5:1}}&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;| [[Willow]]&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;| 390&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;| {{Tile|Tan|6:0}}&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;| [[Blood thorn]]&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;| 1250&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;| {{Tile|Crimson|4:0}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Biomes ==&lt;br /&gt;
*[[Temperate]] forest&lt;br /&gt;
*[[Tropical]] forest&lt;br /&gt;
*[[Taiga]]&lt;br /&gt;
*[[Flatland]]&lt;br /&gt;
*[[Swamp]]&lt;br /&gt;
*[[Desert]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''See also:'''&lt;br /&gt;
:* [[Wood industry]].&lt;br /&gt;
&lt;br /&gt;
{{Wood FAQ}}&lt;br /&gt;
&lt;br /&gt;
{{Category|Materials}}&lt;/div&gt;</summary>
		<author><name>AVK</name></author>
	</entry>
	<entry>
		<id>http://dwarffortresswiki.org/index.php?title=v0.34:Wood&amp;diff=171620</id>
		<title>v0.34:Wood</title>
		<link rel="alternate" type="text/html" href="http://dwarffortresswiki.org/index.php?title=v0.34:Wood&amp;diff=171620"/>
		<updated>2012-05-14T15:38:05Z</updated>

		<summary type="html">&lt;p&gt;AVK: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{av}}&lt;br /&gt;
{{Quality|Exceptional}}&lt;br /&gt;
&lt;br /&gt;
'''Wood''' is produced by [[designation|{{Key|d}}esignating]] [[tree|{{Key|t}}rees]] to be chopped down. Any [[dwarf]] with the [[wood cutting]] [[labor]] enabled and access to a [[battle axe]] will cut down the trees, which will turn one tree into one '''log''', the raw form of wood.&lt;br /&gt;
&lt;br /&gt;
Only [[nether-cap]] wood is [[magma-safe]].&lt;br /&gt;
&lt;br /&gt;
&amp;quot;'''Timber'''&amp;quot; is the name of the ninth month of the dwarven [[calendar]], covering late Fall.&lt;br /&gt;
&lt;br /&gt;
==Growing==&lt;br /&gt;
&lt;br /&gt;
[[Tree]]s start their lives as saplings.  Saplings cannot be cut down until they mature into full-grown trees, which can take several years.  Saplings will randomly appear in appropriate [[soil]] (above and below ground) and [[mud]]dy underground rock (underground areas will only start to sprout saplings once you have hit the [[caverns]]) to provide a slow (but steady) supply of wood.   Fully-grown trees will impede units' movement, so be sure to clear them out of active corridors.&lt;br /&gt;
&lt;br /&gt;
==Sources==&lt;br /&gt;
&lt;br /&gt;
Besides cutting down trees, wood (and some wooden goods, such as [[barrel]]s) is often available from the [[elf|elven]], [[dwarf|dwarven]] and [[human]] [[caravan]]s.  Wood can also be purchased before embarking. Wood is quite inexpensive, costing only 3☼ per log, and you may wish to bring a large number of logs when embarking in order to jump-start your [[wood industry]].  The [[wagon (embark)|wagon]] you start the game with can also be dismantled for three logs.&lt;br /&gt;
&lt;br /&gt;
==Considerations==&lt;br /&gt;
&lt;br /&gt;
===Reasons you need wood===&lt;br /&gt;
*To build [[bed]]s&lt;br /&gt;
**Without beds your dwarves will get unhappy thoughts from sleeping on the ground&lt;br /&gt;
*To build [[water wheel]]s and [[windmill]]s, as well as [[axle]]s&lt;br /&gt;
**Without wood, you cannot generate ''or'' transfer [[power]].&lt;br /&gt;
*To build [[siege engine]]s and ballista bolts&lt;br /&gt;
**These can be very effective defenses when traps fail.&lt;br /&gt;
*If you want [[obsidian]] [[short sword]]s, they require one obsidian stone and one wood each (these swords likely consist of a wooden hilt with an obsidian blade or, as a more exotic alternative, a thin wooden &amp;quot;paddle&amp;quot; with sharp flakes of obsidian forming sharp edges, like the Aztec [http://en.wikipedia.org/wiki/Macuahuitl macuahuitl]).&lt;br /&gt;
**If you have access to obsidian, these can be a great source of quick weaponry early in the game, before any steel works are up to speed.  Even on a tree-lite map, each weapon takes less wood to produce than a steel weapon (unless you are using [[magma]] to fuel your [[smelter]]s and [[forge]]s and have access to [[bituminous coal]] and [[lignite]]).&lt;br /&gt;
*To be burnt for [[ash]], which is used in [[Glass_industry|glass making]], [[Soap|soap making]], [[Glazing|glazing]], and for fertilizing crops.&lt;br /&gt;
&lt;br /&gt;
===Reasons you want wood===&lt;br /&gt;
*It is simpler to make items from wood.&lt;br /&gt;
**For instance, it only takes one log to produce a [[bin]], [[barrel]], [[bucket]], or [[cage]]; but if you forge them instead then they'll take three metal [[bar]]s (though in versions 0.31.01-0.31.25, a bug causes metal items to only require 1 bar).&lt;br /&gt;
*All metalworks ([[smelter]]s, [[forge]]s), [[glass]]works and [[ceramic]] [[kiln]]s are either coal-[[fuel]]ed or magma-fueled. If you are planning on having any sort of serious metal or glass production, then you're going to need either a lot of wood, or [[magma]] (and [[charcoal]] or [[bituminous coal|coal]] for [[steel]]).&lt;br /&gt;
*Wooden training [[weapon]]s are useful for military training started shortly after embark should you feel the need.&lt;br /&gt;
*[[Crossbow]]s can be made from wood (or [[bone]]) and may be preferred if you have a skilled [[bowyer]] but not a skilled [[weaponsmith]].&lt;br /&gt;
&lt;br /&gt;
===Reasons you don't need much wood===&lt;br /&gt;
*Everything other than beds, axles, windmills, water wheels, ''obsidian'' shortswords, siege engine parts, and ballista bolts can be made without the use of wood.&lt;br /&gt;
** In particular, [[barrel]]s  can be replaced by stone [[pot]]s without having to use either fuel or magma.&lt;br /&gt;
*Once you have [[magma]] then you don't need wood for fuel. If you have coal, you don't need (as much) wood to produce [[charcoal]] for [[steel]].  If you have both, you don't need wood to produce metal or steel products.&lt;br /&gt;
**([[Bituminous coal]] ''without'' magma triples the effective output of wood, [[lignite]] doubles it.)&lt;br /&gt;
&lt;br /&gt;
==Weight==&lt;br /&gt;
The weight of a 'unit' of each type of wood is half their density; the densities for each individual type of wood is listed under the appropriate [[tree]]. Wood has a default [SOLID_DENSITY] of 500, making it about three times lighter than most stone and fifteen times lighter than iron.  Feather tree wood is the lightest, with a density of 100, and blood thorn wood is the heaviest, with a density of 1250. Candlenut (140), and glumprong (1200) are also notable. However, since average wood is relatively light to begin with, with the possible exception of wood [[hauling]], this makes (almost?) no practical difference in the daily routine of a fortress or your dwarves.&lt;br /&gt;
&lt;br /&gt;
{| style=&amp;quot;margin:1em 1em 1em 0;background:#F9F9F9;border:1px #AAA solid;border-collapse:collapse;&amp;quot; class=&amp;quot;wikitable sortable&amp;quot;&lt;br /&gt;
|- style=&amp;quot;background:#F2F2F2;text-align:center;&amp;quot;&lt;br /&gt;
!style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;| Wood Type&lt;br /&gt;
!style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;| Density&lt;br /&gt;
!style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;| Color&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;| [[Ash (tree)]]&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;| 600&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;| {{Tile|Pale Brown|6:0}}&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;| [[Saguaro]]&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;| 430&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;| {{Tile|Ecru|6:0}}&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;| [[Oak]]&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;| 700&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;| {{Tile|Auburn|6:0}}&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;| [[Maple]]&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;| 540&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;| {{Tile|Rust|6:0}}&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;| [[Chestnut]]&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;| 430&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;| {{Tile|Dark Chestnut|6:0}}&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;| [[Candlenut]]&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;| 140&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;| {{Tile|Ochre|6:0}}&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;| [[Palm]]&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;| 680&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;| {{Tile|Dark Taupe|6:0}}&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;| [[Rubber tree|Rubber]]&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;| 490&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;| {{Tile|Flax|6:1}}&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;| [[Alder]]&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;| 410&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;| {{Tile|Tan|6:0}}&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;| [[Birch]]&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;| 650&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;| {{Tile|Burnt Umber|4:0}}&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;| [[Black-cap|Black-Cap]]&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;| 650&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;| {{Tile|Black|0:1}}&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;| [[Acacia]]&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;| 600&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;| {{Tile|Peach|7:1}}&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;| [[Cacao tree|Cacao]]&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;| 430&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;| {{Tile|Chocolate|6:0}}&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;| [[Cedar]]&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;| 570&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;| {{Tile|Olive|6:0}}&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;| [[Feather tree|Feather Tree]]&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;| 100&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;| {{Tile|Cream|7:1}}&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;| [[Fungiwood]]&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;| 600&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;| {{Tile|Lemon|6:1}}&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;| [[Glumprong]]&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;| 1200&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;| {{Tile|Purple|5:0}}&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;| [[Goblin-cap]]&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;| 600&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;| {{Tile|Red|4:1}}&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;| [[Highwood]]&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;| 500&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;| {{Tile|Brown|6:0}}&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;| [[Kapok]]&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;| 260&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;| {{Tile|Tan|6:0}}&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;| [[Larch]]&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;| 590&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;| {{Tile|Light Brown|6:0}}&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;| [[Mahogany]]&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;| 600&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;| {{Tile|Brown|6:0}}&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;| [[Mango_tree|Mango]]&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;| 520&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;| {{Tile|Burnt Sienna|4:0}}&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;| [[Mangrove]]&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;| 830&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;| {{Tile|Dark Taupe|6:0}}&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;| [[Nether-cap]]&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;| 550&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;| {{Tile|Dark Indigo|1:0}}&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;| [[Pine]]&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;| 510&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;| {{Tile|Beige|6:0}}&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;| [[Spore tree|Spore]]&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;| 600&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;| {{Tile|Teal|3:0}}&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;| [[Tower-cap]]&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;| 600&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;| {{Tile|White|7:1}}&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;| [[Tunnel tube|Tunnel Tube]]&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;| 500&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;| {{Tile|Violet|5:1}}&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;| [[Willow]]&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;| 390&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;| {{Tile|Tan|6:0}}&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;| [[Blood thorn]]&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;| 1250&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;| {{Tile|Crimson|4:0}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Biomes ==&lt;br /&gt;
*[[Temperate]] forest&lt;br /&gt;
*[[Tropical]] forest&lt;br /&gt;
*[[Taiga]]&lt;br /&gt;
*[[Flatland]]&lt;br /&gt;
*[[Swamp]]&lt;br /&gt;
*[[Desert]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''See also:'''&lt;br /&gt;
:* [[Wood industry]].&lt;br /&gt;
&lt;br /&gt;
{{Wood FAQ}}&lt;br /&gt;
&lt;br /&gt;
{{Category|Materials}}&lt;/div&gt;</summary>
		<author><name>AVK</name></author>
	</entry>
	<entry>
		<id>http://dwarffortresswiki.org/index.php?title=v0.34:Wood&amp;diff=171619</id>
		<title>v0.34:Wood</title>
		<link rel="alternate" type="text/html" href="http://dwarffortresswiki.org/index.php?title=v0.34:Wood&amp;diff=171619"/>
		<updated>2012-05-14T15:35:40Z</updated>

		<summary type="html">&lt;p&gt;AVK: Updated new wood colors and material densities from the v0.34.08 update.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{av}}&lt;br /&gt;
{{Quality|Exceptional}}&lt;br /&gt;
&lt;br /&gt;
'''Wood''' is produced by [[designation|{{Key|d}}esignating]] [[tree|{{Key|t}}rees]] to be chopped down. Any [[dwarf]] with the [[wood cutting]] [[labor]] enabled and access to a [[battle axe]] will cut down the trees, which will turn one tree into one '''log''', the raw form of wood.&lt;br /&gt;
&lt;br /&gt;
Only [[nether-cap]] wood is [[magma-safe]].&lt;br /&gt;
&lt;br /&gt;
&amp;quot;'''Timber'''&amp;quot; is the name of the ninth month of the dwarven [[calendar]], covering late Fall.&lt;br /&gt;
&lt;br /&gt;
==Growing==&lt;br /&gt;
&lt;br /&gt;
[[Tree]]s start their lives as saplings.  Saplings cannot be cut down until they mature into full-grown trees, which can take several years.  Saplings will randomly appear in appropriate [[soil]] (above and below ground) and [[mud]]dy underground rock (underground areas will only start to sprout saplings once you have hit the [[caverns]]) to provide a slow (but steady) supply of wood.   Fully-grown trees will impede units' movement, so be sure to clear them out of active corridors.&lt;br /&gt;
&lt;br /&gt;
==Sources==&lt;br /&gt;
&lt;br /&gt;
Besides cutting down trees, wood (and some wooden goods, such as [[barrel]]s) is often available from the [[elf|elven]], [[dwarf|dwarven]] and [[human]] [[caravan]]s.  Wood can also be purchased before embarking. Wood is quite inexpensive, costing only 3☼ per log, and you may wish to bring a large number of logs when embarking in order to jump-start your [[wood industry]].  The [[wagon (embark)|wagon]] you start the game with can also be dismantled for three logs.&lt;br /&gt;
&lt;br /&gt;
==Considerations==&lt;br /&gt;
&lt;br /&gt;
===Reasons you need wood===&lt;br /&gt;
*To build [[bed]]s&lt;br /&gt;
**Without beds your dwarves will get unhappy thoughts from sleeping on the ground&lt;br /&gt;
*To build [[water wheel]]s and [[windmill]]s, as well as [[axle]]s&lt;br /&gt;
**Without wood, you cannot generate ''or'' transfer [[power]].&lt;br /&gt;
*To build [[siege engine]]s and ballista bolts&lt;br /&gt;
**These can be very effective defenses when traps fail.&lt;br /&gt;
*If you want [[obsidian]] [[short sword]]s, they require one obsidian stone and one wood each (these swords likely consist of a wooden hilt with an obsidian blade or, as a more exotic alternative, a thin wooden &amp;quot;paddle&amp;quot; with sharp flakes of obsidian forming sharp edges, like the Aztec [http://en.wikipedia.org/wiki/Macuahuitl macuahuitl]).&lt;br /&gt;
**If you have access to obsidian, these can be a great source of quick weaponry early in the game, before any steel works are up to speed.  Even on a tree-lite map, each weapon takes less wood to produce than a steel weapon (unless you are using [[magma]] to fuel your [[smelter]]s and [[forge]]s and have access to [[bituminous coal]] and [[lignite]]).&lt;br /&gt;
*To be burnt for [[ash]], which is used in [[Glass_industry|glass making]], [[Soap|soap making]], [[Glazing|glazing]], and for fertilizing crops.&lt;br /&gt;
&lt;br /&gt;
===Reasons you want wood===&lt;br /&gt;
*It is simpler to make items from wood.&lt;br /&gt;
**For instance, it only takes one log to produce a [[bin]], [[barrel]], [[bucket]], or [[cage]]; but if you forge them instead then they'll take three metal [[bar]]s (though in versions 0.31.01-0.31.25, a bug causes metal items to only require 1 bar).&lt;br /&gt;
*All metalworks ([[smelter]]s, [[forge]]s), [[glass]]works and [[ceramic]] [[kiln]]s are either coal-[[fuel]]ed or magma-fueled. If you are planning on having any sort of serious metal or glass production, then you're going to need either a lot of wood, or [[magma]] (and [[charcoal]] or [[bituminous coal|coal]] for [[steel]]).&lt;br /&gt;
*Wooden training [[weapon]]s are useful for military training started shortly after embark should you feel the need.&lt;br /&gt;
*[[Crossbow]]s can be made from wood (or [[bone]]) and may be preferred if you have a skilled [[bowyer]] but not a skilled [[weaponsmith]].&lt;br /&gt;
&lt;br /&gt;
===Reasons you don't need much wood===&lt;br /&gt;
*Everything other than beds, axles, windmills, water wheels, ''obsidian'' shortswords, siege engine parts, and ballista bolts can be made without the use of wood.&lt;br /&gt;
** In particular, [[barrel]]s  can be replaced by stone [[pot]]s without having to use either fuel or magma.&lt;br /&gt;
*Once you have [[magma]] then you don't need wood for fuel. If you have coal, you don't need (as much) wood to produce [[charcoal]] for [[steel]].  If you have both, you don't need wood to produce metal or steel products.&lt;br /&gt;
**([[Bituminous coal]] ''without'' magma triples the effective output of wood, [[lignite]] doubles it.)&lt;br /&gt;
&lt;br /&gt;
==Weight==&lt;br /&gt;
The weight of a 'unit' of each type of wood is half their density; the densities for each individual type of wood is listed under the appropriate [[tree]]. Wood has a default [SOLID_DENSITY] of 500, making it about three times lighter than most stone and fifteen times lighter than iron.  Feather tree wood is the lightest, with a density of 100, and blood thorn wood is the heaviest, with a density of 1250. Candlenut (140), and glumprong (1200) are also notable. However, since average wood is relatively light to begin with, with the possible exception of wood [[hauling]], this makes (almost?) no practical difference in the daily routine of a fortress or your dwarves.&lt;br /&gt;
&lt;br /&gt;
{| style=&amp;quot;margin:1em 1em 1em 0;background:#F9F9F9;border:1px #AAA solid;border-collapse:collapse;&amp;quot; class=&amp;quot;wikitable sortable&amp;quot;&lt;br /&gt;
|- style=&amp;quot;background:#F2F2F2;text-align:center;&amp;quot;&lt;br /&gt;
!style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;| Wood Type&lt;br /&gt;
!style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;| Density&lt;br /&gt;
!style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;| Color&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;| [[Ash (tree)]]&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;| 600&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;| {{Tile|Pale Brown|6:0}}&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;| [[Saguaro]]&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;| 430&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;| {{Tile|Ecru|6:0}}&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;| [[Oak]]&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;| 700&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;| {{Tile|Auburn|6:0}}&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;| [[Maple]]&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;| 540&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;| {{Tile|Rust|6:0}}&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;| [[Chestnut]]&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;| 430&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;| {{Tile|Dark Chestnut|6:0}}&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;| [[Candlenut]]&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;| 140&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;| {{Tile|Ochre|6:0}}&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;| [[Palm]]&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;| 680&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;| {{Tile|Dark Taupe|6:0}}&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;| [[Rubber tree|Rubber]]&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;| 490&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;| {{Tile|Flax|6:1}}&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;| [[Alder]]&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;| 410&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;| {{Tile|Tan|6:0}}&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;| [[Birch]]&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;| 650&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;| {{Tile|Burnt Umber|4:0}}&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;| [[Black-cap|Black-Cap]]&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;| 650&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;| {{Tile|Black|0:1}}&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;| [[Acacia]]&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;| 600&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;| {{Tile|Peach|7:1}}&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;| [[Cacao tree|Cacao]]&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;| 430&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;| {{Tile|Chocolate|6:0}}&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;| [[Cedar]]&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;| 570&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;| {{Tile|Olive|6:0}}&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;| [[Feather tree|Feather Tree]]&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;| 100&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;| {{Tile|Cream|7:1}}&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;| [[Fungiwood]]&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;| 600&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;| {{Tile|Lemon|6:1}}&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;| [[Glumprong]]&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;| 1200&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;| {{Tile|Purple|5:0}}&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;| [[Goblin-cap]]&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;| 600&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;| {{Tile|Red|4:1}}&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;| [[Highwood]]&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;| 500&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;| {{Tile|Brown|6:0}}&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;| [[Kapok]]&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;| 260&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;| {{Tile|Tan|6:0}}&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;| [[Larch]]&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;| 590&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;| {{Tile|Light Brown|6:0}}&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;| [[Mahogany]]&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;| 600&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;| {{Tile|Brown|6:0}}&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;| [[Mango]]&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;| 520&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;| {{Tile|Burnt Sienna|4:0}}&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;| [[Mangrove]]&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;| 830&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;| {{Tile|Dark Taupe|6:0}}&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;| [[Nether-cap]]&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;| 550&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;| {{Tile|Dark Indigo|1:0}}&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;| [[Pine]]&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;| 510&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;| {{Tile|Beige|6:0}}&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;| [[Spore tree|Spore]]&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;| 600&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;| {{Tile|Teal|3:0}}&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;| [[Tower-cap]]&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;| 600&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;| {{Tile|White|7:1}}&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;| [[Tunnel tube|Tunnel Tube]]&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;| 500&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;| {{Tile|Violet|5:1}}&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;| [[Willow]]&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;| 390&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;| {{Tile|Tan|6:0}}&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;| [[Blood thorn]]&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;| 1250&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;| {{Tile|Crimson|4:0}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Biomes ==&lt;br /&gt;
*[[Temperate]] forest&lt;br /&gt;
*[[Tropical]] forest&lt;br /&gt;
*[[Taiga]]&lt;br /&gt;
*[[Flatland]]&lt;br /&gt;
*[[Swamp]]&lt;br /&gt;
*[[Desert]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''See also:'''&lt;br /&gt;
:* [[Wood industry]].&lt;br /&gt;
&lt;br /&gt;
{{Wood FAQ}}&lt;br /&gt;
&lt;br /&gt;
{{Category|Materials}}&lt;/div&gt;</summary>
		<author><name>AVK</name></author>
	</entry>
	<entry>
		<id>http://dwarffortresswiki.org/index.php?title=v0.34:Rubicelle&amp;diff=170473</id>
		<title>v0.34:Rubicelle</title>
		<link rel="alternate" type="text/html" href="http://dwarffortresswiki.org/index.php?title=v0.34:Rubicelle&amp;diff=170473"/>
		<updated>2012-04-25T23:24:04Z</updated>

		<summary type="html">&lt;p&gt;AVK: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{gemlookup/0}}{{av}}{{Quality|Fine}}&lt;br /&gt;
&lt;br /&gt;
A typical moderately precious metamorphic gem. Also known as a yellow spinel.&lt;br /&gt;
&lt;br /&gt;
{{gamedata}}&lt;br /&gt;
{{gems}}&lt;/div&gt;</summary>
		<author><name>AVK</name></author>
	</entry>
	<entry>
		<id>http://dwarffortresswiki.org/index.php?title=v0.34:Diagnostician&amp;diff=170402</id>
		<title>v0.34:Diagnostician</title>
		<link rel="alternate" type="text/html" href="http://dwarffortresswiki.org/index.php?title=v0.34:Diagnostician&amp;diff=170402"/>
		<updated>2012-04-24T13:17:24Z</updated>

		<summary type="html">&lt;p&gt;AVK: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{quality|Fine|18:01, 28 April 2011 (UTC)}}{{Skill&lt;br /&gt;
| color      = 5:0&lt;br /&gt;
| skill      = Diagnostician&lt;br /&gt;
| specialty  = Diagnoser&lt;br /&gt;
| profession = [[Doctor]]&lt;br /&gt;
| job name   = [[Diagnosis]]&lt;br /&gt;
| tasks      =&lt;br /&gt;
* Diagnose wounded dwarves&lt;br /&gt;
| attributes =&lt;br /&gt;
* Analytical Ability&lt;br /&gt;
* Memory&lt;br /&gt;
* Intuition&lt;br /&gt;
}}&lt;br /&gt;
{{av}}&lt;br /&gt;
&lt;br /&gt;
The '''diagnostician''' skill is used in the [[Healthcare]] Industry, with the corresponding [[labor]] '''diagnosis'''.  It is used in deciding how a dwarf is hurt and how to fix him. It is the only relevant skill of the [[chief medical dwarf]] position, and the [[health screen]] will not display information without it.&lt;br /&gt;
&lt;br /&gt;
'''See also:'''&lt;br /&gt;
&lt;br /&gt;
*[[Healthcare]]&lt;br /&gt;
&lt;br /&gt;
{{skills}}&lt;br /&gt;
&lt;br /&gt;
{{Category|Healthcare}}&lt;/div&gt;</summary>
		<author><name>AVK</name></author>
	</entry>
	<entry>
		<id>http://dwarffortresswiki.org/index.php?title=v0.34:Diagnostician&amp;diff=170401</id>
		<title>v0.34:Diagnostician</title>
		<link rel="alternate" type="text/html" href="http://dwarffortresswiki.org/index.php?title=v0.34:Diagnostician&amp;diff=170401"/>
		<updated>2012-04-24T13:17:03Z</updated>

		<summary type="html">&lt;p&gt;AVK: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{quality|Fine|18:01, 28 April 2011 (UTC)}}{{Skill&lt;br /&gt;
| color      = 5:0&lt;br /&gt;
| skill      = Diagnostician&lt;br /&gt;
| specialty  = Diagnoser&lt;br /&gt;
| profession = [[Doctor]]&lt;br /&gt;
| job name   = [[Diagnosis]]&lt;br /&gt;
| tasks      =&lt;br /&gt;
* Diagnose wounded dwarves&lt;br /&gt;
| attributes =&lt;br /&gt;
* Analytical Ability&lt;br /&gt;
* Memory&lt;br /&gt;
* Intuition&lt;br /&gt;
}}&lt;br /&gt;
{{av}}&lt;br /&gt;
&lt;br /&gt;
The '''diagnostician''' skill is used in the [[Healthcare]] Industry, with the corresponding [[labor]] '''diagnosis'''.  It is used in deciding how a dwarf is hurt and how to fix him. It is the only relevant skill of the [[chief medical dwarf]] position, and the [[health screen]] will not display information without at least a novice level in the skill.&lt;br /&gt;
&lt;br /&gt;
'''See also:'''&lt;br /&gt;
&lt;br /&gt;
*[[Healthcare]]&lt;br /&gt;
&lt;br /&gt;
{{skills}}&lt;br /&gt;
&lt;br /&gt;
{{Category|Healthcare}}&lt;/div&gt;</summary>
		<author><name>AVK</name></author>
	</entry>
	<entry>
		<id>http://dwarffortresswiki.org/index.php?title=v0.34:Health_screen&amp;diff=170400</id>
		<title>v0.34:Health screen</title>
		<link rel="alternate" type="text/html" href="http://dwarffortresswiki.org/index.php?title=v0.34:Health_screen&amp;diff=170400"/>
		<updated>2012-04-24T13:14:39Z</updated>

		<summary type="html">&lt;p&gt;AVK: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{quality|Exceptional|23:31, 17 April 2011 (UTC)}}&lt;br /&gt;
&lt;br /&gt;
In the status menu (accessed using the {{k|z}}-status key), one of the sub-menus is '''Health'''. This sub-menu becomes available when a dwarf is appointed to the [[Chief medical dwarf]] position. It does not display information unless the CMD is at least a novice [[diagnostician]]. &amp;lt;br /&amp;gt;&lt;br /&gt;
The z-health menu is used to monitor the health of friendly dwarves. A subject dwarf's status effects and injuries are cataloged in the health menu by [[Healthcare|hospital staff]] upon diagnosis. Some basic needs are automatically shown in the menu whenever a dwarf becomes hungry, thirsty, or tired. Doctors will begin treating injured or otherwise unhealthy dwarves only after diagnosis and when proper equipment is available. &amp;lt;br /&amp;gt;&lt;br /&gt;
&amp;lt;sub&amp;gt;Note: The screen is entirely mouse enabled.&amp;lt;/sub&amp;gt; &amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Listed below are all of the conditions displayed in the z-health screen:&lt;br /&gt;
===First Key Column===&lt;br /&gt;
This is the column that lists requests and requirements of the subject.&lt;br /&gt;
{{HealthStatus table head}}&lt;br /&gt;
{{HealthStatus table row|symbol=D|color=2:0:1|desc='''Diagnosis request''' - [[Diagnostician]] needed to diagnose the subject}}&lt;br /&gt;
{{HealthStatus table row|symbol=≈|color=3:0:1|desc='''Cleaning request''' - Dwarf with a water bucket and cleaning labor enabled needed to bathe off contaminants, preferably using [[soap]] }}&lt;br /&gt;
{{HealthStatus table row|symbol=S|color=4:0:1|desc='''Surgery required''' - [[Surgeon]] needed to excise necrotic tissue or repair organ damage}} &lt;br /&gt;
{{HealthStatus table row|symbol=R|color=5:0:1|desc='''Inoperable Rot''' - [[Surgeon]] needed to amputate a necrotic limb}}&lt;br /&gt;
{{HealthStatus table row|symbol=&amp;lt;small&amp;gt;Ø&amp;lt;/small&amp;gt;|color=7:0:1|desc='''Suture request''' - [[Suturer]] needed to repair cuts, wounds and nerve damage (!!) using thread}}&lt;br /&gt;
{{HealthStatus table row|symbol=B|color=6:0:1|desc='''Setting request''' - [[Bone doctor]] needed to set the subject's fractured bones}}&lt;br /&gt;
{{HealthStatus table row|symbol=&amp;lt;s&amp;gt;°&amp;lt;/s&amp;gt;|color=7:0:1|desc='''Dressing request''' - [[Wound dresser]] needed to top off the medical procedure using cloth bandages}}&lt;br /&gt;
{{HealthStatus table row|symbol=T|color=6:0:1|desc='''Traction request''' - [[Traction bench]] needed to immobilize subject with overlapping fractures}}&lt;br /&gt;
{{HealthStatus table row|symbol=I|color=6:0:1|desc='''Immobilization request''' - [[Gypsum plaster|Cast]] (wound dresser) or [[splint]] (bone doctor) needed to stabilize a repaired fracture}}&lt;br /&gt;
{{HealthStatus table row|symbol=C|color=6:0:1|desc='''Crutch required''' - [[Crutch]] needed for the subject to walk}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===Second Key Column===&lt;br /&gt;
This column shows different degrees of bleeding, blood loss, numbness, and paralysis.&lt;br /&gt;
{{HealthStatus table head}}&lt;br /&gt;
{{HealthStatus table row|symbol=B!+|color=4:0:1|desc='''Heavy bleeding''' - Subject is quickly losing blood through many wounds or torn arteries. This is an emergency.}}&lt;br /&gt;
{{HealthStatus table row|symbol=B!&amp;lt;sup&amp;gt;~&amp;lt;/sup&amp;gt;|color=4:0:0|desc='''Bleeding''' - Subject is losing blood through a wound. Typically harmless due to dwarves' fast natural healing rate.}}&lt;br /&gt;
{{HealthStatus table row|symbol=Bl+|color=5:0:1|desc='''Severe Blood Loss''' - Subject is Pale. Caused by massive blood loss, typically from a severed limb. This is an emergency.}}&lt;br /&gt;
{{HealthStatus table row|symbol=Bl&amp;lt;sup&amp;gt;~&amp;lt;/sup&amp;gt;|color=5:0:1|desc='''Blood Loss''' - Subject is Faint. Caused by moderate blood loss from wounds or necrosis.}}&lt;br /&gt;
{{HealthStatus table row|symbol=Pz+|color=3:0:1|desc='''Paralyzed''' - Subject is completely paralyzed. Common effect of upper spinal injury. Death by suffocation is imminent}}&lt;br /&gt;
{{HealthStatus table row|symbol=Pz&amp;lt;sup&amp;gt;~&amp;lt;/sup&amp;gt;|color=3:0:1|desc='''Partially paralyzed''' - One or more limbs unusable due to severed nerves}}&lt;br /&gt;
{{HealthStatus table row|symbol=Slg|color=3:0:1|desc='''Sluggish''' - Characteristic of weak or lessening paralysis}}&lt;br /&gt;
{{HealthStatus table row|symbol=Nm+|color=3:0:1|desc='''Completely numb''' - Symptom of syndromes or sensory nerve damage. Eliminates pain sensation in affected areas and severely hampers motor ability. Protracted syndrome effects may cause permanent damage.}}&lt;br /&gt;
{{HealthStatus table row|symbol=Nm&amp;lt;sup&amp;gt;~&amp;lt;/sup&amp;gt;|color=3:0:1|desc='''Partially numb''' - Symptom of syndromes or sensory nerve damage. Further reduces pain in affected areas and hampers fine motor ability.}}&lt;br /&gt;
{{HealthStatus table row|symbol=Nm-|color=3:0:1|desc='''Slightly numb''' - Symptom of syndromes or sensory nerve damage. Reduces pain in affected areas.}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===Third Key Column===&lt;br /&gt;
This column shows different degrees of pain, exhaustion and fever and also shows dizziness and whether the subject is stunned.&lt;br /&gt;
{{HealthStatus table head}}&lt;br /&gt;
{{HealthStatus table row|symbol=F!|color=4:0:1|desc='''Serious fever''' - Reduces focus stat, may stun. Typical warning sign of more dangerous syndromes.}}&lt;br /&gt;
{{HealthStatus table row|symbol=F+|color=4:0:1|desc='''Moderate fever''' - Reduces focus stat. Typical warning sign of more dangerous syndromes.}}&lt;br /&gt;
{{HealthStatus table row|symbol=F&amp;lt;sup&amp;gt;~&amp;lt;/sup&amp;gt;|color=4:0:1|desc='''Slight fever''' - Reduces focus stat. Relatively harmless.}}&lt;br /&gt;
{{HealthStatus table row|symbol=Dz|color=3:0:1|desc='''Dizzy''' - Common symptom of snakebite. Causes subject to stumble in a random direction whenever performing an action, depending on severity.}}&lt;br /&gt;
{{HealthStatus table row|symbol=Pn!|color=6:0:1|desc='''Extreme pain''' - Subject can't take any more and falls unconscious, giving into pain. Typical of broken bones. Thresholds depend on subject's willpower stat.}}&lt;br /&gt;
{{HealthStatus table row|symbol=Pn+|color=6:0:1|desc='''Moderate pain''' - Moderate amount of pain receptors have been triggered by wounds. Interferes with actions?}}&lt;br /&gt;
{{HealthStatus table row|symbol=Pn&amp;lt;sup&amp;gt;~&amp;lt;/sup&amp;gt;|color=6:0:1|desc='''Slight pain''' - Subject has suffered minor cuts or bruises.}}&lt;br /&gt;
{{HealthStatus table row|symbol=St|color=3:0:1|desc='''Stunned''' - The wind has been knocked out of the subject by an unexpected fall, impact, cave-in or takedown. Temporary and harmless in itself.}}&lt;br /&gt;
{{HealthStatus table row|symbol=Exh|color=6:0:1|desc='''Exhausted''' - Caused by taking too many combat actions in a turn?{{verify}}}}&lt;br /&gt;
{{HealthStatus table row|symbol=Ovx|color=6:0:1|desc='''Over-exerted''' - Caused by taking too many combat actions in a turn?{{verify}}}}&lt;br /&gt;
{{HealthStatus table row|symbol=Tir|color=6:0:1|desc='''Tired''' - Caused by taking too many combat actions in a turn?{{verify}}}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===Fourth Key Column===&lt;br /&gt;
This column shows breathing problems and various needs (including extreme like starvation and dehydration).&lt;br /&gt;
{{HealthStatus table head}}&lt;br /&gt;
{{HealthStatus table row|symbol=Dr|color=1:0:1|desc='''Drowning''' - Cannot breathe due to being stuck underwater. This is an emergency.}}&lt;br /&gt;
{{HealthStatus table row|symbol=Wd|color=7:0:0|desc='''Winded'''}}&lt;br /&gt;
{{HealthStatus table row|symbol=Br|color=4:0:1|desc='''Cannot breathe''' - Usually indicates severe lung injury or asphyxiation.  Death is imminent unless one lung was injured a long time ago and will finish healing to the point of being able to breathe before subject dies.}}&lt;br /&gt;
{{HealthStatus table row|symbol=Br|color=7:0:0|desc='''Trouble breathing''' - Usually indicates lung injury or extreme exertion}}&lt;br /&gt;
{{HealthStatus table row|symbol=T!|color=4:0:1|desc='''Dehydrated''' - If the subject doesn't receive booze (or [[water]], if hospitalized) they will die.  This is an emergency.}}&lt;br /&gt;
{{HealthStatus table row|symbol=T&amp;lt;sup&amp;gt;~&amp;lt;/sup&amp;gt;|color=1:0:1|desc='''Thirsty'''}}&lt;br /&gt;
{{HealthStatus table row|symbol=H!|color=4:0:1|desc='''Starving''' - If the subject doesn't receive food they will die.  This is an emergency.}}&lt;br /&gt;
{{HealthStatus table row|symbol=H&amp;lt;sup&amp;gt;~&amp;lt;/sup&amp;gt;|color=6:0:0|desc='''Hungry'''}}&lt;br /&gt;
{{HealthStatus table row|symbol=Dw|color=4:0:1|desc='''Very drowsy''' - If the subject doesn't get sleep soon they will go [[insane]]. This is an emergency.}}&lt;br /&gt;
{{HealthStatus table row|symbol=Dw|color=1:0:1|desc='''Drowsy''' - Subject is tired enough to go to bed, but hasn't done so yet. Also caused by syndromes.}}&lt;br /&gt;
{{HealthStatus table row|symbol=Na|color=2:0:1|desc='''Nauseous''' - Symptom of cave adaptation or injury to the guts. The subject may stop and [[vomit]] instead of making an action. Excessive vomiting can cause dehydration.}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===Fifth Key Column===&lt;br /&gt;
This column shows vision and grasping impairment, problems with nerves, and being unable to stand or fly.&lt;br /&gt;
{{HealthStatus table head}}&lt;br /&gt;
{{HealthStatus table row|symbol=V|color=4:0:1|desc='''Vision lost''' - Subject will have a very hard time completing normal tasks}}&lt;br /&gt;
{{HealthStatus table row|symbol=V|color=6:0:1|desc='''Vision impaired''' - Subject will have a hard time completing normal tasks}}&lt;br /&gt;
{{HealthStatus table row|symbol=V|color=7:0:0|desc='''Vision ~impaired''' - Subject will have a slightly hard time completing normal tasks. Caused naturally by old age (110+ with dwarves).}}&lt;br /&gt;
{{HealthStatus table row|symbol=P|color=2:0:1|desc='''Popped out''' - Subject's intestines have popped out.  Death is imminent.}}&lt;br /&gt;
{{HealthStatus table row|symbol=Sx|color=6:0:1|desc='''Cannot stand''' - Subject can only crawl due to dismemberment or lower body paralysis. Subject needs a [[crutch]] to stand or walk.}}&lt;br /&gt;
{{HealthStatus table row|symbol=S&amp;lt;sup&amp;gt;~&amp;lt;/sup&amp;gt;|color=6:0:1|desc='''Stand impaired''' - Subject has trouble standing due to numbness or injury to the legs. Subject might need a crutch? {{verify}}}}&lt;br /&gt;
{{HealthStatus table row|symbol=Gx|color=6:0:1|desc='''Cannot grasp''' - Subject cannot manipulate objects due to dismemberment or paralysis.}}&lt;br /&gt;
{{HealthStatus table row|symbol=G&amp;lt;sup&amp;gt;~&amp;lt;/sup&amp;gt;|color=6:0:1|desc='''Grasp impaired''' - Subject has trouble with fine motor control, but can still grasp things. Typically caused by injury or numbness.}}&lt;br /&gt;
{{HealthStatus table row|symbol=Fx|color=6:0:1|desc='''Cannot fly''' - Subject can no longer fly due to paralysis or injury. Applied only to former flyers.}}&lt;br /&gt;
{{HealthStatus table row|symbol=F&amp;lt;sup&amp;gt;~&amp;lt;/sup&amp;gt;|color=6:0:1|desc='''Flight impaired''' - Subject has trouble flying due to injury. Applied only to flyers.}}&lt;br /&gt;
{{HealthStatus table row|symbol=Mn|color=3:0:1|desc='''Motor nerve''' - A motor nerve has been damaged, which can affect the subject's ability to move, stand, or fly}}&lt;br /&gt;
{{HealthStatus table row|symbol=Sn|color=3:0:1|desc='''Sensory nerve''' - A sensory nerve has been damaged, which can affect the subject's ability to feel sensations, to see, and to breathe{{verify}}}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===Sixth Key Column===&lt;br /&gt;
This column shows torn arteries, tendons and ligaments along with fractures and bruising.&lt;br /&gt;
{{HealthStatus table head}}&lt;br /&gt;
{{HealthStatus table row|symbol=A!|color=4:0:1|desc='''Major artery torn''' - Heart injury or torn throat. This is invariably fatal.}}&lt;br /&gt;
{{HealthStatus table row|symbol=A+|color=4:0:1|desc='''Artery torn''' - Subject will probably suffer bleeding of some type.  This can be an emergency.}}&lt;br /&gt;
{{HealthStatus table row|symbol=Of|color=4:0:1|desc='''Overlapping fracture''' - Typically a limb fracture with severely displaced fragments. A traction bench may be required to reconnect the bones.}}&lt;br /&gt;
{{HealthStatus table row|symbol=Cf|color=4:0:1|desc='''Compound fracture''' - A bone fracture exposed through an open wound. Presents an infection risk.}}&lt;br /&gt;
{{HealthStatus table row|symbol=Tn|color=4:0:1|desc='''Torn tendon''' - Muscle is severed from the bone. Causes severe pain and disables limb?{{verify}}}}&lt;br /&gt;
{{HealthStatus table row|symbol=Tn|color=6:0:1|desc='''Tendon strain''' - Muscle damage. Causes pain and limits movement?{{verify}}}}&lt;br /&gt;
{{HealthStatus table row|symbol=Tn|color=6:0:0|desc='''Tendon bruise''' - Slight muscle damage.}}&lt;br /&gt;
{{HealthStatus table row|symbol=Lg|color=4:0:1|desc='''Torn ligament''' - Broken joint. Causes severe pain and disables limb?{{verify}}}}&lt;br /&gt;
{{HealthStatus table row|symbol=Lg|color=6:0:1|desc='''Ligament strain''' - Joint damage. Causes pain and limits movement? {{verify}}}}&lt;br /&gt;
{{HealthStatus table row|symbol=Lg|color=6:0:0|desc='''Ligament bruise''' - Slight joint damage.}}&lt;br /&gt;
{{HealthStatus table row|symbol=Ns|color=6:0:1|desc='''Need setting''' - A [[bone doctor]] is needed to treat injuries}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===Seventh Key Column===&lt;br /&gt;
This column shows broken tissue, different degrees of pain, damage and swelling, and whether the subject has an infection.&lt;br /&gt;
{{HealthStatus table head}}&lt;br /&gt;
{{HealthStatus table row|symbol=X!|color=4:0:1|desc='''Broken tissue'''}}&lt;br /&gt;
{{HealthStatus table row|symbol=D!|color=4:0:1|desc='''Heavy damage''' - Varying degrees of bruising. Typically caused by syndromes.}}&lt;br /&gt;
{{HealthStatus table row|symbol=D+|color=6:0:1|desc='''Moderate damage''' - Varying degrees of bruising. Typically caused by syndromes.}}&lt;br /&gt;
{{HealthStatus table row|symbol=D&amp;lt;sup&amp;gt;~&amp;lt;/sup&amp;gt;|color=6:0:0|desc='''Light damage''' - Varying degrees of bruising. Typically caused by syndromes.}}&lt;br /&gt;
{{HealthStatus table row|symbol=X&amp;lt;sup&amp;gt;~&amp;lt;/sup&amp;gt;|color=6:0:1|desc='''Partially broken tissue''' - The subject's skin or muscle is cut or torn open. Not necessarily an emergency.}}&lt;br /&gt;
{{HealthStatus table row|symbol=Pb!|color=6:0:1|desc='''Extreme pain''' - Not caused by injuries. Syndrome symptom?}}&lt;br /&gt;
{{HealthStatus table row|symbol=Pb+|color=6:0:1|desc='''Moderate pain''' - Not caused by injuries. Syndrome symptom?}}&lt;br /&gt;
{{HealthStatus table row|symbol=Pb&amp;lt;sup&amp;gt;~&amp;lt;/sup&amp;gt;|color=6:0:1|desc='''Minor pain''' - Not caused by injuries. Syndrome symptom?}}&lt;br /&gt;
{{HealthStatus table row|symbol=Sw!|color=6:0:1|desc='''Extreme swelling''' - Typically caused by syndromes. Further impedes use of affected limbs and matures into necrosis. Swelling of the throat can cause suffocation.}}&lt;br /&gt;
{{HealthStatus table row|symbol=Sw+|color=6:0:1|desc='''Medium swelling''' - Typically caused by syndromes. Impedes use of affected limbs.}}&lt;br /&gt;
{{HealthStatus table row|symbol=Sw&amp;lt;sup&amp;gt;~&amp;lt;/sup&amp;gt;|color=6:0:1|desc='''Minor swelling''' - Typically caused by syndromes. Slightly impedes use of affected limbs.}}&lt;br /&gt;
{{HealthStatus table row|symbol=In|color=5:0:1|desc='''Infection''' - Appears in open wounds either exposed to contaminated water or left untreated for too long. Cannot be treated. Subject's health attributes may affect survival rate?{{verify}}}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{{Category|Healthcare}}&lt;br /&gt;
{{Category|Interface}}&lt;/div&gt;</summary>
		<author><name>AVK</name></author>
	</entry>
	<entry>
		<id>http://dwarffortresswiki.org/index.php?title=v0.34:Health_screen&amp;diff=170399</id>
		<title>v0.34:Health screen</title>
		<link rel="alternate" type="text/html" href="http://dwarffortresswiki.org/index.php?title=v0.34:Health_screen&amp;diff=170399"/>
		<updated>2012-04-24T09:24:44Z</updated>

		<summary type="html">&lt;p&gt;AVK: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{quality|Exceptional|23:31, 17 April 2011 (UTC)}}&lt;br /&gt;
&lt;br /&gt;
In the status menu (accessed using the {{k|z}}-status key), one of the sub-menus is '''Health'''. This sub-menu becomes available when a dwarf is appointed to the [[Chief medical dwarf]] position. &amp;lt;br /&amp;gt;&lt;br /&gt;
The z-health menu is used to monitor the health of friendly dwarves. A subject dwarf's status effects and injuries are cataloged in the health menu by [[Healthcare|hospital staff]] upon diagnosis. Some basic needs are automatically shown in the menu whenever a dwarf becomes hungry, thirsty, or tired. Doctors will begin treating injured or otherwise unhealthy dwarves only after diagnosis and when proper equipment is available. &amp;lt;br /&amp;gt;&lt;br /&gt;
&amp;lt;sub&amp;gt;Note: The screen is entirely mouse enabled.&amp;lt;/sub&amp;gt; &amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Listed below are all of the conditions displayed in the z-health screen:&lt;br /&gt;
===First Key Column===&lt;br /&gt;
This is the column that lists requests and requirements of the subject.&lt;br /&gt;
{{HealthStatus table head}}&lt;br /&gt;
{{HealthStatus table row|symbol=D|color=2:0:1|desc='''Diagnosis request''' - [[Diagnostician]] needed to diagnose the subject}}&lt;br /&gt;
{{HealthStatus table row|symbol=≈|color=3:0:1|desc='''Cleaning request''' - Dwarf with a water bucket and cleaning labor enabled needed to bathe off contaminants, preferably using [[soap]] }}&lt;br /&gt;
{{HealthStatus table row|symbol=S|color=4:0:1|desc='''Surgery required''' - [[Surgeon]] needed to excise necrotic tissue or repair organ damage}} &lt;br /&gt;
{{HealthStatus table row|symbol=R|color=5:0:1|desc='''Inoperable Rot''' - [[Surgeon]] needed to amputate a necrotic limb}}&lt;br /&gt;
{{HealthStatus table row|symbol=&amp;lt;small&amp;gt;Ø&amp;lt;/small&amp;gt;|color=7:0:1|desc='''Suture request''' - [[Suturer]] needed to repair cuts, wounds and nerve damage (!!) using thread}}&lt;br /&gt;
{{HealthStatus table row|symbol=B|color=6:0:1|desc='''Setting request''' - [[Bone doctor]] needed to set the subject's fractured bones}}&lt;br /&gt;
{{HealthStatus table row|symbol=&amp;lt;s&amp;gt;°&amp;lt;/s&amp;gt;|color=7:0:1|desc='''Dressing request''' - [[Wound dresser]] needed to top off the medical procedure using cloth bandages}}&lt;br /&gt;
{{HealthStatus table row|symbol=T|color=6:0:1|desc='''Traction request''' - [[Traction bench]] needed to immobilize subject with overlapping fractures}}&lt;br /&gt;
{{HealthStatus table row|symbol=I|color=6:0:1|desc='''Immobilization request''' - [[Gypsum plaster|Cast]] (wound dresser) or [[splint]] (bone doctor) needed to stabilize a repaired fracture}}&lt;br /&gt;
{{HealthStatus table row|symbol=C|color=6:0:1|desc='''Crutch required''' - [[Crutch]] needed for the subject to walk}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===Second Key Column===&lt;br /&gt;
This column shows different degrees of bleeding, blood loss, numbness, and paralysis.&lt;br /&gt;
{{HealthStatus table head}}&lt;br /&gt;
{{HealthStatus table row|symbol=B!+|color=4:0:1|desc='''Heavy bleeding''' - Subject is quickly losing blood through many wounds or torn arteries. This is an emergency.}}&lt;br /&gt;
{{HealthStatus table row|symbol=B!&amp;lt;sup&amp;gt;~&amp;lt;/sup&amp;gt;|color=4:0:0|desc='''Bleeding''' - Subject is losing blood through a wound. Typically harmless due to dwarves' fast natural healing rate.}}&lt;br /&gt;
{{HealthStatus table row|symbol=Bl+|color=5:0:1|desc='''Severe Blood Loss''' - Subject is Pale. Caused by massive blood loss, typically from a severed limb. This is an emergency.}}&lt;br /&gt;
{{HealthStatus table row|symbol=Bl&amp;lt;sup&amp;gt;~&amp;lt;/sup&amp;gt;|color=5:0:1|desc='''Blood Loss''' - Subject is Faint. Caused by moderate blood loss from wounds or necrosis.}}&lt;br /&gt;
{{HealthStatus table row|symbol=Pz+|color=3:0:1|desc='''Paralyzed''' - Subject is completely paralyzed. Common effect of upper spinal injury. Death by suffocation is imminent}}&lt;br /&gt;
{{HealthStatus table row|symbol=Pz&amp;lt;sup&amp;gt;~&amp;lt;/sup&amp;gt;|color=3:0:1|desc='''Partially paralyzed''' - One or more limbs unusable due to severed nerves}}&lt;br /&gt;
{{HealthStatus table row|symbol=Slg|color=3:0:1|desc='''Sluggish''' - Characteristic of weak or lessening paralysis}}&lt;br /&gt;
{{HealthStatus table row|symbol=Nm+|color=3:0:1|desc='''Completely numb''' - Symptom of syndromes or sensory nerve damage. Eliminates pain sensation in affected areas and severely hampers motor ability. Protracted syndrome effects may cause permanent damage.}}&lt;br /&gt;
{{HealthStatus table row|symbol=Nm&amp;lt;sup&amp;gt;~&amp;lt;/sup&amp;gt;|color=3:0:1|desc='''Partially numb''' - Symptom of syndromes or sensory nerve damage. Further reduces pain in affected areas and hampers fine motor ability.}}&lt;br /&gt;
{{HealthStatus table row|symbol=Nm-|color=3:0:1|desc='''Slightly numb''' - Symptom of syndromes or sensory nerve damage. Reduces pain in affected areas.}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===Third Key Column===&lt;br /&gt;
This column shows different degrees of pain, exhaustion and fever and also shows dizziness and whether the subject is stunned.&lt;br /&gt;
{{HealthStatus table head}}&lt;br /&gt;
{{HealthStatus table row|symbol=F!|color=4:0:1|desc='''Serious fever''' - Reduces focus stat, may stun. Typical warning sign of more dangerous syndromes.}}&lt;br /&gt;
{{HealthStatus table row|symbol=F+|color=4:0:1|desc='''Moderate fever''' - Reduces focus stat. Typical warning sign of more dangerous syndromes.}}&lt;br /&gt;
{{HealthStatus table row|symbol=F&amp;lt;sup&amp;gt;~&amp;lt;/sup&amp;gt;|color=4:0:1|desc='''Slight fever''' - Reduces focus stat. Relatively harmless.}}&lt;br /&gt;
{{HealthStatus table row|symbol=Dz|color=3:0:1|desc='''Dizzy''' - Common symptom of snakebite. Causes subject to stumble in a random direction whenever performing an action, depending on severity.}}&lt;br /&gt;
{{HealthStatus table row|symbol=Pn!|color=6:0:1|desc='''Extreme pain''' - Subject can't take any more and falls unconscious, giving into pain. Typical of broken bones. Thresholds depend on subject's willpower stat.}}&lt;br /&gt;
{{HealthStatus table row|symbol=Pn+|color=6:0:1|desc='''Moderate pain''' - Moderate amount of pain receptors have been triggered by wounds. Interferes with actions?}}&lt;br /&gt;
{{HealthStatus table row|symbol=Pn&amp;lt;sup&amp;gt;~&amp;lt;/sup&amp;gt;|color=6:0:1|desc='''Slight pain''' - Subject has suffered minor cuts or bruises.}}&lt;br /&gt;
{{HealthStatus table row|symbol=St|color=3:0:1|desc='''Stunned''' - The wind has been knocked out of the subject by an unexpected fall, impact, cave-in or takedown. Temporary and harmless in itself.}}&lt;br /&gt;
{{HealthStatus table row|symbol=Exh|color=6:0:1|desc='''Exhausted''' - Caused by taking too many combat actions in a turn?{{verify}}}}&lt;br /&gt;
{{HealthStatus table row|symbol=Ovx|color=6:0:1|desc='''Over-exerted''' - Caused by taking too many combat actions in a turn?{{verify}}}}&lt;br /&gt;
{{HealthStatus table row|symbol=Tir|color=6:0:1|desc='''Tired''' - Caused by taking too many combat actions in a turn?{{verify}}}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===Fourth Key Column===&lt;br /&gt;
This column shows breathing problems and various needs (including extreme like starvation and dehydration).&lt;br /&gt;
{{HealthStatus table head}}&lt;br /&gt;
{{HealthStatus table row|symbol=Dr|color=1:0:1|desc='''Drowning''' - Cannot breathe due to being stuck underwater. This is an emergency.}}&lt;br /&gt;
{{HealthStatus table row|symbol=Wd|color=7:0:0|desc='''Winded'''}}&lt;br /&gt;
{{HealthStatus table row|symbol=Br|color=4:0:1|desc='''Cannot breathe''' - Usually indicates severe lung injury or asphyxiation.  Death is imminent unless one lung was injured a long time ago and will finish healing to the point of being able to breathe before subject dies.}}&lt;br /&gt;
{{HealthStatus table row|symbol=Br|color=7:0:0|desc='''Trouble breathing''' - Usually indicates lung injury or extreme exertion}}&lt;br /&gt;
{{HealthStatus table row|symbol=T!|color=4:0:1|desc='''Dehydrated''' - If the subject doesn't receive booze (or [[water]], if hospitalized) they will die.  This is an emergency.}}&lt;br /&gt;
{{HealthStatus table row|symbol=T&amp;lt;sup&amp;gt;~&amp;lt;/sup&amp;gt;|color=1:0:1|desc='''Thirsty'''}}&lt;br /&gt;
{{HealthStatus table row|symbol=H!|color=4:0:1|desc='''Starving''' - If the subject doesn't receive food they will die.  This is an emergency.}}&lt;br /&gt;
{{HealthStatus table row|symbol=H&amp;lt;sup&amp;gt;~&amp;lt;/sup&amp;gt;|color=6:0:0|desc='''Hungry'''}}&lt;br /&gt;
{{HealthStatus table row|symbol=Dw|color=4:0:1|desc='''Very drowsy''' - If the subject doesn't get sleep soon they will go [[insane]]. This is an emergency.}}&lt;br /&gt;
{{HealthStatus table row|symbol=Dw|color=1:0:1|desc='''Drowsy''' - Subject is tired enough to go to bed, but hasn't done so yet. Also caused by syndromes.}}&lt;br /&gt;
{{HealthStatus table row|symbol=Na|color=2:0:1|desc='''Nauseous''' - Symptom of cave adaptation or injury to the guts. The subject may stop and [[vomit]] instead of making an action. Excessive vomiting can cause dehydration.}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===Fifth Key Column===&lt;br /&gt;
This column shows vision and grasping impairment, problems with nerves, and being unable to stand or fly.&lt;br /&gt;
{{HealthStatus table head}}&lt;br /&gt;
{{HealthStatus table row|symbol=V|color=4:0:1|desc='''Vision lost''' - Subject will have a very hard time completing normal tasks}}&lt;br /&gt;
{{HealthStatus table row|symbol=V|color=6:0:1|desc='''Vision impaired''' - Subject will have a hard time completing normal tasks}}&lt;br /&gt;
{{HealthStatus table row|symbol=V|color=7:0:0|desc='''Vision ~impaired''' - Subject will have a slightly hard time completing normal tasks. Caused naturally by old age (110+ with dwarves).}}&lt;br /&gt;
{{HealthStatus table row|symbol=P|color=2:0:1|desc='''Popped out''' - Subject's intestines have popped out.  Death is imminent.}}&lt;br /&gt;
{{HealthStatus table row|symbol=Sx|color=6:0:1|desc='''Cannot stand''' - Subject can only crawl due to dismemberment or lower body paralysis. Subject needs a [[crutch]] to stand or walk.}}&lt;br /&gt;
{{HealthStatus table row|symbol=S&amp;lt;sup&amp;gt;~&amp;lt;/sup&amp;gt;|color=6:0:1|desc='''Stand impaired''' - Subject has trouble standing due to numbness or injury to the legs. Subject might need a crutch? {{verify}}}}&lt;br /&gt;
{{HealthStatus table row|symbol=Gx|color=6:0:1|desc='''Cannot grasp''' - Subject cannot manipulate objects due to dismemberment or paralysis.}}&lt;br /&gt;
{{HealthStatus table row|symbol=G&amp;lt;sup&amp;gt;~&amp;lt;/sup&amp;gt;|color=6:0:1|desc='''Grasp impaired''' - Subject has trouble with fine motor control, but can still grasp things. Typically caused by injury or numbness.}}&lt;br /&gt;
{{HealthStatus table row|symbol=Fx|color=6:0:1|desc='''Cannot fly''' - Subject can no longer fly due to paralysis or injury. Applied only to former flyers.}}&lt;br /&gt;
{{HealthStatus table row|symbol=F&amp;lt;sup&amp;gt;~&amp;lt;/sup&amp;gt;|color=6:0:1|desc='''Flight impaired''' - Subject has trouble flying due to injury. Applied only to flyers.}}&lt;br /&gt;
{{HealthStatus table row|symbol=Mn|color=3:0:1|desc='''Motor nerve''' - A motor nerve has been damaged, which can affect the subject's ability to move, stand, or fly}}&lt;br /&gt;
{{HealthStatus table row|symbol=Sn|color=3:0:1|desc='''Sensory nerve''' - A sensory nerve has been damaged, which can affect the subject's ability to feel sensations, to see, and to breathe{{verify}}}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===Sixth Key Column===&lt;br /&gt;
This column shows torn arteries, tendons and ligaments along with fractures and bruising.&lt;br /&gt;
{{HealthStatus table head}}&lt;br /&gt;
{{HealthStatus table row|symbol=A!|color=4:0:1|desc='''Major artery torn''' - Heart injury or torn throat. This is invariably fatal.}}&lt;br /&gt;
{{HealthStatus table row|symbol=A+|color=4:0:1|desc='''Artery torn''' - Subject will probably suffer bleeding of some type.  This can be an emergency.}}&lt;br /&gt;
{{HealthStatus table row|symbol=Of|color=4:0:1|desc='''Overlapping fracture''' - Typically a limb fracture with severely displaced fragments. A traction bench may be required to reconnect the bones.}}&lt;br /&gt;
{{HealthStatus table row|symbol=Cf|color=4:0:1|desc='''Compound fracture''' - A bone fracture exposed through an open wound. Presents an infection risk.}}&lt;br /&gt;
{{HealthStatus table row|symbol=Tn|color=4:0:1|desc='''Torn tendon''' - Muscle is severed from the bone. Causes severe pain and disables limb?{{verify}}}}&lt;br /&gt;
{{HealthStatus table row|symbol=Tn|color=6:0:1|desc='''Tendon strain''' - Muscle damage. Causes pain and limits movement?{{verify}}}}&lt;br /&gt;
{{HealthStatus table row|symbol=Tn|color=6:0:0|desc='''Tendon bruise''' - Slight muscle damage.}}&lt;br /&gt;
{{HealthStatus table row|symbol=Lg|color=4:0:1|desc='''Torn ligament''' - Broken joint. Causes severe pain and disables limb?{{verify}}}}&lt;br /&gt;
{{HealthStatus table row|symbol=Lg|color=6:0:1|desc='''Ligament strain''' - Joint damage. Causes pain and limits movement? {{verify}}}}&lt;br /&gt;
{{HealthStatus table row|symbol=Lg|color=6:0:0|desc='''Ligament bruise''' - Slight joint damage.}}&lt;br /&gt;
{{HealthStatus table row|symbol=Ns|color=6:0:1|desc='''Need setting''' - A [[bone doctor]] is needed to treat injuries}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===Seventh Key Column===&lt;br /&gt;
This column shows broken tissue, different degrees of pain, damage and swelling, and whether the subject has an infection.&lt;br /&gt;
{{HealthStatus table head}}&lt;br /&gt;
{{HealthStatus table row|symbol=X!|color=4:0:1|desc='''Broken tissue'''}}&lt;br /&gt;
{{HealthStatus table row|symbol=D!|color=4:0:1|desc='''Heavy damage''' - Varying degrees of bruising. Typically caused by syndromes.}}&lt;br /&gt;
{{HealthStatus table row|symbol=D+|color=6:0:1|desc='''Moderate damage''' - Varying degrees of bruising. Typically caused by syndromes.}}&lt;br /&gt;
{{HealthStatus table row|symbol=D&amp;lt;sup&amp;gt;~&amp;lt;/sup&amp;gt;|color=6:0:0|desc='''Light damage''' - Varying degrees of bruising. Typically caused by syndromes.}}&lt;br /&gt;
{{HealthStatus table row|symbol=X&amp;lt;sup&amp;gt;~&amp;lt;/sup&amp;gt;|color=6:0:1|desc='''Partially broken tissue''' - The subject's skin or muscle is cut or torn open. Not necessarily an emergency.}}&lt;br /&gt;
{{HealthStatus table row|symbol=Pb!|color=6:0:1|desc='''Extreme pain''' - Not caused by injuries. Syndrome symptom?}}&lt;br /&gt;
{{HealthStatus table row|symbol=Pb+|color=6:0:1|desc='''Moderate pain''' - Not caused by injuries. Syndrome symptom?}}&lt;br /&gt;
{{HealthStatus table row|symbol=Pb&amp;lt;sup&amp;gt;~&amp;lt;/sup&amp;gt;|color=6:0:1|desc='''Minor pain''' - Not caused by injuries. Syndrome symptom?}}&lt;br /&gt;
{{HealthStatus table row|symbol=Sw!|color=6:0:1|desc='''Extreme swelling''' - Typically caused by syndromes. Further impedes use of affected limbs and matures into necrosis. Swelling of the throat can cause suffocation.}}&lt;br /&gt;
{{HealthStatus table row|symbol=Sw+|color=6:0:1|desc='''Medium swelling''' - Typically caused by syndromes. Impedes use of affected limbs.}}&lt;br /&gt;
{{HealthStatus table row|symbol=Sw&amp;lt;sup&amp;gt;~&amp;lt;/sup&amp;gt;|color=6:0:1|desc='''Minor swelling''' - Typically caused by syndromes. Slightly impedes use of affected limbs.}}&lt;br /&gt;
{{HealthStatus table row|symbol=In|color=5:0:1|desc='''Infection''' - Appears in open wounds either exposed to contaminated water or left untreated for too long. Cannot be treated. Subject's health attributes may affect survival rate?{{verify}}}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{{Category|Healthcare}}&lt;br /&gt;
{{Category|Interface}}&lt;/div&gt;</summary>
		<author><name>AVK</name></author>
	</entry>
</feed>