<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://dwarffortresswiki.org/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Match</id>
	<title>Dwarf Fortress Wiki - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://dwarffortresswiki.org/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Match"/>
	<link rel="alternate" type="text/html" href="https://dwarffortresswiki.org/index.php/Special:Contributions/Match"/>
	<updated>2026-05-09T00:14:30Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.35.11</generator>
	<entry>
		<id>https://dwarffortresswiki.org/index.php?title=Entity_token&amp;diff=291226</id>
		<title>Entity token</title>
		<link rel="alternate" type="text/html" href="https://dwarffortresswiki.org/index.php?title=Entity_token&amp;diff=291226"/>
		<updated>2023-02-21T03:17:40Z</updated>

		<summary type="html">&lt;p&gt;Match: /* Flavor */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Quality|Superior}}&lt;br /&gt;
{{av}}&lt;br /&gt;
{{Modding}}&lt;br /&gt;
'''Entity tokens''' define entities, or [[civilization]]s, in entity_*.txt files.&lt;br /&gt;
&lt;br /&gt;
The &amp;lt;code&amp;gt;[OBJECT:ENTITY]&amp;lt;/code&amp;gt; [[token]] begins the definition of an entity [[raw file]]. Each new entity definition that follows begins with the &amp;lt;code&amp;gt;[ENTITY:''entity_ID'']&amp;lt;/code&amp;gt; token, where ''entity_ID'' is a unique identifier for that entity, and the entity's properties are then specified by the use of further entity tokens; or, tokens can be added to existing entities using &amp;lt;code&amp;gt;[SELECT_ENTITY:''entity_ID'']&amp;lt;/code&amp;gt; instead.&lt;br /&gt;
&lt;br /&gt;
All known entity tokens are listed below. &lt;br /&gt;
&lt;br /&gt;
__TOC__&lt;br /&gt;
{{clear}}&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}}&lt;br /&gt;
| &lt;br /&gt;
| Allows adventure mode for entities with sites.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|SITE_CONTROLLABLE}}&lt;br /&gt;
| &lt;br /&gt;
| Allows fortress mode. If multiple entities have the SITE_CONTROLLABLE token, then at embark the specific civs can be chosen on the civ list screen. 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. In entities with multiple possible creatures, you can manipulate the chance of one creature being chosen by adding multiple identical creature tags. For instance adding [CREATURE:DWARF][CREATURE:DWARF][CREATURE:DWARF][CREATURE:ELF] to the same entity will make the civs created about 75% dwarven, 25% elven. It should be noted that civilizations are in general weighted by this token: for example, if you have one entity with three [CREATURE:DWARF] entries and another separate entity with a single [CREATURE:ELF] entry, then you can expect to see three times as many of the former placed as the latter.{{Verify}}&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|SOURCE_HFID}}&lt;br /&gt;
| integer&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;
| Controls the expansion of the civilization's territory.  The higher the number is relative to other BIOME_SUPPORT tokens in the entity, the faster it can spread through the biome.  These numbers are evaluated relative to each other, i.e. if one biome is 1 and the other is 2, the spread will be the same as if one was 100 and the other was 200.  Civs can spread out over biomes they cannot actually build in; for example, humans spread quickly over oceans but cannot actually build in them.&lt;br /&gt;
[BIOME_SUPPORT:ANY_GRASSLAND:4]&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|SETTLEMENT_BIOME}}&lt;br /&gt;
| [[Biome token|biome]]&lt;br /&gt;
| If the civ's territory crosses over this biome, it can build settlements here.&lt;br /&gt;
[SETTLEMENT_BIOME:ANY_GRASSLAND]&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|START_BIOME}}&lt;br /&gt;
| [[Biome token|biome]]&lt;br /&gt;
| Combination of EXCLUSIVE_START_BIOME and SETTLEMENT_BIOME; allows the civ to start in and create settlements in the 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;
| The birth of the civilization can occur in this biome, but cannot (necessarily) build in it. If the civ does not have SETTLEMENT_BIOME or START_BIOME for the biome in question, it will only construct a single settlement there.&lt;br /&gt;
[EXCLUSIVE_START_BIOME:MOUNTAIN]&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  (creates a civ of hillocks only), and MONUMENT (creates a civ without visible sites (except tombs and castles), but may cause worldgen crashes). FORTRESS is no longer a valid entry, castles are currently controlled by BUILDS_OUTDOOR_FORTIFICATIONS. Defaults to CITY. Selecting CAVE causes the classic kobold behavior of not showing up 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]].  CAVE_DETAILED civilizations will create fortresses in mountainous regions and hillocks in non-mountainous regions.&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 civ to spawn at world generation. Worldgen picks entities in some sequential order from the raws, and 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 the 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 allows 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 [[cv:coin|coin]].  Due to the [[Dwarven economy]] having been disabled since version 0.31, the value doesn't actually do anything.&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 these 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. Migrants will sometimes arrive with no name.&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;
* [[language#language_SYM.txt|symbol]]&lt;br /&gt;
| ALL, REMAINING, BATTLE, BRIDGE, CIV, CRAFT_GUILD, FESTIVAL, LIBRARY, MERCHANT_COMPANY, MILITARY_UNIT, OTHER, 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. REMAINING will select all symbols that have not already been declared above it.&lt;br /&gt;
&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;
* [[language#language_SYM.txt|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;
* [[Language#language_SYM.txt|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#Available_spheres|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 civs of this entity will never get FIRE as a religious sphere. Note that the DEATH sphere favours the appearance of necromancers (and therefore, towers) &amp;quot;in&amp;quot; the entity.&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;
* [[Sphere#Available_spheres|sphere]]&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. Default is 256, minimum is 0, maximum is 25600.&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. As of version 0.44.11, however, this is obsolete due to the changes in how sites are elevated in status.&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 (complete anathema) to 0 (neutral) to 50 (highly valued).&lt;br /&gt;
[VALUE:CRAFTSMANSHIP:50]&lt;br /&gt;
&lt;br /&gt;
Certain values must be set to 15 or more for civs to create structures and form entities during history gen:&lt;br /&gt;
* 15+ KNOWLEDGE for libraries&lt;br /&gt;
* 15+ COOPERATION ''and'' 15+ CRAFTSMANSHIP for craft guilds&lt;br /&gt;
** Guilds also need guild-valid professions (see [[#PERMITTED_JOB|PERMITTED_JOB]])&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|VARIABLE_VALUE}}&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;
| {{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, which 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;
Mercenaries and monster hunters from the civ may visit player's fortress and petition for residency there to enlist in the military or hunt monsters in caverns, respectively.&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. Additionally, this token determines if the entity can settle in savage biomes.&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. 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;
| Merchants will engage in cross-civ trading and form companies.&lt;br /&gt;
&lt;br /&gt;
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 this be fulfilled as well as at least one other non-siege trigger before visiting for non-siege activities.&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.  Prevents the civ from engaging in diplomacy or ending up at war.&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 the three caverns; cavern dweller raids due to [[agitation]] will pull from these. If you embark as this civ, you have access to pets and trees from all three layers, not only the first. &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}}&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}}&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}}&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}}&lt;br /&gt;
|&lt;br /&gt;
| Used for kobolds.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|MINING_UNDERWORLD_DISASTERS}}&lt;br /&gt;
|&lt;br /&gt;
| The civilization can breach the [[Underworld]] during world generation.&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;
| Used after a ranged weapon type.&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, and valid values are FORCED, COMMON, UNCOMMON, and RARE (anything else is treated as COMMON). FORCED items will be available 100% of the time, COMMON items 50%, UNCOMMON items 10%, and RARE items 1%. If certain armor types are lacking after performing one pass of randomised checks, the game will repeat random checks until an option is successfully chosen.&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, and valid values are FORCED, COMMON, UNCOMMON, and RARE (anything else is treated as COMMON). Uses the same rarity values and methods as outlined in ARMOR.&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, and valid values are FORCED, COMMON, UNCOMMON, and RARE (anything else is treated as COMMON). Uses the same rarity values and methods as outlined in ARMOR.&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, and valid values are FORCED, COMMON, UNCOMMON, and RARE (anything else is treated as COMMON). Uses the same rarity values and methods as outlined in ARMOR.&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, and valid values are FORCED, COMMON, UNCOMMON, and RARE (anything else is treated as COMMON). Uses the same rarity values and methods as outlined in ARMOR.&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;
| While this does not accept a rarity value, something similar can be achieved by having multiple variations of a weapon type with small differences and specifying each of them.{{cite forum|179547}}&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 use of 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 [[:Category:DF2014:Exotic pet|PET_EXOTIC]] will be available as a pet, pack animal (with PACK_ANIMAL), wagon puller (with WAGON_PULLER), mount (with [[:Category:DF2014:Mount|MOUNT]] or [[:Category:DF2014:Exotic mount|MOUNT_EXOTIC]]), or siege minion (with [[:Category:DF2014:War animals|TRAINABLE_WAR]] and ''without'' [[:Category:DF2014:Learns|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 [[:Category:DF2014:Mount|MOUNT]] or [[:Category:DF2014:Exotic mount|MOUNT_EXOTIC]]), and siege minions (with [[:Category:DF2014:War animals|TRAINABLE_WAR]] and ''without'' [[:Category:DF2014:Learns|CAN_LEARN]]).&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|USE_EVIL_ANIMALS}}&lt;br /&gt;
|&lt;br /&gt;
| Without this, EVIL creatures are skipped, otherwise, evil creatures with SLOW_LEARNER or ''without'' [[:Category:DF2014:Learns|CAN_LEARN]] will be also available as pets (with PET), pack animals (with PACK_ANIMAL), wagon pullers (with WAGON_PULLER), mounts (with [[:Category:DF2014:Mount|MOUNT]] or [[:Category:DF2014:Exotic mount|MOUNT_EXOTIC]]), and siege minions (with [[:Category:DF2014:War animals|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;
| Same as USE_EVIL_ANIMALS 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;
| Same as USE_EVIL_ANIMALS 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;
| Without this GOOD creatures are skipped, otherwise, good creatures ''without'' [[:Category:DF2014:Learns|CAN_LEARN]] will also be available as pets (with PET), pack animals (with PACK_ANIMAL), wagon pullers (with WAGON_PULLER), mounts (with [[:Category:DF2014:Mount|MOUNT]] or [[:Category:DF2014:Exotic mount|MOUNT_EXOTIC]]), and siege minions (with [[:Category:DF2014:War animals|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;
| Same as USE_GOOD_ANIMALS 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;
| Same as USE_GOOD_ANIMALS 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|USE_NON_EXOTIC_PET_RACE}}&lt;br /&gt;
|&lt;br /&gt;
| Makes the civilization use all locally available non-exotic pets.&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 [[:Category:DF2014:Mount|MOUNT]]. Additionally, all available (based on USE_ANY_PET_RACE, USE_CAVE_ANIMALS, USE_GOOD_ANIMALS, and USE_EVIL_ANIMALS) creature with [[:Category:DF2014:Mount|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 use of river products in the goods available for trade.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|OCEAN_PRODUCTS}}&lt;br /&gt;
|&lt;br /&gt;
| Allow use of ocean products (including [[amber]] and [[coral]]) in the goods 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 use of underground plant products in the goods available for trade. Lack of suitable vegetation in the 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 use of outdoor plant products in the goods available for trade. Lack of suitable vegetation in this civilization'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 use of underground plant growths (quarry bush leaves, in unmodded games) in the goods available for trade.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|OUTDOOR_GARDENS}}&lt;br /&gt;
|&lt;br /&gt;
| Allow use of outdoor plant growths in the goods available for trade.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|INDOOR_ORCHARDS}}&lt;br /&gt;
|&lt;br /&gt;
| Allows use of indoor tree growths in the goods available for trade. Not used in vanilla entities, as vanilla underground trees do not grow fruit. Needs INDOOR_WOOD to function. Will cause rejections, if growths are unavailable.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|OUTDOOR_ORCHARDS}}&lt;br /&gt;
|&lt;br /&gt;
| Allows use of outdoor tree growths in the goods available for trade. Needs OUTDOOR_WOOD to function{{verify}}.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|CLOTHING}}&lt;br /&gt;
|&lt;br /&gt;
| Civilization 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.&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.&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.&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 use of 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 use of 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 use of 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 use of 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 use of 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 use of metals with [DIVINE] for armor. Used for generated divine entities.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Animal definitions ==&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. All creatures, including [[demon]]s, night trolls and other generated ones will be used if no specific creature or class is selected. &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 a tissue layer which has the ID attached using TISSUE_STYLE_UNIT token in unit raws. This allows setting further cultural style parameters for the 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;
&lt;br /&gt;
{{Category|Modding}}&lt;br /&gt;
{{Category|Tokens}}&lt;br /&gt;
[[ru:Entity token]]&lt;/div&gt;</summary>
		<author><name>Match</name></author>
	</entry>
	<entry>
		<id>https://dwarffortresswiki.org/index.php?title=Graphics_token&amp;diff=290738</id>
		<title>Graphics token</title>
		<link rel="alternate" type="text/html" href="https://dwarffortresswiki.org/index.php?title=Graphics_token&amp;diff=290738"/>
		<updated>2023-02-14T00:58:17Z</updated>

		<summary type="html">&lt;p&gt;Match: /* Layered Conditions */ CONDITION_CASTE&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Quality|Unrated}}&lt;br /&gt;
{{av}}&lt;br /&gt;
{{Modding}}&lt;br /&gt;
:{{for/see|an explanation of how to use the various graphics types|[[Graphics]]}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The &amp;lt;code&amp;gt;[OBJECT:GRAPHICS]&amp;lt;/code&amp;gt; [[token]] defines the use of various tile-based graphics in the game. As of version 50.01, graphics tokens have been greatly expanded to accommodate the release of the Steam &amp;amp; Itch premium version. These tokens, and explanations on how to use them, are listed below; the list will expand as the tokens are discovered and understood.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Creature Graphics ==&lt;br /&gt;
Creature graphics are found within graphics_creature_x files (such as graphics_creature_domestic or graphics_creature_layered). All graphics files must begin with the file name, followed by the &amp;lt;code&amp;gt;[OBJECT:GRAPHICS]&amp;lt;/code&amp;gt; type that tells the game that the file contains graphics definitions. A more detailed explanation on how to use these can be found in [[Graphics#Creature_Graphics|creature graphics]].&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Types ===&lt;br /&gt;
{| {{prettytable}}&lt;br /&gt;
|- bgcolor=&amp;quot;#dddddd&amp;quot;&lt;br /&gt;
! Type&lt;br /&gt;
! Arguments&lt;br /&gt;
! Description&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|CREATURE_GRAPHICS}}&lt;br /&gt;
|&lt;br /&gt;
* [[Creature token|creature id]]&lt;br /&gt;
| The simplest and most common form of creature graphics for defining one sprite for each [[#Condition|basic condition]]. &lt;br /&gt;
&lt;br /&gt;
Further conditions are required for this to function following the [[Graphics#Basic_Graphics|creature graphics]] format. Accepts [[Graphics#Large_Graphics|large graphics tokens]].&lt;br /&gt;
&lt;br /&gt;
Additionally used to start defining a [[Graphics#Layered_Graphics|layered graphics]] set.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|CREATURE_CASTE_GRAPHICS}} &lt;br /&gt;
|&lt;br /&gt;
* [[Creature token|creature id]]&lt;br /&gt;
* [[Caste|Caste ID]]&lt;br /&gt;
| Nearly the same as {{token|CREATURE_GRAPHICS|g}}, but allows a separate sprite to be defined for each caste.&lt;br /&gt;
A simple alternative to [[Graphics#Layered Graphics|Layered Graphics]].&lt;br /&gt;
&lt;br /&gt;
Requires conditions defined in [[Graphics#Basic_Graphics|creature graphics]] format. Accepts [[Graphics#Large_Graphics|large graphics tokens]].&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|STATUE_CREATURE_GRAPHICS}} &lt;br /&gt;
|&lt;br /&gt;
* [[Creature token|creature id]]&lt;br /&gt;
| Format for beginning a [[Graphics#Statue_Graphics|creature statue definition]]. Defines a 1x2 vertical rectangle to be displayed when a statue depicts one of these creatures.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|TILE_GRAPHICS_RECTANGLE}}&lt;br /&gt;
|&lt;br /&gt;
* [[Creature token|creature id]]&lt;br /&gt;
| Graphics for a 3x2 rectangle that is used exclusively for representing Forgotten Beasts based on their body parts. Uses [[Graphics#Forgotten_Beast_Graphics|forgotten beast graphics]].&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Basic Conditions ===&lt;br /&gt;
Different graphics can be defined for the same creature based on some properties about it. Below is a list of all conditions that can be used for creature graphics that accept a ''condition'' token.&lt;br /&gt;
&lt;br /&gt;
{| {{prettytable}}&lt;br /&gt;
|- bgcolor=&amp;quot;#dddddd&amp;quot;&lt;br /&gt;
! Condition&lt;br /&gt;
! Accepts&amp;lt;br&amp;gt;Secondary&lt;br /&gt;
! Description&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|DEFAULT}} || No || The default condition that will be displayed unless overwritten by a more specific one below.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|CHILD}} || Yes || Will only be displayed if the creature is a {{token|CHILD|c}} or {{token|BABY|c}} and is younger than one of those ages.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|ANIMATED}} || Yes || Displayed if the creature is raised from the dead, although it is not known how this is decided. Raised status is not related to having a syndrome with the class from {{token|CONDITION_SYN_CLASS|g}} or from having {{token|NOT_LIVING|c}}/{{token|OPPOSED_TO_LIFE|c}}.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|CORPSE}} || Yes || Displayed as soon as the creature dies.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|TRAINED_HUNTER}} || Yes || Shown for hunting-trained versions of this creature.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|TRAINED_WAR}} || Yes || Shown for war-trained versions of this creature.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|LIST_ICON}} || Unknown || Displayed in menus. Useful for large images that would extend beyond the menu boxes otherwise/&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|SKELETON}} || Unknown || Decayed remains of the creature.{{verify}}&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|SKELETON_WITH_SKULL}} || Unknown || Decayed remains of the creature with a skull.{{verify}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Layered Conditions ===&lt;br /&gt;
Layers aren't very useful on their own, so they come with a set of conditions to define how when they are displayed and how they interact.&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;
! Type&lt;br /&gt;
! Description&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text_anchor|LAYER_SET}} ||&lt;br /&gt;
* condition&lt;br /&gt;
| Creature&amp;lt;br&amp;gt;Graphics&lt;br /&gt;
| Begins defining a layer set for a creature's graphics.  Valid values of ''condition'' are DEFAULT, CORPSE, and ANIMATED.{{verify}}&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text_anchor|LAYER_GROUP}} ||   || Layer&amp;lt;br&amp;gt;Group&lt;br /&gt;
| Begins defining a layer group. Current effect unknown.{{verify}}&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text_anchor|END_LAYER_GROUP}} ||   || Layer&amp;lt;br&amp;gt;Group&lt;br /&gt;
| marks the end of a layer group. Current effect unknown.{{verify}}&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text_anchor|CONDITION_ITEM_WORN}} ||&lt;br /&gt;
* BY_CATEGORY / BY_TOKEN&lt;br /&gt;
* [[Body_token#CATEGORY|category]] / [[Body_token#BP|body part token]]&lt;br /&gt;
* Armor type (ARMOR, GLOVES, Etc.)&lt;br /&gt;
* Item ID(s)&lt;br /&gt;
|| Armor&amp;lt;br&amp;gt;Wieldables || Defines a clothing or armor graphic by the specific part it is equipped to, the type of armor it is, and the internal id of that item. &lt;br /&gt;
For example, a condition representing a right handed mitten or glove would be defined as:&lt;br /&gt;
&amp;lt;code&amp;gt;[CONDITION_ITEM_WORN:BY_TOKEN:RH:GLOVES:ITEM_GLOVES_GLOVES:ITEM:GLOVES:MITTENS]&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text_anchor|SHUT_OFF_IF_ITEM_PRESENT}} ||&lt;br /&gt;
* BY_CATEGORY / BY_TOKEN&lt;br /&gt;
* [[Body_token#CATEGORY|category]] / [[Body_token#BP|body part token]]&lt;br /&gt;
* Armor type&lt;br /&gt;
* Item ID(s)&lt;br /&gt;
|| Armor || Causes the current layer to not be rendered if the creature has one of the items worn or equipped. Also accepts the input &amp;lt;code&amp;gt;ANY_HELD&amp;lt;/code&amp;gt; or &amp;lt;code&amp;gt;WIELD&amp;lt;/code&amp;gt; (e.g. &amp;lt;code&amp;gt;WIELD:WEAPON:ANY&amp;lt;/code&amp;gt;).&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text_anchor|CONDITION_CASTE}} ||&lt;br /&gt;
* caste name&lt;br /&gt;
|| General&lt;br /&gt;
|| Checks if the creature's caste exactly matches the given caste name.{{version|50.05}}&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text_anchor|CONDITION_DYE}} ||&lt;br /&gt;
* dye color&lt;br /&gt;
|| Armor&lt;br /&gt;
|| Should represent which color the clothing is dyed. Currently nonfunctional.{{version|50.05}}&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text_anchor|CONDITION_NOT_DYED}} ||   || Armor&lt;br /&gt;
|| Should check if the clothing is dyed. Currently nonfunctional.{{version|50.05}}&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text_anchor|CONDITION_MATERIAL_FLAG}} ||&lt;br /&gt;
* material flag&lt;br /&gt;
|| Material || Changes graphics based on the material an equipped item is made of. Valid material flags are similar to [[Reaction#Full_token_list|reactant conditions]] including:&lt;br /&gt;
* WOVEN_ITEM&lt;br /&gt;
* ANY_X_MATERIAL&lt;br /&gt;
:with X being:&lt;br /&gt;
:* PLANT, SILK, YARN, LEATHER, WOOD, SHELL, BONE, STONE, GEM, TOOTH, HORN, PEARL&lt;br /&gt;
* IS_DIVINE_MATERIAL&lt;br /&gt;
* NOT_ARTIFACT&lt;br /&gt;
* IS_CRAFTED_ARTIFACT&lt;br /&gt;
* METAL_ITEM_MATERIAL&lt;br /&gt;
* GLASS_MATERIAL&lt;br /&gt;
* FIRE_BUILD_SAFE&lt;br /&gt;
* MAGMA_BUILD_SAFE&lt;br /&gt;
[http://www.bay12forums.com/smf/index.php?topic=169696.msg8442543#msg8442543 among other, less useful ones.]&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text_anchor|CONDITION_MATERIAL_TYPE}} ||&lt;br /&gt;
* material token&lt;br /&gt;
|| Material || Changes graphics based on the material an equipped item is made of. Valid material types take the form &amp;lt;code&amp;gt;METAL:COPPER&amp;lt;/code&amp;gt; where copper can be replaced with any weapons-grade metal. Initial testing has shown that some [[material token]]s are not functional. {{token|CONDITION_MATERIAL_FLAG}} is a better option for any material condition other than metal.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text_anchor|CONDITION_PROFESSION_CATEGORY}} ||&lt;br /&gt;
* [[Unit type token|profession token(s)]]&lt;br /&gt;
|| General&lt;br /&gt;
|| Checks the profession of the creature to act as a condition. Multiple profession tokens can be chained together.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text_anchor|CONDITION_RANDOM_PART_INDEX}} ||&lt;br /&gt;
* body part&lt;br /&gt;
* integer index&lt;br /&gt;
* integer range&lt;br /&gt;
|| General&lt;br /&gt;
|| Chooses a random layer within the same group of body parts. Index is which option this condition is, out of Range number of options. Ex:&lt;br /&gt;
&amp;lt;code&amp;gt;[CONDITION_RANDOM_PART_INDEX:HEAD:3:4]&amp;lt;/code&amp;gt;&lt;br /&gt;
Is the third possible random head out of four total options. One of these random conditions each will be put into a set of four slightly different heads to add some random variation in the appearance of the creature's head.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text_anchor|CONDITION_HAUL_COUNT_MIN}} ||&lt;br /&gt;
* integer&lt;br /&gt;
|| General&lt;br /&gt;
|| Counts how many items the creature is hauling. Used for {{token|PACK_ANIMAL}}s in vanilla.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text_anchor|CONDITION_HAUL_COUNT_MAX}} ||&lt;br /&gt;
* integer&lt;br /&gt;
|| General&lt;br /&gt;
|| Counts how many items the creature is hauling. Used for {{token|PACK_ANIMAL}}s in vanilla.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text_anchor|CONDITION_CHILD}} || General ||&lt;br /&gt;
|| Checks if the creature is a child or baby.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text_anchor|CONDITION_NOT_CHILD}} || General ||&lt;br /&gt;
|| Checks if the creature is an adult.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text_anchor|CONDITION_GHOST}} || General ||&lt;br /&gt;
|| Checks if the creature is a ghost.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text_anchor|CONDITION_SYN_CLASS}} ||&lt;br /&gt;
* [[Syndrome#SYN_CLASS|SYN_CLASS]]&lt;br /&gt;
|| Syndrome || Changes graphics based on any syndromes the creature is affected by. Vanilla values include:&lt;br /&gt;
* ZOMBIE&lt;br /&gt;
* NECROMANCER&lt;br /&gt;
* VAMPCURSE&lt;br /&gt;
* RAISED_UNDEAD&lt;br /&gt;
* GHOUL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text_anchor|CONDITION_TISSUE_LAYER}} ||&lt;br /&gt;
* BY_CATEGORY&lt;br /&gt;
* [[Body_token#CATEGORY|body part category]] or ALL&lt;br /&gt;
* [[Body_detail_plan_token#BP_LAYERS|tissue layer]] or ALL&lt;br /&gt;
|| Tissue&lt;br /&gt;
|| Selects a tissue layer to use for checking other conditions. Ex:&lt;br /&gt;
&amp;lt;code&amp;gt;[CONDITION_TISSUE_LAYER:BY_CATEGORY:ALL:SKIN]&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text_anchor|TISSUE_MIN_LENGTH}} ||&lt;br /&gt;
* integer&lt;br /&gt;
|| Tissue&lt;br /&gt;
|| Checks the current {{token|CONDITION_TISSUE_LAYER}}'s LENGTH [[Creature_token#TISSUE_LAYER_APPEARANCE_MODIFIER|appearance modifier]]. Is true if the LENGTH is greater than the integer input.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text_anchor|TISSUE_MAX_LENGTH}} ||&lt;br /&gt;
* integer&lt;br /&gt;
|| Tissue&lt;br /&gt;
|| Checks the current {{token|CONDITION_TISSUE_LAYER}}'s LENGTH [[Creature_token#TISSUE_LAYER_APPEARANCE_MODIFIER|appearance modifier]]. Is true if the LENGTH is less than the integer input.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text_anchor|TISSUE_MAY_HAVE_COLOR}} ||&lt;br /&gt;
* [[Color#Color_tokens|color token(s)]]&lt;br /&gt;
|| Tissue&lt;br /&gt;
|| Checks the selected tissue's color. Accepts multiple color tokens, and is true if the any of the colors is present in the selected tissues.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text_anchor|TISSUE_MAY_HAVE_SHAPING}} ||&lt;br /&gt;
* styling token&lt;br /&gt;
|| Tissue&lt;br /&gt;
|| Checks the current {{token|CONDITION_TISSUE_LAYER}}'s shaping (hairstyle). Valid tokens are NEATLY_COMBED, BRAIDED, DOUBLE_BRAIDS, PONY_TAILS, CLEAN_SHAVEN and STANDARD_HAIR/BEARD/MOUSTACHE/SIDEBURNS_SHAPINGS.{{verify}}&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text_anchor|TISSUE_NOT_SHAPED}} || || Tissue&lt;br /&gt;
|| Checks the current {{token|CONDITION_TISSUE_LAYER}}'s color. Accepts multiple color tokens, and is true if the any of the colors is present in the selected tissues.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text_anchor|TISSUE_SWAP}} ||&lt;br /&gt;
* IF_MIN_CURLY&lt;br /&gt;
* integer&lt;br /&gt;
* tile page id&lt;br /&gt;
* x position&lt;br /&gt;
* y position&lt;br /&gt;
| Tissue&lt;br /&gt;
| Checks if a tissue is sufficiently curly, and if so swaps to display a different image. The new image is defined by the tile page ID, x position, and y position.&lt;br /&gt;
&lt;br /&gt;
This condition should be within a [LAYER:... ] that has a similar graphic to the on in the TISSUE_SWAP.&lt;br /&gt;
The current {{token|CONDITION_TISSUE_LAYER}} group must also include a {{token|TISSUE_MIN_LENGTH}}.&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Vermin Conditions ===&lt;br /&gt;
Special Conditions for {{token|VERMIN|c}} creature graphics:&lt;br /&gt;
&lt;br /&gt;
{| {{prettytable}}&lt;br /&gt;
|- bgcolor=&amp;quot;#dddddd&amp;quot;&lt;br /&gt;
! Condition&lt;br /&gt;
! Description&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|VERMIN}} || Necessary for defining graphics that use the tokens below.{{verify}}&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|VERMIN_ALT}} || Image cycles every 1 second.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|SWARM_SMALL}} || For swarming vermin like [[fly|flies]] and [[fairy|fairies]] in small groups.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|SWARM_MEDIUM}} || For swarming vermin like [[fly|flies]] and [[fairy|fairies]] in medium-sized groups.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|SWARM_LARGE}} || For swarming vermin like [[fly|flies]] and [[fairy|fairies]] in large groups.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|LIGHT_VERMIN}} || For [[firefly|fireflies]] etc. Does not replace {{token|VERMIN|g}}.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|LIGHT_VERMIN_ALT}} || Like {{token|VERMIN_ALT|g}} for [[firefly|fireflies]] etc.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|LIGHT_SWARM_SMALL}} || Like {{token|SWARM_SMALL|g}} for [[firefly|fireflies]] etc. in small groups.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|LIGHT_SWARM_MEDIUM}} || Like {{token|SWARM_LARGE|g}} for [[firefly|fireflies]] etc. in large groups.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|LIGHT_SWARM_LARGE}} || Like {{token|SWARM_LARGE|g}} for [[firefly|fireflies]] etc.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|REMAINS}} || Vermin corpses.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|HIVE}} || Vermin hives.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Item Graphics ==&lt;br /&gt;
Item graphics can also be defined, but are mostly hardcoded. This section of the wiki needs to be fleshed out. Descriptions of the token functions is provisional.&lt;br /&gt;
&lt;br /&gt;
Item graphics currently do not support LARGE_IMAGE.&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;
| {{text_anchor|TILE_GRAPHICS}}&lt;br /&gt;
|&lt;br /&gt;
* Tile page ID&lt;br /&gt;
* x index&lt;br /&gt;
* y index&lt;br /&gt;
* Item ID&lt;br /&gt;
| Begins defining tile graphics for an item. Sets default tile graphic.{{verify}}&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text_anchor|BOULDER_GRAPHICS}}&lt;br /&gt;
|&lt;br /&gt;
* Tile page ID&lt;br /&gt;
* x index&lt;br /&gt;
* y index&lt;br /&gt;
* Material ID&lt;br /&gt;
| Defines tile graphics variants to use for BOULDER items by material; currently all boulders use material palette instead.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text_anchor|ROUGH_GEM_GRAPHICS}}&lt;br /&gt;
|&lt;br /&gt;
* Tile page ID&lt;br /&gt;
* x index&lt;br /&gt;
* y index&lt;br /&gt;
* Material ID&lt;br /&gt;
| Defines tile graphics variants to use for ROUGH (gem) items by material; currently all rough gems use material palette instead.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text_anchor|BARS_GRAPHICS}}&lt;br /&gt;
| &lt;br /&gt;
* Tile page ID&lt;br /&gt;
* x index&lt;br /&gt;
* y index&lt;br /&gt;
* Material ID or item ID&lt;br /&gt;
| Defines tile graphics variants to use for BAR items by material.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text_anchor|FOOD_GRAPHICS}}&lt;br /&gt;
| &lt;br /&gt;
* Tile page ID&lt;br /&gt;
* x index&lt;br /&gt;
* y index&lt;br /&gt;
* Item ID&lt;br /&gt;
| Defines tile graphics for FOOD items.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text_anchor|ARMOR_GRAPHICS}}&lt;br /&gt;
| &lt;br /&gt;
* Tile page ID&lt;br /&gt;
* x index&lt;br /&gt;
* y index&lt;br /&gt;
* Item ID&lt;br /&gt;
| Defines tile graphics for ARMOR items; this is for items not being worn by a creature.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text_anchor|GLOVES_GRAPHICS}}&lt;br /&gt;
| &lt;br /&gt;
* Tile page ID&lt;br /&gt;
* x index&lt;br /&gt;
* y index&lt;br /&gt;
* Item ID&lt;br /&gt;
| Defines tile graphics for GLOVES items; this is for items not being worn by a creature.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text_anchor|HELM_GRAPHICS}}&lt;br /&gt;
| &lt;br /&gt;
* Tile page ID&lt;br /&gt;
* x index&lt;br /&gt;
* y index&lt;br /&gt;
* Item ID&lt;br /&gt;
| Defines tile graphics for HELM items; this is for items not being worn by a creature.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text_anchor|PANTS_GRAPHICS}}&lt;br /&gt;
| &lt;br /&gt;
* Tile page ID&lt;br /&gt;
* x index&lt;br /&gt;
* y index&lt;br /&gt;
* Item ID&lt;br /&gt;
| Defines tile graphics for PANTS items; this is for items not being worn by a creature.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text_anchor|SHOES_GRAPHICS}}&lt;br /&gt;
| &lt;br /&gt;
* Tile page ID&lt;br /&gt;
* x index&lt;br /&gt;
* y index&lt;br /&gt;
* Item ID&lt;br /&gt;
| Defines tile graphics for SHOES items; this is for items not being worn by a creature.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text_anchor|SHOES_GRAPHICS_METAL}}&lt;br /&gt;
| &lt;br /&gt;
* Tile page ID&lt;br /&gt;
* x index&lt;br /&gt;
* y index&lt;br /&gt;
* Item ID&lt;br /&gt;
| Defines metal material tile graphics variants for SHOES items; this is for items not being worn by a creature.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text_anchor|SHIELD_GRAPHICS}}&lt;br /&gt;
| &lt;br /&gt;
* Tile page ID&lt;br /&gt;
* x index&lt;br /&gt;
* y index&lt;br /&gt;
* Item ID&lt;br /&gt;
| Defines tile graphics for SHIELD items; this is for items not being worn by a creature.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text_anchor|SHIELD_GRAPHICS_WOODEN}}&lt;br /&gt;
| &lt;br /&gt;
* Tile page ID&lt;br /&gt;
* x index&lt;br /&gt;
* y index&lt;br /&gt;
* Item ID&lt;br /&gt;
| Defines wood material tile graphics variants for SHIELD items; this is for items not being worn by a creature.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text_anchor|TOY_GRAPHICS}}&lt;br /&gt;
| &lt;br /&gt;
* Tile page ID&lt;br /&gt;
* x index&lt;br /&gt;
* y index&lt;br /&gt;
* Item ID&lt;br /&gt;
* Material ID&lt;br /&gt;
| Defines tile graphics for TOY items.  Material ID in this case is one of STONE, WOOD, METAL, or GLASS.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text_anchor|TRAPCOMP_GRAPHICS}}&lt;br /&gt;
| &lt;br /&gt;
* Tile page ID&lt;br /&gt;
* x index&lt;br /&gt;
* y index&lt;br /&gt;
* Item ID&lt;br /&gt;
| Defines tile graphics for TRAPCOMP items.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text_anchor|TRAPCOMP_GRAPHICS_WEAPON_TRAP}}&lt;br /&gt;
| &lt;br /&gt;
* Tile page ID&lt;br /&gt;
* x index&lt;br /&gt;
* y index&lt;br /&gt;
| Defines tile graphics for TRAPCOMP items when built into a weapon trap; must follow TRAPCOMP_GRAPHICS.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text_anchor|TRAPCOMP_GRAPHICS_UPRIGHT_#X}}&lt;br /&gt;
| &lt;br /&gt;
* Tile page ID&lt;br /&gt;
* x index&lt;br /&gt;
* y index&lt;br /&gt;
| Defines tile graphics for installed upright spike traps. These comprise two-tile graphics: # is replaced with the number of spikes, 1-10; X is replaced with T (for top graphic tile) or B (bottom graphic tile). This follows the tile graphics definition of either MENACINGSPIKE or SPEAR.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text_anchor|SIEGEAMMO_GRAPHICS}}&lt;br /&gt;
| &lt;br /&gt;
* Item ID&lt;br /&gt;
| Begins defining graphics for SIEGEAMMO items.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text_anchor|SIEGEAMMO_GRAPHICS_STRAIGHT_DEFAULT}}&lt;br /&gt;
| &lt;br /&gt;
* Tile page ID&lt;br /&gt;
* x index&lt;br /&gt;
* y index&lt;br /&gt;
| Defines graphics for ballista arrows aligned orthogonally on the map; follows SEIGEAMMO_GRAPHICS.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text_anchor|SIEGEAMMO_GRAPHICS_STRAIGHT_WOOD}}&lt;br /&gt;
| &lt;br /&gt;
* Tile page ID&lt;br /&gt;
* x index&lt;br /&gt;
* y index&lt;br /&gt;
| Wooden variant of above.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text_anchor|SIEGEAMMO_GRAPHICS_DIAGONAL_DEFAULT}}&lt;br /&gt;
| &lt;br /&gt;
* Tile page ID&lt;br /&gt;
* x index&lt;br /&gt;
* y index&lt;br /&gt;
| Defines graphics for ballista arrows aligned diagonally on the map; follows SEIGEAMMO_GRAPHICS.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text_anchor|SIEGEAMMO_GRAPHICS_DIAGONAL_WOOD}}&lt;br /&gt;
| &lt;br /&gt;
* Tile page ID&lt;br /&gt;
* x index&lt;br /&gt;
* y index&lt;br /&gt;
| Wood variant of above.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text_anchor|AMMO_GRAPHICS}}&lt;br /&gt;
| &lt;br /&gt;
* Item ID&lt;br /&gt;
| Begins defining graphics for AMMO items.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text_anchor|AMMO_GRAPHICS_STRAIGHT_DEFAULT}}&lt;br /&gt;
| &lt;br /&gt;
* Tile page ID&lt;br /&gt;
* x index&lt;br /&gt;
* y index&lt;br /&gt;
| Defines graphics for AMMO items aligned orthogonally on the map; follows AMMO_GRAPHICS.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text_anchor|AMMO_GRAPHICS_STRAIGHT_WOOD}}&lt;br /&gt;
| &lt;br /&gt;
* Tile page ID&lt;br /&gt;
* x index&lt;br /&gt;
* y index&lt;br /&gt;
| Wooden variant of above.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text_anchor|AMMO_GRAPHICS_DIAGONAL_DEFAULT}}&lt;br /&gt;
| &lt;br /&gt;
* Tile page ID&lt;br /&gt;
* x index&lt;br /&gt;
* y index&lt;br /&gt;
| Defines graphics for AMMO aligned diagonally on the map; follows AMMO_GRAPHICS.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text_anchor|AMMO_GRAPHICS_DIAGONAL_WOOD}}&lt;br /&gt;
| &lt;br /&gt;
* Tile page ID&lt;br /&gt;
* x index&lt;br /&gt;
* y index&lt;br /&gt;
| Wood variant of above.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text_anchor|WEAPON_GRAPHICS}}&lt;br /&gt;
| &lt;br /&gt;
* Item ID&lt;br /&gt;
| Begins defining graphics for WEAPON items.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text_anchor|WEAPON_GRAPHICS_DEFAULT}}&lt;br /&gt;
| &lt;br /&gt;
* Tile page ID&lt;br /&gt;
* x index&lt;br /&gt;
* y index&lt;br /&gt;
| Defines default graphics for WEAPON item defined by WEAPON_GRAPHICS not being worn by creatures; follows WEAPON_GRAPHICS.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text_anchor|WEAPON_GRAPHICS_MATERIAL}}&lt;br /&gt;
| &lt;br /&gt;
* Tile page ID&lt;br /&gt;
* x index&lt;br /&gt;
* y index&lt;br /&gt;
| Defines material palette{{verify}} graphics for WEAPON item defined by WEAPON_GRAPHICS not being worn by creatures; follows WEAPON_GRAPHICS.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text_anchor|WEAPON_GRAPHICS_WOOD_GROWN}}&lt;br /&gt;
| &lt;br /&gt;
* Tile page ID&lt;br /&gt;
* x index&lt;br /&gt;
* y index&lt;br /&gt;
| Defines graphics for grown-wood WEAPON item defined by WEAPON_GRAPHICS not being worn by creatures; follows WEAPON_GRAPHICS.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text_anchor|WEAPON_GRAPHICS_WOOD}}&lt;br /&gt;
| &lt;br /&gt;
* Tile page ID&lt;br /&gt;
* x index&lt;br /&gt;
* y index&lt;br /&gt;
| Defines graphics for wooden WEAPON item defined by WEAPON_GRAPHICS not being worn by creatures; follows WEAPON_GRAPHICS.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text_anchor|WEAPON_GRAPHICS_WEAPON_TRAP}}&lt;br /&gt;
| &lt;br /&gt;
* Tile page ID&lt;br /&gt;
* x index&lt;br /&gt;
* y index&lt;br /&gt;
| Defines graphics for WEAPON item defined by WEAPON_GRAPHICS as it appears installed in a weapon trap; follows WEAPON_GRAPHICS.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text_anchor|TOOL_GRAPHICS}}&lt;br /&gt;
| &lt;br /&gt;
* Tile page ID&lt;br /&gt;
* x index&lt;br /&gt;
* y index&lt;br /&gt;
* Item ID&lt;br /&gt;
| Defines default graphics for TOOL items; also begins defining variant graphics for material or container conditions when followed by tokens below.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text_anchor|ADD_TOOL_GRAPHICS}}&lt;br /&gt;
| &lt;br /&gt;
* Item ID&lt;br /&gt;
| Adds graphics to an existing tool defined with TOOL_GRAPHICS, followed by the tool graphics material or container condition tokens below.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text_anchor|TOOL_GRAPHICS_WOOD}}&lt;br /&gt;
| &lt;br /&gt;
* Variant index&lt;br /&gt;
* Tile page ID&lt;br /&gt;
* x index&lt;br /&gt;
* y index&lt;br /&gt;
| Defines additonal variant graphics for wooden TOOL items defined by TOOL_GRAPHICS; follows TOOL_GRAPHICS or ADD_TOOL_GRAPHICS. Requires seven variants; the resulting tool graphic is selected randomly from these (they can all point to the same tile index if desired).&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text_anchor|TOOL_GRAPHICS_STONE}}&lt;br /&gt;
| &lt;br /&gt;
* Variant index&lt;br /&gt;
* Tile page ID&lt;br /&gt;
* x index&lt;br /&gt;
* y index&lt;br /&gt;
| Defines additonal variant graphics for stone TOOL items defined by TOOL_GRAPHICS; follows TOOL_GRAPHICS or ADD_TOOL_GRAPHICS. Requires seven variants; the resulting tool graphic is selected randomly from these (they can all point to the same tile index if desired).&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text_anchor|TOOL_GRAPHICS_METAL}}&lt;br /&gt;
| &lt;br /&gt;
* Variant index&lt;br /&gt;
* Tile page ID&lt;br /&gt;
* x index&lt;br /&gt;
* y index&lt;br /&gt;
| Defines additonal variant graphics for metal TOOL items defined by TOOL_GRAPHICS; follows TOOL_GRAPHICS or ADD_TOOL_GRAPHICS. Requires seven variants; the resulting tool graphic is selected randomly from these (they can all point to the same tile index if desired).&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text_anchor|TOOL_GRAPHICS_GLASS}}&lt;br /&gt;
| &lt;br /&gt;
* Variant index&lt;br /&gt;
* Tile page ID&lt;br /&gt;
* x index&lt;br /&gt;
* y index&lt;br /&gt;
| Defines additonal variant graphics for glass TOOL items defined by TOOL_GRAPHICS; follows TOOL_GRAPHICS or ADD_TOOL_GRAPHICS. Requires seven variants; the resulting tool graphic is selected randomly from these (they can all point to the same tile index if desired).&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text_anchor|TOOL_GRAPHICS_CONTAINER_WOOD_LIQUID}}&lt;br /&gt;
| &lt;br /&gt;
* Tile page ID&lt;br /&gt;
* x index&lt;br /&gt;
* y index&lt;br /&gt;
| Defines graphics for wooden liquid-containing containers (empty); follows ADD_TOOL_GRAPHICS definition for container.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text_anchor|TOOL_GRAPHICS_CONTAINER_STONE_LIQUID}}&lt;br /&gt;
| &lt;br /&gt;
* Tile page ID&lt;br /&gt;
* x index&lt;br /&gt;
* y index&lt;br /&gt;
| Defines graphics for stone liquid-containing containers (empty); follows ADD_TOOL_GRAPHICS definition for container.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text_anchor|TOOL_GRAPHICS_CONTAINER_METAL_LIQUID}}&lt;br /&gt;
| &lt;br /&gt;
* Tile page ID&lt;br /&gt;
* x index&lt;br /&gt;
* y index&lt;br /&gt;
| Defines graphics for metal (and glass?) liquid-containing containers (empty); follows ADD_TOOL_GRAPHICS definition for container.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text_anchor|TOOL_GRAPHICS_CONTAINER_LIQUID}}&lt;br /&gt;
| &lt;br /&gt;
* Tile page ID&lt;br /&gt;
* x index&lt;br /&gt;
* y index&lt;br /&gt;
| Defines graphics for the liquid filling a liquid-containing container; follows TOOL_GRAPHICS_CONTAINER_*_LIQUID.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text_anchor|TOOL_GRAPHICS_CONTAINER_WOOD_ITEM}}&lt;br /&gt;
| &lt;br /&gt;
* Tile page ID&lt;br /&gt;
* x index&lt;br /&gt;
* y index&lt;br /&gt;
| Defines graphics for wooden containers holding items; follows ADD_TOOL_GRAPHICS definition for container.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text_anchor|TOOL_GRAPHICS_CONTAINER_STONE_ITEM}}&lt;br /&gt;
| &lt;br /&gt;
* Tile page ID&lt;br /&gt;
* x index&lt;br /&gt;
* y index&lt;br /&gt;
| Defines graphics for stone containers holding items; follows ADD_TOOL_GRAPHICS definition for container.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text_anchor|TOOL_GRAPHICS_CONTAINER_METAL_ITEM}}&lt;br /&gt;
| &lt;br /&gt;
* Tile page ID&lt;br /&gt;
* x index&lt;br /&gt;
* y index&lt;br /&gt;
| Defines graphics for metal (and glass?) containers holding items; follows ADD_TOOL_GRAPHICS definition for container.&lt;br /&gt;
|-&lt;br /&gt;
| {{text_anchor|TOOL_GRAPHICS_HIVE_BLD}}&lt;br /&gt;
| &lt;br /&gt;
* Tile page ID&lt;br /&gt;
* x index&lt;br /&gt;
* y index&lt;br /&gt;
| Defines the built item graphics for HIVE items.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text_anchor|TOOL_GRAPHICS_HIVE_BLD_IN_USE}}&lt;br /&gt;
| &lt;br /&gt;
* Tile page ID&lt;br /&gt;
* x index&lt;br /&gt;
* y index&lt;br /&gt;
| Defines the built item graphics for HIVE items that have hives installed.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text_anchor|TOOL_GRAPHICS_HIVE_PRODUCTS}}&lt;br /&gt;
| &lt;br /&gt;
* Tile page ID&lt;br /&gt;
* x index&lt;br /&gt;
* y index&lt;br /&gt;
| Defines the built item graphics for HIVE items that are ready to be harvested.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text_anchor|TOOL_GRAPHICS_SHAPE}}&lt;br /&gt;
| &lt;br /&gt;
* Shape ID&lt;br /&gt;
* Tile page ID&lt;br /&gt;
* x index&lt;br /&gt;
* y index&lt;br /&gt;
| Defines graphics for shaped items; currently used for dice.&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== World Map Graphics ==&lt;br /&gt;
World map graphics are defined in &amp;lt;code&amp;gt;[[Game_folders_and_files#Game_folder|Dwarf Fortress]]\data\vanilla\vanilla_world_map\graphics\graphics_world_map.txt&amp;lt;/code&amp;gt;&lt;br /&gt;
Tokens that accept variants have 5 of them:&lt;br /&gt;
&lt;br /&gt;
    [TILE_GRAPHICS:&amp;lt;tile page identifier&amp;gt;:&amp;lt;x position&amp;gt;:&amp;lt;y position&amp;gt;:&amp;lt;TOKEN&amp;gt;:1]&lt;br /&gt;
    [TILE_GRAPHICS:&amp;lt;tile page identifier&amp;gt;:&amp;lt;x position&amp;gt;:&amp;lt;y position&amp;gt;:&amp;lt;TOKEN&amp;gt;:2]&lt;br /&gt;
    [TILE_GRAPHICS:&amp;lt;tile page identifier&amp;gt;:&amp;lt;x position&amp;gt;:&amp;lt;y position&amp;gt;:&amp;lt;TOKEN&amp;gt;:3]&lt;br /&gt;
    [TILE_GRAPHICS:&amp;lt;tile page identifier&amp;gt;:&amp;lt;x position&amp;gt;:&amp;lt;y position&amp;gt;:&amp;lt;TOKEN&amp;gt;:4]&lt;br /&gt;
    [TILE_GRAPHICS:&amp;lt;tile page identifier&amp;gt;:&amp;lt;x position&amp;gt;:&amp;lt;y position&amp;gt;:&amp;lt;TOKEN&amp;gt;:5]&lt;br /&gt;
&lt;br /&gt;
Otherwise:&lt;br /&gt;
&lt;br /&gt;
   [TILE_GRAPHICS:&amp;lt;tile page identifier&amp;gt;:&amp;lt;x position&amp;gt;:&amp;lt;y position&amp;gt;:&amp;lt;TOKEN&amp;gt;]&lt;br /&gt;
&lt;br /&gt;
==See Also==&lt;br /&gt;
*[[Creature token]]&lt;br /&gt;
*[[Syndrome]]&lt;br /&gt;
*[[Creature examples]]&lt;br /&gt;
&lt;br /&gt;
{{Category|Modding}}&lt;br /&gt;
{{Category|Tokens}}&lt;br /&gt;
[[ru:Graphics token]]&lt;/div&gt;</summary>
		<author><name>Match</name></author>
	</entry>
	<entry>
		<id>https://dwarffortresswiki.org/index.php?title=Weapon_token&amp;diff=290481</id>
		<title>Weapon token</title>
		<link rel="alternate" type="text/html" href="https://dwarffortresswiki.org/index.php?title=Weapon_token&amp;diff=290481"/>
		<updated>2023-02-10T06:57:32Z</updated>

		<summary type="html">&lt;p&gt;Match: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{migrated article}}&lt;br /&gt;
{{Quality|Unrated}}&lt;br /&gt;
{{av}}&lt;br /&gt;
{{Modding}}&lt;br /&gt;
'''Weapon tokens''' define [[weapon]]s. These tokens can only be placed within an ITEM_WEAPON object definition, and most do not function in armor objects.&lt;br /&gt;
{{clear}}&lt;br /&gt;
&lt;br /&gt;
==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|NAME}}&lt;br /&gt;
| &lt;br /&gt;
*singular&lt;br /&gt;
*plural&lt;br /&gt;
| Name of the weapon. &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;
| {{text anchor|ADJECTIVE}}&lt;br /&gt;
| &lt;br /&gt;
*adjective&lt;br /&gt;
| Adjective of the weapon, e.g. the &amp;quot;large&amp;quot; in &amp;quot;large copper dagger&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|SIZE}} / {{text anchor|WEIGHT}}&lt;br /&gt;
| &lt;br /&gt;
*size&lt;br /&gt;
| Volume of weapon in mL or cubic cm. Defaults to 100.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|SHOOT_FORCE}}&lt;br /&gt;
| &lt;br /&gt;
*value&lt;br /&gt;
| The amount of force used when firing projectiles - velocity is presumably determined by the projectile's mass. Defaults to 0.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|SHOOT_MAXVEL}}&lt;br /&gt;
| &lt;br /&gt;
*value&lt;br /&gt;
| The maximum speed a fired projectile can have.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|SKILL}}&lt;br /&gt;
| &lt;br /&gt;
*[[Skill token]]&lt;br /&gt;
| The skill to determine effectiveness in melee with this weapon. Defaults to MACE. Skill of AXE will allow it to be used to chop down trees. Skill of MINER will allow it to be used for mining. Outsider adventurers (or regular ones with no points in offensive skills) will receive a weapon with the SPEAR skill, selected at random if multiple ones have been [[modding|modded]] in. All adventurers will also start with a weapon using the DAGGER skill, again selected at random if multiple such weapons exist.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|RANGED}}&lt;br /&gt;
| &lt;br /&gt;
*[[Skill token]]&lt;br /&gt;
*Ammo class&lt;br /&gt;
| Makes this 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;
| {{text anchor|TWO_HANDED}}&lt;br /&gt;
| &lt;br /&gt;
*size&lt;br /&gt;
| Creatures under this size (in cm^3) must use the weapon two-handed (or more if the creature has extra [GRASP] parts){{verify}}. Defaults to 50000.  Below this size, one-handed use of a weapon will cause a penalty to hit.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|MINIMUM_SIZE}}&lt;br /&gt;
| &lt;br /&gt;
*size&lt;br /&gt;
| Minimum body size (in cm^3) to use the weapon at all (multigrasp required until TWO_HANDED value). Defaults to 40000.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|CAN_STONE}}&lt;br /&gt;
|&lt;br /&gt;
| Allows the weapon to be made at a [[craftsdwarf's workshop]] from a sharp ([MAX_EDGE:10000] or higher) stone (i.e. [[obsidian]]) plus a wood log.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|TRAINING}}&lt;br /&gt;
|&lt;br /&gt;
| Restricts this weapon to being made of wood.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|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;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|ATTACK_PREPARE_AND_RECOVER}}&lt;br /&gt;
| &lt;br /&gt;
* Preparation time&lt;br /&gt;
* Recovery time&lt;br /&gt;
| Determines the length of time to prepare this attack and until one can perform this attack again.  Values appear to be calculated in adventure mode ticks.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|ATTACK_FLAG_BAD_MULTIATTACK}}&lt;br /&gt;
| &lt;br /&gt;
| Multiple strikes with this attack cannot be performed effectively.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|ATTACK_FLAG_INDEPENDENT_MULTIATTACK}}&lt;br /&gt;
| &lt;br /&gt;
| Multiple strikes with this attack can be performed with no penalty.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|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. Contact area is usually high for slashing and low for bludgeoning, piercing, and poking. Penetration value tends to be low for slashing and high for stabbing, and is ignored if attack is BLUNT. Verbs are for the 2nd and 3rd person action verbs used to describe the attack. Noun describes what part of the weapon is being used in the attack, or NO_SUB for none. Velocity_multiplier is a multiplier for the [[Material_science#Attack_Momentum|attack momentum]], increasing effectiveness; stab attacks use 1000 while the lash of a whip uses 5000.  &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;
{{Category|Modding}}&lt;br /&gt;
{{Category|Tokens}}&lt;br /&gt;
[[ru:Weapon token]]&lt;/div&gt;</summary>
		<author><name>Match</name></author>
	</entry>
	<entry>
		<id>https://dwarffortresswiki.org/index.php?title=Creature_token&amp;diff=290227</id>
		<title>Creature token</title>
		<link rel="alternate" type="text/html" href="https://dwarffortresswiki.org/index.php?title=Creature_token&amp;diff=290227"/>
		<updated>2023-02-06T23:21:22Z</updated>

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

		<summary type="html">&lt;p&gt;Match: /* Responsibilities */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{migrated article}}&lt;br /&gt;
{{Quality|Unrated}}&lt;br /&gt;
{{av}}&lt;br /&gt;
{{Modding}}&lt;br /&gt;
Position tokens define [[noble]] positions for [[dwarf fortress mode|Dwarf Fortress mode]]. They are defined inside [[Entity token]]s. In the vanilla game, position token definitions can be found in &amp;lt;code&amp;gt;[[Game folder|&amp;lt;Dwarf Fortress&amp;gt;]]\data\vanilla\vanilla_entities\objects\entity_default.txt&amp;lt;/code&amp;gt;. &lt;br /&gt;
&lt;br /&gt;
__TOC__&lt;br /&gt;
{{clear}}&lt;br /&gt;
&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;
| {{text anchor|ACCOUNT_EXEMPT}}&lt;br /&gt;
|&lt;br /&gt;
| The position holder is not subjected to the [[Dwarven economy|economy]]. Less than relevant right now.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|ALLOWED_CLASS}}&lt;br /&gt;
| {{token|CREATURE_CLASS|creature}} 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;
| {{text anchor|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;
| {{text anchor|APPOINTED_BY}}&lt;br /&gt;
| position&lt;br /&gt;
| This position can only be chosen for 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;
| {{text anchor|BRAG_ON_KILL}}&lt;br /&gt;
| &lt;br /&gt;
| A creature that kills a member of this position will be sure to talk about it a lot.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|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, it also means that the position exists in world-gen, rather than being created only at the end of world-gen.&lt;br /&gt;
Before 47.05, Dark Fortress civs cannot have this tag on anybody but their Law Maker, or the game will crash without leaving an errorlog.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|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;
| {{text anchor|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;
| {{text anchor|CONQUERED_SITE}}&lt;br /&gt;
| &lt;br /&gt;
| This position is a puppet ruler left behind in a conquered site.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|DEMAND_MAX}}&lt;br /&gt;
| number (0-100)&lt;br /&gt;
| How many demands the position can make of the population at one time.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|DETERMINES_COIN_DESIGN}}&lt;br /&gt;
| &lt;br /&gt;
| The site's (or civ's) minted [[coin]]s, if any, will have images that reflect the personality of this position holder.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|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;
| {{text anchor|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;
| {{text anchor|ELECTED}}&lt;br /&gt;
| &lt;br /&gt;
| The population will periodically select the most skill-eligible creature to fill this position for site-level positions at the player's fort. For responsibilities or positions that use more than one skill, no skill takes priority in electing a creature: an accomplished comedian is more qualified for the TRADE responsibility than a skilled appraiser. A creature may be elected to multiple positions at the same time. Contrast [APPOINTED_BY].&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|EXECUTION_SKILL}}&lt;br /&gt;
| weapon skill&lt;br /&gt;
| A mandatory sub-tag of [RESPONSIBILITY:EXECUTIONS]. Determines the weapon chosen by the executioner for their work.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|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;
| {{text anchor|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;
| {{text anchor|GENDER}} &lt;br /&gt;
| male/female&lt;br /&gt;
| The position can only be held by the specified gender. Currently bugged {{bug|2714}}&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|KILL_QUEST}}&lt;br /&gt;
| &lt;br /&gt;
| The position can assign quests to adventurers.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|LAND_HOLDER}}&lt;br /&gt;
| importance tier (1-3)&lt;br /&gt;
| This is an alternative to SITE.  What it does is allow positions to be created at civ-level 'as needed' for all sites that meet the requirements to have them, which are the values set in LAND_HOLDER_TRIGGER.  The character is tied permanently to a particular site but also operates at the civ-level.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|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;
| {{text anchor|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;
| {{text anchor|MENIAL_WORK_EXEMPTION}}&lt;br /&gt;
| &lt;br /&gt;
| The position holder cannot be assigned labors. Currently nonfunctional.{{bug|3721}}&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|MENIAL_WORK_EXEMPTION_SPOUSE}}&lt;br /&gt;
| &lt;br /&gt;
| The spouse of the position holder doesn't have to work, either - see above.&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|MILITARY_SCREEN_ONLY}}&lt;br /&gt;
|&lt;br /&gt;
| This position cannot be appointed from the nobles screen. Intended for militia captains and other squad leaders to reduce clutter. Currently nonfunctional{{bug|8965}}&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|NAME}}&lt;br /&gt;
| singular:plural&lt;br /&gt;
| The name of the position.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|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;
| {{text anchor|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;
| {{text anchor|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.  AS_NEEDED applies only to positions involved with the military command chain; this is used to allow armies to expand to whatever size they need to be. Non-military positions with NUMBER:AS_NEEDED will not be appointed.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|PRECEDENCE}}&lt;br /&gt;
| number (0-30000)/NONE&lt;br /&gt;
| How important the position is in society; a lower number is more important and displayed higher in the Nobles menu. For MONARCH it's 1, for MILITIA_CAPTAIN it's 200.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|PUNISHMENT_EXEMPTION}}&lt;br /&gt;
| &lt;br /&gt;
| The position holder will not be held accountable for his or her crimes. Currently nonfunctional.{{bug|4589}}&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|QUEST_GIVER}}&lt;br /&gt;
|&lt;br /&gt;
| The position holder can give quests in Adventure mode. Functionality in 0.31.13 and later is uncertain.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|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;
| {{text anchor|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;
| {{text anchor|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;
| {{text anchor|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;
| {{text anchor|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;
| {{text anchor|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;
| {{text anchor|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;
| {{text anchor|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;
| {{text anchor|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;
| {{text anchor|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;
| {{text anchor|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;
| {{text anchor|REQUIRES_MARKET}}&lt;br /&gt;
| &lt;br /&gt;
| Does not have anything directly to do with markets.  It means that in minor sites (such as hillocks) the position will not appear, while in major sites (such as dwarf fortresses) it will.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|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;
| {{text anchor|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;
| {{text anchor|RULES_FROM_LOCATION}}&lt;br /&gt;
| &lt;br /&gt;
| If there is a special location set aside for rulers, such as a human castle/mead hall, the position holder will always be found at that particular location. Does nothing for dwarven nobles, because at present, dwarves have no such special locations. &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|SITE}}&lt;br /&gt;
| &lt;br /&gt;
| Every site government will have the defined number of this position instead of the whole civilization; provided that other criteria (if any) are met. Unless LAND_HOLDER is present instead, the defined number of the position will be created only for the civilization as a whole. &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|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;
| {{text anchor|SPECIAL_BURIAL}}&lt;br /&gt;
| &lt;br /&gt;
| The civilization will inter the corpse of the position holder in a special grave, either in catacombs or in monuments. If that grave is disturbed, the position holder can return as a [[mummy]]. {{verify}}&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|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;
| {{text anchor|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;
| {{text anchor|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;
| {{text anchor|SQUAD}}&lt;br /&gt;
| number:singular:plural&lt;br /&gt;
| The position holder is authorized to form a military squad, led by themselves using the [[leader]] and [[military tactics]] skills. The number denotes the maximum headcount. The noun used to describe the subordinates (e.g. royal guard) is used in adventure mode for the adventurer.  &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|SUCCESSION}}&lt;br /&gt;
| &lt;br /&gt;
* BY_HEIR / BY_POSITION:position&lt;br /&gt;
| How a new position holder is chosen. A single position can have multiple BY_POSITION tokens.  See [[Noble]] for more information on how succession is handled in the game.&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;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|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;
| {{text anchor|ADVISE_LEADERS}}{{version|0.47.01}}&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|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;
| {{text anchor|BUILD_MORALE}}&lt;br /&gt;
| Found on [[champion]]. Position will lead military training exercises.{{verify}}&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|BUILDING_SAFETY}}{{version|0.47.01}}&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|COLLECT_TAXES}}&lt;br /&gt;
| Currently unused - was originally assigned to the tax collector.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|CONSTRUCTION_PERMITS}}{{version|0.47.01}}&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|DELIVER_MESSAGES}}{{version|0.50.01}}&lt;br /&gt;
| Found on [[messenger]].&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|EQUIPMENT_MANIFESTS}}&lt;br /&gt;
| Currently unused - was originally assigned to the arsenal dwarf.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|ESCORT_TAX_COLLECTOR}}&lt;br /&gt;
| Currently unused - was originally assigned to the Royal Guards (squad members beneath the Hammerer).&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|ESPIONAGE}}{{version|0.47.01}}&lt;br /&gt;
| Found on [[dungeon master]] and [[General|princess]] and uses the [[schemer]] skill.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|ESTABLISH_COLONY_TRADE_AGREEMENTS}}&lt;br /&gt;
| Found on [[outpost liaison]]. Position travels with the caravan and uses [[social skill]]s to make trade agreements with any settlements that it visits, provided they are domestic, report the news and promote LAND_HOLDER positions. Also reports recent news. Presumably has no effect at site level. Crucially, it does not visit foreign settlements, but the civ-level TRADE position does the exact same thing in its position.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|EXECUTIONS}}&lt;br /&gt;
| Found on [[hammerer]]. Position executes death penalty judgements with a weapon of the appropriate skill.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|FIRE_SAFETY}}{{version|0.47.01}}&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|FOOD_SUPPLY}}{{version|0.47.01}}&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|HEALTH_MANAGEMENT}}&lt;br /&gt;
| Found on [[chief medical dwarf]]. Position will use [[diagnostician]] skill to enable the {{key|z}}-menu health screen.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|JUDGE}}{{version|0.47.01}}&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|LAW_ENFORCEMENT}}&lt;br /&gt;
| Found on [[sheriff]]/[[captain of the guard]]. Position and its subordinates are in charge of punishing criminals. A [SITE] position holding this responsibility plus the SQUAD token (or allowing the entity to have a SITE_VARIABLE_POSITION with this responsibility) is required for an adventurer from a given civilization to start as a hearthperson, fortress guard, etc.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|LAW_MAKING}}&lt;br /&gt;
| Found on monarch/landholders. Will be referred to as the leader of the site in adventure mode and they may be informed as to the site being the capital city for civ-level positions.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|MAINTAIN_BRIDGES}}{{version|0.47.01}}&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|MAINTAIN_ROADS}}{{version|0.47.01}}&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|MAINTAIN_SEWERS}}{{version|0.47.01}}&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|MAINTAIN_TUNNELS}}{{version|0.47.01}}&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|MAKE_INTRODUCTIONS}}&lt;br /&gt;
| Position will make a 'social call' to an established foreign settlement, complimenting or insulting them depending on relations and reporting the news.  &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|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;
| {{text anchor|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;
| {{text anchor|MANAGE_ANIMALS}}{{version|0.47.01}}&lt;br /&gt;
| Found on [[dungeon master]].&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|MANAGE_LEADER_HOUSEHOLD_CLEANLINESS}}{{version|0.47.01}}&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|MANAGE_LEADER_HOUSEHOLD_DRINKS}}{{version|0.47.01}}&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|MANAGE_LEADER_HOUSEHOLD_FOOD}}{{version|0.47.01}}&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|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;
| {{text anchor|MEET_WORKERS}}&lt;br /&gt;
| Found on expedition leader/mayor. Position uses the various [[social skill]]s to hold meetings with unhappy citizens and try to pacify them with happy thoughts. In adventure mode, [SITE] positions with this responsibility handle petitions to make the player a performer for the local government.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|MILITARY_GOALS}}&lt;br /&gt;
| Found on monarch/landholder/leaders. Character is in charge of going to war and making peace for the government they work for. Without a position with this responsibility at civ level the civilization will not be able to make peace and its sites will wage war on each other constantly, and as a result, all viable civilizations must have one leader with this tag at civ level. This appears not to be a problem for [[kobold]]s, presumably due to either the SKULKING or the UTTERANCES tokens. If no position has this responsibility in fortress mode, players are unable to start [[missions]].&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|MILITARY_STRATEGY}}&lt;br /&gt;
| Found on [[general]]/[[militia commander]]. During worldgen, position will go on expeditions to tame exotic creatures. Means that they will command the armies of their site or civilization. Issues the orders for the teams conducting raids or other operations away from the fortress.{{version|0.44.01}}&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|OVERSEE_LEADER_HOUSEHOLD}}{{version|0.47.01}}&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|PATROL_TERRITORY}}&lt;br /&gt;
| Found on elven ranger captain. Effect unknown.{{verify}}&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|PREPARE_LEADER_MEALS}}{{version|0.47.01}}&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|RECEIVE_DIPLOMATS}}&lt;br /&gt;
| Found on monarch/landholder/leaders. Position uses the various social skills to hold meetings with incoming diplomats and liaisons.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|RELIGION}}&lt;br /&gt;
| Found on elven [[druid]] and uses [[social skill]]s. Position informs you about worship cults{{verify}}&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|SORT_AMMUNITION}}&lt;br /&gt;
| Currently unused - was originally assigned to the arsenal dwarf.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|TAME_EXOTICS}}&lt;br /&gt;
| Position will tame animals with the {{token|PET_EXOTIC}} token. Currently unused - was originally assigned to the dungeon master.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|TRADE}}&lt;br /&gt;
| Found on [[broker]]. Position will use Appraisal skill to display value estimates and the various Social skills to trade at the depot. When applied to other civilizations, this position will arrive with the caravan to make trade agreements (like the Human Guild Representative from older versions) and behaves otherwise like the civ's own ESTABLISH_COLONY_TRADE_AGREEMENTS position holder.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|UPGRADE_SQUAD_EQUIPMENT}}&lt;br /&gt;
| Currently unused - was originally assigned to the arsenal dwarf.&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;
| {{text anchor|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;
| {{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).&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 counter-intuitive 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 their 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, they will offer to make you an official colony, which will allow you to select all positions for that LAND_HOLDER level. '''Each time they appear, 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;br /&gt;
[[ru:Position token]]&lt;/div&gt;</summary>
		<author><name>Match</name></author>
	</entry>
	<entry>
		<id>https://dwarffortresswiki.org/index.php?title=Creature_token&amp;diff=289944</id>
		<title>Creature token</title>
		<link rel="alternate" type="text/html" href="https://dwarffortresswiki.org/index.php?title=Creature_token&amp;diff=289944"/>
		<updated>2023-02-05T04:12:17Z</updated>

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

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

		<summary type="html">&lt;p&gt;Match: /* Caste Graphics */ no longer only male or female&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Quality|Unrated}}{{av}}&lt;br /&gt;
[[File:graphics_v50_preview.png|211px|right]]&lt;br /&gt;
:{{for/see|a list of all Premium graphics tokens and basic usage|[[Graphics token]]}}&lt;br /&gt;
:{{for/see|a repository of all Classic tilesets used in DF|[[Tileset repository]]}}&lt;br /&gt;
:{{for/see|details on creating Classic tilesets|[[Tileset repository]]}}&lt;br /&gt;
&lt;br /&gt;
The '''graphics''' system in v50 is still being reverse engineered. It is a custom solution which appears to involve compositing graphics sets directly in C++ before texmapping them to SDL. This blitting approach is software rendered and so largely doesn't use hardware acceleration on graphics cards. This system means that despite graphics sets supporting rudimentary animation, there is no traditional sprite mapping, which places extensive limits on the types of graphics that are possible.  While the number of user editable graphics sets has increased significantly in v50, many game elements are still hard coded graphics sets, or using a tileset over the older style graphics from classic DF.&lt;br /&gt;
&lt;br /&gt;
= Premium Graphics =&lt;br /&gt;
:{{for/see|a list of all Premium graphics tokens and basic usage|[[Graphics token]]}}&lt;br /&gt;
&lt;br /&gt;
The &amp;lt;code&amp;gt;[OBJECT:GRAPHICS]&amp;lt;/code&amp;gt; object defines the use of various tile-based graphics in the game. As of version 50.01, graphics [[token]]s have been greatly expanded to accommodate the release of the Steam &amp;amp; Itch premium version. This section is a basic description of how to define various types of graphics.&lt;br /&gt;
&lt;br /&gt;
Making custom graphics requires multiple interacting files to function:&lt;br /&gt;
# An 8bit RGBA (sometimes called 32bit) &amp;quot;imagename.png&amp;quot; in the &amp;lt;code&amp;gt;\&amp;lt;mod_id&amp;gt;\graphics\images&amp;lt;/code&amp;gt; folder&lt;br /&gt;
# A &amp;quot;tile_page_name.txt&amp;quot; in the &amp;lt;code&amp;gt;\&amp;lt;mod_id&amp;gt;\graphics&amp;lt;/code&amp;gt; folder&lt;br /&gt;
# A &amp;quot;graphics_type_name.txt&amp;quot; in the &amp;lt;code&amp;gt;\&amp;lt;mod_id&amp;gt;\graphics&amp;lt;/code&amp;gt; folder&lt;br /&gt;
&lt;br /&gt;
Mods can reuse any graphics loaded ahead of them (including vanilla) by using the same tile page token.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Tile Page ==&lt;br /&gt;
Tile pages link image files to a tile page token so they can be referenced by the graphics file. Just like all other [[Raw file]]s, Tile Pages must be defined from within a properly named &amp;quot;tile_page_&amp;lt;name&amp;gt;.txt&amp;quot; file and follow:&lt;br /&gt;
&lt;br /&gt;
 tile_page_&amp;lt;name&amp;gt;&lt;br /&gt;
 &lt;br /&gt;
 [OBJECT:TILE_PAGE]&lt;br /&gt;
&lt;br /&gt;
After the object type is defined as above, any number of tile pages can be defined according to the format below.&lt;br /&gt;
&lt;br /&gt;
   [TILE_PAGE:&amp;lt;tile page identifier&amp;gt;]&lt;br /&gt;
      [FILE:images/imagename.png]&lt;br /&gt;
      [TILE_DIM:&amp;lt;tile x dim&amp;gt;:&amp;lt;tile y dim&amp;gt;]&lt;br /&gt;
      [PAGE_DIM_PIXELS:&amp;lt;page x dim&amp;gt;:&amp;lt;page y dim&amp;gt;]&lt;br /&gt;
&lt;br /&gt;
* ''tile page identifier'': The Internal ID being created for the image.&lt;br /&gt;
* ''imagename.png'': The file name of the 8bit RGBA (sometimes called 32bit) in the &amp;lt;code&amp;gt;\graphics\images&amp;lt;/code&amp;gt; folder of the mod.&lt;br /&gt;
* ''tile x dim'': The width of each tile in pixels (usually 32).&lt;br /&gt;
* ''tile y dim'': The height of each tile in pixels (usually 32).&lt;br /&gt;
* ''page x dim'': The width of the image file in pixels.&lt;br /&gt;
* ''page y dim'': The height of the image file in pixels.&lt;br /&gt;
&lt;br /&gt;
Known issues:&lt;br /&gt;
* Currently it is only recommended to use &amp;lt;code&amp;gt;[TILE_DIM:32:32]&amp;lt;/code&amp;gt; as only the upper left 32×32 pixels are displayed on tiles defined larger, and smaller tiles are displayed starting from the upper left of each in-game square (individually by tile with large graphics) rather than centered and bottom justified as might be expected.&lt;br /&gt;
* It is important that the &amp;lt;code&amp;gt;[PAGE_DIM_PIXELS:&amp;lt;x dim&amp;gt;:&amp;lt;y dim&amp;gt;]&amp;lt;/code&amp;gt; matches the size of the referenced image exactly - as the game will stretch tile pages with a dimension larger than the actual image by inserting blank lines, and a tile page smaller than the image will cause a crash to desktop.&lt;br /&gt;
&lt;br /&gt;
== Creature Graphics ==&lt;br /&gt;
{{for/see|a list of all known creature graphics tokens|[[Graphics token#Creature Graphics]]}}.&lt;br /&gt;
Creature graphics are found within graphics_creature_x files (such as graphics_creature_domestic or graphics_creature_layered).  All graphics files must begin with the file name, followed by the &amp;lt;code&amp;gt;[OBJECT:GRAPHICS]&amp;lt;/code&amp;gt; token that tells the game that the file contains graphics definitions.&lt;br /&gt;
&lt;br /&gt;
=== Basic Graphics ===&lt;br /&gt;
The most basic form of creature graphics is a single tile, defined below:&lt;br /&gt;
 [CREATURE_GRAPHICS:&amp;lt;creature id&amp;gt;]&lt;br /&gt;
    [&amp;lt;condition&amp;gt;:&amp;lt;tile page identifier&amp;gt;:&amp;lt;x position&amp;gt;:&amp;lt;y position&amp;gt;:&amp;lt;color type&amp;gt;:&amp;lt;secondary condition&amp;gt;]&lt;br /&gt;
&lt;br /&gt;
* ''[[Graphics_token#Basic_Conditions|condition]]'': The condition the creature needs to be in for this image to be displayed. Use &amp;lt;code&amp;gt;DEFAULT&amp;lt;/code&amp;gt; for generic graphics.&lt;br /&gt;
* ''creature id'': The [[Creature token|Creature ID]] of the creature the graphics represent.&lt;br /&gt;
* ''[[#Tile Page|tile page identifier]]'': The Internal ID of the image defined in the Tile Page.&lt;br /&gt;
* ''x position'': The x position of the graphic to be displayed in tiles counting from 0 (left→right).&lt;br /&gt;
* ''y position'': The y position of the graphic to be displayed in tiles counting from 0 (top→bottom).&lt;br /&gt;
* ''color type'': (optional) Uncertain function, frequently replaced with &amp;lt;code&amp;gt;AS_IS&amp;lt;/code&amp;gt; in vanilla [[Raw|RAW]]s. ColorTypeEnum{{cite|DF language server|https://gitlab.com/df-modding-tools/df-raw-language-server/-/blob/dev/df_ls_structure/src/objects/graphics.rs}}&lt;br /&gt;
* ''[[Graphics_token#Basic_Conditions|secondary condition]]'': (optional) An additional condition that must be satisfied for the image to be displayed.&lt;br /&gt;
&lt;br /&gt;
When the condition {{token|DEFAULT|g}} is used, this graphic will be displayed for the creature in all conditions unless additional, more specific conditions are also defined.&lt;br /&gt;
&lt;br /&gt;
:'''Basic Conditions'''&lt;br /&gt;
Different graphics can be defined for the same creature based on some properties about it. Below is a list of the most common creature conditions tokens. &lt;br /&gt;
&lt;br /&gt;
{| {{prettytable}}&lt;br /&gt;
|- bgcolor=&amp;quot;#dddddd&amp;quot;&lt;br /&gt;
! Condition&lt;br /&gt;
! Accepts&amp;lt;br&amp;gt;Secondary&lt;br /&gt;
! Description&lt;br /&gt;
|-&lt;br /&gt;
| {{token|DEFAULT|g}} || No || The default condition that will be displayed unless overwritten by a more specific one below.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{token|CHILD|g}} || Yes || Will only be displayed if the creature is a {{token|CHILD|c}} or {{token|BABY|c}} and is younger than one of those ages.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{token|ANIMATED|g}} || Yes || Displayed if the creature is raised from the dead, although it is not known how this is decided. Raised status is not related to having a syndrome with the class from {{token|CONDITION_SYN_CLASS|g}} or from having {{token|NOT_LIVING|c}}/{{token|OPPOSED_TO_LIFE|c}}.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{token|CORPSE|g}} || Yes || Displayed as soon as the creature dies.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{token|LIST_ICON|g}} || Unknown || Displayed in menus. Useful for large images that would extend beyond the menu boxes otherwise.&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Caste Graphics ===&lt;br /&gt;
Creature caste graphics allow a simple alternative to [[#Layered Graphics|Layered Graphics]] to represent males and females (or other castes) of a creature with different images.&lt;br /&gt;
 [CREATURE_CASTE_GRAPHICS:&amp;lt;creature id&amp;gt;:&amp;lt;caste id&amp;gt;]&lt;br /&gt;
    [&amp;lt;condition&amp;gt;:&amp;lt;tile page identifier&amp;gt;:&amp;lt;x position&amp;gt;:&amp;lt;y position&amp;gt;:&amp;lt;color type&amp;gt;:&amp;lt;secondary condition&amp;gt;]&lt;br /&gt;
&lt;br /&gt;
* ''caste id'': The [[Caste|Caste ID]] of the caste whose graphics are being defined.&lt;br /&gt;
* All other parameters are identical to [[#Basic Graphics|basic graphics]].&lt;br /&gt;
&lt;br /&gt;
=== Large Graphics ===&lt;br /&gt;
The only difference between graphics for large creatures and small creatures is the addition of &amp;lt;code&amp;gt;LARGE_IMAGE&amp;lt;/code&amp;gt; and additional coordinates to the line below:&lt;br /&gt;
    [&amp;lt;condition&amp;gt;:&amp;lt;tile page identifier&amp;gt;:LARGE_IMAGE:&amp;lt;x1&amp;gt;:&amp;lt;y1&amp;gt;:&amp;lt;x2&amp;gt;:&amp;lt;y2&amp;gt;:&amp;lt;color type&amp;gt;:&amp;lt;secondary condition&amp;gt;]&lt;br /&gt;
&lt;br /&gt;
* ''LARGE_IMAGE'': This tag allows a rectangular image with multiple tiles to be defined by its upper left and lower right tiles. Valid for 1x1 - 3x2 tiles.&lt;br /&gt;
* ''x1'': The x position of the upper left tile counting from 0 from the left of the tile page.&lt;br /&gt;
* ''y1'': The y position of the upper left tile counting from 0 from the top of the tile page.&lt;br /&gt;
* ''x2'': The x position of the lower right tile.&lt;br /&gt;
* ''y2'': The y position of the lower right tile.&lt;br /&gt;
* All other parameters are identical to [[#Basic Graphics|basic graphics]].&lt;br /&gt;
&lt;br /&gt;
Large images and small images can be used within the same &amp;lt;code&amp;gt;CREATURE_GRAPHICS&amp;lt;/code&amp;gt; or &amp;lt;code&amp;gt;CREATURE_CASTE_GRAPHICS&amp;lt;/code&amp;gt; definition, and in fact it is often useful to include a single tile image to act as a {{token|LIST_ICON|g}} for menus.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Statue Graphics ===&lt;br /&gt;
Statue graphics are the generic images placed on top of a pedestal whenever a creature is the primary subject of a statue. The image is implied to occupy multiple tiles, and all examples in vanilla are 1x2 vertical rectangles. Statue graphics are defined as below:&lt;br /&gt;
 [STATUE_CREATURE_GRAPHICS:&amp;lt;creature id&amp;gt;]&lt;br /&gt;
        [DEFAULT:STATUES_LAYERED:&amp;lt;x1&amp;gt;:&amp;lt;y1&amp;gt;:&amp;lt;x2&amp;gt;:&amp;lt;y2&amp;gt;]&lt;br /&gt;
&lt;br /&gt;
* ''creature id'': The [[Creature token|Creature ID]] the graphics represent.&lt;br /&gt;
* ''x1'': The x position of the upper left tile counting from 0 from the left of the tile page.&lt;br /&gt;
* ''y1'': The y position of the upper left tile counting from 0 from the top of the tile page.&lt;br /&gt;
* ''x2'': The x position of the lower right tile.&lt;br /&gt;
* ''y2'': The y position of the lower right tile.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Layered Graphics ===&lt;br /&gt;
Layered graphics are a method for displaying overlapping body parts, equipment, clothing, professions, hairstyles.. etc. They allow much more freedom in conditions than normal [[#Basic Graphics|basic graphics]], and they allow combinations of many graphical variations within the same creature to give your graphics more personality and display more information about the individuals. All layered graphics started as shown below:&lt;br /&gt;
 [CREATURE_GRAPHICS:&amp;lt;creature id&amp;gt;]&lt;br /&gt;
 	[LAYER_SET:&amp;lt;condition&amp;gt;]&lt;br /&gt;
&lt;br /&gt;
* ''creature id'': The [[Creature token|Creature ID]] of the creature the graphics represent.&lt;br /&gt;
* ''[[Graphics_token#Basic_Conditions|condition]]'': The condition the creature needs to be in for this set of layers to be displayed.&lt;br /&gt;
&lt;br /&gt;
Once you start defining a Layer Set, you can begin adding individual layers from the bottom up to create your final image. For example, if you want to draw a helmet being worn on a head, you would define the head layer first, then define the helmet layer. Layers are defined according to this format:&lt;br /&gt;
&lt;br /&gt;
 [LAYER:&amp;lt;layer name&amp;gt;:&amp;lt;tile page id&amp;gt;:&amp;lt;x position&amp;gt;:&amp;lt;y position&amp;gt;:&amp;lt;color type&amp;gt;]&lt;br /&gt;
 	[&amp;lt;layer condition(s)&amp;gt;]&lt;br /&gt;
&lt;br /&gt;
* ''layer name'': The internal name of the layer. No known function at this time, but using a descriptive label is recommended.&lt;br /&gt;
* ''[[#Tile Page|tile page identifier]]'': The Internal ID of the image defined in the Tile Page.&lt;br /&gt;
* ''x position'': The x position of the graphic to be displayed in tiles counting from 0 (left→right).&lt;br /&gt;
* ''y position'': The y position of the graphic to be displayed in tiles counting from 0 (top→bottom).&lt;br /&gt;
* ''[[#Large Graphics|LARGE_IMAGE]]:x1:y1:x2:y2'': (optional) Allows a multiple tile image to be displayed. Replaces &amp;lt;x position&amp;gt;:&amp;lt;y position&amp;gt;.&lt;br /&gt;
* ''color type'': (optional) Uncertain function, frequently replaced with &amp;lt;code&amp;gt;AS_IS&amp;lt;/code&amp;gt; in vanilla [[Raw|RAW]]s. ColorTypeEnum{{cite|DF language server|https://gitlab.com/df-modding-tools/df-raw-language-server/-/blob/dev/df_ls_structure/src/objects/graphics.rs}}&lt;br /&gt;
* ''[[Graphics_token#Layered_Conditions|layer condition(s)]]'': One or more conditional tokens that define under what conditions the layer is displayed and how it interacts with other layers.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Forgotten Beast Graphics ===&lt;br /&gt;
Forgotten beast graphics define layered graphics based on which body parts are present in each procedurally-generated forgotten beast.&lt;br /&gt;
&lt;br /&gt;
    [TILE_GRAPHICS_RECTANGLE:&amp;lt;tile page id&amp;gt;:&amp;lt;x1&amp;gt;:&amp;lt;y1&amp;gt;:&amp;lt;x2&amp;gt;:&amp;lt;y2&amp;gt;:&amp;lt;beast body token&amp;gt;]&lt;br /&gt;
&lt;br /&gt;
* ''[[#Tile Page|tile page identifier]]'': Internal ID of the image defined in Tile Page.&lt;br /&gt;
* ''x1'': The x position of the upper left tile counting from 0 from the left of the tile page.&lt;br /&gt;
* ''y1'': The y position of the upper left tile counting from 0 from the top of the tile page.&lt;br /&gt;
* ''x2'': X position of the lower right tile.&lt;br /&gt;
* ''y2'': Y position of the lower right tile.&lt;br /&gt;
* ''beast body token'': The internal ID of generated forgotten beast body types and body parts.&lt;br /&gt;
&lt;br /&gt;
The &amp;lt;code&amp;gt;TILE_GRAPHICS_RECTANGLE&amp;lt;/code&amp;gt; token displays a large image with the upper left corner being defined by &amp;lt;x1&amp;gt;, &amp;lt;y1&amp;gt; and the lower right corner defined by &amp;lt;x2&amp;gt;, &amp;lt;y2&amp;gt;. The &amp;lt;beast body token&amp;gt; is a conditional token that causes the graphics for each layer to be displayed only when the forgotten beast has that particular body type or part.{{verify}}&lt;br /&gt;
&lt;br /&gt;
There is not currently a way to use procedurally defined graphics like this for non-{{token|FEATURE_BEAST|c}} creatures.{{verify}}&lt;br /&gt;
&lt;br /&gt;
== Item Graphics ==&lt;br /&gt;
Item graphics can also be defined, but are mostly hardcoded. This section of the wiki needs to be fleshed out.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== World Map Graphics ==&lt;br /&gt;
World map graphics come in two variations:&lt;br /&gt;
&lt;br /&gt;
    [TILE_GRAPHICS:&amp;lt;tile page identifier&amp;gt;:&amp;lt;x position&amp;gt;:&amp;lt;y position&amp;gt;:&amp;lt;graphic id&amp;gt;]&lt;br /&gt;
    [TILE_GRAPHICS:&amp;lt;tile page identifier&amp;gt;:&amp;lt;x position&amp;gt;:&amp;lt;y position&amp;gt;:&amp;lt;graphic id&amp;gt;:&amp;lt;variation {1 - 5}&amp;gt;]&lt;br /&gt;
&lt;br /&gt;
* ''[[#Tile Page|tile page identifier]]'': The Internal ID of the image defined in the Tile Page.&lt;br /&gt;
* ''x position'': The x position of the graphic to be displayed in tiles counting from 0 (left→right).&lt;br /&gt;
* ''y position'': The y position of the graphic to be displayed in tiles counting from 0 (top→bottom).&lt;br /&gt;
* ''graphic id'': The [[Graphics_token#World_Map_Graphics|Graphic Token]] of the world map tile the graphics represent.&lt;br /&gt;
* ''variation {1 - 5}'': For Graphic IDs that allow variants.&lt;br /&gt;
&lt;br /&gt;
These values can be validated by checking the RAW vanilla file &amp;lt;code&amp;gt;[DF Installion]\data\vanilla\vanilla_world_map\graphics\graphics_world_map.txt&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
= Classic Graphics =&lt;br /&gt;
{{old}}&lt;br /&gt;
:{{for/see|a list of all tile characters used in DF|[[Tilesets]]}}&lt;br /&gt;
:{{for/see|a chart with the default ASCII characters|[[Main:Character table|Character table]]}}&lt;br /&gt;
:{{for/see|user-created creature tilesets|[[Main:Tileset repository|Tileset repository]]}}&lt;br /&gt;
:{{for/see|information about Graphic sets|[[Graphic set|Graphic set]]}}&lt;br /&gt;
:{{for/see|information on how tilesets get colored|[[color]]}}&lt;br /&gt;
=== General Information ===&lt;br /&gt;
Although commonly referred to as text or &amp;quot;ASCII&amp;quot;-graphics, classic DF uses a bitmap [[tilesets|tileset]]* with characters from the [[Main:Character table|IBM Code Page 437]], displayed with a foreground and background color picked from 16 predefined [[Color scheme|colors]]. Text files (and often hardcoded values) define the tile, and colors of all objects.&lt;br /&gt;
Both color scheme and tileset can be changed (see below), and definitions that are in text files can be modified. In addition, interface text can be displayed with a TrueType font and [[creatures]] (which normally are displayed as [[tilesets#list of creatures...|letters]]) can be assigned to separate tilesets called [[graphic set]]s. The main tileset is sometimes called &amp;quot;character tileset&amp;quot;, while the graphic sets are also referred to as &amp;quot;object tilesets&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;small&amp;gt;*except when using [[Technical_tricks#Video_Card_Options|PRINT_MODE:TEXT]]&amp;lt;/small&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== Tileset ====&lt;br /&gt;
{{Main|Tilesets}}&lt;br /&gt;
The main tileset (also called 'character set' or just 'tileset') is an image in BMP or PNG format that contains the 256 different tiles, corresponding to the [[Main:character table|IBM Code Page 437]], which are used to display all objects, creatures, and UI elements in game. The tiles are always arranged in a 16x16 grid, but its dimensions can be varied. You can have both square and non-square tiles, with 16x16 pixels being the most common size. Creatures are displayed as [[Tilesets#Main_creature_tiles|colored letters]] (a white 'B' is a [[polar bear]], a brown 'd' a [[dog]], and a grey 'c' is a [[cat]]).&lt;br /&gt;
&lt;br /&gt;
As the tileset is limited to only 256 tiles, some objects share the same tile. Most notably, even with upper and lower case letters and 16 colors, a lot of creatures still look identical (goblin, goat, various gibbons, gremlin, goose, etc.). The tile for bins, up/down stairs and the cursor are the same; bags use the same tile as the symbol for &amp;quot;male&amp;quot;; and the &amp;quot;female&amp;quot; symbol shares a graphic with amulets. Roads and large rivers on the world map, minecart tracks and walls all share the same tiles as well.&lt;br /&gt;
&lt;br /&gt;
Some of those can be changed in the raws and init files, and creatures can have separate graphics, but in most cases they are hardcoded.&lt;br /&gt;
&lt;br /&gt;
That also can be used to categorize custom tilesets: Those that are made for and come bundled with modified raws/init files, and those that are made for and work with the default raws. Usually, the latter are more symbolic, or 'ASCII-like', while the former are often more pictographic, detailed or &amp;quot;pixel-arty&amp;quot;. These sometimes are also bundled with their own creature graphics.&lt;br /&gt;
Tilesets that are made for default raws have the advantage that you can use them immediately without any work for any new version that is released. With modified raws, you need to manually edit the new raws again, or wait for the maintainer to do that.&lt;br /&gt;
&lt;br /&gt;
==== Graphic set ====&lt;br /&gt;
{{Main|Graphic set}}&lt;br /&gt;
Graphic sets are additional tilesets used to give objects different graphics. As opposed to the main tileset, any number of tiles can be arranged in any grid configuration. Currently, DF only supports graphic sets for creatures. Every graphic set needs a corresponding text file that assigns a tile to a creature.&lt;br /&gt;
&lt;br /&gt;
==== Color ====&lt;br /&gt;
{{Main|Color}}&lt;br /&gt;
In general, a tileset has white tiles with a transparent background. White pixels show the foreground color, transparent pixels (magenta pixels for .bmp) the background color. Black pixels remain black. Shades of grey, partial transparency and even colored tiles can be used for various effects. Additionally, creature graphics can be set to be displayed in the colors they're drawn in.&lt;br /&gt;
&lt;br /&gt;
Otherwise, the game selects from 16 colors (the [[color scheme]]) to decide the color: which of the 16 colors the game uses depends on the [[Color#Color_values|color value]] or [[Color#Color_tokens|color token]] of the material/item.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Installation===&lt;br /&gt;
{{further information|Mod|Tilesets|Graphic set|Color scheme}}&lt;br /&gt;
====Repositories====&lt;br /&gt;
Users of the Steam version can subscribe to mods on Steam Workshop. The wiki has repositories for [[Main:Tileset_repository|tilesets]], [[Graphics_set_repository|graphic sets]], and [[color scheme]]s. You will find more in the [http://www.bay12forums.com/smf/index.php?board=28.0 bay 12 graphics subforum] and on [http://dffd.wimbli.com/ DFFD]. Some graphic sets and tilesets are additionally maintained on [https://github.com/DFgraphics github].&lt;br /&gt;
Often, tileset creators offer preinstalled downloads or folders you just have to drop into your DF folder and overwrite files when prompted. They usually come with installation instructions either in a readme file or in their respective forum thread. In addition, there are various [[Utilities#Launchers|launcher]] applications that let you install and change graphics automatically.&lt;br /&gt;
&lt;br /&gt;
For manual installation of the various components, see here:&lt;br /&gt;
&lt;br /&gt;
====Tileset====&lt;br /&gt;
Put the tileset you want to use into the data/art/ folder. Open up [[init.txt]] (in data/init/) with a text editor and change the entries FONT, FULLFONT, GRAPHICS_FONT, and GRAPHICS_FULLFONT to the filename of your new tileset.&lt;br /&gt;
&lt;br /&gt;
====Creature Graphics====&lt;br /&gt;
Put the graphic set ''into a subfolder'' in raw/graphics and the corresponding text file directly in raw/graphics. If you have an active save you will have to put them into the raw folder of your save as well (data/save/&amp;lt;your region&amp;gt;/raw/graphics). Finally, set GRAPHICS to YES in data/init/[[init.txt]]&lt;br /&gt;
&lt;br /&gt;
====Color Scheme====&lt;br /&gt;
Replace colors.txt in data/init with your new colors.&lt;br /&gt;
&lt;br /&gt;
===True Type Font===&lt;br /&gt;
Replace font.ttf in data/art with your new font.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==See Also==&lt;br /&gt;
*[[Creature token]]&lt;br /&gt;
*[[Syndrome]]&lt;br /&gt;
*[[Creature examples]]&lt;br /&gt;
&lt;br /&gt;
{{Category|Modding}}&lt;br /&gt;
{{Category|Tokens}}&lt;br /&gt;
{{Category|Interface}}&lt;/div&gt;</summary>
		<author><name>Match</name></author>
	</entry>
	<entry>
		<id>https://dwarffortresswiki.org/index.php?title=Graphics_token&amp;diff=289809</id>
		<title>Graphics token</title>
		<link rel="alternate" type="text/html" href="https://dwarffortresswiki.org/index.php?title=Graphics_token&amp;diff=289809"/>
		<updated>2023-02-04T03:02:34Z</updated>

		<summary type="html">&lt;p&gt;Match: no longer only male or female castes&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Quality|Unrated}}&lt;br /&gt;
{{av}}&lt;br /&gt;
{{Modding}}&lt;br /&gt;
:{{for/see|an explanation of how to use the various graphics types|[[Graphics]]}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The &amp;lt;code&amp;gt;[OBJECT:GRAPHICS]&amp;lt;/code&amp;gt; [[token]] defines the use of various tile-based graphics in the game. As of version 50.01, graphics tokens have been greatly expanded to accommodate the release of the Steam &amp;amp; Itch premium version. These tokens, and explanations on how to use them, are listed below; the list will expand as the tokens are discovered and understood.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Creature Graphics ==&lt;br /&gt;
Creature graphics are found within graphics_creature_x files (such as graphics_creature_domestic or graphics_creature_layered). All graphics files must begin with the file name, followed by the &amp;lt;code&amp;gt;[OBJECT:GRAPHICS]&amp;lt;/code&amp;gt; type that tells the game that the file contains graphics definitions. A more detailed explanation on how to use these can be found in [[Graphics#Creature_Graphics|creature graphics]].&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Types ===&lt;br /&gt;
{| {{prettytable}}&lt;br /&gt;
|- bgcolor=&amp;quot;#dddddd&amp;quot;&lt;br /&gt;
! Type&lt;br /&gt;
! Arguments&lt;br /&gt;
! Description&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|CREATURE_GRAPHICS}}&lt;br /&gt;
|&lt;br /&gt;
* [[Creature token|creature id]]&lt;br /&gt;
| The simplest and most common form of creature graphics for defining one sprite for each [[#Condition|basic condition]]. &lt;br /&gt;
&lt;br /&gt;
Further conditions are required for this to function following the [[Graphics#Basic_Graphics|creature graphics]] format. Accepts [[Graphics#Large_Graphics|large graphics tokens]].&lt;br /&gt;
&lt;br /&gt;
Additionally used to start defining a [[Graphics#Layered_Graphics|layered graphics]] set.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|CREATURE_CASTE_GRAPHICS}} &lt;br /&gt;
|&lt;br /&gt;
* [[Creature token|creature id]]&lt;br /&gt;
* [[Caste|Caste ID]]&lt;br /&gt;
| Nearly the same as {{token|CREATURE_GRAPHICS|g}}, but allows a separate sprite to be defined for each caste.&lt;br /&gt;
A simple alternative to [[Graphics#Layered Graphics|Layered Graphics]].&lt;br /&gt;
&lt;br /&gt;
Requires conditions defined in [[Graphics#Basic_Graphics|creature graphics]] format. Accepts [[Graphics#Large_Graphics|large graphics tokens]].&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|STATUE_CREATURE_GRAPHICS}} &lt;br /&gt;
|&lt;br /&gt;
* [[Creature token|creature id]]&lt;br /&gt;
| Format for beginning a [[Graphics#Statue_Graphics|creature statue definition]]. Defines a 1x2 vertical rectangle to be displayed when a statue depicts one of these creatures.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|TILE_GRAPHICS_RECTANGLE}}&lt;br /&gt;
|&lt;br /&gt;
* [[Creature token|creature id]]&lt;br /&gt;
| Graphics for a 3x2 rectangle that is used exclusively for representing Forgotten Beasts based on their body parts. Uses [[Graphics#Forgotten_Beast_Graphics|forgotten beast graphics]].&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Basic Conditions ===&lt;br /&gt;
Different graphics can be defined for the same creature based on some properties about it. Below is a list of all conditions that can be used for creature graphics that accept a ''condition'' token.&lt;br /&gt;
&lt;br /&gt;
{| {{prettytable}}&lt;br /&gt;
|- bgcolor=&amp;quot;#dddddd&amp;quot;&lt;br /&gt;
! Condition&lt;br /&gt;
! Accepts&amp;lt;br&amp;gt;Secondary&lt;br /&gt;
! Description&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|DEFAULT}} || No || The default condition that will be displayed unless overwritten by a more specific one below.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|CHILD}} || Yes || Will only be displayed if the creature is a {{token|CHILD|c}} or {{token|BABY|c}} and is younger than one of those ages.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|ANIMATED}} || Yes || Displayed if the creature is raised from the dead, although it is not known how this is decided. Raised status is not related to having a syndrome with the class from {{token|CONDITION_SYN_CLASS|g}} or from having {{token|NOT_LIVING|c}}/{{token|OPPOSED_TO_LIFE|c}}.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|CORPSE}} || Yes || Displayed as soon as the creature dies.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|TRAINED_HUNTER}} || Yes || Shown for hunting-trained versions of this creature.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|TRAINED_WAR}} || Yes || Shown for war-trained versions of this creature.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|LIST_ICON}} || Unknown || Displayed in menus. Useful for large images that would extend beyond the menu boxes otherwise/&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|SKELETON}} || Unknown || Decayed remains of the creature.{{verify}}&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|SKELETON_WITH_SKULL}} || Unknown || Decayed remains of the creature with a skull.{{verify}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Layered Conditions ===&lt;br /&gt;
Layers aren't very useful on their own, so they come with a set of conditions to define how when they are displayed and how they interact.&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;
! Type&lt;br /&gt;
! Description&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text_anchor|LAYER_SET}} ||&lt;br /&gt;
* condition&lt;br /&gt;
| Creature&amp;lt;br&amp;gt;Graphics&lt;br /&gt;
| Begins defining a layer set for a creature's graphics.  Valid values of ''condition'' are DEFAULT, CORPSE, and ANIMATED.{{verify}}&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text_anchor|LAYER_GROUP}} ||   || Layer&amp;lt;br&amp;gt;Group&lt;br /&gt;
| Begins defining a layer group. Current effect unknown.{{verify}}&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text_anchor|END_LAYER_GROUP}} ||   || Layer&amp;lt;br&amp;gt;Group&lt;br /&gt;
| marks the end of a layer group. Current effect unknown.{{verify}}&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text_anchor|CONDITION_ITEM_WORN}} ||&lt;br /&gt;
* BY_CATEGORY / BY_TOKEN&lt;br /&gt;
* [[Body_token#CATEGORY|category]] / [[Body_token#BP|body part token]]&lt;br /&gt;
* Armor type (ARMOR, GLOVES, Etc.)&lt;br /&gt;
* Item ID(s)&lt;br /&gt;
|| Armor&amp;lt;br&amp;gt;Wieldables || Defines a clothing or armor graphic by the specific part it is equipped to, the type of armor it is, and the internal id of that item. &lt;br /&gt;
For example, a condition representing a right handed mitten or glove would be defined as:&lt;br /&gt;
&amp;lt;code&amp;gt;[CONDITION_ITEM_WORN:BY_TOKEN:RH:GLOVES:ITEM_GLOVES_GLOVES:ITEM:GLOVES:MITTENS]&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text_anchor|SHUT_OFF_IF_ITEM_PRESENT}} ||&lt;br /&gt;
* BY_CATEGORY / BY_TOKEN&lt;br /&gt;
* [[Body_token#CATEGORY|category]] / [[Body_token#BP|body part token]]&lt;br /&gt;
* Armor type&lt;br /&gt;
* Item ID(s)&lt;br /&gt;
|| Armor || Causes the current layer to not be rendered if the creature has one of the items worn or equipped. Also accepts the input &amp;lt;code&amp;gt;ANY_HELD&amp;lt;/code&amp;gt; or &amp;lt;code&amp;gt;WIELD&amp;lt;/code&amp;gt; (e.g. &amp;lt;code&amp;gt;WIELD:WEAPON:ANY&amp;lt;/code&amp;gt;).&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text_anchor|CONDITION_DYE}} ||&lt;br /&gt;
* dye color&lt;br /&gt;
|| Armor&lt;br /&gt;
|| Should represent which color the clothing is dyed. Currently nonfunctional.{{version|50.05}}&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text_anchor|CONDITION_NOT_DYED}} ||   || Armor&lt;br /&gt;
|| Should check if the clothing is dyed. Currently nonfunctional.{{version|50.05}}&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text_anchor|CONDITION_MATERIAL_FLAG}} ||&lt;br /&gt;
* material flag&lt;br /&gt;
|| Material || Changes graphics based on the material an equipped item is made of. Valid material flags are similar to [[Reaction#Full_token_list|reactant conditions]] including:&lt;br /&gt;
* WOVEN_ITEM&lt;br /&gt;
* ANY_X_MATERIAL&lt;br /&gt;
:with X being:&lt;br /&gt;
:* PLANT, SILK, YARN, LEATHER, WOOD, SHELL, BONE, STONE, GEM, TOOTH, HORN, PEARL&lt;br /&gt;
* IS_DIVINE_MATERIAL&lt;br /&gt;
* NOT_ARTIFACT&lt;br /&gt;
* IS_CRAFTED_ARTIFACT&lt;br /&gt;
* METAL_ITEM_MATERIAL&lt;br /&gt;
* GLASS_MATERIAL&lt;br /&gt;
* FIRE_BUILD_SAFE&lt;br /&gt;
* MAGMA_BUILD_SAFE&lt;br /&gt;
[http://www.bay12forums.com/smf/index.php?topic=169696.msg8442543#msg8442543 among other, less useful ones.]&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text_anchor|CONDITION_MATERIAL_TYPE}} ||&lt;br /&gt;
* material token&lt;br /&gt;
|| Material || Changes graphics based on the material an equipped item is made of. Valid material types take the form &amp;lt;code&amp;gt;METAL:COPPER&amp;lt;/code&amp;gt; where copper can be replaced with any weapons-grade metal. Initial testing has shown that some [[material token]]s are not functional. {{token|CONDITION_MATERIAL_FLAG}} is a better option for any material condition other than metal.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text_anchor|CONDITION_PROFESSION_CATEGORY}} ||&lt;br /&gt;
* [[Unit type token|profession token(s)]]&lt;br /&gt;
|| General&lt;br /&gt;
|| Checks the profession of the creature to act as a condition. Multiple profession tokens can be chained together.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text_anchor|CONDITION_RANDOM_PART_INDEX}} ||&lt;br /&gt;
* body part&lt;br /&gt;
* integer index&lt;br /&gt;
* integer range&lt;br /&gt;
|| General&lt;br /&gt;
|| Chooses a random layer within the same group of body parts. Index is which option this condition is, out of Range number of options. Ex:&lt;br /&gt;
&amp;lt;code&amp;gt;[CONDITION_RANDOM_PART_INDEX:HEAD:3:4]&amp;lt;/code&amp;gt;&lt;br /&gt;
Is the third possible random head out of four total options. One of these random conditions each will be put into a set of four slightly different heads to add some random variation in the appearance of the creature's head.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text_anchor|CONDITION_HAUL_COUNT_MIN}} ||&lt;br /&gt;
* integer&lt;br /&gt;
|| General&lt;br /&gt;
|| Counts how many items the creature is hauling. Used for {{token|PACK_ANIMAL}}s in vanilla.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text_anchor|CONDITION_HAUL_COUNT_MAX}} ||&lt;br /&gt;
* integer&lt;br /&gt;
|| General&lt;br /&gt;
|| Counts how many items the creature is hauling. Used for {{token|PACK_ANIMAL}}s in vanilla.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text_anchor|CONDITION_CHILD}} || General ||&lt;br /&gt;
|| Checks if the creature is a child or baby.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text_anchor|CONDITION_NOT_CHILD}} || General ||&lt;br /&gt;
|| Checks if the creature is an adult.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text_anchor|CONDITION_GHOST}} || General ||&lt;br /&gt;
|| Checks if the creature is a ghost.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text_anchor|CONDITION_SYN_CLASS}} ||&lt;br /&gt;
* [[Syndrome#SYN_CLASS|SYN_CLASS]]&lt;br /&gt;
|| Syndrome || Changes graphics based on any syndromes the creature is affected by. Vanilla values include:&lt;br /&gt;
* ZOMBIE&lt;br /&gt;
* NECROMANCER&lt;br /&gt;
* VAMPCURSE&lt;br /&gt;
* RAISED_UNDEAD&lt;br /&gt;
* GHOUL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text_anchor|CONDITION_TISSUE_LAYER}} ||&lt;br /&gt;
* BY_CATEGORY&lt;br /&gt;
* [[Body_token#CATEGORY|body part category]] or ALL&lt;br /&gt;
* [[Body_detail_plan_token#BP_LAYERS|tissue layer]] or ALL&lt;br /&gt;
|| Tissue&lt;br /&gt;
|| Selects a tissue layer to use for checking other conditions. Ex:&lt;br /&gt;
&amp;lt;code&amp;gt;[CONDITION_TISSUE_LAYER:BY_CATEGORY:ALL:SKIN]&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text_anchor|TISSUE_MIN_LENGTH}} ||&lt;br /&gt;
* integer&lt;br /&gt;
|| Tissue&lt;br /&gt;
|| Checks the current {{token|CONDITION_TISSUE_LAYER}}'s LENGTH [[Creature_token#TISSUE_LAYER_APPEARANCE_MODIFIER|appearance modifier]]. Is true if the LENGTH is greater than the integer input.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text_anchor|TISSUE_MAX_LENGTH}} ||&lt;br /&gt;
* integer&lt;br /&gt;
|| Tissue&lt;br /&gt;
|| Checks the current {{token|CONDITION_TISSUE_LAYER}}'s LENGTH [[Creature_token#TISSUE_LAYER_APPEARANCE_MODIFIER|appearance modifier]]. Is true if the LENGTH is less than the integer input.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text_anchor|TISSUE_MAY_HAVE_COLOR}} ||&lt;br /&gt;
* [[Color#Color_tokens|color token(s)]]&lt;br /&gt;
|| Tissue&lt;br /&gt;
|| Checks the selected tissue's color. Accepts multiple color tokens, and is true if the any of the colors is present in the selected tissues.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text_anchor|TISSUE_MAY_HAVE_SHAPING}} ||&lt;br /&gt;
* styling token&lt;br /&gt;
|| Tissue&lt;br /&gt;
|| Checks the current {{token|CONDITION_TISSUE_LAYER}}'s shaping (hairstyle). Valid tokens are NEATLY_COMBED, BRAIDED, DOUBLE_BRAIDS, PONY_TAILS, CLEAN_SHAVEN and STANDARD_HAIR/BEARD/MOUSTACHE/SIDEBURNS_SHAPINGS.{{verify}}&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text_anchor|TISSUE_NOT_SHAPED}} || || Tissue&lt;br /&gt;
|| Checks the current {{token|CONDITION_TISSUE_LAYER}}'s color. Accepts multiple color tokens, and is true if the any of the colors is present in the selected tissues.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text_anchor|TISSUE_SWAP}} ||&lt;br /&gt;
* IF_MIN_CURLY&lt;br /&gt;
* integer&lt;br /&gt;
* tile page id&lt;br /&gt;
* x position&lt;br /&gt;
* y position&lt;br /&gt;
| Tissue&lt;br /&gt;
| Checks if a tissue is sufficiently curly, and if so swaps to display a different image. The new image is defined by the tile page ID, x position, and y position.&lt;br /&gt;
&lt;br /&gt;
This condition should be within a [LAYER:... ] that has a similar graphic to the on in the TISSUE_SWAP.&lt;br /&gt;
The current {{token|CONDITION_TISSUE_LAYER}} group must also include a {{token|TISSUE_MIN_LENGTH}}.&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Vermin Conditions ===&lt;br /&gt;
Special Conditions for {{token|VERMIN|c}} creature graphics:&lt;br /&gt;
&lt;br /&gt;
{| {{prettytable}}&lt;br /&gt;
|- bgcolor=&amp;quot;#dddddd&amp;quot;&lt;br /&gt;
! Condition&lt;br /&gt;
! Description&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|VERMIN}} || Necessary for defining graphics that use the tokens below.{{verify}}&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|VERMIN_ALT}} || Image cycles every 1 second.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|SWARM_SMALL}} || For swarming vermin like [[fly|flies]] and [[fairy|fairies]] in small groups.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|SWARM_MEDIUM}} || For swarming vermin like [[fly|flies]] and [[fairy|fairies]] in medium-sized groups.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|SWARM_LARGE}} || For swarming vermin like [[fly|flies]] and [[fairy|fairies]] in large groups.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|LIGHT_VERMIN}} || For [[firefly|fireflies]] etc. Does not replace {{token|VERMIN|g}}.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|LIGHT_VERMIN_ALT}} || Like {{token|VERMIN_ALT|g}} for [[firefly|fireflies]] etc.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|LIGHT_SWARM_SMALL}} || Like {{token|SWARM_SMALL|g}} for [[firefly|fireflies]] etc. in small groups.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|LIGHT_SWARM_MEDIUM}} || Like {{token|SWARM_LARGE|g}} for [[firefly|fireflies]] etc. in large groups.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|LIGHT_SWARM_LARGE}} || Like {{token|SWARM_LARGE|g}} for [[firefly|fireflies]] etc.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|REMAINS}} || Vermin corpses.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|HIVE}} || Vermin hives.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Item Graphics ==&lt;br /&gt;
Item graphics can also be defined, but are mostly hardcoded. This section of the wiki needs to be fleshed out. Descriptions of the token functions is provisional.&lt;br /&gt;
&lt;br /&gt;
Item graphics currently do not support LARGE_IMAGE.&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;
| {{text_anchor|TILE_GRAPHICS}}&lt;br /&gt;
|&lt;br /&gt;
* Tile page ID&lt;br /&gt;
* x index&lt;br /&gt;
* y index&lt;br /&gt;
* Item ID&lt;br /&gt;
| Begins defining tile graphics for an item. Sets default tile graphic.{{verify}}&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text_anchor|BOULDER_GRAPHICS}}&lt;br /&gt;
|&lt;br /&gt;
* Tile page ID&lt;br /&gt;
* x index&lt;br /&gt;
* y index&lt;br /&gt;
* Material ID&lt;br /&gt;
| Defines tile graphics variants to use for BOULDER items by material; currently all boulders use material palette instead.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text_anchor|ROUGH_GEM_GRAPHICS}}&lt;br /&gt;
|&lt;br /&gt;
* Tile page ID&lt;br /&gt;
* x index&lt;br /&gt;
* y index&lt;br /&gt;
* Material ID&lt;br /&gt;
| Defines tile graphics variants to use for ROUGH (gem) items by material; currently all rough gems use material palette instead.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text_anchor|BARS_GRAPHICS}}&lt;br /&gt;
| &lt;br /&gt;
* Tile page ID&lt;br /&gt;
* x index&lt;br /&gt;
* y index&lt;br /&gt;
* Material ID or item ID&lt;br /&gt;
| Defines tile graphics variants to use for BAR items by material.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text_anchor|FOOD_GRAPHICS}}&lt;br /&gt;
| &lt;br /&gt;
* Tile page ID&lt;br /&gt;
* x index&lt;br /&gt;
* y index&lt;br /&gt;
* Item ID&lt;br /&gt;
| Defines tile graphics for FOOD items.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text_anchor|ARMOR_GRAPHICS}}&lt;br /&gt;
| &lt;br /&gt;
* Tile page ID&lt;br /&gt;
* x index&lt;br /&gt;
* y index&lt;br /&gt;
* Item ID&lt;br /&gt;
| Defines tile graphics for ARMOR items; this is for items not being worn by a creature.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text_anchor|GLOVES_GRAPHICS}}&lt;br /&gt;
| &lt;br /&gt;
* Tile page ID&lt;br /&gt;
* x index&lt;br /&gt;
* y index&lt;br /&gt;
* Item ID&lt;br /&gt;
| Defines tile graphics for GLOVES items; this is for items not being worn by a creature.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text_anchor|HELM_GRAPHICS}}&lt;br /&gt;
| &lt;br /&gt;
* Tile page ID&lt;br /&gt;
* x index&lt;br /&gt;
* y index&lt;br /&gt;
* Item ID&lt;br /&gt;
| Defines tile graphics for HELM items; this is for items not being worn by a creature.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text_anchor|PANTS_GRAPHICS}}&lt;br /&gt;
| &lt;br /&gt;
* Tile page ID&lt;br /&gt;
* x index&lt;br /&gt;
* y index&lt;br /&gt;
* Item ID&lt;br /&gt;
| Defines tile graphics for PANTS items; this is for items not being worn by a creature.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text_anchor|SHOES_GRAPHICS}}&lt;br /&gt;
| &lt;br /&gt;
* Tile page ID&lt;br /&gt;
* x index&lt;br /&gt;
* y index&lt;br /&gt;
* Item ID&lt;br /&gt;
| Defines tile graphics for SHOES items; this is for items not being worn by a creature.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text_anchor|SHOES_GRAPHICS_METAL}}&lt;br /&gt;
| &lt;br /&gt;
* Tile page ID&lt;br /&gt;
* x index&lt;br /&gt;
* y index&lt;br /&gt;
* Item ID&lt;br /&gt;
| Defines metal material tile graphics variants for SHOES items; this is for items not being worn by a creature.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text_anchor|SHIELD_GRAPHICS}}&lt;br /&gt;
| &lt;br /&gt;
* Tile page ID&lt;br /&gt;
* x index&lt;br /&gt;
* y index&lt;br /&gt;
* Item ID&lt;br /&gt;
| Defines tile graphics for SHIELD items; this is for items not being worn by a creature.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text_anchor|SHIELD_GRAPHICS_WOODEN}}&lt;br /&gt;
| &lt;br /&gt;
* Tile page ID&lt;br /&gt;
* x index&lt;br /&gt;
* y index&lt;br /&gt;
* Item ID&lt;br /&gt;
| Defines wood material tile graphics variants for SHIELD items; this is for items not being worn by a creature.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text_anchor|TOY_GRAPHICS}}&lt;br /&gt;
| &lt;br /&gt;
* Tile page ID&lt;br /&gt;
* x index&lt;br /&gt;
* y index&lt;br /&gt;
* Item ID&lt;br /&gt;
* Material ID&lt;br /&gt;
| Defines tile graphics for TOY items.  Material ID in this case is one of STONE, WOOD, METAL, or GLASS.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text_anchor|TRAPCOMP_GRAPHICS}}&lt;br /&gt;
| &lt;br /&gt;
* Tile page ID&lt;br /&gt;
* x index&lt;br /&gt;
* y index&lt;br /&gt;
* Item ID&lt;br /&gt;
| Defines tile graphics for TRAPCOMP items.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text_anchor|TRAPCOMP_GRAPHICS_WEAPON_TRAP}}&lt;br /&gt;
| &lt;br /&gt;
* Tile page ID&lt;br /&gt;
* x index&lt;br /&gt;
* y index&lt;br /&gt;
| Defines tile graphics for TRAPCOMP items when built into a weapon trap; must follow TRAPCOMP_GRAPHICS.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text_anchor|TRAPCOMP_GRAPHICS_UPRIGHT_#X}}&lt;br /&gt;
| &lt;br /&gt;
* Tile page ID&lt;br /&gt;
* x index&lt;br /&gt;
* y index&lt;br /&gt;
| Defines tile graphics for installed upright spike traps. These comprise two-tile graphics: # is replaced with the number of spikes, 1-10; X is replaced with T (for top graphic tile) or B (bottom graphic tile). This follows the tile graphics definition of either MENACINGSPIKE or SPEAR.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text_anchor|SIEGEAMMO_GRAPHICS}}&lt;br /&gt;
| &lt;br /&gt;
* Item ID&lt;br /&gt;
| Begins defining graphics for SIEGEAMMO items.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text_anchor|SIEGEAMMO_GRAPHICS_STRAIGHT_DEFAULT}}&lt;br /&gt;
| &lt;br /&gt;
* Tile page ID&lt;br /&gt;
* x index&lt;br /&gt;
* y index&lt;br /&gt;
| Defines graphics for ballista arrows aligned orthogonally on the map; follows SEIGEAMMO_GRAPHICS.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text_anchor|SIEGEAMMO_GRAPHICS_STRAIGHT_WOOD}}&lt;br /&gt;
| &lt;br /&gt;
* Tile page ID&lt;br /&gt;
* x index&lt;br /&gt;
* y index&lt;br /&gt;
| Wooden variant of above.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text_anchor|SIEGEAMMO_GRAPHICS_DIAGONAL_DEFAULT}}&lt;br /&gt;
| &lt;br /&gt;
* Tile page ID&lt;br /&gt;
* x index&lt;br /&gt;
* y index&lt;br /&gt;
| Defines graphics for ballista arrows aligned diagonally on the map; follows SEIGEAMMO_GRAPHICS.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text_anchor|SIEGEAMMO_GRAPHICS_DIAGONAL_WOOD}}&lt;br /&gt;
| &lt;br /&gt;
* Tile page ID&lt;br /&gt;
* x index&lt;br /&gt;
* y index&lt;br /&gt;
| Wood variant of above.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text_anchor|AMMO_GRAPHICS}}&lt;br /&gt;
| &lt;br /&gt;
* Item ID&lt;br /&gt;
| Begins defining graphics for AMMO items.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text_anchor|AMMO_GRAPHICS_STRAIGHT_DEFAULT}}&lt;br /&gt;
| &lt;br /&gt;
* Tile page ID&lt;br /&gt;
* x index&lt;br /&gt;
* y index&lt;br /&gt;
| Defines graphics for AMMO items aligned orthogonally on the map; follows AMMO_GRAPHICS.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text_anchor|AMMO_GRAPHICS_STRAIGHT_WOOD}}&lt;br /&gt;
| &lt;br /&gt;
* Tile page ID&lt;br /&gt;
* x index&lt;br /&gt;
* y index&lt;br /&gt;
| Wooden variant of above.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text_anchor|AMMO_GRAPHICS_DIAGONAL_DEFAULT}}&lt;br /&gt;
| &lt;br /&gt;
* Tile page ID&lt;br /&gt;
* x index&lt;br /&gt;
* y index&lt;br /&gt;
| Defines graphics for AMMO aligned diagonally on the map; follows AMMO_GRAPHICS.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text_anchor|AMMO_GRAPHICS_DIAGONAL_WOOD}}&lt;br /&gt;
| &lt;br /&gt;
* Tile page ID&lt;br /&gt;
* x index&lt;br /&gt;
* y index&lt;br /&gt;
| Wood variant of above.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text_anchor|WEAPON_GRAPHICS}}&lt;br /&gt;
| &lt;br /&gt;
* Item ID&lt;br /&gt;
| Begins defining graphics for WEAPON items.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text_anchor|WEAPON_GRAPHICS_DEFAULT}}&lt;br /&gt;
| &lt;br /&gt;
* Tile page ID&lt;br /&gt;
* x index&lt;br /&gt;
* y index&lt;br /&gt;
| Defines default graphics for WEAPON item defined by WEAPON_GRAPHICS not being worn by creatures; follows WEAPON_GRAPHICS.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text_anchor|WEAPON_GRAPHICS_MATERIAL}}&lt;br /&gt;
| &lt;br /&gt;
* Tile page ID&lt;br /&gt;
* x index&lt;br /&gt;
* y index&lt;br /&gt;
| Defines material palette{{verify}} graphics for WEAPON item defined by WEAPON_GRAPHICS not being worn by creatures; follows WEAPON_GRAPHICS.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text_anchor|WEAPON_GRAPHICS_WOOD_GROWN}}&lt;br /&gt;
| &lt;br /&gt;
* Tile page ID&lt;br /&gt;
* x index&lt;br /&gt;
* y index&lt;br /&gt;
| Defines graphics for grown-wood WEAPON item defined by WEAPON_GRAPHICS not being worn by creatures; follows WEAPON_GRAPHICS.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text_anchor|WEAPON_GRAPHICS_WOOD}}&lt;br /&gt;
| &lt;br /&gt;
* Tile page ID&lt;br /&gt;
* x index&lt;br /&gt;
* y index&lt;br /&gt;
| Defines graphics for wooden WEAPON item defined by WEAPON_GRAPHICS not being worn by creatures; follows WEAPON_GRAPHICS.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text_anchor|WEAPON_GRAPHICS_WEAPON_TRAP}}&lt;br /&gt;
| &lt;br /&gt;
* Tile page ID&lt;br /&gt;
* x index&lt;br /&gt;
* y index&lt;br /&gt;
| Defines graphics for WEAPON item defined by WEAPON_GRAPHICS as it appears installed in a weapon trap; follows WEAPON_GRAPHICS.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text_anchor|TOOL_GRAPHICS}}&lt;br /&gt;
| &lt;br /&gt;
* Tile page ID&lt;br /&gt;
* x index&lt;br /&gt;
* y index&lt;br /&gt;
* Item ID&lt;br /&gt;
| Defines default graphics for TOOL items; also begins defining variant graphics for material or container conditions when followed by tokens below.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text_anchor|ADD_TOOL_GRAPHICS}}&lt;br /&gt;
| &lt;br /&gt;
* Item ID&lt;br /&gt;
| Adds graphics to an existing tool defined with TOOL_GRAPHICS, followed by the tool graphics material or container condition tokens below.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text_anchor|TOOL_GRAPHICS_WOOD}}&lt;br /&gt;
| &lt;br /&gt;
* Variant index&lt;br /&gt;
* Tile page ID&lt;br /&gt;
* x index&lt;br /&gt;
* y index&lt;br /&gt;
| Defines additonal variant graphics for wooden TOOL items defined by TOOL_GRAPHICS; follows TOOL_GRAPHICS or ADD_TOOL_GRAPHICS. Requires seven variants; the resulting tool graphic is selected randomly from these (they can all point to the same tile index if desired).&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text_anchor|TOOL_GRAPHICS_STONE}}&lt;br /&gt;
| &lt;br /&gt;
* Variant index&lt;br /&gt;
* Tile page ID&lt;br /&gt;
* x index&lt;br /&gt;
* y index&lt;br /&gt;
| Defines additonal variant graphics for stone TOOL items defined by TOOL_GRAPHICS; follows TOOL_GRAPHICS or ADD_TOOL_GRAPHICS. Requires seven variants; the resulting tool graphic is selected randomly from these (they can all point to the same tile index if desired).&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text_anchor|TOOL_GRAPHICS_METAL}}&lt;br /&gt;
| &lt;br /&gt;
* Variant index&lt;br /&gt;
* Tile page ID&lt;br /&gt;
* x index&lt;br /&gt;
* y index&lt;br /&gt;
| Defines additonal variant graphics for metal TOOL items defined by TOOL_GRAPHICS; follows TOOL_GRAPHICS or ADD_TOOL_GRAPHICS. Requires seven variants; the resulting tool graphic is selected randomly from these (they can all point to the same tile index if desired).&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text_anchor|TOOL_GRAPHICS_GLASS}}&lt;br /&gt;
| &lt;br /&gt;
* Variant index&lt;br /&gt;
* Tile page ID&lt;br /&gt;
* x index&lt;br /&gt;
* y index&lt;br /&gt;
| Defines additonal variant graphics for glass TOOL items defined by TOOL_GRAPHICS; follows TOOL_GRAPHICS or ADD_TOOL_GRAPHICS. Requires seven variants; the resulting tool graphic is selected randomly from these (they can all point to the same tile index if desired).&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text_anchor|TOOL_GRAPHICS_CONTAINER_WOOD_LIQUID}}&lt;br /&gt;
| &lt;br /&gt;
* Tile page ID&lt;br /&gt;
* x index&lt;br /&gt;
* y index&lt;br /&gt;
| Defines graphics for wooden liquid-containing containers (empty); follows ADD_TOOL_GRAPHICS definition for container.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text_anchor|TOOL_GRAPHICS_CONTAINER_STONE_LIQUID}}&lt;br /&gt;
| &lt;br /&gt;
* Tile page ID&lt;br /&gt;
* x index&lt;br /&gt;
* y index&lt;br /&gt;
| Defines graphics for stone liquid-containing containers (empty); follows ADD_TOOL_GRAPHICS definition for container.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text_anchor|TOOL_GRAPHICS_CONTAINER_METAL_LIQUID}}&lt;br /&gt;
| &lt;br /&gt;
* Tile page ID&lt;br /&gt;
* x index&lt;br /&gt;
* y index&lt;br /&gt;
| Defines graphics for metal (and glass?) liquid-containing containers (empty); follows ADD_TOOL_GRAPHICS definition for container.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text_anchor|TOOL_GRAPHICS_CONTAINER_LIQUID}}&lt;br /&gt;
| &lt;br /&gt;
* Tile page ID&lt;br /&gt;
* x index&lt;br /&gt;
* y index&lt;br /&gt;
| Defines graphics for the liquid filling a liquid-containing container; follows TOOL_GRAPHICS_CONTAINER_*_LIQUID.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text_anchor|TOOL_GRAPHICS_CONTAINER_WOOD_ITEM}}&lt;br /&gt;
| &lt;br /&gt;
* Tile page ID&lt;br /&gt;
* x index&lt;br /&gt;
* y index&lt;br /&gt;
| Defines graphics for wooden containers holding items; follows ADD_TOOL_GRAPHICS definition for container.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text_anchor|TOOL_GRAPHICS_CONTAINER_STONE_ITEM}}&lt;br /&gt;
| &lt;br /&gt;
* Tile page ID&lt;br /&gt;
* x index&lt;br /&gt;
* y index&lt;br /&gt;
| Defines graphics for stone containers holding items; follows ADD_TOOL_GRAPHICS definition for container.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text_anchor|TOOL_GRAPHICS_CONTAINER_METAL_ITEM}}&lt;br /&gt;
| &lt;br /&gt;
* Tile page ID&lt;br /&gt;
* x index&lt;br /&gt;
* y index&lt;br /&gt;
| Defines graphics for metal (and glass?) containers holding items; follows ADD_TOOL_GRAPHICS definition for container.&lt;br /&gt;
|-&lt;br /&gt;
| {{text_anchor|TOOL_GRAPHICS_HIVE_BLD}}&lt;br /&gt;
| &lt;br /&gt;
* Tile page ID&lt;br /&gt;
* x index&lt;br /&gt;
* y index&lt;br /&gt;
| Defines the built item graphics for HIVE items.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text_anchor|TOOL_GRAPHICS_HIVE_BLD_IN_USE}}&lt;br /&gt;
| &lt;br /&gt;
* Tile page ID&lt;br /&gt;
* x index&lt;br /&gt;
* y index&lt;br /&gt;
| Defines the built item graphics for HIVE items that have hives installed.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text_anchor|TOOL_GRAPHICS_HIVE_PRODUCTS}}&lt;br /&gt;
| &lt;br /&gt;
* Tile page ID&lt;br /&gt;
* x index&lt;br /&gt;
* y index&lt;br /&gt;
| Defines the built item graphics for HIVE items that are ready to be harvested.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text_anchor|TOOL_GRAPHICS_SHAPE}}&lt;br /&gt;
| &lt;br /&gt;
* Shape ID&lt;br /&gt;
* Tile page ID&lt;br /&gt;
* x index&lt;br /&gt;
* y index&lt;br /&gt;
| Defines graphics for shaped items; currently used for dice.&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== World Map Graphics ==&lt;br /&gt;
World map graphics are defined in &amp;lt;code&amp;gt;[[Game_folders_and_files#Game_folder|Dwarf Fortress]]\data\vanilla\vanilla_world_map\graphics\graphics_world_map.txt&amp;lt;/code&amp;gt;&lt;br /&gt;
Tokens that accept variants have 5 of them:&lt;br /&gt;
&lt;br /&gt;
    [TILE_GRAPHICS:&amp;lt;tile page identifier&amp;gt;:&amp;lt;x position&amp;gt;:&amp;lt;y position&amp;gt;:&amp;lt;TOKEN&amp;gt;:1]&lt;br /&gt;
    [TILE_GRAPHICS:&amp;lt;tile page identifier&amp;gt;:&amp;lt;x position&amp;gt;:&amp;lt;y position&amp;gt;:&amp;lt;TOKEN&amp;gt;:2]&lt;br /&gt;
    [TILE_GRAPHICS:&amp;lt;tile page identifier&amp;gt;:&amp;lt;x position&amp;gt;:&amp;lt;y position&amp;gt;:&amp;lt;TOKEN&amp;gt;:3]&lt;br /&gt;
    [TILE_GRAPHICS:&amp;lt;tile page identifier&amp;gt;:&amp;lt;x position&amp;gt;:&amp;lt;y position&amp;gt;:&amp;lt;TOKEN&amp;gt;:4]&lt;br /&gt;
    [TILE_GRAPHICS:&amp;lt;tile page identifier&amp;gt;:&amp;lt;x position&amp;gt;:&amp;lt;y position&amp;gt;:&amp;lt;TOKEN&amp;gt;:5]&lt;br /&gt;
&lt;br /&gt;
Otherwise:&lt;br /&gt;
&lt;br /&gt;
   [TILE_GRAPHICS:&amp;lt;tile page identifier&amp;gt;:&amp;lt;x position&amp;gt;:&amp;lt;y position&amp;gt;:&amp;lt;TOKEN&amp;gt;]&lt;br /&gt;
&lt;br /&gt;
==See Also==&lt;br /&gt;
*[[Creature token]]&lt;br /&gt;
*[[Syndrome]]&lt;br /&gt;
*[[Creature examples]]&lt;br /&gt;
&lt;br /&gt;
{{Category|Modding}}&lt;br /&gt;
{{Category|Tokens}}&lt;br /&gt;
[[ru:Graphics token]]&lt;/div&gt;</summary>
		<author><name>Match</name></author>
	</entry>
	<entry>
		<id>https://dwarffortresswiki.org/index.php?title=Talk:Forgotten_beast&amp;diff=286332</id>
		<title>Talk:Forgotten beast</title>
		<link rel="alternate" type="text/html" href="https://dwarffortresswiki.org/index.php?title=Talk:Forgotten_beast&amp;diff=286332"/>
		<updated>2023-01-18T07:12:32Z</updated>

		<summary type="html">&lt;p&gt;Match: Created page with &amp;quot;=== No longer Building Destroyers in 50.x == It looks like forgotten beasts are not always building destroyers in 50.x - can anyone verify if they're '''never''' building dest...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=== No longer Building Destroyers in 50.x ==&lt;br /&gt;
It looks like forgotten beasts are not always building destroyers in 50.x - can anyone verify if they're '''never''' building destroyers?&lt;/div&gt;</summary>
		<author><name>Match</name></author>
	</entry>
	<entry>
		<id>https://dwarffortresswiki.org/index.php?title=Faction&amp;diff=286264</id>
		<title>Faction</title>
		<link rel="alternate" type="text/html" href="https://dwarffortresswiki.org/index.php?title=Faction&amp;diff=286264"/>
		<updated>2023-01-17T22:00:42Z</updated>

		<summary type="html">&lt;p&gt;Match: /* Loyalty cascade */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{migrated article}}&lt;br /&gt;
{{Quality|Unrated}}&lt;br /&gt;
{{av}}&lt;br /&gt;
'''Factions''' govern how [[creature]]s will react in each other's presence. The world is full of dangers for your unfortunate dwarves, and it seems that nearly everything is trying to kill them; fortunately, said dangers are also hostile to each other most of the time. Confrontations between such opposed factions happen in both fortress and [[adventurer mode]]; the wise player will see to it that they weaken each other instead of ganging up against one's fort or adventurer.&lt;br /&gt;
&lt;br /&gt;
In the [[object testing arena]], each creature created can be tied to a faction (referred to in-game as a &amp;quot;side&amp;quot;). Creatures will be friendly to other creatures within their faction, and will be hostile to any other creature. There are a total of 99 factions, and an &amp;quot;independent&amp;quot; option which is hostile to all other creatures.&lt;br /&gt;
&lt;br /&gt;
==Faction relative hostility==&lt;br /&gt;
&lt;br /&gt;
The table below shows the behavior of different factions when confronted:&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|- bgcolor=&amp;quot;#dddddd&amp;quot;&lt;br /&gt;
|&lt;br /&gt;
| '''[[Dwarf|Dwarves]]'''&lt;br /&gt;
| '''[[Elf|Elves]]'''&lt;br /&gt;
| '''[[Human]]s'''&lt;br /&gt;
| '''[[Goblin]]s'''&lt;br /&gt;
| '''[[Kobold]]s'''&lt;br /&gt;
| '''[[Necromancer]]s'''&lt;br /&gt;
| '''[[Undead]]'''&lt;br /&gt;
| '''[[Surroundings|Wildlife]]'''&lt;br /&gt;
| '''[[Animal people|Cave civs]]'''&amp;lt;sup&amp;gt;2&amp;lt;/sup&amp;gt;&lt;br /&gt;
| '''[[Semi-megabeast|(Semi-)]][[Megabeast]]s'''&lt;br /&gt;
| '''[[Demon|HFS]]'''&lt;br /&gt;
| '''[[Werebeast]]s'''&amp;lt;sup&amp;gt;3&amp;lt;/sup&amp;gt;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| '''Dwarves'''&lt;br /&gt;
|style=&amp;quot;background-color:#cfc&amp;quot;| Friendly&lt;br /&gt;
|style=&amp;quot;background-color:#cfc&amp;quot;| Friendly&amp;lt;sup&amp;gt;1&amp;lt;/sup&amp;gt;&lt;br /&gt;
|style=&amp;quot;background-color:#cfc&amp;quot;| Friendly&amp;lt;sup&amp;gt;1&amp;lt;/sup&amp;gt;&lt;br /&gt;
|style=&amp;quot;background-color:#fcc&amp;quot;| Hostile&amp;lt;sup&amp;gt;1&amp;lt;/sup&amp;gt;&lt;br /&gt;
|style=&amp;quot;background-color:#fcc&amp;quot;| Hostile&lt;br /&gt;
|style=&amp;quot;background-color:#fcc&amp;quot;| Hostile&lt;br /&gt;
|style=&amp;quot;background-color:#fcc&amp;quot;| Hostile&lt;br /&gt;
|style=&amp;quot;background-color:#fcc&amp;quot;| Hostile&lt;br /&gt;
|style=&amp;quot;background-color:#fcc&amp;quot;| Hostile&lt;br /&gt;
|style=&amp;quot;background-color:#fcc&amp;quot;| Hostile&lt;br /&gt;
|style=&amp;quot;background-color:#fcc&amp;quot;| Hostile&lt;br /&gt;
|style=&amp;quot;background-color:#fcc&amp;quot;| Hostile&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| '''Elves'''&lt;br /&gt;
|style=&amp;quot;background-color:#cfc&amp;quot;| Friendly&amp;lt;sup&amp;gt;1&amp;lt;/sup&amp;gt;&lt;br /&gt;
|style=&amp;quot;background-color:#cfc&amp;quot;| Friendly&lt;br /&gt;
|style=&amp;quot;background-color:#cfc&amp;quot;| Friendly&amp;lt;sup&amp;gt;1&amp;lt;/sup&amp;gt;&lt;br /&gt;
|style=&amp;quot;background-color:#fcc&amp;quot;| Hostile&amp;lt;sup&amp;gt;1&amp;lt;/sup&amp;gt;&lt;br /&gt;
|style=&amp;quot;background-color:#fcc&amp;quot;| Hostile&lt;br /&gt;
|style=&amp;quot;background-color:#fcc&amp;quot;| Hostile&lt;br /&gt;
|style=&amp;quot;background-color:#fcc&amp;quot;| Hostile&lt;br /&gt;
|style=&amp;quot;background-color:#cfc&amp;quot;| Friendly&lt;br /&gt;
|style=&amp;quot;background-color:#fcc&amp;quot;| Hostile&lt;br /&gt;
|style=&amp;quot;background-color:#fcc&amp;quot;| Hostile&lt;br /&gt;
|style=&amp;quot;background-color:#fcc&amp;quot;| Hostile&lt;br /&gt;
|style=&amp;quot;background-color:#fcc&amp;quot;| Hostile&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| '''Humans'''&lt;br /&gt;
|style=&amp;quot;background-color:#cfc&amp;quot;| Friendly&amp;lt;sup&amp;gt;1&amp;lt;/sup&amp;gt;&lt;br /&gt;
|style=&amp;quot;background-color:#cfc&amp;quot;| Friendly&amp;lt;sup&amp;gt;1&amp;lt;/sup&amp;gt;&lt;br /&gt;
|style=&amp;quot;background-color:#cfc&amp;quot;| Friendly&lt;br /&gt;
|style=&amp;quot;background-color:#fcc&amp;quot;| Hostile&amp;lt;sup&amp;gt;1&amp;lt;/sup&amp;gt;&lt;br /&gt;
|style=&amp;quot;background-color:#fcc&amp;quot;| Hostile&lt;br /&gt;
|style=&amp;quot;background-color:#fcc&amp;quot;| Hostile&lt;br /&gt;
|style=&amp;quot;background-color:#fcc&amp;quot;| Hostile&lt;br /&gt;
|style=&amp;quot;background-color:#fcc&amp;quot;| Hostile&lt;br /&gt;
|style=&amp;quot;background-color:#fcc&amp;quot;| Hostile&lt;br /&gt;
|style=&amp;quot;background-color:#fcc&amp;quot;| Hostile&lt;br /&gt;
|style=&amp;quot;background-color:#fcc&amp;quot;| Hostile&amp;lt;sup&amp;gt;4&amp;lt;/sup&amp;gt;&lt;br /&gt;
|style=&amp;quot;background-color:#fcc&amp;quot;| Hostile&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| '''Goblins'''&lt;br /&gt;
|style=&amp;quot;background-color:#fcc&amp;quot;| Hostile&amp;lt;sup&amp;gt;1&amp;lt;/sup&amp;gt;&lt;br /&gt;
|style=&amp;quot;background-color:#fcc&amp;quot;| Hostile&amp;lt;sup&amp;gt;1&amp;lt;/sup&amp;gt;&lt;br /&gt;
|style=&amp;quot;background-color:#fcc&amp;quot;| Hostile&amp;lt;sup&amp;gt;1&amp;lt;/sup&amp;gt;&lt;br /&gt;
|style=&amp;quot;background-color:#cfc&amp;quot;| Friendly&lt;br /&gt;
|style=&amp;quot;background-color:#fcc&amp;quot;| Hostile&lt;br /&gt;
|style=&amp;quot;background-color:#fcc&amp;quot;| Hostile&lt;br /&gt;
|style=&amp;quot;background-color:#fcc&amp;quot;| Hostile&lt;br /&gt;
|style=&amp;quot;background-color:#fcc&amp;quot;| Hostile&lt;br /&gt;
|style=&amp;quot;background-color:#fcc&amp;quot;| Hostile&lt;br /&gt;
|style=&amp;quot;background-color:#fcc&amp;quot;| Hostile&lt;br /&gt;
|style=&amp;quot;background-color:#fcc&amp;quot;| Hostile&amp;lt;sup&amp;gt;4&amp;lt;/sup&amp;gt;&lt;br /&gt;
|style=&amp;quot;background-color:#fcc&amp;quot;| Hostile&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| '''Kobolds'''&lt;br /&gt;
|style=&amp;quot;background-color:#fcc&amp;quot;| Hostile&lt;br /&gt;
|style=&amp;quot;background-color:#fcc&amp;quot;| Hostile&lt;br /&gt;
|style=&amp;quot;background-color:#fcc&amp;quot;| Hostile&lt;br /&gt;
|style=&amp;quot;background-color:#fcc&amp;quot;| Hostile&lt;br /&gt;
|style=&amp;quot;background-color:#fcc&amp;quot;| Hostile&lt;br /&gt;
|style=&amp;quot;background-color:#fcc&amp;quot;| Hostile&lt;br /&gt;
|style=&amp;quot;background-color:#fcc&amp;quot;| Hostile&lt;br /&gt;
|style=&amp;quot;background-color:#fcc&amp;quot;| Hostile&lt;br /&gt;
|style=&amp;quot;background-color:#fcc&amp;quot;| Hostile&lt;br /&gt;
|style=&amp;quot;background-color:#fcc&amp;quot;| Hostile&lt;br /&gt;
|style=&amp;quot;background-color:#fcc&amp;quot;| Hostile&lt;br /&gt;
|style=&amp;quot;background-color:#fcc&amp;quot;| Hostile&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| '''Necromancers'''&lt;br /&gt;
|style=&amp;quot;background-color:#fcc&amp;quot;| Hostile&lt;br /&gt;
|style=&amp;quot;background-color:#fcc&amp;quot;| Hostile&lt;br /&gt;
|style=&amp;quot;background-color:#fcc&amp;quot;| Hostile&lt;br /&gt;
|style=&amp;quot;background-color:#fcc&amp;quot;| Hostile&lt;br /&gt;
|style=&amp;quot;background-color:#fcc&amp;quot;| Hostile&lt;br /&gt;
|style=&amp;quot;background-color:#fcc&amp;quot;| Hostile&lt;br /&gt;
|style=&amp;quot;background-color:#cfc&amp;quot;| Friendly&lt;br /&gt;
|style=&amp;quot;background-color:#fcc&amp;quot;| Hostile&lt;br /&gt;
|style=&amp;quot;background-color:#fcc&amp;quot;| Hostile&lt;br /&gt;
|style=&amp;quot;background-color:#fcc&amp;quot;| Hostile&lt;br /&gt;
|style=&amp;quot;background-color:#fcc&amp;quot;| Hostile&lt;br /&gt;
|style=&amp;quot;background-color:#fcc&amp;quot;| Hostile&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| '''Undead'''&lt;br /&gt;
|style=&amp;quot;background-color:#fcc&amp;quot;| Hostile&lt;br /&gt;
|style=&amp;quot;background-color:#fcc&amp;quot;| Hostile&lt;br /&gt;
|style=&amp;quot;background-color:#fcc&amp;quot;| Hostile&lt;br /&gt;
|style=&amp;quot;background-color:#fcc&amp;quot;| Hostile&lt;br /&gt;
|style=&amp;quot;background-color:#fcc&amp;quot;| Hostile&lt;br /&gt;
|style=&amp;quot;background-color:#cfc&amp;quot;| Friendly&lt;br /&gt;
|style=&amp;quot;background-color:#cfc&amp;quot;| Friendly&lt;br /&gt;
|style=&amp;quot;background-color:#fcc&amp;quot;| Hostile&lt;br /&gt;
|style=&amp;quot;background-color:#fcc&amp;quot;| Hostile&lt;br /&gt;
|style=&amp;quot;background-color:#fcc&amp;quot;| Hostile&lt;br /&gt;
|style=&amp;quot;background-color:#fcc&amp;quot;| Hostile&lt;br /&gt;
|style=&amp;quot;background-color:#fcc&amp;quot;| Hostile&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| '''Wildlife'''&lt;br /&gt;
|style=&amp;quot;background-color:#fcc&amp;quot;| Hostile&lt;br /&gt;
|style=&amp;quot;background-color:#cfc&amp;quot;| Friendly&lt;br /&gt;
|style=&amp;quot;background-color:#fcc&amp;quot;| Hostile&lt;br /&gt;
|style=&amp;quot;background-color:#fcc&amp;quot;| Hostile&lt;br /&gt;
|style=&amp;quot;background-color:#fcc&amp;quot;| Hostile&lt;br /&gt;
|style=&amp;quot;background-color:#fcc&amp;quot;| Hostile&lt;br /&gt;
|style=&amp;quot;background-color:#fcc&amp;quot;| Hostile&lt;br /&gt;
| Variable&amp;lt;sup&amp;gt;5&amp;lt;/sup&amp;gt;&lt;br /&gt;
|style=&amp;quot;background-color:#fcc&amp;quot;| Hostile&lt;br /&gt;
|style=&amp;quot;background-color:#fcc&amp;quot;| Hostile&lt;br /&gt;
|style=&amp;quot;background-color:#fcc&amp;quot;| Hostile&lt;br /&gt;
|style=&amp;quot;background-color:#fcc&amp;quot;| Hostile&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| '''Cave civs'''&lt;br /&gt;
|style=&amp;quot;background-color:#fcc&amp;quot;| Hostile&lt;br /&gt;
|style=&amp;quot;background-color:#fcc&amp;quot;| Hostile&lt;br /&gt;
|style=&amp;quot;background-color:#fcc&amp;quot;| Hostile&lt;br /&gt;
|style=&amp;quot;background-color:#fcc&amp;quot;| Hostile&lt;br /&gt;
|style=&amp;quot;background-color:#fcc&amp;quot;| Hostile&lt;br /&gt;
|style=&amp;quot;background-color:#fcc&amp;quot;| Hostile&lt;br /&gt;
|style=&amp;quot;background-color:#fcc&amp;quot;| Hostile&lt;br /&gt;
|style=&amp;quot;background-color:#fcc&amp;quot;| Hostile&lt;br /&gt;
|style=&amp;quot;background-color:#cfc&amp;quot;| Friendly&lt;br /&gt;
|style=&amp;quot;background-color:#fcc&amp;quot;| Hostile&lt;br /&gt;
|style=&amp;quot;background-color:#fcc&amp;quot;| Hostile&lt;br /&gt;
|style=&amp;quot;background-color:#fcc&amp;quot;| Hostile&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| '''(Semi-)Megabeasts'''&lt;br /&gt;
|style=&amp;quot;background-color:#fcc&amp;quot;| Hostile&lt;br /&gt;
|style=&amp;quot;background-color:#fcc&amp;quot;| Hostile&lt;br /&gt;
|style=&amp;quot;background-color:#fcc&amp;quot;| Hostile&lt;br /&gt;
|style=&amp;quot;background-color:#fcc&amp;quot;| Hostile&lt;br /&gt;
|style=&amp;quot;background-color:#fcc&amp;quot;| Hostile&lt;br /&gt;
|style=&amp;quot;background-color:#fcc&amp;quot;| Hostile&lt;br /&gt;
|style=&amp;quot;background-color:#fcc&amp;quot;| Hostile&lt;br /&gt;
|style=&amp;quot;background-color:#fcc&amp;quot;| Hostile&lt;br /&gt;
|style=&amp;quot;background-color:#fcc&amp;quot;| Hostile&lt;br /&gt;
|style=&amp;quot;background-color:#cfc&amp;quot;| Friendly&lt;br /&gt;
|style=&amp;quot;background-color:#fcc&amp;quot;| Hostile&lt;br /&gt;
|style=&amp;quot;background-color:#fcc&amp;quot;| Hostile&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| '''HFS'''&lt;br /&gt;
|style=&amp;quot;background-color:#fcc&amp;quot;| Hostile&lt;br /&gt;
|style=&amp;quot;background-color:#fcc&amp;quot;| Hostile&lt;br /&gt;
|style=&amp;quot;background-color:#fcc&amp;quot;| Hostile&lt;br /&gt;
|style=&amp;quot;background-color:#fcc&amp;quot;| Hostile&lt;br /&gt;
|style=&amp;quot;background-color:#fcc&amp;quot;| Hostile&lt;br /&gt;
|style=&amp;quot;background-color:#fcc&amp;quot;| Hostile&lt;br /&gt;
|style=&amp;quot;background-color:#fcc&amp;quot;| Hostile&lt;br /&gt;
|style=&amp;quot;background-color:#fcc&amp;quot;| Hostile&lt;br /&gt;
|style=&amp;quot;background-color:#fcc&amp;quot;| Hostile&lt;br /&gt;
|style=&amp;quot;background-color:#fcc&amp;quot;| Hostile&lt;br /&gt;
|style=&amp;quot;background-color:#cfc&amp;quot;| Friendly&lt;br /&gt;
|style=&amp;quot;background-color:#fcc&amp;quot;| Hostile&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| '''Werebeasts'''&lt;br /&gt;
|style=&amp;quot;background-color:#fcc&amp;quot;| Hostile&lt;br /&gt;
|style=&amp;quot;background-color:#fcc&amp;quot;| Hostile&lt;br /&gt;
|style=&amp;quot;background-color:#fcc&amp;quot;| Hostile&lt;br /&gt;
|style=&amp;quot;background-color:#fcc&amp;quot;| Hostile&lt;br /&gt;
|style=&amp;quot;background-color:#fcc&amp;quot;| Hostile&lt;br /&gt;
|style=&amp;quot;background-color:#fcc&amp;quot;| Hostile&lt;br /&gt;
|style=&amp;quot;background-color:#fcc&amp;quot;| Hostile&lt;br /&gt;
|style=&amp;quot;background-color:#fcc&amp;quot;| Hostile&lt;br /&gt;
|style=&amp;quot;background-color:#fcc&amp;quot;| Hostile&lt;br /&gt;
|style=&amp;quot;background-color:#fcc&amp;quot;| Hostile&lt;br /&gt;
|style=&amp;quot;background-color:#fcc&amp;quot;| Hostile&lt;br /&gt;
| Variable&amp;lt;sup&amp;gt;3&amp;lt;/sup&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;sup&amp;gt;1&amp;lt;/sup&amp;gt;&amp;lt;small&amp;gt;Advanced civilizations are subject to the mechanisms of [[diplomat|diplomacy]] and may routinely go to [[war]] or conclude peace treaties depending on [[World generation|worldgen]] and according to each civilization's [[ethics]]. On the one hand, war against elves or humans is not that uncommon; on the other hand, goblins will almost always be hostile toward everyone else.&amp;lt;/small&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;sup&amp;gt;2&amp;lt;/sup&amp;gt;&amp;lt;small&amp;gt;Cave civilizations are always hostile toward adventurers and they are usually hostile toward your dwarves. They often become friendly when confronted with a [[megabeast]]. Note that this behavior does not apply to most [[animal people]], who are simply treated as wildlife.&amp;lt;/small&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;sup&amp;gt;3&amp;lt;/sup&amp;gt;&amp;lt;small&amp;gt;[[Werebeast]]s will switch factions from whatever civilization they belong to under their normal form to a special, species-dependent faction on the full moon. Different species of werebeasts will be hostile to each other.&amp;lt;/small&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;sup&amp;gt;4&amp;lt;/sup&amp;gt;&amp;lt;small&amp;gt;A [[HFS]] denizen often takes control of a goblin civilization, and sometimes becomes the ruler of a human civilization by posing as their god.  Other HFS denizens are typically hostile.&amp;lt;/small&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;sup&amp;gt;5&amp;lt;/sup&amp;gt;&amp;lt;small&amp;gt;[LARGE_PREDATOR]s will attack anything significantly smaller than themselves. In most other cases, wildlife will flee from non-[BENIGN] wildlife. Two [BENIGN] wild animals will ignore each other.&amp;lt;/small&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Entities and civilizations==&lt;br /&gt;
&lt;br /&gt;
There are four entity 'factions' that can be created in ''Dwarf Fortress'', although vanilla only uses three of them.  These factions are determined by the presence or absence of the [[Entity token#BABYSNATCHER]] or [[Entity token#ITEM_THIEF]] tags, so the four factions can be called the Civilized (with neither tag), the Baby[[snatcher]]s, the Item [[Thief|Thieves]], and the Babysnatching Item Thieves (which do not exist in vanilla DF).  Members of the same faction will [[trade]] with you in fort mode, and members of all other factions may [[invader|invade]] you.  This is separate from civs at [[war]], which is determined by having opposing [[ethics]]. (A civilization from an opposite faction which is *also* at war with you will simply siege you even more.)&lt;br /&gt;
&lt;br /&gt;
Generally, [[civilization]] relationships override whatever loyalty a creature may have to begin with. Therefore:&lt;br /&gt;
&lt;br /&gt;
* Conquered and otherwise incorporated populations from a foreign civ will always be loyal to that civ, both in fortress and adventure mode, *except* in the case of [[insurrection]]s and nothing else.&lt;br /&gt;
&lt;br /&gt;
* Foreign creatures kidnapped by goblins and raised by them will be loyal to their goblin civ and hostile against non-goblin civs, including your fort. This also includes their descendants, which means some goblin civs can be potentially ''depleted'' of goblins, but still send sieges (composed of humans, dwarves, elves, etc.) and ambushes to your fort. &lt;br /&gt;
&lt;br /&gt;
* More amusingly, foreign creatures occupying a [[noble]] position in a civ for whatever reason (e.g. demons that have impersonated a god to take control of human civs, demon law-givers ruling goblin civs, or necromancer kings) will behave the same way any other civ member would toward your dwarves or adventurer. Hence the ludicrous possibilities for a demon to visit your fortress as a [[diplomat]] (or join you in your adventures) or a friendly necromancer inadvertently wreaking havoc on your fortress by raising corpses whenever they can. &lt;br /&gt;
&lt;br /&gt;
Some caveats: sapient creatures without the ability to communicate will always be hostile, even if they technically would be considered the same faction.  They will also wage endless wars, since they lack the ability to form treaties.  This includes creatures without CAN_SPEAK (or INTELLIGENT, which is functionally CAN_LEARN and CAN_SPEAK combined).  Creatures with UTTERANCES cannot communicate with other civs, however, if they have both UTTERANCES and CAN_SPEAK, they will be able to communicate. For instance: [[kobold]]s are unable to speak besides in [[Creature token#UTTERANCES|utterances]] and are thus at war with everyone else - note that if you start as a kobold in adventure mode when they are available, you will be unable to speak to anyone, and other kobolds will attack you on sight because they won't be able to talk to you either.&lt;br /&gt;
&lt;br /&gt;
Civilizations with the [KILL_NEUTRAL:REQUIRED] [[ethics]] ([[goblin]]s in vanilla DF) will be hostile toward members of foreign civs. If you encounter goblins in Adventure mode, they will usually request that you &amp;quot;identify yourself&amp;quot;. A common workaround if you are not from their civilization (which you usually aren't) is to assume a false [[name|identity]] so that they believe you are one of their own (remember that due to conquests, kidnappings, etc. multi-racial civilizations are the norm and being from another race wouldn't be considered suspicious).&lt;br /&gt;
&lt;br /&gt;
==[[Undead]] and [[night creature]]s==&lt;br /&gt;
&lt;br /&gt;
The loyalty of undead and night creatures depends on whether they have a [[soul]] or not. Creatures with souls, even undead, will retain the existing loyalty links they had when they got 'transformed', with possible alterations or a more nefarious agenda of their own. For instance, necromancers, night trolls, mummies, etc. break off from civilizations and form separate entities with their own set of loyalties. Soulless undead (zombies and thralls), on the other hand, are hostile to every living creature (night creatures such as [[vampires]] are considered {{token|NONLIVING}}, even if they do die), due to their {{token|OPPOSED_TO_LIFE|c}} tag, which overrides all other relationships.  &lt;br /&gt;
&lt;br /&gt;
Vampires, despite their blood-sucking murder sprees, will still be loyal to their parent civ, including your fortress. In fortress mode,  you can take advantage of their neutrality toward undead, ordering them to kill necromancers when facing a siege; a vampire can and will path toward a necromancer unhindered and usually beat them to death. You can also order vampires to kill zombies one by one as they won't react unless attacked. In adventure mode, when they are not exposed, they will behave as any member of a civ. Occasionally, they will be accompanied by cultists who will have formed a separate group gathered around their 'immortality worship': if you confront the vampire, they will turn against you.&lt;br /&gt;
&lt;br /&gt;
[[Werebeasts]] are a notable exception: although nominally a night creature, they do not count as undead. Werebeasts are hostile toward each other (and everyone else) except if they belong to the same were-species (except baby werebeasts, which are generally neutral with everyone). &lt;br /&gt;
&lt;br /&gt;
[[Intelligent undead]] are creatures raised by necromancers to serve as their lieutenants. They retain their soul and aren't opposed to life but their loyalty will shift to that of the necromancer in worldgen. In fortress mode, intelligent undead raised by necromancers from your civilization are considered citizens if they were citizens when they died, and may be hostile (or just 'friendly' and mill around doing nothing) if they were invaders when they died. Intelligent undead raised by your adventurer will retain their loyalty links, so if you're the one that slew them in the first place, they will remember it and attack you on sight. A workaround is to destroy their soul by first raising them as regular undead, slay them, then raise them as intelligent undead - their soul will be a blank slate with no preexisting conflicting loyalties. &lt;br /&gt;
&lt;br /&gt;
In adventure mode, should you learn the secrets of life and death or become a night creature yourself, all zombies will become neutral to you, letting you seize the opportunity to make short work of their squishy and unarmed masters. Undead you raise will follow you as if they were companions; however, they will '''all''' turn neutral if you purposely attack one of them. Generally speaking, there seems to be a worldwide solidarity among night creatures, and if your parent entity does not have beef with any of them, becoming a night creature will allow you to just chat with various necromancers or [[mummy|mummies]], take quests from them, and take them as companions.&lt;br /&gt;
&lt;br /&gt;
==Levels of conflict==&lt;br /&gt;
{{Main|Level of conflict}}&lt;br /&gt;
&lt;br /&gt;
In adventure mode, while all hostile nonsapient beings are No Quarter by default (because they do not understand the concept of surrender), sapient creatures that are capable of speech (that means creatures with both [CAN_LEARN] and [CAN_SPEAK], or [INTELLIGENT]) can be talked out of a Lethal fight, either by surrendering to them or making them yield. A notable exception is creatures from civilizations with the [KILL_NEUTRAL:REQUIRED] or [KILL_ENEMY:REQUIRED] [[Ethics|ethics]], which are always No-Quarter with neutral and enemies, respectively. Non-lethal and below types of fighting (often happening at a [[tavern]] or as the result of a spat due to differing values or other grudges) can also be easily de-escalated. This makes conflicts with other hostile sapient beings much easier to manage.&lt;br /&gt;
&lt;br /&gt;
In fortress mode, invaders and your dwarves are No Quarter toward each other (the only exception is elven or human diplomats offering peace treaties). Brawls may also happen at your tavern if non-dwarves drink more alcohol than their livers can handle, but these don't escalate into full blown war, although they do result in sometimes lethal injuries.&lt;br /&gt;
&lt;br /&gt;
==Bandits and [[criminal]]s==&lt;br /&gt;
&lt;br /&gt;
[[Bandits]] are entities consisting of groups harassing [[town]]s (including your fortress) from [[camp]]s in the countryside, and they are hostile toward civilization members. If you don't want them to be hostile to your adventurer, you should start the game as an [[outsider]] with no link to existing entities, or assume the identity of one. Bandits may lay (small-scale) siege to you in fortress mode, and are often given as quest targets in adventure mode. However, as they effectively own sites (camps, with a [[boss]] acting as the lord) it means you can try and de-escalate any [[level of conflict]] you may have with them, talk to the boss, and join them as a [[Hearthperson|lieutenant]], and take quests from them, effectively shifting your loyalty.  &lt;br /&gt;
&lt;br /&gt;
[[Criminal#Criminal Organization|Criminal organizations]], on the other hand, dwell in a town's [[dungeon]]s, and although they take part in various [[intrigue| schemes]], they are not nominally hostile toward anyone (apart from the occasional insult or spitting). Their members have links with existing groups in the town, and killing some of them as part of a [[quest]] may not be taken well by the citizenry.&lt;br /&gt;
&lt;br /&gt;
==Insurrections==&lt;br /&gt;
{{Main|Insurrection}}&lt;br /&gt;
&lt;br /&gt;
Several civilizations may lay claim to a single site. When a site belonging to a civilization gets occupied by another, there is a chance for the site's inhabitants to revolt, treating their current parent civ as enemies (and their former civ as friendly). This shift of loyalty often translates into a bunch of fights erupting out of nowhere in adventure mode.&lt;br /&gt;
&lt;br /&gt;
==Intelligent wildlife==&lt;br /&gt;
&lt;br /&gt;
Random non-civilized intelligent beings (gorlaks, gremlins, animal people) are hostile (as wildlife would be) in fortress mode. In adventure mode, their behavior depends on their alignment - evil-aligned ones like [[troll]]s or [[ogre]]s will attack you, while neutral and good-aligned ones like animal people or gorlaks can start conversations with you. (A notable exception is ''civilized'' animal people found in caves, that are hostile toward adventurers unlike previous versions.) They won't have much to say if they are not part of a civilization, though. [[Gremlin]]s are special as they can be tamed in fortress mode, which means they are able to become pet citizens, which, in turn, triggers all sorts of weirdness.&lt;br /&gt;
&lt;br /&gt;
Benign wildlife isn't really hostile in that they generally flee conflict if able, but they ''will'' put up a fight if cornered.&lt;br /&gt;
&lt;br /&gt;
==Tamed enemies==&lt;br /&gt;
{{Main|Animal trainer}}&lt;br /&gt;
&lt;br /&gt;
In Fortress mode, ''any'' creature that's been labelled as an enemy of your civilization ''will'' be hostile toward your fortress, no matter what. Creatures become enemies of your civilization by either killing a member of your civilization (e.g. one of your dwarves, but even pets qualify) or by belonging to an enemy civilization or otherwise hostile entity in the first place. In practice, this means that the following creatures will always be hostile, ''despite'' their tameable status:&lt;br /&gt;
&lt;br /&gt;
*[[Megabeast]]s ([[Roc|rocs]], [[Hydra|hydras]], [[Dragon|dragons]] are the tameable megabeasts)&lt;br /&gt;
*Enemy [[Mount|mounts]] brought in a [[siege]]&lt;br /&gt;
*Wildlife creatures that have killed one of your dwarves or pets. Most often, they acquire a [[name]] for this feat.&lt;br /&gt;
&lt;br /&gt;
You may cage and attempt to [[Animal training|train]] these creatures, raise their training level, and sure enough, this will yield experience for your trainers, and raise civilization-level knowledge about the animals. But you should ''never'' set them free inside your fortress, as they will munch on your dwarves ''and'' trigger a loyalty cascade in the process. See below for specific cases.&lt;br /&gt;
&lt;br /&gt;
Interestingly, the offspring of such creatures do ''not'' count as enemies of your civilization. This means you may attempt a breeding program between enemies of the same species, or an enemy and a wild counterpart that's presumably easier to handle. In practice, this leads to extremely disturbing situations where a mother either massacres her offspring as soon as she gives birth, or said offspring overwhelm her as soon as they come out of her. Note that this only ever happens if the species does not lay eggs - enemies do not use your [[nest box]]es (and, if they are [[building destroyer]]s, will simply demolish them) if you provide them with some.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Miscellaneous==&lt;br /&gt;
&lt;br /&gt;
[[Megabeast]]s and [[semi-megabeast]]s are neutral toward each other, but will try to kill everything else they can find - whether it be in [[World generation|worldgen]], [[adventurer mode]] or [[fortress mode]]. [[Forgotten beast]]s and [[titan]]s are hostile to everyone, including other forgotten beasts and titans. &lt;br /&gt;
&lt;br /&gt;
[[Insanity|Berserk]] dwarves are hostile to everyone, including each other. &lt;br /&gt;
&lt;br /&gt;
[[Visitors]] side with their parent civ if it goes to war with you.&lt;br /&gt;
&lt;br /&gt;
[[Demon|Demons]] that didn't escape from the [[Underworld|Underworld]] are hostile to every non-demon, and [[Angel|angels]] are hostile to every non-angel. This, obviously, does not apply to demons your adventurer has bound into servitude, nor does it apply to demons who rule (human or goblin) civilizations.&lt;br /&gt;
&lt;br /&gt;
If for some reason a demon is given a nobility title, they will turn neutral to creatures from the same faction. If they are given a [[religion|religious]] title, they will slaughter everyone with a different religion. Bestowing nobility titles can be a way to turn normally hostile creatures like [[night troll]]s or even [[bogeymen]] into becoming friendly to the parent civ the nobility relates to.&lt;br /&gt;
&lt;br /&gt;
==Loyalty cascade==&lt;br /&gt;
&lt;br /&gt;
Loyalty cascades are the result of entity members attacking each other. The conflict will escalate into a full civil war (hence Toady One referring to it as the &amp;quot;civil war bug&amp;quot;) and won't resolve until one side of the conflict is wiped out. Loyalty cascades can be triggered in both fortress and adventure mode.&lt;br /&gt;
&lt;br /&gt;
===Attacking [[Trade|merchants]] from your mountainhome===&lt;br /&gt;
&lt;br /&gt;
If you order your military to kill merchants from your own civilization, a bizarre result of the way loyalty is handled makes the members of your military who attacked the traders become enemies of your civilization, but remain members of your fort's government (dwarves of this faction will henceforth be referred to as ''separatists''). As enemies, they attack your other dwarves (''citizens''), but as members of the fort, they still follow orders. Allowing citizen militia dwarves to attack the separatists will give them opposite loyalties of the separatists, (i.e. loyal to civ, not to fort), or ''loyalists'', who do '''not''' follow orders. And then, if a separatist or loyalist kill a citizen, they become enemies of the civ '''and''' fort, making them ''Renegades'', who are essentially complete enemies of the citizens.&lt;br /&gt;
&lt;br /&gt;
===Attempting to tame enemy [[mount]]s===&lt;br /&gt;
&lt;br /&gt;
If you use [[cage]] [[trap]]s against goblin sieges, you are likely to capture [[Giant bat|a]] [[Cave crocodile|few]] [[Giant cave swallow|mounts]] [[Rutherer|from]] [[Jabberer|various]] [[Voracious cave crawler|species]]. You may assign them to your [[animal trainer]]s and attempt to tame them, thus gaining a few facts about each specific species; but under no circumstances should you ever release them from their cages, as they are always considered enemies to your civilization and will wreak havoc as soon as they are free. Not only that, but they will trigger a similar loyalty cascade as soon as they attack your citizens, leading your fort to its demise through a never-ending civil war - as well as, for example, some copious jabberer-chomping. The best course of action is to keep re-training the mounts in their cages over and over again, thus facilitating future taming of their '''wild''' counterparts.&lt;br /&gt;
&lt;br /&gt;
===Attacking a [[werebeast]] in dwarven form===&lt;br /&gt;
&lt;br /&gt;
If one of your dwarves turns into a [[werebeast]] and you send your military to kill them while shapeshifted, their failure to do so (and allowing the dwarf to revert to normal) may cause a loyalty cascade.&lt;br /&gt;
&lt;br /&gt;
===Attacking a berserk citizen or werebeast in wereform===&lt;br /&gt;
&lt;br /&gt;
Dwarven military can no longer be relied upon to put an end to the rampages of citizens gone [[insane|berserk]] or transformed into a beast. Fighting such a threat is treated as assaulting a citizen and will cause ''the defenders of your fort'' to lose loyalty and be hunted down as traitors. {{bug|7107}} Seems partially fixed in 0.42{{Verify}}.&lt;br /&gt;
&lt;br /&gt;
===How to deal with loyalty cascades===&lt;br /&gt;
&lt;br /&gt;
To prevent the cascade from spreading, order the original separatists away from the fortress and let them fight amongst themselves. If the results are renegades, it is okay to allow other dwarves to kill them (by stationing them nearby). If the results are separatists/loyalists, then you will need to separate them somehow. Dwarves from these different &amp;quot;factions&amp;quot; will cancel jobs if they ever come across one another, each running away. This will likely lead to a massive number of job interruption announcements reading ''Urist McDwarf cancels Eat: Interrupted by Farmer''&lt;br /&gt;
&lt;br /&gt;
'''NOTE:''' Tame animals are loyal to civilizations and fortresses indefinitely due to a bug, so they can be used to kill off separatists/loyalists without repercussions.&lt;br /&gt;
&lt;br /&gt;
As of 0.50, loyalty cascades should periodically end on their own[http://www.bay12games.com/dwarves/#2022-03-20]; separate your dwarves from each other until the fighting stops. &lt;br /&gt;
&lt;br /&gt;
{{mod}}&lt;br /&gt;
&lt;br /&gt;
====DFHack====&lt;br /&gt;
For those who are using [[Utility:DFHack|DFHack]], the command {{DFtext|fix/loyaltycascade|white}} can be used to immediately end some loyalty cascades, though it does not work on all types of loyalty cascade.&lt;br /&gt;
&lt;br /&gt;
{{Translation&lt;br /&gt;
| dwarven = uzlir&lt;br /&gt;
| elvish  = anoni&lt;br /&gt;
| goblin  = osmrur&lt;br /&gt;
| human   = ozo&lt;br /&gt;
}}&lt;br /&gt;
{{Category|Game mechanics}}{{Category|World}}&lt;br /&gt;
[[ru:Faction]]&lt;/div&gt;</summary>
		<author><name>Match</name></author>
	</entry>
	<entry>
		<id>https://dwarffortresswiki.org/index.php?title=Quantum_stockpile&amp;diff=285665</id>
		<title>Quantum stockpile</title>
		<link rel="alternate" type="text/html" href="https://dwarffortresswiki.org/index.php?title=Quantum_stockpile&amp;diff=285665"/>
		<updated>2023-01-13T02:57:37Z</updated>

		<summary type="html">&lt;p&gt;Match: QSPs not helpful for performance as per Putnam: https://discord.com/channels/329272032778780672/629902895138996264/1063290141524885594&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{migrated article}}&lt;br /&gt;
{{Quality|Unrated}}&lt;br /&gt;
{{av}}&lt;br /&gt;
&lt;br /&gt;
A '''quantum stockpile''' ('''QSP''') allows you to store an unlimited number of items in a single tile. QSPs can make for super efficient storage, allowing more compact fortresses, shorter hauling routes, more efficient manufacturing flows, and stocktaking at a glance with look {{K|k}}. Quantum stockpiles are considered to be an [[exploit]].&lt;br /&gt;
&lt;br /&gt;
== Simple quantum stockpiles ==&lt;br /&gt;
The simplest QSP is created by designating a garbage dump [[activity zone]], dumping the items you want to store and then reclaiming them when you are ready to use them. If you place this garbage dump on top of an existing [[stockpile]], the dumped items will automatically be considered part of the stockpile, allowing the use of stockpile links to distribute the items to workshops or other stockpiles.&lt;br /&gt;
&lt;br /&gt;
A similar effect may be achieved for stones by building a wall two tiles in front of a catapult and digging a channel between the wall and catapult. By firing the catapult at the wall, the stone falls into the trench. The stone will pile up in the channel, putting it out of sight and out of mind. Not only does this train [[siege operator]]s, but it clears the stone that your [[miner]]s leave everywhere.&lt;br /&gt;
&lt;br /&gt;
Another way to quantum stockpile is to not have appropriate stockpiles to move items back to after you move them to the trading depot. The depot can hold an infinite number of items, and those items will not be removed if there is nowhere else to place them. This is also useful for anything you want to trade anyway.&lt;br /&gt;
&lt;br /&gt;
== The Minecart Stop ==&lt;br /&gt;
This method allows the type of items to be stored in the quantum stockpile to be completely controlled and to be as broad or specific as required. Collection of items is automatic with no user input required, just like a normal stockpile, and the number of haulers collecting for the stockpile is controlled by the size and number of feeder stockpiles. Distribution is also automatic, with dwarves coming to collect items as needed from the quantum stockpile, just like from a normal stockpile.&lt;br /&gt;
&lt;br /&gt;
This can be utilized as part of a [[minecart]] transport system, or standalone with no tracks or moving minecarts whatsoever. The steps below are to create a standalone quantum stockpile, but the same general principles apply if used in a minecart transport system.&lt;br /&gt;
&lt;br /&gt;
===Setup===&lt;br /&gt;
&amp;lt;diagram&amp;gt;&lt;br /&gt;
  ffff     f feeder stockpile&lt;br /&gt;
   S       S track stop, set to dump south&lt;br /&gt;
   q       q quantum stockpile&lt;br /&gt;
&amp;lt;/diagram&amp;gt;&lt;br /&gt;
&lt;br /&gt;
# First, '''pause the game'''. If you don't, the dwarves will try to use the quantum stockpile for their own purposes while you're setting things up, like assigning barrels or bins or dropping an unintended item, and then the QSP won't work. You should also have a minecart ready in your inventory.&lt;br /&gt;
# Build a track stop {{K|b}} - {{K|C}} - {{K|S}} , being sure to set the dumping direction {{K|d}} and leaving the friction setting on Highest. This can be adjusted later should the need arise; see [[Minecart#More_on_Track_stop|here]] for more information.&lt;br /&gt;
# Designate a 1x1 quantum stockpile {{K|p}} on the tile where the track stop will dump, then define preferences {{K|q}} to make the settings {{K|s}} store only what you want. Be sure to select zero [[barrel]]s {{K|E}}, [[bin]]s {{K|C}}, [[wheelbarrow]]s {{K|w}}, and most importantly, Will Take From Links Only {{K|a}}. If you forget to set Links Only, the dwarves will happily drop the items into the minecart and then immediately take the whats-it out of the quantum stockpile and put it back into the feeder pile. Rinse and repeat. The only way to fix this is to remove the quantum stockpile {{K|p}} - {{K|x}} and designate a new one.&lt;br /&gt;
# Designate a feeder stockpile {{K|p}} near the the track stop.&amp;lt;sup&amp;gt;note 1&amp;lt;/sup&amp;gt; It can be any size, but the larger it is, the more dwarves will simultaneously collect items.&amp;lt;sup&amp;gt;note 2&amp;lt;/sup&amp;gt; Define the preferences {{K|q}} of this stockpile to be the same as the quantum stockpile&amp;lt;sup&amp;gt;note 3&amp;lt;/sup&amp;gt;, including zero barrels and bins, and with the possible exception of the number of wheelbarrows. If the QSP is for heavy items (e.g. loose stones), you may want to use wheelbarrows in the feeder stockpile to speed up collection.&lt;br /&gt;
## &amp;lt;span style=&amp;quot;font-size:small;&amp;quot;&amp;gt;Even though the feeder stockpile can be anywhere in or out of the fort, it will be most efficient if it's positioned close to the track stop.&amp;lt;/span&amp;gt;&lt;br /&gt;
## &amp;lt;span style=&amp;quot;font-size:small;&amp;quot;&amp;gt;Keep it a reasonable size. In case something goes wrong, you won't want to have to deal with 200 unwanted boulders.&amp;lt;/span&amp;gt;&lt;br /&gt;
## &amp;lt;span style=&amp;quot;font-size:small;&amp;quot;&amp;gt;If you configure the feeder stockpile to accept more than one type of item within a category, such as [[Stone]] or [[Furniture]], several quantum stockpiles can be set up to draw from the one stockpile. As an example, Metal Ores can be sorted out to iron-, copper- and silver-bearing ores in separate QSPs.&amp;lt;/span&amp;gt;&lt;br /&gt;
# Construct a new hauling route pressing {{K|h}} then {{k|r}}, being sure to place the cursor over the target track stop. Naming {{K|n}} the route now will save a hassle with troubleshooting later. Press  {{K|v}} to assign a vehicle (told you that you'd need one), then press {{K|s}} to define a new route stop on top of your track stop. Press {{K|Enter}} to define the stop. Press {{K|x}} to remove the default conditions, press {{K|s}} to create a stockpile link, then position the cursor over the feeder stockpile and press {{K|p}}. Press {{K|Enter}} again to configure the route stop settings to match the quantum stockpile settings. '''If using custom stockpile settings, make sure you don't turn off the additional options. If you do turn them off, things won't work.''' Press {{K|ESC}} several times to back out of the Routes menu back to the Main menu.&lt;br /&gt;
&lt;br /&gt;
It's a little fiddly to initially set up, and if you miss any step it won't work at all, but once in operation it's an extremely efficient storage system, and scales easily with the size of your fortress, number of haulers and number of items to store.&lt;br /&gt;
&lt;br /&gt;
===Drawbacks===&lt;br /&gt;
# This method cannot store any items in [[bin]]s or [[barrel]]s at all, including bolts (which shouldn't be stored in a bin anyway {{bug|2706}}).&lt;br /&gt;
# This method cannot store any type of [[drink]] (you will see your dwarves leave barrels and pots of alcohol all over the place), due to the fact that barrels assigned to stockpiles are marked to be put in specific stockpiles.&lt;br /&gt;
# [[Food]] stored using this method without barrels tends to attract [[vermin]], especially swarms of [[fly|flies]], since it can't be placed in barrels.&lt;br /&gt;
# This method works well for [[furniture]], [[wear|cast-off]] [[clothing]], [[metal]] and [[stone]]. A quantum minecart stop can be combined with some sort of [[garbage disposal]] mechanism to easily handle [[refuse]] and [[invader]]s' corpses.&lt;br /&gt;
# Note, however, that if your dwarves are under [[standing orders]] to ignore outdoor refuse (the default setting) they will also not load an outdoor refuse pile into the minecart.&lt;br /&gt;
# It has been observed that plant harvesting may be restricted by the number of empty valid stockpile spots.  A larger receiving plant stockpile may be needed to get harvests done before the plants wither away.&lt;br /&gt;
&lt;br /&gt;
== The Undump ==&lt;br /&gt;
This technique was [http://www.bay12forums.com/smf/index.php?topic=92241.0 developed] before minecarts were implemented. While still a valid method, it has been superseded by the Minecart Stop QSP which achieves the same result, is easier to set up and has fewer drawbacks.&lt;br /&gt;
&lt;br /&gt;
===Setup===&lt;br /&gt;
&amp;lt;diagram&amp;gt;&lt;br /&gt;
         H Hatch cover&lt;br /&gt;
  =====  ^ pressure plate, citizens trigger, linked to hatch&lt;br /&gt;
  ^sHs=  = Wall&lt;br /&gt;
  =====  s Stockpile (same type)&lt;br /&gt;
&amp;lt;/diagram&amp;gt;&lt;br /&gt;
The idea is that haulers try to place some item on the right stockpile, step on the pressure plate and make the hatch cover retract. This makes them cancel the hauling job because they can't reach the right stockpile. They then drop the item on the left stockpile, on top of as big of a pile as you want.&lt;br /&gt;
&lt;br /&gt;
More information on this method can be found on the inventor's [[User:Vasiln/Undump|user page]].&lt;br /&gt;
&lt;br /&gt;
===Drawbacks===&lt;br /&gt;
This design has the following drawbacks:&lt;br /&gt;
#It's slow, because the one target stockpile generates only one job at a time. If you have more than one target stockpile they create lag because of pathing issues. You probably want to keep your normal stockpiles and use the undump to clean them up slowly. At which point you could consider just using the normal quantum stockpile dumping. Or you build more undumps.&lt;br /&gt;
#Job cancellation spam. You can turn that off.&lt;br /&gt;
#Oftentimes, dwarves drop the item on top of the pressure plate instead of on the stockpile. A feeder stockpile just outside the undump helps here.&lt;br /&gt;
#You obviously need some materials to build it. &lt;br /&gt;
#You need to create an open space tile where the hatch cover is (channeling only leaves a ramp), which means digging in the level below. &lt;br /&gt;
#You want to set the pressure plate to the lowest minimum weight (10000, which gets a zero cut off and displays as 1000). This can get tedious, so getting a macro is advised.&lt;br /&gt;
#If your stockpile management is exceptional already, the undump may not be of as much use to you.&lt;br /&gt;
However, there is a multitude of potential applications that get discussed in [http://www.bay12forums.com/smf/index.php?topic=92241.0 this] thread.&lt;br /&gt;
&lt;br /&gt;
{{Category|Stockpiles}}&lt;br /&gt;
[[ru:Quantum stockpile]]&lt;/div&gt;</summary>
		<author><name>Match</name></author>
	</entry>
	<entry>
		<id>https://dwarffortresswiki.org/index.php?title=Exploit&amp;diff=285663</id>
		<title>Exploit</title>
		<link rel="alternate" type="text/html" href="https://dwarffortresswiki.org/index.php?title=Exploit&amp;diff=285663"/>
		<updated>2023-01-13T02:56:56Z</updated>

		<summary type="html">&lt;p&gt;Match: /* Quantum stockpiles */ Not helpful for FPS as per Putnam: https://discord.com/channels/329272032778780672/629902895138996264/1063290141524885594&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{migrated article}}&lt;br /&gt;
{{Quality|Unrated}}&lt;br /&gt;
{{av}}&lt;br /&gt;
&lt;br /&gt;
An '''exploit''' is a quirk of a game that allows players to gain what other players may consider an unfair advantage, usually by making use of a feature that is not working properly or which defies logic. 'Exploiting the game' is distinct from '[[cheating]]' because exploits occur within the game as written and do not need any external [[utilities]] or [[modding]]. Whether a player chooses to make use of an exploit or not depends on their personal taste; given that ''[[Dwarf Fortress]]'' is a single-player game, the user alone can decide what liberties to take and what options to shun. Among DF players, there is much discussion about what actually should be considered an exploit, ranging from making [[dwarven syrup]] instead of [[dwarven sugar]], growing crops in winter, or even underground, at the one extreme, to justifying 'water wheel batteries' at the other. This page takes a rather relaxed approach in that you considering it an exploit is basically enough to add it, if you don't get too much opposition.&lt;br /&gt;
&lt;br /&gt;
= Fortress mode exploits =&lt;br /&gt;
&lt;br /&gt;
== Atom smasher ==&lt;br /&gt;
{{main|Dwarven atom smasher}}&lt;br /&gt;
Lowering a raised [[drawbridge]] can be used to obliterate most creatures or items beneath it, with some exceptions:&lt;br /&gt;
&lt;br /&gt;
* Atom smashing a creature with a size over 1200000 will destroy the drawbridge.&lt;br /&gt;
* [[Contaminant]]s are unaffected.&lt;br /&gt;
* Smashing a bag of something will destroy the bag, but spill its contents.&lt;br /&gt;
* [[Artifact]]s have a special exception; whereby upon being atom-smashed, they will be &amp;quot;hidden&amp;quot; and inaccessible for the rest of the playthrough.  See the main article for further details.&lt;br /&gt;
&lt;br /&gt;
==Manager exercise program==&lt;br /&gt;
As a [[manager]], skill is gained as tasks are ''approved'', not completed. Simply by queuing lots of jobs ({{key|j}} {{key|m}} {{key|q}}) and providing a meager office, the manager will quickly level to [[legendary]] as an [[Organizer]]. The tasks can then be removed once approved.&lt;br /&gt;
&lt;br /&gt;
==Merchant swindles==&lt;br /&gt;
There are a variety of ways to steal cargo from [[merchant]]s. All amount to naked theft, and the civilization responsible for the caravan will recognize this. Merchants will consider any lost goods to be stolen goods regardless of the method used to take possession of or destroy them (Verification: See [[40d:Trading#Note_that_the_civ|the 40d page]] and [http://www.bay12forums.com/smf/index.php?topic=43771.msg829692#msg829692 This forum post]). So unless you specifically want to take the clothing off the backs of the merchants or steal from your own civ, you might as well just seize the goods anyway.&lt;br /&gt;
&lt;br /&gt;
* [[DF2014:Trading#Seizing_items|Seizing goods via the trade dialog]] is most straightforward way to select specific items to steal; but there are more entertaining methods detailed below.&lt;br /&gt;
&lt;br /&gt;
* Tearing down the [[trade depot]] while the merchants are there is the easiest way to seize all merchant goods at once.&lt;br /&gt;
&lt;br /&gt;
* Marking items for [[dump]]ing, using view creature mode ({{key|v}}), the stocks menu ({{key|z}}), items in room mode ({{key|t}}), or mass dump mode ({{key|d}})-({{key|b}})-({{key|d}}) then marking the entire depot, lets you relieve merchants of their goods. Just reclaim the items from your garbage dump [[zone]] later. You can even take clothing and equipment off merchant and guards this way.&lt;br /&gt;
&lt;br /&gt;
* You can make a wall around the merchants (and even the poor animals) and let them starve to death, letting you take whatever you want. Wait quite a while for them to starve. They will become [[Insanity|very angry]] if you do, so never open the door once they are on the brink of death.&lt;br /&gt;
&lt;br /&gt;
== Quantum stockpiles ==&lt;br /&gt;
{{main|Quantum stockpile}}&lt;br /&gt;
A quantum stockpile (QSP) allows you to store an infinite number of items in a single tile. QSPs can make for super efficient storage, allowing more compact fortresses, shorter hauling routes, more efficient manufacturing flows, and stocktaking at a glance with look {{K|k}}.&lt;br /&gt;
&lt;br /&gt;
== Building destroyer door ==&lt;br /&gt;
Forbid something a dwarf is carrying as he goes through a door, and he'll drop it. The door won't close and won't stop any normal creature from going through, but building destroyers seem to stop in their tracks, waiting for it to close before moving on. Note: your civilians can pass the creature safely, but attacking it cancels your protection. {{Verify}}&lt;br /&gt;
&lt;br /&gt;
== HFS's back door ==&lt;br /&gt;
{{main|Semi-molten rock#Tunnelling down through multiple layers of Semi-molten rock|l1=Semi-molten rock § Tunnelling down through multiple layers of Semi-molten rock}}&lt;br /&gt;
There's a convoluted way to dig down through [[semi-molten rock]] and evade the head-on encounter with [[hidden fun stuff]]. Doing this can enable you to, among other things, mine undiggable [[slade]] and duplicate rare minerals. See the page [[semi-molten rock]] for details.&lt;br /&gt;
&lt;br /&gt;
== Forgotten beast zoo ==&lt;br /&gt;
Wall off all the passageways into your lowest level at the outermost square of the map - except one, which leads to a little vestibule surrounded by fortifications. Wave hello to the various ungainly &amp;quot;[[forgotten beast]]s&amp;quot; which accumulate inside.&lt;br /&gt;
&lt;br /&gt;
Alternatively, by using a [[giant cave spider]] or web-spewing forgotten beast to place [[web]]s on cage traps you can capture and display non-web-spewing forgotten beasts, titans, and more. &lt;br /&gt;
&lt;br /&gt;
== Dwarven water reactor ==&lt;br /&gt;
{{main|Water wheel#Perpetual motion|l1=Water wheel § Perpetual motion}}&lt;br /&gt;
A [[screw pump]] requires 10 power to move water; a [[water wheel]] supplies 100 power if it's got water moving it. Arrange the former to feed the latter, while the latter powers the former, and you can get [[Water wheel#Perpetual motion|perpetual motion]] going - with a surplus of [[power]] available.&lt;br /&gt;
&lt;br /&gt;
== And we'll throw in the barrel or bag for free ==&lt;br /&gt;
On [[embark]], buying things which are stored in [[barrel]]s gets the barrel for free, with at most 10 items per barrel, so, for example, the 15 units of randomly chosen [[meat]] which come with the default supplies will get you two free barrels, one completely filled with 10 units of meat and one half filled with 5 units of meat; you get another two free barrels from the 15 units of randomly chosen [[Creature#Aquatic|fish]]. You can get rid of all of that food, then for the same cost select one unit each of meat from 30 different kinds of animals, giving you 30 free barrels instead of only 4, since each different kind of animal meat is put in its own barrel. Note that different types of meat from the same kind of animal goes into a single barrel, so choosing 1 yak brain + 1 yak eye + 1 yak spleen will get you only one free barrel instead of three.&lt;br /&gt;
&lt;br /&gt;
The same thing goes for things stored in [[bag]]s. Each unit of [[sand]] comes in its own bag, and since each unit of sand costs only 1 embark point while bags cost a minimum of 10 embark points each, you can get bags for ten times cheaper by buying sand, then [[dumping]] out the sand after embark.&lt;br /&gt;
&lt;br /&gt;
One down side is that all those containers then need to be individually hauled from the wagon to where ever you want them.&lt;br /&gt;
&lt;br /&gt;
== Infinite metal ==&lt;br /&gt;
Because one bar of metal produces 25 bolts, and a single bolt can be melted to 0.1 bars of metal, you can create unlimited adamantine wafers in your fortress using a [[Stupid_dwarf_trick#Bolt_Splitting_Operation|clever setup]] with marksdwarves to separate the stacks of adamantine bolts into single bolts. See this [http://www.bay12forums.com/smf/index.php?topic=51423.0 forum thread] for more details.&lt;br /&gt;
&lt;br /&gt;
Weapon traps filled with crossbows will be loaded with individual bolts (10 per crossbow). Bolts cannot be designated to melt while loaded in the trap. It requires deconstruction of the trap. The components will scatter on deconstruction so surrounding the trap with an ammo stockpile set to links only and using dfhack automelt can semi-automate the process. Any metal components of the trap may also be melted. &lt;br /&gt;
&lt;br /&gt;
Coins may also be split at a [[trade depot]] and melted down individually for up to a 50x return. Mint a stack of coins, then trade it to a caravan. You can then buy the stack back in pieces, and each individual smaller stack will melt and produce .1 bars. One bar produces 500 coins, but splitting it into stacks of 1 coin each would create 500 melt jobs, producing 50 bars in return. The process is discussed in greater detail, both with and without use of macros on this [http://www.bay12forums.com/smf/index.php?topic=111680.0 forum thread]. While potentially time consuming, this new method both results in far more bars produced per stack (potentially a net profit of 49 bars instead of 1.5), and can duplicate any metal, not just military ones while simultaneously training your broker. Combined with a magma smelter and properly written macros, this method turns a smelter into a free metal generator. Those who are less patient may instead opt to simply melt the coin stacks immediately after they are minted - while this yields only a 10% gain, it is far less time-consuming.&lt;br /&gt;
&lt;br /&gt;
Recent dwarven !!SCIENCE!! has shown that certain visitors react badly to being trapped in a vault of treasure and can be used to [https://www.reddit.com/r/dwarffortress/comments/fql316/infinite_adamantine_using_elf_labor/ rapidly split stacks of coins]. Be careful what you wish for.&lt;br /&gt;
&lt;br /&gt;
For multiplying weapons/armor-grade metals, forging and melting giant axe blades, enormous corkscrews, menacing spikes, and leggings will yield a 50% gain per item; note that this does ''not'' work with adamantine, since adamantine goods require 3 times as many wafers, instead leading to a 70% loss per item.&lt;br /&gt;
&lt;br /&gt;
See the [[Melt item]] article for the best yields when melting down items made of mundane metals for the current version.&lt;br /&gt;
&lt;br /&gt;
== Quick trade goods ==&lt;br /&gt;
[[Bolt|Bolts]], having a high stack size and being affected by quality modifiers, make excellent trade goods when made by a highly trained woodcrafter or metalsmith. This is because quality adds a flat amount to ''each bolt'''s value, going as high as 375☼ on exceptional, and 750☼ on masterwork bolts, making even cheap wooden bolts a quick way of buying out caravans.&lt;br /&gt;
&lt;br /&gt;
[[Prepared meal]]s can be quick and valuable trade goods - purchase an abundance of raw food when the traders arrive, and set your [[kitchen]] to work cooking that food into lavish meals, then haul the stacks of meals back to the depot and trade them for whatever supplies you really want. The caravan will buy back meals composed of their own ingredients at 25x to 100x their initial value.&lt;br /&gt;
&lt;br /&gt;
Single task [[instruments]] can also be a very lucrative business, although glass instruments have lower gains.&lt;br /&gt;
&lt;br /&gt;
== Silk farm ==&lt;br /&gt;
{{main|Silk farming}}&lt;br /&gt;
A silk farm can serve as a safe and endless source of silk thread from [[giant cave spider]]s or other [[forgotten beast|web-spewing beasts]]. Its essence is a room with a &amp;quot;bait&amp;quot; creature separated from a web-spewing creature by fortifications. The webber will attempt to attack the &amp;quot;bait&amp;quot; by shooting [[web]]s through the fortifications. Weavers can collect the webs as silk thread and create silk cloth.&lt;br /&gt;
&lt;br /&gt;
== Dwarven road-dar ==&lt;br /&gt;
Dwarven radar is a handy way of checking for caverns and other special features using the [[farm plot]]s, paved [[road]]s, and [[activity zone]]s. Know where the caverns are before you designate your carefully planned, fully symmetric living quarters!&lt;br /&gt;
&lt;br /&gt;
For more details, see the [http://www.bay12forums.com/smf/index.php?topic=93694.0 forum thread].&lt;br /&gt;
&lt;br /&gt;
== Danger room ==&lt;br /&gt;
{{Main|Danger room}}&lt;br /&gt;
An [[Trap#Upright Spear/Spike|upright spike trap]] full of non-masterwork training spears (''not'' menacing spikes or metal spears, or even [[elf|elven]] wooden spears) is linked to a [[lever]], which is pulled repeatedly, and dwarves are stationed on the trap. The dwarves quickly learn how to dodge, block and parry these &amp;quot;attacks&amp;quot;, gaining [[combat skill]]s much more quickly than through normal [[training]], unless they die.&lt;br /&gt;
&lt;br /&gt;
This exploit does not work in newer versions due to changes to damage propagation.{{version|0.43.04}}&lt;br /&gt;
&lt;br /&gt;
== Coinstar room ==&lt;br /&gt;
{{Main|Danger room#Coinstar room|l1=Danger room § Coinstar room}}&lt;br /&gt;
A coinstar or popcorn room trains [[armor user]] skills via repeated (unblockable/undodgeable) impacts of various small objects such as [[coin]]s, [[seed]]s, [[sock]]s, [[leaves]], or other small, light objects. Channel a 1x2 trench (leaving ramps), and build two 1x1 '''retracting''' bridges on the bottom of the trench. Connect the bridges to a lever. Add coins (stacks of 15 or smaller are 100% safe) and dwarves.&lt;br /&gt;
&lt;br /&gt;
This exploit does not work in newer versions due to changes to damage propagation.{{version|0.43.04}}&lt;br /&gt;
&lt;br /&gt;
== Wildlife control ==&lt;br /&gt;
Wild animals will not spawn when a certain number of them are still present on the map (2 for default 4x4 embark, for larger sites it's higher). This works also for cavern creatures (each cavern independently), or even for roaming [[HFS]] denizens, and can be exploited to prevent new creatures from a particular layer from spawning. Capture enough wild creatures in [[cage trap]]s, and release them somewhere they couldn't escape from. As long as they're there, no more beasts will show up. Note that thieving and [[gremlin|mischievous]] creatures are an exception to this, as their arrival is timed and unaffected by the number of other wildlife.&lt;br /&gt;
&lt;br /&gt;
== Portable drain ==&lt;br /&gt;
Due to buggy [[minecart]] interactions, a minecart on a [[Minecart#Track_Stops|track stop]] set to dump into a wall tile will constantly fill and empty, removing large amounts of liquid from the game. This is generally much more convenient than digging a tunnel and carving a fortification at the edge of the map. The effect can be controlled by linking a [[lever]] to the track stop (or by adding/removing the minecart in some manner). The portable drain will only reduce the fluid in its tile to below the minimum necessary to fill the cart (6/7); the remaining fluid will need to be dealt with in some other fashion. &lt;br /&gt;
&lt;br /&gt;
([http://www.bay12forums.com/smf/index.php?topic=154537.msg6657752#msg6657752 original forum post])&lt;br /&gt;
&lt;br /&gt;
== Dwarven rocket elevator  ==&lt;br /&gt;
By exploiting quirks in dwarven physics, minecarts can be accelerated without an external power source (beyond an initial push) to travel independently, or to ascend dozens of Z levels upwards very quickly. Details at [[DF2014:Minecart#Impulse_ramps]].&lt;br /&gt;
&lt;br /&gt;
== Infinite layer stone without magma ==&lt;br /&gt;
&lt;br /&gt;
Constructed walls can be designated for both fortification carving and deconstruction. When the latter designation is completed, the former is kept. When the former is completed after that, stone floor becomes a natural stone fortification. This makes a cycle for infinite stone:&lt;br /&gt;
&lt;br /&gt;
Stone floor → Build Constructed Wall → Designate for removal and fortification carving → Deconstruct → Stone Floor (still designated as fortification) → Stone fortification → Dug out, stone floor + free stone boulder. (Disable engraving on all dwarves to delay the fortification carving.)&lt;br /&gt;
&lt;br /&gt;
The material used to construct the wall is reclaimed when it is deconstructed. Since mining doesn't always drop stone there is only a chance of getting stone from the fortification.&lt;br /&gt;
&lt;br /&gt;
Using this, one can also retrieve stone from surface boulders, though as deconstruction leaves behind layer stone it will not duplicate adamantine or anything else. Soil gets carved, but remains as a floor, thus providing no gain.&lt;br /&gt;
&lt;br /&gt;
([http://www.bay12forums.com/smf/index.php?topic=145317.msg8091746#msg8091746 Original forum post])&lt;br /&gt;
&lt;br /&gt;
== Alternate water purification methods ==&lt;br /&gt;
&lt;br /&gt;
Contamination in the form of salty or stagnant water is apparently unable to climb stairs.  Lacking the materials to build a screw pump, you can instead purify water by forcing it to pass through a vertical u-bend made of stairs.&lt;br /&gt;
&lt;br /&gt;
Flowing fresh water destroys stagnant water on contact, converting it into fresh water.  Oddly enough, flowing salt water also destroys stagnant water on contact, converting it to fresh water, so connecting your murky pools to the sea paradoxically provides clean drinking water.&lt;br /&gt;
&lt;br /&gt;
= Adventure mode exploits =&lt;br /&gt;
&lt;br /&gt;
== Urist McAdventurer the shield-wall ==&lt;br /&gt;
Adventurers are not limited in the number of items they can hold in their hands, allowing them to equip a virtually unlimited number of shields or bucklers with little effect to the adventurer's performance. This offers multiple chances to block attacks (vastly reducing the number that cause damage) and quickly trains up the shield user skill, further increasing the effectiveness of those shields. There is an indirect limit on how many shields you can equip based on how the total weight of your adventurer's items affects your speed, but the tradeoff between wearing a dozen (or more) shields is well worth the minor reduction in speed.&lt;br /&gt;
&lt;br /&gt;
This exploit was made more complicated due to the addition of the ability to holster/draw weapons and shields, which is needed for [[climber|climbing]] and to avoid hostility from local guards. While an infinite number of weapons or shields can be strapped to your body, only the first two such items will be drawn, requiring a free hand for each. Retrieving multiple shields after unequipping them requires manually drawing each individual shield.&lt;br /&gt;
&lt;br /&gt;
== Infinite drink ==&lt;br /&gt;
One's thirst can be quenched indefinitely by emptying a waterskin when you only have 1 unit of liquid left, and refilling it from the pool that forms; giving you 3 units of drink. This is especially useful if you managed to find alcohol and fill the waterskin with some, as alcohol never freezes in cold weather.  One can also make a potable pool of water, by emptying a waterskin containing saltwater.&lt;br /&gt;
&lt;br /&gt;
== Backpack of holding ==&lt;br /&gt;
In adventurer mode, if you try to pick something up while both your hands are already holding something, it'll go straight in your backpack, even if it would not have fit had you first picked it up and then tried to put it inside. That means you can stuff as much as you want into your backpack - it will still affect your weight and speed, however.&lt;br /&gt;
&lt;br /&gt;
== Pack adventurer ==&lt;br /&gt;
You could hold items of any weight, but they affect your speed - except when you're riding a mount. &lt;br /&gt;
&lt;br /&gt;
{{Category|Game}}&lt;br /&gt;
[[ru:Exploit]]&lt;/div&gt;</summary>
		<author><name>Match</name></author>
	</entry>
	<entry>
		<id>https://dwarffortresswiki.org/index.php?title=Reaction_examples&amp;diff=281656</id>
		<title>Reaction examples</title>
		<link rel="alternate" type="text/html" href="https://dwarffortresswiki.org/index.php?title=Reaction_examples&amp;diff=281656"/>
		<updated>2023-01-02T05:40:17Z</updated>

		<summary type="html">&lt;p&gt;Match: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{av}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{{category|modding}}&lt;br /&gt;
[[Reaction]]s seem to be causing people some issues. As such, examples would probably be useful for those who'd like some help creating what they want. When adding a new reaction, make sure to add a line for it in the entity_default file, under the mountain (first section) section. For example, if adding the adamantine wafer reaction, open entity_default, go to the mountain entry (the first one), scroll down until you see [PERMITTED_REACTION:something] (like [PERMITTED_REACTION:TAN_A_HIDE]) and add another line that says [PERMITTED_REACTION:REACTION_NAME], where REACTION_NAME is whatever is stated in the reaction's REACTION tag, so in this case the entry would read [PERMITTED_REACTION:FREE_ADAMANTINE_WAFERS].&lt;br /&gt;
&lt;br /&gt;
==Smelter Emulation==&lt;br /&gt;
&lt;br /&gt;
===Smelt Hematite Ore===&lt;br /&gt;
Simulates the built-in smelting of hematite ore.&lt;br /&gt;
 [REACTION:SMELT_IRON_FROM_HEMATITE]&lt;br /&gt;
 [NAME:Smelt hematite to bars]&lt;br /&gt;
 [BUILDING:SMELTER:NONE]&lt;br /&gt;
 [REAGENT:A:BOULDER:NO_SUBTYPE:INORGANIC:HEMATITE]&lt;br /&gt;
 [PRODUCT:100:4:BAR:NO_SUBTYPE:INORGANIC:IRON][PRODUCT_DIMENSION:150]&lt;br /&gt;
 [FUEL]&lt;br /&gt;
 [SKILL:SMELT]&lt;br /&gt;
Results in 4 iron bars, of basic size.&lt;br /&gt;
&lt;br /&gt;
===Smelt Galena Ore===&lt;br /&gt;
Simulates the built-in smelting of galena ore.&lt;br /&gt;
 [REACTION:SMELT_COPPER_FROM_GALENA]&lt;br /&gt;
 [NAME:Smelt galena to bars]&lt;br /&gt;
 [BUILDING:SMELTER:NONE]&lt;br /&gt;
 [REAGENT:A:BOULDER:NO_SUBTYPE:INORGANIC:GALENA]&lt;br /&gt;
 [PRODUCT:100:4:BAR:NO_SUBTYPE:INORGANIC:COPPER][PRODUCT_DIMENSION:150]&lt;br /&gt;
 [PRODUCT:50:4:BAR:NO_SUBTYPE:INORGANIC:SILVER][PRODUCT_DIMENSION:150]&lt;br /&gt;
 [FUEL]&lt;br /&gt;
 [SKILL:SMELT]&lt;br /&gt;
Results in 4 copper bars, with a 50% chance of a silver bar.&lt;br /&gt;
&lt;br /&gt;
==Plant Reactions==&lt;br /&gt;
===Brew drink from plant===&lt;br /&gt;
This is the built-in reaction to brew alcohol from plants.&lt;br /&gt;
&lt;br /&gt;
 [REACTION:BREW_DRINK_FROM_PLANT]&lt;br /&gt;
 	[NAME:brew drink from plant]&lt;br /&gt;
 	[BUILDING:STILL:HOTKEY_STILL_BREW]&lt;br /&gt;
 	[REAGENT:plant:1:PLANT:NONE:NONE:NONE]&lt;br /&gt;
 		[HAS_MATERIAL_REACTION_PRODUCT:DRINK_MAT] only accept plants that have drinks defined&lt;br /&gt;
 		[UNROTTEN]&lt;br /&gt;
 	[REAGENT:barrel/pot:1:NONE:NONE:NONE:NONE]&lt;br /&gt;
 		[EMPTY]&lt;br /&gt;
 		[FOOD_STORAGE_CONTAINER] barrel or any non-absorbing tool with FOOD_STORAGE&lt;br /&gt;
 		[PRESERVE_REAGENT]&lt;br /&gt;
 		[DOES_NOT_DETERMINE_PRODUCT_AMOUNT]&lt;br /&gt;
 	[PRODUCT:100:5:DRINK:NONE:GET_MATERIAL_FROM_REAGENT:plant:DRINK_MAT]&lt;br /&gt;
 		[PRODUCT_TO_CONTAINER:barrel/pot]&lt;br /&gt;
 		[PRODUCT_DIMENSION:150]&lt;br /&gt;
 	[PRODUCT:100:1:SEEDS:NONE:GET_MATERIAL_FROM_REAGENT:plant:SEED_MAT]&lt;br /&gt;
 	[SKILL:BREWING]&lt;br /&gt;
&lt;br /&gt;
==Bucket/Alcohol Reactions==&lt;br /&gt;
&lt;br /&gt;
==Weapon Reactions==&lt;br /&gt;
&lt;br /&gt;
===Gemstone Long Sword===&lt;br /&gt;
Make a long sword out of four rough gemstones of the same type.&lt;br /&gt;
&lt;br /&gt;
 [REACTION:MAKE_GEMSTONE_SWORD_LONG]&lt;br /&gt;
 [NAME:make gemstone long sword]&lt;br /&gt;
 [BUILDING:SMELTER:NONE]&lt;br /&gt;
 [REAGENT:A:4:ROUGH:NO_SUBTYPE:NONE:NONE]&lt;br /&gt;
 [PRODUCT:100:1:WEAPON:ITEM_WEAPON_SWORD_LONG:GET_MATERIAL_FROM_REAGENT:A:NONE]&lt;br /&gt;
 [FUEL]&lt;br /&gt;
 [SKILL:SMELT]&lt;br /&gt;
&lt;br /&gt;
==Misc Item Reactions==&lt;br /&gt;
&lt;br /&gt;
===Craft Windows from Shells===&lt;br /&gt;
&lt;br /&gt;
Turns shells into a window made from that animal's shell.&lt;br /&gt;
&lt;br /&gt;
[REACTION:MAKE WINDOW FROM SHELL]&lt;br /&gt;
	[NAME:make shell window]&lt;br /&gt;
	[BUILDING:CRAFTSMAN:NONE]&lt;br /&gt;
	[REAGENT:shell:3:CORPSEPIECE:NO_SUBTYPE:NONE:NONE]&lt;br /&gt;
		[ANY_SHELL_MATERIAL]&lt;br /&gt;
		[USE_BODY_COMPONENT]&lt;br /&gt;
	[PRODUCT:100:1:WINDOW:NO_SUBTYPE:GET_MATERIAL_FROM_REAGENT:shell:NONE]&lt;br /&gt;
	[SKILL:BONECARVE]&lt;br /&gt;
&lt;br /&gt;
===Cremate Vermin Remains===&lt;br /&gt;
Incinerates all those non-rotting vermin remains so they stop cluttering up your hallways.&lt;br /&gt;
 [REACTION:CREMATE_REMAINS]&lt;br /&gt;
 [NAME:cremate remains]&lt;br /&gt;
 [BUILDING:SMELTER:NONE]&lt;br /&gt;
 [REAGENT:A:1:REMAINS:NONE:NONE:NONE]&lt;br /&gt;
 [PRODUCT:100:1:BAR:NONE:ASH:NONE][PRODUCT_DIMENSION:150]&lt;br /&gt;
 [SKILL:SMELT]&lt;br /&gt;
 [AUTOMATIC]&lt;br /&gt;
Results in 1 bar of ash, and also automatically populates itself in an idle smelter like the loom cloth and tan a hide tasks.&lt;br /&gt;
&lt;br /&gt;
===Create Adamantine Wafers===&lt;br /&gt;
Creates adamantine wafers, pretty self-explanatory.&lt;br /&gt;
&lt;br /&gt;
 [REACTION:FREE_ADAMANTINE_WAFERS]&lt;br /&gt;
 [NAME:create adamantine wafers]&lt;br /&gt;
 [BUILDING:SMELTER:NONE]&lt;br /&gt;
 [PRODUCT:100:5:BAR:NO_SUBTYPE:INORGANIC:ADAMANTINE][PRODUCT_DIMENSION:150]&lt;br /&gt;
 [SKILL:SMELT]&lt;br /&gt;
&lt;br /&gt;
===Create Adamantine Thread===&lt;br /&gt;
Again, self-explanatory. Also, trains clothesmaking.&lt;br /&gt;
&lt;br /&gt;
 [REACTION:FREE_ADAMANTINE_THREAD]&lt;br /&gt;
 [NAME:create adamantine thread]&lt;br /&gt;
 [BUILDING:SMELTER:NONE]&lt;br /&gt;
 [PRODUCT:100:5:THREAD:NO_SUBTYPE:INORGANIC:ADAMANTINE][PRODUCT_DIMENSION:15000]&lt;br /&gt;
 [SKILL:CLOTHESMAKING]&lt;br /&gt;
&lt;br /&gt;
===Burning furniture and other wooden objects===&lt;br /&gt;
The code below lets you burn furniture and other wooden objects at a wood furnace to obtain charcoal.&lt;br /&gt;
Normally, a new ID is used for a new reaction. The downside of a new reaction is that a map regen is necessary. The example below shows how a reaction ID of a current game (making billon from raw ores) can be used to add a new reaction without having to start over a map.&lt;br /&gt;
&lt;br /&gt;
In the example below, for each piece of wood furniture, 0.25 charcoal is generated. Since custom reactions can't work in the same way as melting metal, 1 bar of charcoal is generated for 4 units of furniture. Since 4 different reagents are used, this does not necessarily need to be 4 beds, but can be 4 diferent wood objects. in the current code, each type of wooden object is elligible, so it is advisable to create an additional wood furnace and link specific stockpiles to this furnace. This allows you to burn low quality items, while preventing your masterpiece beds going up in flames.&lt;br /&gt;
&lt;br /&gt;
the text below replaces the original 'billon making' reaction in data/save/'your save'/raw/objects/reaction_smelter.txt. &lt;br /&gt;
&lt;br /&gt;
 [REACTION:BILLON_MAKING]&lt;br /&gt;
 [NAME:burn furniture]&lt;br /&gt;
 [BUILDING:WOOD:CUSTOM_B]&lt;br /&gt;
 [REAGENT:A:1:NONE:NONE:NONE:NONE][ANY_PLANT_MATERIAL][HARD_ITEM_MATERIAL][EMPTY]&lt;br /&gt;
 [REAGENT:B:1:NONE:NONE:NONE:NONE][ANY_PLANT_MATERIAL][HARD_ITEM_MATERIAL][EMPTY]&lt;br /&gt;
 [REAGENT:C:1:NONE:NONE:NONE:NONE][ANY_PLANT_MATERIAL][HARD_ITEM_MATERIAL][EMPTY]&lt;br /&gt;
 [REAGENT:D:1:NONE:NONE:NONE:NONE][ANY_PLANT_MATERIAL][HARD_ITEM_MATERIAL][EMPTY]&lt;br /&gt;
 [PRODUCT:100:1:BAR:NO_SUBTYPE:COAL:CHARCOAL][PRODUCT_DIMENSION:150]&lt;br /&gt;
 [SKILL:WOOD_BURNING]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
An important thing to note is that the code above works with all wood items. Turning every single wooden bolt into 0.25 charcoal is considered cheaty, so it is up to the user to use the code appropiately. If the user wants more than 4 units per unit of charcoal for better balance, the number of reagents can easily be expanded.&lt;br /&gt;
&lt;br /&gt;
{{Category|Modding}}&lt;br /&gt;
{{Category|Modding_Examples}}&lt;/div&gt;</summary>
		<author><name>Match</name></author>
	</entry>
</feed>