<?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=Jurassiced</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=Jurassiced"/>
	<link rel="alternate" type="text/html" href="https://dwarffortresswiki.org/index.php/Special:Contributions/Jurassiced"/>
	<updated>2026-06-07T14:17:44Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.35.11</generator>
	<entry>
		<id>https://dwarffortresswiki.org/index.php?title=40d:Entity_token&amp;diff=36988</id>
		<title>40d:Entity token</title>
		<link rel="alternate" type="text/html" href="https://dwarffortresswiki.org/index.php?title=40d:Entity_token&amp;diff=36988"/>
		<updated>2008-04-01T15:33:21Z</updated>

		<summary type="html">&lt;p&gt;Jurassiced: /* Flavor */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;These tokens define entities, or [[civilizations]], in entity_*.txt files.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Gameplay ==&lt;br /&gt;
{| border=&amp;quot;1&amp;quot; cellpadding=&amp;quot;2&amp;quot; width=&amp;quot;100%&amp;quot;&lt;br /&gt;
! width=&amp;quot;20%&amp;quot; | Token&lt;br /&gt;
! width=&amp;quot;20%&amp;quot; | Arguments&lt;br /&gt;
! width=&amp;quot;60%&amp;quot; | Description&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| ADVENTURE_TIER&lt;br /&gt;
| order&lt;br /&gt;
| Allows adventure mode.  Dwarfs, Elves, and Humans take up tier 3, 2, and 1 respectfully.  It seems that the best way to use this is to put your entity in the same order as the other tiers. The tiers go upward.  So you should put a new adventure entity above the Dwarves.  Not at the end of the file.&lt;br /&gt;
[ADVENTURE_TIER:4]&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| INDIV_CONTROLLABLE&lt;br /&gt;
| &lt;br /&gt;
| Allows the &amp;quot;Play Now!&amp;quot; option adventure mode.  The entity must have a ADVENTURE_TIER token for this too work.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| CIV_CONTROLLABLE&lt;br /&gt;
| &lt;br /&gt;
| Allows fortress mode.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| CREATURE&lt;br /&gt;
| creature&lt;br /&gt;
| If there is more then one CREATURE token the entity will pick one of them at random to populate when generated.{{verify}}&lt;br /&gt;
[CREATURE:DWARF]&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Placement ==&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot; cellpadding=&amp;quot;2&amp;quot; width=&amp;quot;100%&amp;quot;&lt;br /&gt;
! width=&amp;quot;20%&amp;quot; | Token&lt;br /&gt;
! width=&amp;quot;20%&amp;quot; | Arguments&lt;br /&gt;
! width=&amp;quot;60%&amp;quot; | Description&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| BIOME_SUPPORT&lt;br /&gt;
|&lt;br /&gt;
* biome&lt;br /&gt;
* frequency&lt;br /&gt;
| Frequency goes from 0 to 10.  Higher numbers make the entity more likely to settle there.&lt;br /&gt;
[BIOME_SUPPORT:ANY_GRASSLAND:4]&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| START_BIOME&lt;br /&gt;
| biome&lt;br /&gt;
| Birth of the civilization can be performed on this biome.&lt;br /&gt;
[START_BIOME:MOUNTAIN]&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| DEFAULT_SITE_TYPE&lt;br /&gt;
| site type&lt;br /&gt;
| Options are: CITY, TREE_CITY, DARK_FORTRESS, CAVE, CAVE_DETAILED, RUIN&lt;br /&gt;
[DEFAULT_SITE_TYPE:CAVE_DETAILED]&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| LIKES_SITE&lt;br /&gt;
| site type&lt;br /&gt;
| Most residents will try to move to this site type, unless already at one.&lt;br /&gt;
[LIKES_SITE:CAVE_DETAILED]&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| TOLERATES_SITE&lt;br /&gt;
| site type&lt;br /&gt;
| Some residents will try to move to this site type, unless already at one.&lt;br /&gt;
[TOLERATES_SITE:CITY]&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Population ==&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot; cellpadding=&amp;quot;2&amp;quot; width=&amp;quot;100%&amp;quot;&lt;br /&gt;
! width=&amp;quot;20%&amp;quot; | Token&lt;br /&gt;
! width=&amp;quot;20%&amp;quot; | Arguments&lt;br /&gt;
! width=&amp;quot;60%&amp;quot; | Description&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| START_GROUP_NUMBER&lt;br /&gt;
| number&lt;br /&gt;
| Number of breeding couples to start with per entity.&lt;br /&gt;
[START_GROUP_NUMBER:10]&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| MAX_POP_NUMBER&lt;br /&gt;
| number&lt;br /&gt;
| Max population *per entity*, multiply this by max starting civ to get the total population of the species.&lt;br /&gt;
[MAX_POP_NUMBER:500]&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| MAX_SITE_POP_NUMBER&lt;br /&gt;
| number &lt;br /&gt;
| Max population per individual site.&lt;br /&gt;
[MAX_SITE_POP_NUMBER:200]&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| MAX_STARTING_CIV_NUMBER&lt;br /&gt;
| number&lt;br /&gt;
| Max number of entities to spawn at world generation.&lt;br /&gt;
[MAX_STARTING_CIV_NUMBER:3]&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Flavor ==&lt;br /&gt;
{| border=&amp;quot;1&amp;quot; cellpadding=&amp;quot;2&amp;quot; width=&amp;quot;100%&amp;quot;&lt;br /&gt;
! width=&amp;quot;20%&amp;quot; | Token&lt;br /&gt;
! width=&amp;quot;20%&amp;quot; | Arguments&lt;br /&gt;
! width=&amp;quot;60%&amp;quot; | Description&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| CURRENCY&lt;br /&gt;
|&lt;br /&gt;
* metal token&lt;br /&gt;
* value&lt;br /&gt;
| What kind of metals the civ uses for coin minting.&lt;br /&gt;
[CURRENCY:SILVER:5]&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| ART_FACET_MODIFIER&lt;br /&gt;
|&lt;br /&gt;
* type&lt;br /&gt;
* number&lt;br /&gt;
| OWN_RACE, FANCIFUL, EVIL, GOOD&lt;br /&gt;
Number goes from 0 to 25600 where 256 is the default.&lt;br /&gt;
[ART_FACET_MODIFIER:OWN_RACE:512]&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| ART_IMAGE_ELEMENT_MODIFIER&lt;br /&gt;
|&lt;br /&gt;
* item&lt;br /&gt;
* number&lt;br /&gt;
| CREATURE, PLANT, TREE, SHAPE, ITEM&lt;br /&gt;
0-25600&lt;br /&gt;
[ART_IMAGE_ELEMENT_MODIFIER:TREE:512]&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| ITEM_IMPROVEMENT_MODIFIER&lt;br /&gt;
|&lt;br /&gt;
* item&lt;br /&gt;
* number&lt;br /&gt;
| ART_IMAGE, COVERED, RINGS_HANGING, BANDS, SPIKES, ITEMSPECIFIC, THREAD, CLOTH, SEWN_IMAGE:0-25600&lt;br /&gt;
[ITEM_IMPROVEMENT_MODIFIER:SPIKES:0]&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| TRANSLATION&lt;br /&gt;
| language&lt;br /&gt;
| What language raw the entity uses.&lt;br /&gt;
[TRANSLATION:DWARF]&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| CULL_SYMBOL&lt;br /&gt;
|&lt;br /&gt;
* noun&lt;br /&gt;
* symbol&lt;br /&gt;
| ALL, CIV, SITE&lt;br /&gt;
Causes the entity to not use the words in these SYM sets.&lt;br /&gt;
[CULL_SYMBOL:ALL:UGLY]&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| SELECT_SYMBOL&lt;br /&gt;
|&lt;br /&gt;
* noun&lt;br /&gt;
* symbol&lt;br /&gt;
| Causes the entity to always use the words in these SYM sets.&lt;br /&gt;
[SELECT_SYMBOL:ALL:PEACE]&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| FRIENDLY_COLOR&lt;br /&gt;
| see [[color]]&lt;br /&gt;
|&lt;br /&gt;
[FRIENDLY_COLOR:1:0:1]&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| METAL_PREF&lt;br /&gt;
|&lt;br /&gt;
| Enables creatures of this entity to have a preference for one or more metals.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| STONE_PREF&lt;br /&gt;
|&lt;br /&gt;
| Enables creatures of this entity to have a preference for one or more stones.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| WOOD_PREF&lt;br /&gt;
|&lt;br /&gt;
| Enables creatures of this entity to have a preference for one or more types of wood.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| GEM_PREF&lt;br /&gt;
|&lt;br /&gt;
| Enables creatures of this entity to have a preference for one or more gems.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| UNDEAD_CANDIDATE&lt;br /&gt;
|&lt;br /&gt;
| Entity can be used to make the undead in ruins.&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Religion ==&lt;br /&gt;
{| border=&amp;quot;1&amp;quot; cellpadding=&amp;quot;2&amp;quot; width=&amp;quot;100%&amp;quot;&lt;br /&gt;
! width=&amp;quot;20%&amp;quot; | Token&lt;br /&gt;
! width=&amp;quot;20%&amp;quot; | Arguments&lt;br /&gt;
! width=&amp;quot;60%&amp;quot; | Description&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| RELIGION&lt;br /&gt;
| type&lt;br /&gt;
| REGIONAL_FORCE, PANTHEON or ANY_AVAILABLE_POWER&lt;br /&gt;
[RELIGION:PANTHEON]&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| RELIGION_SPHERE&lt;br /&gt;
| sphere&lt;br /&gt;
| Can by any available [[Sphere]]. Multiple entries are possible.&lt;br /&gt;
[RELIGION_SPHERE:FORTRESSES]&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| SPHERE_ALIGNMENT&lt;br /&gt;
|&lt;br /&gt;
* type&lt;br /&gt;
* number&lt;br /&gt;
|&lt;br /&gt;
[SPHERE_ALIGNMENT:TREES:512]&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Leadership ==&lt;br /&gt;
{| border=&amp;quot;1&amp;quot; cellpadding=&amp;quot;2&amp;quot; width=&amp;quot;100%&amp;quot;&lt;br /&gt;
! width=&amp;quot;20%&amp;quot; | Token&lt;br /&gt;
! width=&amp;quot;20%&amp;quot; | Arguments&lt;br /&gt;
! width=&amp;quot;60%&amp;quot; | Description&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| CAN_HAVE_MILITARY_LEADER&lt;br /&gt;
|&lt;br /&gt;
| Allows the entity to have a military leader.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| CAN_HAVE_MILITARY_SITE_LEADER&lt;br /&gt;
|&lt;br /&gt;
| Allow the entity to have military minor leaders.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| LEADER_TYPE&lt;br /&gt;
| [[Profession tokens|profession]]&lt;br /&gt;
| Makes the leader this profession, uses tileset professions.&lt;br /&gt;
[LEADER_TYPE:MASTER_THIEF]&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| SITE_LEADER_TYPE&lt;br /&gt;
| [[Profession tokens|profession]]&lt;br /&gt;
| Makes the minor leaders this profession, uses tileset professions.&lt;br /&gt;
[SITE_LEADER_TYPE:MASTER_THIEF]&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| MAYOR&lt;br /&gt;
|&lt;br /&gt;
| Settlements have a mayor.&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Behavior ==&lt;br /&gt;
{| border=&amp;quot;1&amp;quot; cellpadding=&amp;quot;2&amp;quot; width=&amp;quot;100%&amp;quot;&lt;br /&gt;
! width=&amp;quot;20%&amp;quot; | Token&lt;br /&gt;
! width=&amp;quot;20%&amp;quot; | Arguments&lt;br /&gt;
! width=&amp;quot;60%&amp;quot; | Description&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| ABUSE_BODIES&lt;br /&gt;
| &lt;br /&gt;
| Heads on pikes, possible others?&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| ACTIVE_SEASON&lt;br /&gt;
| season&lt;br /&gt;
| the season the civ is most active and will trade, interact with you, and/or invade. While only one friendly non-dwarven civ can be active per season, both dwarves and another civ can be active in autumn. Including the dwarves, you can have five active civs trading with you.&lt;br /&gt;
[ACTIVE_SEASON:AUTUMN]&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| AMBUSHER&lt;br /&gt;
| &lt;br /&gt;
| When invading sneaks around and shoots at straggling members of your society.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| AT_PEACE_WITH_WILDLIFE&lt;br /&gt;
|&lt;br /&gt;
| will not attack wildlife.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| BABYSNATCHER&lt;br /&gt;
&lt;br /&gt;
| Sends thieves to steal babies. Also sends ambush parties to harass your civilization. Without this tag enemy civs will only siege, and will siege as early as they would otherwise babysnatch. This can happen as early as the first year of the fort!&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| DIPLOMAT&lt;br /&gt;
|&lt;br /&gt;
| Sends diplomats to come and talk to you.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| DIPLOMAT_BODYGUARDS&lt;br /&gt;
|&lt;br /&gt;
| Diplomats have bodyguards.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| ENTITY_GROUPING&lt;br /&gt;
| alignment&lt;br /&gt;
| FRIENDLY, EVIL, or NUISANCE&lt;br /&gt;
[ENTITY_GROUPING:FRIENDLY]&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| INVADERS_IGNORE_NEUTRALS&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| ITEM_THIEF&lt;br /&gt;
|&lt;br /&gt;
| Sends thieves to steal items.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| MERCHANT_BODYGUARDS&lt;br /&gt;
|&lt;br /&gt;
| Merchants have bodyguards.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| MERCHANT_NOBILITY&lt;br /&gt;
|&lt;br /&gt;
| Civ has a merchant prince.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| PROGRESS_TRIGGER_POPULATION&lt;br /&gt;
| level&lt;br /&gt;
| 0 to 5, civ will come to site once population at site has reached that level&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| PROGRESS_TRIGGER_PRODUCTION&lt;br /&gt;
| level&lt;br /&gt;
| 0 to 5, civ will come to site once created wealth has reached that level&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| PROGRESS_TRIGGER_TRADE&lt;br /&gt;
| level&lt;br /&gt;
| 0 to 5, civ will come to site once exported goods has reached that level&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| RESPECT_ANIMALS&lt;br /&gt;
|&lt;br /&gt;
| Will not buy animal based items and is angered at the attempt.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| RESPECT_TREES&lt;br /&gt;
|&lt;br /&gt;
| Will not buy wooden items and is angered at the attempt.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| SIEGER&lt;br /&gt;
|&lt;br /&gt;
| Allows the entity to invade your fortress if angered.{{verify}}&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| SKULKING&lt;br /&gt;
|&lt;br /&gt;
| This makes the severity of attacks depend on the extent of item/baby thievery rather than the passage of time.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| TREE_CAP_DIPLOMACY&lt;br /&gt;
|&lt;br /&gt;
| Makes the entity angry if you cut down too many trees.&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Items and Animals Used ==&lt;br /&gt;
{| border=&amp;quot;1&amp;quot; cellpadding=&amp;quot;2&amp;quot; width=&amp;quot;100%&amp;quot;&lt;br /&gt;
! width=&amp;quot;20%&amp;quot; | Token&lt;br /&gt;
! width=&amp;quot;20%&amp;quot; | Arguments&lt;br /&gt;
! width=&amp;quot;60%&amp;quot; | Description&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| AMMO&lt;br /&gt;
| item token&lt;br /&gt;
| &lt;br /&gt;
[AMMO:ITEM_AMMO_BOLTS]&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| ARMOR&lt;br /&gt;
|&lt;br /&gt;
* item token&lt;br /&gt;
* rarity&lt;br /&gt;
| Rarity is optional.&lt;br /&gt;
[ARMOR:ITEM_ARMOR_PLATEMAIL:COMMON]&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| DIGGER&lt;br /&gt;
| item token&lt;br /&gt;
| &lt;br /&gt;
[DIGGER:ITEM_WEAPON_PICK]&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| GLOVES&lt;br /&gt;
|&lt;br /&gt;
* item token&lt;br /&gt;
* rarity&lt;br /&gt;
| Rarity is optional.&lt;br /&gt;
[GLOVES:ITEM_GLOVES_GLOVES:COMMON]&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| HELM&lt;br /&gt;
|&lt;br /&gt;
* item token&lt;br /&gt;
* rarity&lt;br /&gt;
| Rarity is optional.&lt;br /&gt;
[HELM:ITEM_HELM_HELM:COMMON]&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| INSTRUMENT&lt;br /&gt;
| item token&lt;br /&gt;
| &lt;br /&gt;
[INSTRUMENT:ITEM_INSTRUMENT_FLUTE]&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| PANTS&lt;br /&gt;
|&lt;br /&gt;
* item token&lt;br /&gt;
* rarity&lt;br /&gt;
| Rarity is optional.&lt;br /&gt;
[PANTS:ITEM_PANTS_PANTS:COMMON]&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| SHIELD&lt;br /&gt;
| item token&lt;br /&gt;
| &lt;br /&gt;
[SHIELD:ITEM_SHIELD_SHIELD]&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| SHOES&lt;br /&gt;
|&lt;br /&gt;
* item token&lt;br /&gt;
* rarity&lt;br /&gt;
| Rarity is optional.&lt;br /&gt;
[SHOES:ITEM_SHOES_SHOES:COMMON]&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| SIEGEAMMO&lt;br /&gt;
| item token&lt;br /&gt;
| &lt;br /&gt;
[SIEGEAMMO:ITEM_SIEGEAMMO_BALLISTA]&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| TOY&lt;br /&gt;
| item token&lt;br /&gt;
| &lt;br /&gt;
[TOY:ITEM_TOY_PUZZLEBOX]&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| TRAPCOMP&lt;br /&gt;
| item token&lt;br /&gt;
| &lt;br /&gt;
[TRAPCOMP:ITEM_TRAPCOMP_GIANTAXEBLADE]&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| WEAPON&lt;br /&gt;
| item token&lt;br /&gt;
| &lt;br /&gt;
[WEAPON:ITEM_WEAPON_AXE_BATTLE]&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| USE_ANIMAL_PRODUCTS&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| USE_ANY_PET_RACE&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| USE_CAVE_ANIMALS&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| USE_EVIL_ANIMALS&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| USE_EVIL_PLANTS&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| USE_EVIL_WOOD&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| USE_GOOD_ANIMALS&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| USE_GOOD_PLANTS&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| USE_GOOD_WOOD&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| USE_MISC_PROCESSED_WOOD_PRODUCTS&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| COMMON_DOMESTIC_MOUNT&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| COMMON_DOMESTIC_PACK&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| COMMON_DOMESTIC_PET&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| COMMON_DOMESTIC_PULL&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| RIVER_PRODUCTS&lt;br /&gt;
|&lt;br /&gt;
| Allow civ to use river products in the goods it has available for trade.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| OCEAN_PRODUCTS&lt;br /&gt;
|&lt;br /&gt;
| Allow civ to use ocean products in the goods it has available for trade.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| INDOOR_FARMING&lt;br /&gt;
| &lt;br /&gt;
| Determines if inside farms will be generated for civ towns.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| OUTDOOR_FARMING&lt;br /&gt;
|&lt;br /&gt;
| Determines if outside farms will be generated for civ towns.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| CLOTHING&lt;br /&gt;
|&lt;br /&gt;
| Civ members will attempt to wear clothing.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| SUBTERRANEAN_CLOTHING&lt;br /&gt;
|&lt;br /&gt;
| Will wear things made of spider silk and other subterranean materials. &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| EQUIPMENT_IMPROVEMENTS&lt;br /&gt;
|&lt;br /&gt;
| Allows items to be improved.{{verify}}&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| IMPROVED_BOWS&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| MINOR_METAL&lt;br /&gt;
|&lt;br /&gt;
| Has a preference for weak metals. (copper)&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| LOW_SKILL&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
[[Category:Modding]]&lt;/div&gt;</summary>
		<author><name>Jurassiced</name></author>
	</entry>
	<entry>
		<id>https://dwarffortresswiki.org/index.php?title=40d:Creature_token&amp;diff=27680</id>
		<title>40d:Creature token</title>
		<link rel="alternate" type="text/html" href="https://dwarffortresswiki.org/index.php?title=40d:Creature_token&amp;diff=27680"/>
		<updated>2008-03-28T18:45:54Z</updated>

		<summary type="html">&lt;p&gt;Jurassiced: /* I */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Everything here can be applied to all creature files, e.g. creature_domestic, creature_standard, even creature_equipment.&lt;br /&gt;
&lt;br /&gt;
Since the game is in the Alpha stage, consider everything '''tentative'''.&lt;br /&gt;
&lt;br /&gt;
__TOC__&lt;br /&gt;
=Tokens=&lt;br /&gt;
==A==&lt;br /&gt;
{| border=&amp;quot;1&amp;quot; cellpadding=&amp;quot;2&amp;quot; width=&amp;quot;100%&amp;quot;&lt;br /&gt;
! width=&amp;quot;20%&amp;quot; | Token&lt;br /&gt;
! width=&amp;quot;20%&amp;quot; | Arguments&lt;br /&gt;
! width=&amp;quot;60%&amp;quot; | Description&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| ADD_VERSION&lt;br /&gt;
| version&lt;br /&gt;
| In which version of the game said creature was introduced. Not used anymore in the 3D version.&lt;br /&gt;
[ADD_VERSION:1069]&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| ALCOHOL_DEPENDENT&lt;br /&gt;
| &lt;br /&gt;
| Creature needs alcohol to get through the working day.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| ALL_ACTIVE&lt;br /&gt;
| &lt;br /&gt;
| Sets if the creature is active in day, night, and twilight. Seems to be a separate value from DIURNAL/NOCTURNAL/CREPUSCULAR, rather than implying them.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| ALTTILE&lt;br /&gt;
| [[Character Table|CP437 ordinal]] or 'character'&lt;br /&gt;
| If set, the creature will blink between its [TILE] and its [ALTTILE].&lt;br /&gt;
[ALTTILE:157] or [ALTTILE:'&amp;amp;']&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| AMBUSHPREDATOR&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| AMPHIBIOUS&lt;br /&gt;
| &lt;br /&gt;
| Allows a creature to swim.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| AQUATIC&lt;br /&gt;
| &lt;br /&gt;
| Implies AMPHIBIOUS.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| ATTACK&lt;br /&gt;
| &lt;br /&gt;
| See the [[#Attacks|Attacks section]].&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==B==&lt;br /&gt;
{| border=&amp;quot;1&amp;quot; cellpadding=&amp;quot;2&amp;quot; width=&amp;quot;100%&amp;quot;&lt;br /&gt;
! width=&amp;quot;20%&amp;quot; | Token&lt;br /&gt;
! width=&amp;quot;20%&amp;quot; | Arguments&lt;br /&gt;
! width=&amp;quot;60%&amp;quot; | Description&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| BABY&lt;br /&gt;
| age&lt;br /&gt;
| Age at which a baby becomes a child.&lt;br /&gt;
[BABY:1]&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| BENIGN&lt;br /&gt;
| &lt;br /&gt;
| Determines whether creature can show up on &amp;quot;tame&amp;quot; maps (includes [[Elephants|elephants]]), which will generally avoid dwarves, although they may chase and/or attack them if they get too close).&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| BIOME:*&lt;br /&gt;
| &lt;br /&gt;
| See [[Biome Tokens|biome tokens]].&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| BLOODTYPE&lt;br /&gt;
| type&lt;br /&gt;
| Sets the creatures' blood type (default red):&lt;br /&gt;
*R - Red blood&lt;br /&gt;
*G - Green blood&lt;br /&gt;
*B - Blue blood&lt;br /&gt;
*M - Magenta blood&lt;br /&gt;
*C - Cyan blood&lt;br /&gt;
*Y - Yellow pus&lt;br /&gt;
*W - White ichor&lt;br /&gt;
*0 - Black goo&lt;br /&gt;
*VOMIT&lt;br /&gt;
*SLIME&lt;br /&gt;
[BLOODTYPE:0]&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| BODY&lt;br /&gt;
| parts[:...]&lt;br /&gt;
| Sets the body parts a creature has. Can supply as many as you want.&lt;br /&gt;
[BODY:HUMANOID:2EYES:2EARS]&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| [[Bodygloss|BODYGLOSS]]&lt;br /&gt;
| gloss&lt;br /&gt;
| A body_default.txt function. It replaces a part's description with another. e.g. feet with hooves.&lt;br /&gt;
[BODYGLOSS:HOOF]&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| BOILING_POINT&lt;br /&gt;
| temperature&lt;br /&gt;
| The temperature at which the creature boils into goo.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| BONE_BOILING_POINT&lt;br /&gt;
| temperature&lt;br /&gt;
| The boiling point of the creature's bones.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| BONE_COLDDAM_POINT&lt;br /&gt;
| temperature&lt;br /&gt;
| The low temperature at which the creature's bones start getting damaged.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| BONE_FIXED_TEMP&lt;br /&gt;
| temperature&lt;br /&gt;
| The temperature that the creature's bones give off.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| BONE_HEATDAM_POINT&lt;br /&gt;
| temperature&lt;br /&gt;
| The high temperature where the bones start taking damage.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| BONE_IGNITE_POINT&lt;br /&gt;
| temperature&lt;br /&gt;
| The temperature at which point the creature's bones burst into flame.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| BONE_MELTING_POINT&lt;br /&gt;
| temperature&lt;br /&gt;
| The temperature at which the creature's bones melt.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| [[Creature_Tokens/SPEC_HEAT|BONE_SPEC_HEAT]]&lt;br /&gt;
| &amp;lt;u&amp;gt;not&amp;lt;/u&amp;gt; a temperature&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| BONECARN&lt;br /&gt;
| &lt;br /&gt;
| Creature 'eats' bones. Eating bones makes their happiness go up, but can cause death (suffocation).&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| BUILDINGDESTROYER&lt;br /&gt;
| value&lt;br /&gt;
| Allows a creature to destroy furniture and buildings. (Giant Cave Spiders have this at 1, but most other creatures have it at 2. The difference between these values is unknown.)&lt;br /&gt;
[BUILDINGDESTROYER:2]&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| BUTCHERABLE_NONSTANDARD&lt;br /&gt;
|&lt;br /&gt;
| If a creature has this tag, it may only be slaughtered (that is, the live creature is taken to the [[Butcher's Shop]] and slain). If it dies of any other cause, the corpse cannot be butchered.&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==C==&lt;br /&gt;
{| border=&amp;quot;1&amp;quot; cellpadding=&amp;quot;2&amp;quot; width=&amp;quot;100%&amp;quot;&lt;br /&gt;
! width=&amp;quot;20%&amp;quot; | Token&lt;br /&gt;
! width=&amp;quot;20%&amp;quot; | Arguments&lt;br /&gt;
! width=&amp;quot;60%&amp;quot; | Description&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| CAN_CIV&lt;br /&gt;
| &lt;br /&gt;
| Can create civilizations.  This tag may activate hunger and thirst.  Needs confirmation.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| CAN_LEARN&lt;br /&gt;
| &lt;br /&gt;
| A creature with this tag can gain skill experience.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| CAN_SPEAK&lt;br /&gt;
| &lt;br /&gt;
| Can talk.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| CARNIVORE&lt;br /&gt;
| &lt;br /&gt;
| Creature only eats meat.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| CANOPENDOORS&lt;br /&gt;
| &lt;br /&gt;
| Allows the creature to open doors.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| CAVE_ADAPT&lt;br /&gt;
| &lt;br /&gt;
| Gives the creature a bonus in caves. Also causes [[Cave adaptation]].&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| CHEESE_BOILING_POINT&lt;br /&gt;
| temperature&lt;br /&gt;
| The temperature at which the creature's cheese (if any) boils away.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| CHEESE_COLDDAM_POINT&lt;br /&gt;
| temperature&lt;br /&gt;
| The temperature at which the creature's cheese (if any) starts taking cold damage.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| CHEESE_FIXED_TEMP&lt;br /&gt;
| temperature&lt;br /&gt;
| The temperature emitted by one unit of the creature's cheese (if any).&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| CHEESE_HEATDAM_POINT&lt;br /&gt;
| temperature&lt;br /&gt;
| The temperature at which the cheese made from the creature's milk starts taking damage.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| CHEESE_IGNITE_POINT&lt;br /&gt;
| temperature&lt;br /&gt;
| The temperature at which the creature's cheese bursts into flame.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| CHEESE_MELTING_POINT&lt;br /&gt;
| temperature&lt;br /&gt;
| The temperature at which the creature's cheese melts into goo.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| [[Creature_Tokens/SPEC_HEAT|CHEESE_SPEC_HEAT]]&lt;br /&gt;
| &amp;lt;u&amp;gt;not&amp;lt;/u&amp;gt; a temperature&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| CHEESE_VALUE&lt;br /&gt;
| value&lt;br /&gt;
| The value per unit of cheese made from the creature's milk (if applicable). Note that only vermin as of current can be milked.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| CHILD&lt;br /&gt;
| age&lt;br /&gt;
| Age at which a child becomes an adult.&lt;br /&gt;
[CHILD:12]&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| CHILDNAME&lt;br /&gt;
| &lt;br /&gt;
* singular&lt;br /&gt;
* plural&lt;br /&gt;
| Gives the child a special name, eg &amp;quot;hippo calf&amp;quot; instead of &amp;quot;hippo child&amp;quot;.&lt;br /&gt;
[CHILDNAME:hippo calf:hippo calves]&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| CHITIN&lt;br /&gt;
| &lt;br /&gt;
| When the creature is butchered, it drops chitin, which functions as leather.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| CRAFTSMAN_NAME&lt;br /&gt;
| &lt;br /&gt;
* singular&lt;br /&gt;
* plural&lt;br /&gt;
| Sets the name of the craftsman profession.&lt;br /&gt;
[CRAFTSMAN_NAME:craftsdwarf:craftsdwarves]&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| CREPUSCULAR&lt;br /&gt;
| &lt;br /&gt;
| Sets if the creature is active in twilight.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| CLUSTER_NUMBER&lt;br /&gt;
| &lt;br /&gt;
* minimum&lt;br /&gt;
* maximum&lt;br /&gt;
| The minimum/maximum numbers of how many creatures per spawned cluster.&lt;br /&gt;
[CLUSTER_NUMBER:1:3]&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| COLOR&lt;br /&gt;
|&lt;br /&gt;
* fg (foreground)&lt;br /&gt;
* bg (background)&lt;br /&gt;
* br (brightness)&lt;br /&gt;
| [[Color]] of the creature's tile.&lt;br /&gt;
[COLOR:3:0:0]&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| COOKABLE_LIVE&lt;br /&gt;
| &lt;br /&gt;
| Set this to allow the creature to be cooked in meals without having to butcher it first.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| CREATURE&lt;br /&gt;
| name&lt;br /&gt;
| What the game looks for when generating creatures.&lt;br /&gt;
[CREATURE:DWARF]&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| COLDDAM_POINT&lt;br /&gt;
| temperature&lt;br /&gt;
| The minimum temperature limit before the creature starts taking damage from freezing.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| COMMON_DOMESTIC&lt;br /&gt;
| &lt;br /&gt;
| Allows the creature to be brought with immigrants and when creating a new fortress, as long as the creature also includes at least one of the following tokens: PET, PACK_ANIMAL, WAGON_PULLER, MOUNT&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| CURIOUSBEAST&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| CURIOUSBEAST_ITEM&lt;br /&gt;
| &lt;br /&gt;
| Allows a creature to steal things (usually [[food]]?). Implies CURIOUSBEAST.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| CURIOUSBEAST_GUZZLER&lt;br /&gt;
| &lt;br /&gt;
| Will steal [[alcohol]]? Implies CURIOUSBEAST.&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==D==&lt;br /&gt;
{| border=&amp;quot;1&amp;quot; cellpadding=&amp;quot;2&amp;quot; width=&amp;quot;100%&amp;quot;&lt;br /&gt;
! width=&amp;quot;20%&amp;quot; | Token&lt;br /&gt;
! width=&amp;quot;20%&amp;quot; | Arguments&lt;br /&gt;
! width=&amp;quot;60%&amp;quot; | Description&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| DAMBLOCK&lt;br /&gt;
| value&lt;br /&gt;
| How much natural armor a creature has. Can be set to negative numbers, so the creature takes more damage than usual.&lt;br /&gt;
[DAMBLOCK:1]&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| DEFENDER&lt;br /&gt;
| &lt;br /&gt;
| Appears from the glowing pits after the magma river.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| DIFFICULTY&lt;br /&gt;
| number&lt;br /&gt;
| [[Toady]]: ''&amp;quot;Difficulty determines how deep it places them in adventure mode/reclaim caves, and the chance that they are wounded the first few river attacks.&amp;quot;''&lt;br /&gt;
[DIFFICULTY:2]&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| DIURNAL&lt;br /&gt;
| &lt;br /&gt;
| Sets if the creature is active in day.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| DRAGONFIREBREATH&lt;br /&gt;
| &lt;br /&gt;
| Creature breathes dragon level fire.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| DRINK_BOILING_POINT&lt;br /&gt;
| temperature&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| DRINK_COLDDAM_POINT&lt;br /&gt;
| temperature&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| DRINK_FIXED_TEMP&lt;br /&gt;
| temperature&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| DRINK_HEATDAM_POINT&lt;br /&gt;
| temperature&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| DRINK_IGNITE_POINT&lt;br /&gt;
| temperature&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| DRINK_MELTING_POINT&lt;br /&gt;
| temperature&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| [[Creature_Tokens/SPEC_HEAT|DRINK_SPEC_HEAT]]&lt;br /&gt;
| &amp;lt;u&amp;gt;not&amp;lt;/u&amp;gt; a temperature&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==E==&lt;br /&gt;
{| border=&amp;quot;1&amp;quot; cellpadding=&amp;quot;2&amp;quot; width=&amp;quot;100%&amp;quot;&lt;br /&gt;
! width=&amp;quot;20%&amp;quot; | Token&lt;br /&gt;
! width=&amp;quot;20%&amp;quot; | Arguments&lt;br /&gt;
! width=&amp;quot;60%&amp;quot; | Description&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| ENDING&lt;br /&gt;
| &lt;br /&gt;
| Will show up after your fortress went 'Too Deep'. (confirm)&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| EQUIPMENT_WAGON&lt;br /&gt;
| &lt;br /&gt;
| Implies two unknown flags, NOSTUN, NONAUSEA, NOBLEED, NOEMOTION, RECKLESS, NOSTUCKINS, SEVERONBREAKS, NOSKULL, NOSKIN, NOBONES, NOMEAT, PARALYZEIMMUNE, NOFEAR, NOSMELLYROT, NOTHOUGHT, NO_GENDER.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| EQUIPS&lt;br /&gt;
| &lt;br /&gt;
| Allows the creature to wear or wield items.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| EVIL&lt;br /&gt;
| &lt;br /&gt;
| Determines whether creature can show up on &amp;quot;evil&amp;quot; maps (see [[Creatures#Threat Matrix|Threat Matrix]]).&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| EXTRACT&lt;br /&gt;
| &lt;br /&gt;
* name&lt;br /&gt;
* value&lt;br /&gt;
* ?&lt;br /&gt;
* ?&lt;br /&gt;
| Determines what can be extracted from the creature, what it's called, how valuable it is, and what you can make from it. Note, it appears that the extraction process is hardcoded into the game, and can't be altered from objects/raw.&lt;br /&gt;
[EXTRACT:cow's milk:7:0:1]&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| EXTRACT_ANTIDOTE&lt;br /&gt;
| &lt;br /&gt;
* name&lt;br /&gt;
* value&lt;br /&gt;
* ?&lt;br /&gt;
* ?&lt;br /&gt;
* ?&lt;br /&gt;
| [EXTRACT_ANTIDOTE:cave spider antivenin:7:0:0:50]&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| EXTRACT_BOILING_POINT&lt;br /&gt;
| temperature&lt;br /&gt;
| The temperature value at which a unit of the creature's extract boils away.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| EXTRACT_CHEESE&lt;br /&gt;
| &lt;br /&gt;
* name&lt;br /&gt;
* value&lt;br /&gt;
* ?&lt;br /&gt;
* ?&lt;br /&gt;
| The extract gotten from the creature is a unit of cheese.&lt;br /&gt;
[EXTRACT_CHEESE:cow cheese:6:0:1]&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| EXTRACT_COOKABLE&lt;br /&gt;
| &lt;br /&gt;
| Extract is cookable.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| EXTRACT_COLDDAM_POINT&lt;br /&gt;
| temperature&lt;br /&gt;
| The low temperature value at which the creature's extract starts to take damage.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| EXTRACT_FIXED_TEMP&lt;br /&gt;
| temperature&lt;br /&gt;
| The temperature that the creature's extract generates on its own.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| EXTRACT_HEATDAM_POINT&lt;br /&gt;
| temperature&lt;br /&gt;
| The high temperature value at which the creature's extract starts to take damage.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| EXTRACT_IGNITE_POINT&lt;br /&gt;
| temperature&lt;br /&gt;
| The temperature at which the creature's extract bursts into flame (NOT the container it's in).&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| EXTRACT_MELTING_POINT&lt;br /&gt;
| temperature&lt;br /&gt;
| The temperature at which the creature's extract melts into goo.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| EXTRACT_PARALYZE&lt;br /&gt;
| &lt;br /&gt;
| (conjectural) Extract is poisonous, causing paralysis that lasts until the extract wears off.  Can be delivered by SPECIALATTACK_INJECT_EXTRACT.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| EXTRACT_PARALYZE_INTERMITTENT&lt;br /&gt;
| &lt;br /&gt;
| (conjectural) Extract is poisonous, causing paralysis on occasional intervals until the extract wears off.  Can be delivered by SPECIALATTACK_INJECT_EXTRACT.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| EXTRACT_PERMANENT&lt;br /&gt;
| &lt;br /&gt;
| (conjectural) The effects of the creature's extract are permanent once applied and do not wear off naturally.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| EXTRACT_SIZE&lt;br /&gt;
| size&lt;br /&gt;
| &lt;br /&gt;
[EXTRACT_SIZE:10]&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| [[Creature_Tokens/SPEC_HEAT|EXTRACT_SPEC_HEAT]]&lt;br /&gt;
| &amp;lt;u&amp;gt;not&amp;lt;/u&amp;gt; a temperature&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| EXTRACT_STUN&lt;br /&gt;
| &lt;br /&gt;
| (conjectural) Extract is poisonous, causing a permanent stun effect until the extract wears off.  Can be delivered by SPECIALATTACK_INJECT_EXTRACT.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| EXTRACT_STUN_INTERMITTENT&lt;br /&gt;
| &lt;br /&gt;
| (verified) Extract is poisonous, causing temporary stuns on semi-occasional intervals.  Can be delivered by SPECIALATTACK_INJECT_EXTRACT.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| EXTRACT_VALUE&lt;br /&gt;
| value&lt;br /&gt;
| The value per unit of the creature's extract.&lt;br /&gt;
[EXTRACT_VALUE:20]&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| EXTRAVISION&lt;br /&gt;
| &lt;br /&gt;
| Creature has enhanced vision (longer vision range, ie. at night).&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==F==&lt;br /&gt;
{| border=&amp;quot;1&amp;quot; cellpadding=&amp;quot;2&amp;quot; width=&amp;quot;100%&amp;quot;&lt;br /&gt;
! width=&amp;quot;20%&amp;quot; | Token&lt;br /&gt;
! width=&amp;quot;20%&amp;quot; | Arguments&lt;br /&gt;
! width=&amp;quot;60%&amp;quot; | Description&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| FANCIFUL&lt;br /&gt;
| &lt;br /&gt;
| Makes every civilization know about the creature. The creature won't occur in regular material preference lists. The tag also adds some art value modifiers. Used for things like dragons and other legendary creatures.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| FAT&lt;br /&gt;
| value&lt;br /&gt;
| How much fat a creature has when it is butchered.&lt;br /&gt;
[FAT:3] &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| FEMALE&lt;br /&gt;
| &lt;br /&gt;
| The creature is always female.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| FIREBREATH&lt;br /&gt;
| &lt;br /&gt;
| The creature breathes fire.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| FIREIMMUNE&lt;br /&gt;
| &lt;br /&gt;
| The creature is immune to all forms of fire, except DRAGONFIREBREATH.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| FIREIMMUNE_SUPER&lt;br /&gt;
| &lt;br /&gt;
| The creature is immune to DRAGONFIREBREATH. Implies FIREIMMUNE.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| FISHITEM&lt;br /&gt;
| &lt;br /&gt;
| Needs to be cleaned at a fishery.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| FIXED_TEMP&lt;br /&gt;
| temperature&lt;br /&gt;
| The natural heat generated by the creature. [FIXED_TEMP:1-?]&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| FLEEQUICK&lt;br /&gt;
| &lt;br /&gt;
| Determines how soon a creature flees in a losing battle.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| FLIER&lt;br /&gt;
| &lt;br /&gt;
| Allows a creature to fly.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| FREQUENCY&lt;br /&gt;
| time&lt;br /&gt;
| Determines the time between creature spawns in Fortress Mode. Higher is more occurences per time unit (needs confirmation). Creatures without a frequency statement appear to be on the map at all times. Almost all others have [FREQUENCY:5].&lt;br /&gt;
[FREQUENCY:42]&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==G==&lt;br /&gt;
{| border=&amp;quot;1&amp;quot; cellpadding=&amp;quot;2&amp;quot; width=&amp;quot;100%&amp;quot;&lt;br /&gt;
! width=&amp;quot;20%&amp;quot; | Token&lt;br /&gt;
! width=&amp;quot;20%&amp;quot; | Arguments&lt;br /&gt;
! width=&amp;quot;60%&amp;quot; | Description&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| GENPOWER&lt;br /&gt;
| rate?&lt;br /&gt;
| Not used anymore. Was related to magic.&lt;br /&gt;
[GENPOWER:3]&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| GLOWCOLOR&lt;br /&gt;
| &lt;br /&gt;
* fg&lt;br /&gt;
* bg&lt;br /&gt;
* br&lt;br /&gt;
| The colour of the GLOWTILE of the creature (see below).&lt;br /&gt;
&lt;br /&gt;
[GLOWCOLOR:4:0:1]&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| GLOWTILE&lt;br /&gt;
| ascii&lt;br /&gt;
'character'&lt;br /&gt;
| If present, the being glows in the dark (generally used for Adventure Mode).  The tile is what replaces the being's current tile when it is obscured from your sight by darkness.  The default setting for kobolds (a yellow quotation mark) provides a nice &amp;quot;glowing eyes&amp;quot; effect.&lt;br /&gt;
&lt;br /&gt;
[GLOWTILE:'&amp;quot;']&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| GNAWER&lt;br /&gt;
| &lt;br /&gt;
| The creature chews on food storage containers.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| GOOD&lt;br /&gt;
| &lt;br /&gt;
| Determines whether creature can show up on &amp;quot;good&amp;quot; maps (see [[Creatures#Threat Matrix|Threat Matrix]]).&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| GRASSTRAMPLE&lt;br /&gt;
| amount&lt;br /&gt;
| Determines how much grass is trampled when they walk on it. Set [GRASSTRAMPLE:0] to make grass never trampled by the creature. &lt;br /&gt;
[GRASSTRAMPLE:42]&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==H==&lt;br /&gt;
{| border=&amp;quot;1&amp;quot; cellpadding=&amp;quot;2&amp;quot; width=&amp;quot;100%&amp;quot;&lt;br /&gt;
! width=&amp;quot;20%&amp;quot; | Token&lt;br /&gt;
! width=&amp;quot;20%&amp;quot; | Arguments&lt;br /&gt;
! width=&amp;quot;60%&amp;quot; | Description&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| HAS_RACEGLOSS&lt;br /&gt;
| gloss&lt;br /&gt;
| Links a material glossary to the entity, located in the file &amp;quot;matgloss_[name].txt&amp;quot;; in this example, matgloss_wood.txt&lt;br /&gt;
[HAS_RACEGLOSS:WOOD]&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| HASSHELL&lt;br /&gt;
| &lt;br /&gt;
| Creature will leave behind a shell when eaten.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| HEATDAM_POINT&lt;br /&gt;
| temperature&lt;br /&gt;
| The maximum temperature limit before the creature will start recieving damage from heat.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| HOMEOTHERM&lt;br /&gt;
| value&lt;br /&gt;
| Default 'NONE'. The creature's normal body temperature. Combined with LAYERING, sets the temperature range under which it can live.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| HORN&lt;br /&gt;
| &lt;br /&gt;
| Creature drops a horn or horns when butchered, which presumably acts like bone. This tag is broken.&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==I==&lt;br /&gt;
{| border=&amp;quot;1&amp;quot; cellpadding=&amp;quot;2&amp;quot; width=&amp;quot;100%&amp;quot;&lt;br /&gt;
! width=&amp;quot;20%&amp;quot; | Token&lt;br /&gt;
! width=&amp;quot;20%&amp;quot; | Arguments&lt;br /&gt;
! width=&amp;quot;60%&amp;quot; | Description&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| IGNITE_POINT&lt;br /&gt;
| temperature&lt;br /&gt;
| The temperature at which the creature will burst into flames.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| IMMOLATE&lt;br /&gt;
| &lt;br /&gt;
| means on fire but does what in DF ?&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| IMMOBILE_LAND&lt;br /&gt;
|&lt;br /&gt;
| The creature is immobile while on land&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| INTELLIGENT&lt;br /&gt;
| &lt;br /&gt;
| Implies CAN_CIV, CAN_SPEAK, CAN_TALK.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| ITEMCORPSE&lt;br /&gt;
| &lt;br /&gt;
* [[Item Tokens|item token]]&lt;br /&gt;
* subtype&lt;br /&gt;
NO_SUBTYPE&lt;br /&gt;
* [[Material_Tokens|material token]]&lt;br /&gt;
* NO_RACEGLOSS&lt;br /&gt;
USE_RACEGLOSS&lt;br /&gt;
USE_SHARPSTONE&lt;br /&gt;
| Determines if the creature leaves behind a non-standard corpse (i.e. wood, statue, bars, etc).  The first parameter determines the item type; the second parameter is the subtype indicated in the raw file (such as WEAPON_WHIP); the third indicates the material type if the item type takes a specific material (e.g. &amp;quot;IRON&amp;quot; if the corpse type is &amp;quot;STATUE&amp;quot;).  USE_RACEGLOSS applies if the creature has a material glossary assigned by the &amp;quot;HAS_RACEGLOSS:&amp;quot; flag and will select neccesary adjectives and material from that glossary.&lt;br /&gt;
[ITEMCORPSE:[[Tokens#Item_Tokens|WOOD]]:NO_SUBTYPE:[[Tokens#Material_Tokens|WOOD]]:USE_RACEGLOSS]&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| ITEMCORPSE_QUALITY&lt;br /&gt;
| quality&lt;br /&gt;
| The quality of an item-type corpse left behind; 5 is masterpiece-level.&lt;br /&gt;
[ITEMCORPSE_QUALITY:5]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| IVORY&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==L==&lt;br /&gt;
{| border=&amp;quot;1&amp;quot; cellpadding=&amp;quot;2&amp;quot; width=&amp;quot;100%&amp;quot;&lt;br /&gt;
! width=&amp;quot;20%&amp;quot; | Token&lt;br /&gt;
! width=&amp;quot;20%&amp;quot; | Arguments&lt;br /&gt;
! width=&amp;quot;60%&amp;quot; | Description&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| LARGE_CAVERIVER&lt;br /&gt;
| &lt;br /&gt;
| In Fortress Mode, spawns from/near cave rivers.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| LARGE_CHASM&lt;br /&gt;
| &lt;br /&gt;
| In Fortress Mode, spawns from/near chasms.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| LARGE_LAVA&lt;br /&gt;
| &lt;br /&gt;
| In Fortress Mode, spawns from/near magma.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| LARGE_PREDATOR&lt;br /&gt;
| &lt;br /&gt;
| Will attack things that are smaller than it (like dwarves). Only one group of &amp;quot;large predators&amp;quot; will appear on any given map (possibly two groups on &amp;quot;savage&amp;quot; maps). In adventure mode, large predators will try to ambush and attack you (and your party will attack them back). Also, they can be mentioned in the intro paragraph when starting a fortress(&amp;quot;ere the wolves get hungry.&amp;quot;)&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| LARGE_ROAMING&lt;br /&gt;
| &lt;br /&gt;
| In Fortress Mode, spawns outdoors and is not a vermin creature.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| LAYERING&lt;br /&gt;
| value&lt;br /&gt;
| How well-protected the creature is from low temperatures.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| LEATHER_BOILING_POINT&lt;br /&gt;
| temperature&lt;br /&gt;
| The temperature at which leather made from the creature's skins will boil away.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| LEATHER_COLDDAM_POINT&lt;br /&gt;
| temperature&lt;br /&gt;
| The temperature at which leather made from the creature's skins will take damage.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| LEATHER_FIXED_TEMP&lt;br /&gt;
| temperature&lt;br /&gt;
| The temperature that leather made from the creature's skins generates.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| LEATHER_HEATDAM_POINT&lt;br /&gt;
| temperature&lt;br /&gt;
| The temperature at which leather made from the creature's skins will take damage.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| LEATHER_IGNITE_POINT&lt;br /&gt;
| temperature&lt;br /&gt;
| The temperature at which leather made from the creature's skins will burst into flames.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| LEATHER_MELTING_POINT&lt;br /&gt;
| temperature&lt;br /&gt;
| The temperature at which leather made from the creature's skins will melt away.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| [[Creature_Tokens/SPEC_HEAT|LEATHER_SPEC_HEAT]]&lt;br /&gt;
| &amp;lt;u&amp;gt;not&amp;lt;/u&amp;gt; a temperature&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| LIGHT_GEN&lt;br /&gt;
| &lt;br /&gt;
| The creature will generate light, such as in adventurer mode at night.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| LIKES_FIGHTING&lt;br /&gt;
| &lt;br /&gt;
| Determines whether creature &amp;quot;takes pleasure in slaughter&amp;quot; (after killing something in battle).&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| LISP&lt;br /&gt;
| &lt;br /&gt;
| Creature multiplies 'S' when talking. Ex: &amp;quot;My name isss Recisssiz.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| LITTERSIZE&lt;br /&gt;
| &lt;br /&gt;
* minumum?&lt;br /&gt;
* maximum?&lt;br /&gt;
| Untested: possibly determines the random chance of how many creatures are generated when giving birth.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| LOCKPICKER&lt;br /&gt;
| &lt;br /&gt;
| Lets a creature open doors that are set to forbidden in Fortress Mode.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| LOOSE_CLUSTERS&lt;br /&gt;
| &lt;br /&gt;
| The creatures will scatter if they have this tag, or form tight packs if they don't.&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==M==&lt;br /&gt;
{| border=&amp;quot;1&amp;quot; cellpadding=&amp;quot;2&amp;quot; width=&amp;quot;100%&amp;quot;&lt;br /&gt;
! width=&amp;quot;20%&amp;quot; | Token&lt;br /&gt;
! width=&amp;quot;20%&amp;quot; | Arguments&lt;br /&gt;
! width=&amp;quot;60%&amp;quot; | Description&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| MAGICAL&lt;br /&gt;
| &lt;br /&gt;
| Allows a creature to use magic? (Requires confirmation)&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| MAGMA_VISION&lt;br /&gt;
|&lt;br /&gt;
|Creature's able to see while covered in magma.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| MALE&lt;br /&gt;
| &lt;br /&gt;
| The creature is always male.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| MATERIAL&lt;br /&gt;
| &lt;br /&gt;
* [[Material Tokens|Material token]]&lt;br /&gt;
* USE_RACEGLOSS&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| MATUTINAL&lt;br /&gt;
| &lt;br /&gt;
| Sets if the creature is active in dawn.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| MAXAGE&lt;br /&gt;
| &lt;br /&gt;
* minimum&lt;br /&gt;
* maximum&lt;br /&gt;
| Sets the Min Max age for a creature. Used in world generating and Fortress Mode.&lt;br /&gt;
[MAXAGE:150:170]&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| MEANDERER&lt;br /&gt;
| &lt;br /&gt;
| Gives a creature random movement.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| MEGABEAST&lt;br /&gt;
| &lt;br /&gt;
| Appears on fortress territory in Fortress Mode occasionally. Implies SEMIMEGABEAST.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| MELTING_POINT&lt;br /&gt;
| temperature&lt;br /&gt;
| The temperature at which the creature will melt into goo.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| MILKABLE&lt;br /&gt;
| frequency?&lt;br /&gt;
| Allows the creature to be milked. Currently only works with vermin creatures.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| MISCHIEVIOUS&lt;br /&gt;
| &lt;br /&gt;
| Will pull any levers it comes across. (requires confirmation)&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| MODVALUE&lt;br /&gt;
| number&lt;br /&gt;
| Multiplies the value of items made from the creature by the number in the tag.&lt;br /&gt;
[MODVALUE:2]&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| MOUNT&lt;br /&gt;
| &lt;br /&gt;
| Allows the creature to be mounted.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| MOUNT_EXOTIC&lt;br /&gt;
| &lt;br /&gt;
| You need the [[Dungeon master]] noble to mount the creature.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| MULTIPLE_LITTER_RARE&lt;br /&gt;
| &lt;br /&gt;
| Makes litters with more than one offspring rare.&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==N==&lt;br /&gt;
{| border=&amp;quot;1&amp;quot; cellpadding=&amp;quot;2&amp;quot; width=&amp;quot;100%&amp;quot;&lt;br /&gt;
! width=&amp;quot;20%&amp;quot; | Token&lt;br /&gt;
! width=&amp;quot;20%&amp;quot; | Arguments&lt;br /&gt;
! width=&amp;quot;60%&amp;quot; | Description&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| NAME&lt;br /&gt;
| &lt;br /&gt;
* singular noun&lt;br /&gt;
* plural noun&lt;br /&gt;
* adjective&lt;br /&gt;
| What the creature is actually called in game. Make sure there is no space around the &amp;quot;:&amp;quot;.&lt;br /&gt;
[NAME:dwarf:dwarves:dwarven]&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| NARROW&lt;br /&gt;
| &lt;br /&gt;
| The creature can only wear things that have the narrow tag on it.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| NATURAL&lt;br /&gt;
| &lt;br /&gt;
| Animal&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| NO_AUTUMN&lt;br /&gt;
| &lt;br /&gt;
| Will not show up during the Autumn season.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| NO_DRINK&lt;br /&gt;
| &lt;br /&gt;
| Creature does not need to drink.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| NO_EAT&lt;br /&gt;
| &lt;br /&gt;
| Creature does not need to eat.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| NO_GENDER&lt;br /&gt;
| &lt;br /&gt;
| No gender will be selected for the creature.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| NO_SLEEP&lt;br /&gt;
|&lt;br /&gt;
| Creature does not need to sleep. &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| NO_SPRING&lt;br /&gt;
| &lt;br /&gt;
| Will not show up during the Spring season.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| NO_SUMMER&lt;br /&gt;
| &lt;br /&gt;
| Will not show up during the Summer season.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| NO_WINTER&lt;br /&gt;
| &lt;br /&gt;
| Will not show up during the Winter season.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| NOBREATHE&lt;br /&gt;
| &lt;br /&gt;
| Creature doesn't need to breathe or have [BREATHE] parts in body.  Cannot drown or be strangled.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| NOBLEED&lt;br /&gt;
| &lt;br /&gt;
| Creature doesn't bleed.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| NOBONES&lt;br /&gt;
| &lt;br /&gt;
| Creature will not drop bones on death.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| NOCTURNAL&lt;br /&gt;
| &lt;br /&gt;
| Sets if the creature is active in night.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| NOEMOTION&lt;br /&gt;
| &lt;br /&gt;
| The creature has no emotions, and does not rage.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| NOEXERT&lt;br /&gt;
| &lt;br /&gt;
| Creature can't become tired or over-exerted.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| NOFEAR&lt;br /&gt;
| &lt;br /&gt;
| Creature doesn't feel fear and will never run away from battle.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| NOMEAT&lt;br /&gt;
| &lt;br /&gt;
| Creature will not drop meat on death.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| NONAUSEA&lt;br /&gt;
| &lt;br /&gt;
| Creature can't vomit.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| NOPAIN&lt;br /&gt;
| &lt;br /&gt;
| Creature doesn't feel pain.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| NOSKIN&lt;br /&gt;
| &lt;br /&gt;
| Creature will not drop skin on death.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| NOSKULL&lt;br /&gt;
| &lt;br /&gt;
| Creature will not drop skull on death.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| NOSMELLYROT&lt;br /&gt;
| &lt;br /&gt;
| Creatures' corpse does not create miasma.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| NOSTUCKINS&lt;br /&gt;
| &lt;br /&gt;
| Weapons can't be stuck in creature.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| NOSTUN&lt;br /&gt;
| &lt;br /&gt;
| Creature can't be stunned.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| NOTHOUGHT&lt;br /&gt;
| &lt;br /&gt;
| Creature doesn't think, or doesn't require a [BRAIN] body part.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| NOT_BUTCHERABLE&lt;br /&gt;
| &lt;br /&gt;
| Creature can't be butchered.&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==P==&lt;br /&gt;
{| border=&amp;quot;1&amp;quot; cellpadding=&amp;quot;2&amp;quot; width=&amp;quot;100%&amp;quot;&lt;br /&gt;
! width=&amp;quot;20%&amp;quot; | Token&lt;br /&gt;
! width=&amp;quot;20%&amp;quot; | Arguments&lt;br /&gt;
! width=&amp;quot;60%&amp;quot; | Description&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| PARALYZEIMMUNE&lt;br /&gt;
| &lt;br /&gt;
| The creature is immune to all paralyzing special attacks.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| PATTERNFLIER&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| PEARL&lt;br /&gt;
| &lt;br /&gt;
| Creature will generate pearls.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| PENETRATEPOWER&lt;br /&gt;
| value&lt;br /&gt;
|Controls the ability of vermin to find a way into containers when they are eating food from your stockpiles. Wood and cloth objects roll a 0-9 and if it greater than the penetrate power, their contents escape for the time being. Other objects roll a 0-99. &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| PERSONALITY&lt;br /&gt;
|&lt;br /&gt;
* token&lt;br /&gt;
* lowest % chance&lt;br /&gt;
* median&lt;br /&gt;
* highest % chance&lt;br /&gt;
| Determines chance of personality traits. Standard is 0:50:100.&lt;br /&gt;
[PERSONALITY:IMAGINATION:0:55:100]&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| PET&lt;br /&gt;
| &lt;br /&gt;
| Allows the creature to be tamed.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| PET_EXOTIC&lt;br /&gt;
| &lt;br /&gt;
| You need the [[Dungeon master]] noble to tame the creature.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| PETVALUE&lt;br /&gt;
| value&lt;br /&gt;
| How valuable a tamed animal/pet is. Actual cost in points in the embarking screen is (PETVALUE/2)+1 for an untrained animal, PETVALUE+1 for a trained(War or Hunting) one. Note that for an animal to be selectable in this screen, it must have the COMMON_DOMESTIC token.&lt;br /&gt;
[PETVALUE:42]&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| POPULATION_NUMBER&lt;br /&gt;
|&lt;br /&gt;
* minimum&lt;br /&gt;
* maximum&lt;br /&gt;
| The minimum/maximum numbers of how many of these creatures can show up on a map per year.&lt;br /&gt;
[POPULATION_NUMBER:42:42]&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| POWER&lt;br /&gt;
| &lt;br /&gt;
| Allows the creature to be worshiped by entities with the RELIGION:ANY_APPROPRIATE_POWER tag.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| PREFSTRING&lt;br /&gt;
| object&lt;br /&gt;
| Sets what other creatures like about this creature. &amp;quot;Blarghh likes dwarves for their beards.&amp;quot;&lt;br /&gt;
[PREFSTRING:beards]&lt;br /&gt;
Multiple entries will be chosen from at random.&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==R==&lt;br /&gt;
{| border=&amp;quot;1&amp;quot; cellpadding=&amp;quot;2&amp;quot; width=&amp;quot;100%&amp;quot;&lt;br /&gt;
! width=&amp;quot;20%&amp;quot; | Token&lt;br /&gt;
! width=&amp;quot;20%&amp;quot; | Arguments&lt;br /&gt;
! width=&amp;quot;60%&amp;quot; | Description&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| RECKLESS&lt;br /&gt;
| &lt;br /&gt;
| Will not flee battles.  Will fight to the death.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| REMAINS_COLOR&lt;br /&gt;
| &lt;br /&gt;
* fg&lt;br /&gt;
* bg&lt;br /&gt;
* br&lt;br /&gt;
| [REMAINS_COLOR:6:0:0]&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| REMAINS_UNDETERMINED&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| RIVERATTACK&lt;br /&gt;
| &lt;br /&gt;
* 1st minimum&lt;br /&gt;
* 1st maximum&lt;br /&gt;
* 2nd minimum&lt;br /&gt;
* 2nd maximum&lt;br /&gt;
* 3rd minimum&lt;br /&gt;
* 3rd maximum&lt;br /&gt;
| Number of groups (of RIVERATTACK_GROUP size) that appear during attacks. Each pair of min/max numbers is used at a different time, starting with the first pair and moving to the 2nd and 3rd pair later in the game. &lt;br /&gt;
[RIVERATTACK:1:1:1:2:1:3]&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| RIVERATTACK_CANUSEWELL&lt;br /&gt;
| &lt;br /&gt;
| Allows the creature to ambush through wells.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| RIVERATTACK_GROUP&lt;br /&gt;
| &lt;br /&gt;
* minimum&lt;br /&gt;
* maximum&lt;br /&gt;
| Number (min/max) of creatures that appear in each group when attacking from river, chasm, or lava. &lt;br /&gt;
[RIVERATTACK_GROUP:1:2]&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| RIVERATTACK_RESIDENT&lt;br /&gt;
| &lt;br /&gt;
| Unknown.&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==S==&lt;br /&gt;
{| border=&amp;quot;1&amp;quot; cellpadding=&amp;quot;2&amp;quot; width=&amp;quot;100%&amp;quot;&lt;br /&gt;
! width=&amp;quot;20%&amp;quot; | Token&lt;br /&gt;
! width=&amp;quot;20%&amp;quot; | Arguments&lt;br /&gt;
! width=&amp;quot;60%&amp;quot; | Description&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| SAVAGE&lt;br /&gt;
| &lt;br /&gt;
| Determines whether creature can show up on &amp;quot;savage&amp;quot; maps.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| SEMIMEGABEAST&lt;br /&gt;
| &lt;br /&gt;
| Appears as boss creature in quests.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| SESSILE_LAND&lt;br /&gt;
| &lt;br /&gt;
| Cannot move on land.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| SEVERONBREAKS&lt;br /&gt;
| &lt;br /&gt;
| Limbs and body parts sever on breakage.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| SILK_BOILING_POINT&lt;br /&gt;
| temperature&lt;br /&gt;
| Temperature at which silk made from this creature's webs boils away.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| SILK_COLDDAM_POINT&lt;br /&gt;
| temperature&lt;br /&gt;
| Temperature at which silk made from this creature's webs takes damage.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| SILK_FIXED_TEMP&lt;br /&gt;
| temperature&lt;br /&gt;
| Temperature generated by the creature's web silk.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| SILK_HEATDAM_POINT&lt;br /&gt;
| temperature&lt;br /&gt;
| Temperature at which silk made from this creature's webs takes damage.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| SILK_IGNITE_POINT&lt;br /&gt;
| temperature&lt;br /&gt;
| Temperature at which silk made from this creature's webs bursts into flame.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| SILK_MELTING_POINT&lt;br /&gt;
| temperature&lt;br /&gt;
| Temperature at which silk made from this creature's webs melts away.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| [[Creature_Tokens/SPEC_HEAT|SILK_SPEC_HEAT]]&lt;br /&gt;
| &amp;lt;u&amp;gt;not&amp;lt;/u&amp;gt; a temperature&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| SIZE&lt;br /&gt;
| value&lt;br /&gt;
| How big a creature is. 6 is for dwarf like creatures, 7 is for human like creatures. 16 is for giants.  Larger creatures are far more dangerous in combat. Also equals the amount of Meat/Chunks/Bones you get from the beast.&lt;br /&gt;
[SIZE:6]&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| SMALLAQUATIC_CAVERIVER&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| SMALLAQUATIC_OCEAN&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| SMALLAQUATIC_RIVER&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| SMALLAQUATIC_SWAMP&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| SMALL_REMAINS&lt;br /&gt;
| &lt;br /&gt;
| If a creature has this tag, it'll leave a small corpse that only rots once, such as vermin.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| SPECNAME&lt;br /&gt;
|&lt;br /&gt;
*token&lt;br /&gt;
*singular noun&lt;br /&gt;
*plural noun&lt;br /&gt;
*adjective&lt;br /&gt;
| Sets a special name for certain instances.&lt;br /&gt;
[SPECNAME:MALE:bull:bulls:bull]&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| [[Creature_Tokens/SPEC_HEAT|SPEC_HEAT]]&lt;br /&gt;
| &amp;lt;u&amp;gt;not&amp;lt;/u&amp;gt; a temperature&lt;br /&gt;
| [SPEC_HEAT:409]&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| SPEECH&lt;br /&gt;
| filename&lt;br /&gt;
| Sets what speech.txt do use for the creature.&lt;br /&gt;
[SPEECH:dwarf.txt]&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| SPEED&lt;br /&gt;
| value&lt;br /&gt;
| Sets the creatures' movement and work speed, 1000/[SPEED X] is the resulting effect on creatures movement and workrates from default. See [[Speed]] for more information.&lt;br /&gt;
[SPEED:400]&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| STOUT&lt;br /&gt;
| &lt;br /&gt;
| Creature has a resistance to being knocked over.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| STANDARD_FLESH&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| SWIMS_LEARNED&lt;br /&gt;
|&lt;br /&gt;
| The creature must learn to swim (via. dabbling swimmer, novice, etc) rather than knowing how naturally.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| SWIM_SPEED&lt;br /&gt;
| value&lt;br /&gt;
| How fast the creature swims.&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==T==&lt;br /&gt;
{| border=&amp;quot;1&amp;quot; cellpadding=&amp;quot;2&amp;quot; width=&amp;quot;100%&amp;quot;&lt;br /&gt;
! width=&amp;quot;20%&amp;quot; | Token&lt;br /&gt;
! width=&amp;quot;20%&amp;quot; | Arguments&lt;br /&gt;
! width=&amp;quot;60%&amp;quot; | Description&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| THICKWEB&lt;br /&gt;
| &lt;br /&gt;
| The creature's webs can catch larger creatures.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| TILE&lt;br /&gt;
| CP437 ordinal or 'character'&lt;br /&gt;
| The graphical representation of the creature.&lt;br /&gt;
[TILE:157] or [TILE:'&amp;amp;']&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| TRAINABLE&lt;br /&gt;
| &lt;br /&gt;
| Allows a tame creature to be trained into a &amp;quot;War&amp;quot; or &amp;quot;Hunting&amp;quot; variation by way of [[Kennels]].&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| TRANCES&lt;br /&gt;
| &lt;br /&gt;
| Allows the creature to go into martial trances, and to create artifacts via moods.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| TRAPAVOID&lt;br /&gt;
| &lt;br /&gt;
| The creature is immune to traps.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| TRIGGERABLE_GROUP&lt;br /&gt;
| &lt;br /&gt;
* minimum?&lt;br /&gt;
* maximum?&lt;br /&gt;
| [TRIGGERABLE_GROUP:5:50]&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==U==&lt;br /&gt;
{| border=&amp;quot;1&amp;quot; cellpadding=&amp;quot;2&amp;quot; width=&amp;quot;100%&amp;quot;&lt;br /&gt;
! width=&amp;quot;20%&amp;quot; | Token&lt;br /&gt;
! width=&amp;quot;20%&amp;quot; | Arguments&lt;br /&gt;
! width=&amp;quot;60%&amp;quot; | Description&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| UNDERSWIM&lt;br /&gt;
| &lt;br /&gt;
| Creature swims under the water and can't be seen.&lt;br /&gt;
|-&lt;br /&gt;
|UTTERANCES&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==V==&lt;br /&gt;
{| border=&amp;quot;1&amp;quot; cellpadding=&amp;quot;2&amp;quot; width=&amp;quot;100%&amp;quot;&lt;br /&gt;
! width=&amp;quot;20%&amp;quot; | Token&lt;br /&gt;
! width=&amp;quot;20%&amp;quot; | Arguments&lt;br /&gt;
! width=&amp;quot;60%&amp;quot; | Description&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| VEGETATION&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| VERMINHUNTER&lt;br /&gt;
| &lt;br /&gt;
| A creature with this tag will hunt down vermin and kill them. Sometimes they will eat the vermin, but most of the time they will bring it to their owner. This tag also makes impossible to assign an owner to the animal. The animal chooses it's own owner instead (like a cat).&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| VERMIN_BITE&lt;br /&gt;
| &lt;br /&gt;
* amount injected?&lt;br /&gt;
* name&lt;br /&gt;
* effect (USE_EXTRACT)&lt;br /&gt;
| [VERMIN_BITE:10:bitten:USE_EXTRACT]&lt;br /&gt;
On very rare occasions, someone who remains in the same tile as this creature will be bitten by that creature, and the effect will be applied to the offender.  Used by (tiny) cave spiders to inject their venom into the occasional dwarf.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| VERMIN_CAVERIVER&lt;br /&gt;
|&lt;br /&gt;
| The creature randomly appears near the cave river.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| VERMIN_CHASM&lt;br /&gt;
|&lt;br /&gt;
| The creature randomly appears near the chasm.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| VERMIN_EATER&lt;br /&gt;
| &lt;br /&gt;
| The creature can be eaten.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| VERMIN_FLIES&lt;br /&gt;
|&lt;br /&gt;
| The vermin can fly around in the air, and tends to hop up and down Z-levels in the sky.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| VERMIN_GROUNDER&lt;br /&gt;
| &lt;br /&gt;
| The creature can be picked up if you stand over it. (Requires confirmation)&lt;br /&gt;
:I think this is a habitat flag like VERMIN_SOIL, VERMIN_CHASM, etc. It seems to appear on creatures that don't otherwise have one. &amp;amp;ndash; [[User:Peristarkawan|Peristarkawan]] 17:27, 24 May 2007 (EDT)&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| VERMIN_HATEABLE&lt;br /&gt;
| &lt;br /&gt;
| Some dwarves will hate the creature and get unhappy thoughts when around it.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| VERMIN_LAVA&lt;br /&gt;
|&lt;br /&gt;
| The creature randomly appears near the magma river.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| VERMIN_NOFISH&lt;br /&gt;
| &lt;br /&gt;
| The creature cannot be caught by fishing.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| VERMIN_NOROAM&lt;br /&gt;
| &lt;br /&gt;
| The creature will not be observed randomly roaming about the map.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| VERMIN_NOTRAP&lt;br /&gt;
| &lt;br /&gt;
| The creature cannot be caught by trappers or animal traps.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| VERMIN_SOIL&lt;br /&gt;
|&lt;br /&gt;
| The creature randomly appears near dirt or mud.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| VERMIN_SOIL_COLONY&lt;br /&gt;
|&lt;br /&gt;
| The vermin will appear in a single tile cluster of many vermin, such as a colony of ants.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| VERMIN_SWAMPER&lt;br /&gt;
|&lt;br /&gt;
| The creature randomly appears near the swamps.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| VESPERTINE&lt;br /&gt;
| &lt;br /&gt;
| Sets if the creature is active in evening.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| VIEWRANGE&lt;br /&gt;
| value&lt;br /&gt;
| How far the creature can see?&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==W==&lt;br /&gt;
{| border=&amp;quot;1&amp;quot; cellpadding=&amp;quot;2&amp;quot; width=&amp;quot;100%&amp;quot;&lt;br /&gt;
! width=&amp;quot;20%&amp;quot; | Token&lt;br /&gt;
! width=&amp;quot;20%&amp;quot; | Arguments&lt;br /&gt;
! width=&amp;quot;60%&amp;quot; | Description&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| WAGON_PULLER&lt;br /&gt;
| &lt;br /&gt;
| Allows the creature to pull caravan wagons.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| WEBBER&lt;br /&gt;
| &lt;br /&gt;
| The creature will create webs. It also seems to make creatures flying. More testing is needed.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| WEBIMMUNE&lt;br /&gt;
| &lt;br /&gt;
| The creature will not get caught in webs.&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=Attacks=&lt;br /&gt;
{| border=&amp;quot;1&amp;quot; cellpadding=&amp;quot;2&amp;quot; width=&amp;quot;100%&amp;quot;&lt;br /&gt;
!width=&amp;quot;50&amp;quot;|Tag&lt;br /&gt;
!width=&amp;quot;225&amp;quot;|What It Does&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|[ATTACK:MAIN:BYTYPE:GRASP:punch:punches:1:2:BLUDGEON][ATTACKFLAG_WITH]&lt;br /&gt;
&lt;br /&gt;
''Format:''&lt;br /&gt;
[ATTACK:''priority'':(BYTYPE:''type'' || BYTOKEN:''bodypart''):''&amp;quot;verb&amp;quot;'':''&amp;quot;conjugate verb&amp;quot;'':''min dmg'':''max dmg'':''dmg type'']([(ATTACKFLAG_WITH || ATTACKFLAG_CANLATCH)])([SPECIALATTACK_INJECT_EXTRACT:''min'':''max''])&lt;br /&gt;
|Sets what natural attacks a creature has.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|MAIN&lt;br /&gt;
SECOND&lt;br /&gt;
|''MAIN'': Sets the attack to act as the creatures' main attack.&lt;br /&gt;
''SECOND'': The creature will only use this attack if it can't use the MAIN attack(s).&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|BYTYPE:GRASP&lt;br /&gt;
BYTOKEN:TAIL_STINGER&lt;br /&gt;
|''BYTYPE'': Sets what body part type to use for the attack.  Possible values for &amp;quot;type&amp;quot; are GRASP, MOUTH, STANCE, THOUGHT, BREATHE, and the like.  See [[Body Tokens]].&lt;br /&gt;
''BYTOKEN'': Sets the explicit body part ID to use for the attack.  The token must exist as part of the creature's [[Creature Tokens#B|BODY]] token.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|punch:punches&lt;br /&gt;
|Sets the verb for the attack.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|1:2&lt;br /&gt;
|Sets the Min Max for the damage.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|BLUDGEON, PIERCE, SLASH, GORE, BURN, HEAT, COLD&lt;br /&gt;
|Sets the damage type for the attack.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|[ATTACKFLAG_WITH]&lt;br /&gt;
|Allows the creature to use weapons with the attack if they have one in a limb that can hold items.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|[ATTACKFLAG_CANLATCH]&lt;br /&gt;
|Allows the creature to latch on with the attack. &amp;quot;Crocodile latches on Blargg's head firmly.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|[SPECIALATTACK_INJECT_EXTRACT:50:100]&lt;br /&gt;
|The creature injects an amount of its extract into a victim upon successfully using this attack.  The significance of the amount is unknown (but probably determines duration before the extract wears off).&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|[SPECIALATTACK_SUCK_BLOOD:50:100]&lt;br /&gt;
|When blood is drained from a creature, it causes heavy bleeding (depending on the attacking creatures ability to suck blood). It's unknown if blood suckers feed or regain health while doing this. (Numbers affect amount of blood drawn?)&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
[[Category:Modding]]&lt;/div&gt;</summary>
		<author><name>Jurassiced</name></author>
	</entry>
	<entry>
		<id>https://dwarffortresswiki.org/index.php?title=40d:Creature_token&amp;diff=27679</id>
		<title>40d:Creature token</title>
		<link rel="alternate" type="text/html" href="https://dwarffortresswiki.org/index.php?title=40d:Creature_token&amp;diff=27679"/>
		<updated>2008-03-28T18:43:30Z</updated>

		<summary type="html">&lt;p&gt;Jurassiced: /* F */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Everything here can be applied to all creature files, e.g. creature_domestic, creature_standard, even creature_equipment.&lt;br /&gt;
&lt;br /&gt;
Since the game is in the Alpha stage, consider everything '''tentative'''.&lt;br /&gt;
&lt;br /&gt;
__TOC__&lt;br /&gt;
=Tokens=&lt;br /&gt;
==A==&lt;br /&gt;
{| border=&amp;quot;1&amp;quot; cellpadding=&amp;quot;2&amp;quot; width=&amp;quot;100%&amp;quot;&lt;br /&gt;
! width=&amp;quot;20%&amp;quot; | Token&lt;br /&gt;
! width=&amp;quot;20%&amp;quot; | Arguments&lt;br /&gt;
! width=&amp;quot;60%&amp;quot; | Description&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| ADD_VERSION&lt;br /&gt;
| version&lt;br /&gt;
| In which version of the game said creature was introduced. Not used anymore in the 3D version.&lt;br /&gt;
[ADD_VERSION:1069]&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| ALCOHOL_DEPENDENT&lt;br /&gt;
| &lt;br /&gt;
| Creature needs alcohol to get through the working day.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| ALL_ACTIVE&lt;br /&gt;
| &lt;br /&gt;
| Sets if the creature is active in day, night, and twilight. Seems to be a separate value from DIURNAL/NOCTURNAL/CREPUSCULAR, rather than implying them.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| ALTTILE&lt;br /&gt;
| [[Character Table|CP437 ordinal]] or 'character'&lt;br /&gt;
| If set, the creature will blink between its [TILE] and its [ALTTILE].&lt;br /&gt;
[ALTTILE:157] or [ALTTILE:'&amp;amp;']&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| AMBUSHPREDATOR&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| AMPHIBIOUS&lt;br /&gt;
| &lt;br /&gt;
| Allows a creature to swim.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| AQUATIC&lt;br /&gt;
| &lt;br /&gt;
| Implies AMPHIBIOUS.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| ATTACK&lt;br /&gt;
| &lt;br /&gt;
| See the [[#Attacks|Attacks section]].&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==B==&lt;br /&gt;
{| border=&amp;quot;1&amp;quot; cellpadding=&amp;quot;2&amp;quot; width=&amp;quot;100%&amp;quot;&lt;br /&gt;
! width=&amp;quot;20%&amp;quot; | Token&lt;br /&gt;
! width=&amp;quot;20%&amp;quot; | Arguments&lt;br /&gt;
! width=&amp;quot;60%&amp;quot; | Description&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| BABY&lt;br /&gt;
| age&lt;br /&gt;
| Age at which a baby becomes a child.&lt;br /&gt;
[BABY:1]&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| BENIGN&lt;br /&gt;
| &lt;br /&gt;
| Determines whether creature can show up on &amp;quot;tame&amp;quot; maps (includes [[Elephants|elephants]]), which will generally avoid dwarves, although they may chase and/or attack them if they get too close).&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| BIOME:*&lt;br /&gt;
| &lt;br /&gt;
| See [[Biome Tokens|biome tokens]].&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| BLOODTYPE&lt;br /&gt;
| type&lt;br /&gt;
| Sets the creatures' blood type (default red):&lt;br /&gt;
*R - Red blood&lt;br /&gt;
*G - Green blood&lt;br /&gt;
*B - Blue blood&lt;br /&gt;
*M - Magenta blood&lt;br /&gt;
*C - Cyan blood&lt;br /&gt;
*Y - Yellow pus&lt;br /&gt;
*W - White ichor&lt;br /&gt;
*0 - Black goo&lt;br /&gt;
*VOMIT&lt;br /&gt;
*SLIME&lt;br /&gt;
[BLOODTYPE:0]&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| BODY&lt;br /&gt;
| parts[:...]&lt;br /&gt;
| Sets the body parts a creature has. Can supply as many as you want.&lt;br /&gt;
[BODY:HUMANOID:2EYES:2EARS]&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| [[Bodygloss|BODYGLOSS]]&lt;br /&gt;
| gloss&lt;br /&gt;
| A body_default.txt function. It replaces a part's description with another. e.g. feet with hooves.&lt;br /&gt;
[BODYGLOSS:HOOF]&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| BOILING_POINT&lt;br /&gt;
| temperature&lt;br /&gt;
| The temperature at which the creature boils into goo.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| BONE_BOILING_POINT&lt;br /&gt;
| temperature&lt;br /&gt;
| The boiling point of the creature's bones.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| BONE_COLDDAM_POINT&lt;br /&gt;
| temperature&lt;br /&gt;
| The low temperature at which the creature's bones start getting damaged.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| BONE_FIXED_TEMP&lt;br /&gt;
| temperature&lt;br /&gt;
| The temperature that the creature's bones give off.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| BONE_HEATDAM_POINT&lt;br /&gt;
| temperature&lt;br /&gt;
| The high temperature where the bones start taking damage.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| BONE_IGNITE_POINT&lt;br /&gt;
| temperature&lt;br /&gt;
| The temperature at which point the creature's bones burst into flame.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| BONE_MELTING_POINT&lt;br /&gt;
| temperature&lt;br /&gt;
| The temperature at which the creature's bones melt.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| [[Creature_Tokens/SPEC_HEAT|BONE_SPEC_HEAT]]&lt;br /&gt;
| &amp;lt;u&amp;gt;not&amp;lt;/u&amp;gt; a temperature&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| BONECARN&lt;br /&gt;
| &lt;br /&gt;
| Creature 'eats' bones. Eating bones makes their happiness go up, but can cause death (suffocation).&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| BUILDINGDESTROYER&lt;br /&gt;
| value&lt;br /&gt;
| Allows a creature to destroy furniture and buildings. (Giant Cave Spiders have this at 1, but most other creatures have it at 2. The difference between these values is unknown.)&lt;br /&gt;
[BUILDINGDESTROYER:2]&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| BUTCHERABLE_NONSTANDARD&lt;br /&gt;
|&lt;br /&gt;
| If a creature has this tag, it may only be slaughtered (that is, the live creature is taken to the [[Butcher's Shop]] and slain). If it dies of any other cause, the corpse cannot be butchered.&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==C==&lt;br /&gt;
{| border=&amp;quot;1&amp;quot; cellpadding=&amp;quot;2&amp;quot; width=&amp;quot;100%&amp;quot;&lt;br /&gt;
! width=&amp;quot;20%&amp;quot; | Token&lt;br /&gt;
! width=&amp;quot;20%&amp;quot; | Arguments&lt;br /&gt;
! width=&amp;quot;60%&amp;quot; | Description&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| CAN_CIV&lt;br /&gt;
| &lt;br /&gt;
| Can create civilizations.  This tag may activate hunger and thirst.  Needs confirmation.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| CAN_LEARN&lt;br /&gt;
| &lt;br /&gt;
| A creature with this tag can gain skill experience.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| CAN_SPEAK&lt;br /&gt;
| &lt;br /&gt;
| Can talk.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| CARNIVORE&lt;br /&gt;
| &lt;br /&gt;
| Creature only eats meat.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| CANOPENDOORS&lt;br /&gt;
| &lt;br /&gt;
| Allows the creature to open doors.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| CAVE_ADAPT&lt;br /&gt;
| &lt;br /&gt;
| Gives the creature a bonus in caves. Also causes [[Cave adaptation]].&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| CHEESE_BOILING_POINT&lt;br /&gt;
| temperature&lt;br /&gt;
| The temperature at which the creature's cheese (if any) boils away.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| CHEESE_COLDDAM_POINT&lt;br /&gt;
| temperature&lt;br /&gt;
| The temperature at which the creature's cheese (if any) starts taking cold damage.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| CHEESE_FIXED_TEMP&lt;br /&gt;
| temperature&lt;br /&gt;
| The temperature emitted by one unit of the creature's cheese (if any).&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| CHEESE_HEATDAM_POINT&lt;br /&gt;
| temperature&lt;br /&gt;
| The temperature at which the cheese made from the creature's milk starts taking damage.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| CHEESE_IGNITE_POINT&lt;br /&gt;
| temperature&lt;br /&gt;
| The temperature at which the creature's cheese bursts into flame.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| CHEESE_MELTING_POINT&lt;br /&gt;
| temperature&lt;br /&gt;
| The temperature at which the creature's cheese melts into goo.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| [[Creature_Tokens/SPEC_HEAT|CHEESE_SPEC_HEAT]]&lt;br /&gt;
| &amp;lt;u&amp;gt;not&amp;lt;/u&amp;gt; a temperature&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| CHEESE_VALUE&lt;br /&gt;
| value&lt;br /&gt;
| The value per unit of cheese made from the creature's milk (if applicable). Note that only vermin as of current can be milked.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| CHILD&lt;br /&gt;
| age&lt;br /&gt;
| Age at which a child becomes an adult.&lt;br /&gt;
[CHILD:12]&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| CHILDNAME&lt;br /&gt;
| &lt;br /&gt;
* singular&lt;br /&gt;
* plural&lt;br /&gt;
| Gives the child a special name, eg &amp;quot;hippo calf&amp;quot; instead of &amp;quot;hippo child&amp;quot;.&lt;br /&gt;
[CHILDNAME:hippo calf:hippo calves]&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| CHITIN&lt;br /&gt;
| &lt;br /&gt;
| When the creature is butchered, it drops chitin, which functions as leather.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| CRAFTSMAN_NAME&lt;br /&gt;
| &lt;br /&gt;
* singular&lt;br /&gt;
* plural&lt;br /&gt;
| Sets the name of the craftsman profession.&lt;br /&gt;
[CRAFTSMAN_NAME:craftsdwarf:craftsdwarves]&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| CREPUSCULAR&lt;br /&gt;
| &lt;br /&gt;
| Sets if the creature is active in twilight.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| CLUSTER_NUMBER&lt;br /&gt;
| &lt;br /&gt;
* minimum&lt;br /&gt;
* maximum&lt;br /&gt;
| The minimum/maximum numbers of how many creatures per spawned cluster.&lt;br /&gt;
[CLUSTER_NUMBER:1:3]&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| COLOR&lt;br /&gt;
|&lt;br /&gt;
* fg (foreground)&lt;br /&gt;
* bg (background)&lt;br /&gt;
* br (brightness)&lt;br /&gt;
| [[Color]] of the creature's tile.&lt;br /&gt;
[COLOR:3:0:0]&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| COOKABLE_LIVE&lt;br /&gt;
| &lt;br /&gt;
| Set this to allow the creature to be cooked in meals without having to butcher it first.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| CREATURE&lt;br /&gt;
| name&lt;br /&gt;
| What the game looks for when generating creatures.&lt;br /&gt;
[CREATURE:DWARF]&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| COLDDAM_POINT&lt;br /&gt;
| temperature&lt;br /&gt;
| The minimum temperature limit before the creature starts taking damage from freezing.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| COMMON_DOMESTIC&lt;br /&gt;
| &lt;br /&gt;
| Allows the creature to be brought with immigrants and when creating a new fortress, as long as the creature also includes at least one of the following tokens: PET, PACK_ANIMAL, WAGON_PULLER, MOUNT&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| CURIOUSBEAST&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| CURIOUSBEAST_ITEM&lt;br /&gt;
| &lt;br /&gt;
| Allows a creature to steal things (usually [[food]]?). Implies CURIOUSBEAST.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| CURIOUSBEAST_GUZZLER&lt;br /&gt;
| &lt;br /&gt;
| Will steal [[alcohol]]? Implies CURIOUSBEAST.&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==D==&lt;br /&gt;
{| border=&amp;quot;1&amp;quot; cellpadding=&amp;quot;2&amp;quot; width=&amp;quot;100%&amp;quot;&lt;br /&gt;
! width=&amp;quot;20%&amp;quot; | Token&lt;br /&gt;
! width=&amp;quot;20%&amp;quot; | Arguments&lt;br /&gt;
! width=&amp;quot;60%&amp;quot; | Description&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| DAMBLOCK&lt;br /&gt;
| value&lt;br /&gt;
| How much natural armor a creature has. Can be set to negative numbers, so the creature takes more damage than usual.&lt;br /&gt;
[DAMBLOCK:1]&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| DEFENDER&lt;br /&gt;
| &lt;br /&gt;
| Appears from the glowing pits after the magma river.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| DIFFICULTY&lt;br /&gt;
| number&lt;br /&gt;
| [[Toady]]: ''&amp;quot;Difficulty determines how deep it places them in adventure mode/reclaim caves, and the chance that they are wounded the first few river attacks.&amp;quot;''&lt;br /&gt;
[DIFFICULTY:2]&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| DIURNAL&lt;br /&gt;
| &lt;br /&gt;
| Sets if the creature is active in day.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| DRAGONFIREBREATH&lt;br /&gt;
| &lt;br /&gt;
| Creature breathes dragon level fire.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| DRINK_BOILING_POINT&lt;br /&gt;
| temperature&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| DRINK_COLDDAM_POINT&lt;br /&gt;
| temperature&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| DRINK_FIXED_TEMP&lt;br /&gt;
| temperature&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| DRINK_HEATDAM_POINT&lt;br /&gt;
| temperature&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| DRINK_IGNITE_POINT&lt;br /&gt;
| temperature&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| DRINK_MELTING_POINT&lt;br /&gt;
| temperature&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| [[Creature_Tokens/SPEC_HEAT|DRINK_SPEC_HEAT]]&lt;br /&gt;
| &amp;lt;u&amp;gt;not&amp;lt;/u&amp;gt; a temperature&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==E==&lt;br /&gt;
{| border=&amp;quot;1&amp;quot; cellpadding=&amp;quot;2&amp;quot; width=&amp;quot;100%&amp;quot;&lt;br /&gt;
! width=&amp;quot;20%&amp;quot; | Token&lt;br /&gt;
! width=&amp;quot;20%&amp;quot; | Arguments&lt;br /&gt;
! width=&amp;quot;60%&amp;quot; | Description&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| ENDING&lt;br /&gt;
| &lt;br /&gt;
| Will show up after your fortress went 'Too Deep'. (confirm)&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| EQUIPMENT_WAGON&lt;br /&gt;
| &lt;br /&gt;
| Implies two unknown flags, NOSTUN, NONAUSEA, NOBLEED, NOEMOTION, RECKLESS, NOSTUCKINS, SEVERONBREAKS, NOSKULL, NOSKIN, NOBONES, NOMEAT, PARALYZEIMMUNE, NOFEAR, NOSMELLYROT, NOTHOUGHT, NO_GENDER.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| EQUIPS&lt;br /&gt;
| &lt;br /&gt;
| Allows the creature to wear or wield items.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| EVIL&lt;br /&gt;
| &lt;br /&gt;
| Determines whether creature can show up on &amp;quot;evil&amp;quot; maps (see [[Creatures#Threat Matrix|Threat Matrix]]).&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| EXTRACT&lt;br /&gt;
| &lt;br /&gt;
* name&lt;br /&gt;
* value&lt;br /&gt;
* ?&lt;br /&gt;
* ?&lt;br /&gt;
| Determines what can be extracted from the creature, what it's called, how valuable it is, and what you can make from it. Note, it appears that the extraction process is hardcoded into the game, and can't be altered from objects/raw.&lt;br /&gt;
[EXTRACT:cow's milk:7:0:1]&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| EXTRACT_ANTIDOTE&lt;br /&gt;
| &lt;br /&gt;
* name&lt;br /&gt;
* value&lt;br /&gt;
* ?&lt;br /&gt;
* ?&lt;br /&gt;
* ?&lt;br /&gt;
| [EXTRACT_ANTIDOTE:cave spider antivenin:7:0:0:50]&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| EXTRACT_BOILING_POINT&lt;br /&gt;
| temperature&lt;br /&gt;
| The temperature value at which a unit of the creature's extract boils away.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| EXTRACT_CHEESE&lt;br /&gt;
| &lt;br /&gt;
* name&lt;br /&gt;
* value&lt;br /&gt;
* ?&lt;br /&gt;
* ?&lt;br /&gt;
| The extract gotten from the creature is a unit of cheese.&lt;br /&gt;
[EXTRACT_CHEESE:cow cheese:6:0:1]&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| EXTRACT_COOKABLE&lt;br /&gt;
| &lt;br /&gt;
| Extract is cookable.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| EXTRACT_COLDDAM_POINT&lt;br /&gt;
| temperature&lt;br /&gt;
| The low temperature value at which the creature's extract starts to take damage.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| EXTRACT_FIXED_TEMP&lt;br /&gt;
| temperature&lt;br /&gt;
| The temperature that the creature's extract generates on its own.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| EXTRACT_HEATDAM_POINT&lt;br /&gt;
| temperature&lt;br /&gt;
| The high temperature value at which the creature's extract starts to take damage.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| EXTRACT_IGNITE_POINT&lt;br /&gt;
| temperature&lt;br /&gt;
| The temperature at which the creature's extract bursts into flame (NOT the container it's in).&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| EXTRACT_MELTING_POINT&lt;br /&gt;
| temperature&lt;br /&gt;
| The temperature at which the creature's extract melts into goo.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| EXTRACT_PARALYZE&lt;br /&gt;
| &lt;br /&gt;
| (conjectural) Extract is poisonous, causing paralysis that lasts until the extract wears off.  Can be delivered by SPECIALATTACK_INJECT_EXTRACT.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| EXTRACT_PARALYZE_INTERMITTENT&lt;br /&gt;
| &lt;br /&gt;
| (conjectural) Extract is poisonous, causing paralysis on occasional intervals until the extract wears off.  Can be delivered by SPECIALATTACK_INJECT_EXTRACT.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| EXTRACT_PERMANENT&lt;br /&gt;
| &lt;br /&gt;
| (conjectural) The effects of the creature's extract are permanent once applied and do not wear off naturally.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| EXTRACT_SIZE&lt;br /&gt;
| size&lt;br /&gt;
| &lt;br /&gt;
[EXTRACT_SIZE:10]&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| [[Creature_Tokens/SPEC_HEAT|EXTRACT_SPEC_HEAT]]&lt;br /&gt;
| &amp;lt;u&amp;gt;not&amp;lt;/u&amp;gt; a temperature&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| EXTRACT_STUN&lt;br /&gt;
| &lt;br /&gt;
| (conjectural) Extract is poisonous, causing a permanent stun effect until the extract wears off.  Can be delivered by SPECIALATTACK_INJECT_EXTRACT.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| EXTRACT_STUN_INTERMITTENT&lt;br /&gt;
| &lt;br /&gt;
| (verified) Extract is poisonous, causing temporary stuns on semi-occasional intervals.  Can be delivered by SPECIALATTACK_INJECT_EXTRACT.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| EXTRACT_VALUE&lt;br /&gt;
| value&lt;br /&gt;
| The value per unit of the creature's extract.&lt;br /&gt;
[EXTRACT_VALUE:20]&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| EXTRAVISION&lt;br /&gt;
| &lt;br /&gt;
| Creature has enhanced vision (longer vision range, ie. at night).&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==F==&lt;br /&gt;
{| border=&amp;quot;1&amp;quot; cellpadding=&amp;quot;2&amp;quot; width=&amp;quot;100%&amp;quot;&lt;br /&gt;
! width=&amp;quot;20%&amp;quot; | Token&lt;br /&gt;
! width=&amp;quot;20%&amp;quot; | Arguments&lt;br /&gt;
! width=&amp;quot;60%&amp;quot; | Description&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| FANCIFUL&lt;br /&gt;
| &lt;br /&gt;
| Makes every civilization know about the creature. The creature won't occur in regular material preference lists. The tag also adds some art value modifiers. Used for things like dragons and other legendary creatures.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| FAT&lt;br /&gt;
| value&lt;br /&gt;
| How much fat a creature has when it is butchered.&lt;br /&gt;
[FAT:3] &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| FEMALE&lt;br /&gt;
| &lt;br /&gt;
| The creature is always female.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| FIREBREATH&lt;br /&gt;
| &lt;br /&gt;
| The creature breathes fire.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| FIREIMMUNE&lt;br /&gt;
| &lt;br /&gt;
| The creature is immune to all forms of fire, except DRAGONFIREBREATH.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| FIREIMMUNE_SUPER&lt;br /&gt;
| &lt;br /&gt;
| The creature is immune to DRAGONFIREBREATH. Implies FIREIMMUNE.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| FISHITEM&lt;br /&gt;
| &lt;br /&gt;
| Needs to be cleaned at a fishery.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| FIXED_TEMP&lt;br /&gt;
| temperature&lt;br /&gt;
| The natural heat generated by the creature. [FIXED_TEMP:1-?]&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| FLEEQUICK&lt;br /&gt;
| &lt;br /&gt;
| Determines how soon a creature flees in a losing battle.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| FLIER&lt;br /&gt;
| &lt;br /&gt;
| Allows a creature to fly.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| FREQUENCY&lt;br /&gt;
| time&lt;br /&gt;
| Determines the time between creature spawns in Fortress Mode. Higher is more occurences per time unit (needs confirmation). Creatures without a frequency statement appear to be on the map at all times. Almost all others have [FREQUENCY:5].&lt;br /&gt;
[FREQUENCY:42]&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==G==&lt;br /&gt;
{| border=&amp;quot;1&amp;quot; cellpadding=&amp;quot;2&amp;quot; width=&amp;quot;100%&amp;quot;&lt;br /&gt;
! width=&amp;quot;20%&amp;quot; | Token&lt;br /&gt;
! width=&amp;quot;20%&amp;quot; | Arguments&lt;br /&gt;
! width=&amp;quot;60%&amp;quot; | Description&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| GENPOWER&lt;br /&gt;
| rate?&lt;br /&gt;
| Not used anymore. Was related to magic.&lt;br /&gt;
[GENPOWER:3]&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| GLOWCOLOR&lt;br /&gt;
| &lt;br /&gt;
* fg&lt;br /&gt;
* bg&lt;br /&gt;
* br&lt;br /&gt;
| The colour of the GLOWTILE of the creature (see below).&lt;br /&gt;
&lt;br /&gt;
[GLOWCOLOR:4:0:1]&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| GLOWTILE&lt;br /&gt;
| ascii&lt;br /&gt;
'character'&lt;br /&gt;
| If present, the being glows in the dark (generally used for Adventure Mode).  The tile is what replaces the being's current tile when it is obscured from your sight by darkness.  The default setting for kobolds (a yellow quotation mark) provides a nice &amp;quot;glowing eyes&amp;quot; effect.&lt;br /&gt;
&lt;br /&gt;
[GLOWTILE:'&amp;quot;']&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| GNAWER&lt;br /&gt;
| &lt;br /&gt;
| The creature chews on food storage containers.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| GOOD&lt;br /&gt;
| &lt;br /&gt;
| Determines whether creature can show up on &amp;quot;good&amp;quot; maps (see [[Creatures#Threat Matrix|Threat Matrix]]).&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| GRASSTRAMPLE&lt;br /&gt;
| amount&lt;br /&gt;
| Determines how much grass is trampled when they walk on it. Set [GRASSTRAMPLE:0] to make grass never trampled by the creature. &lt;br /&gt;
[GRASSTRAMPLE:42]&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==H==&lt;br /&gt;
{| border=&amp;quot;1&amp;quot; cellpadding=&amp;quot;2&amp;quot; width=&amp;quot;100%&amp;quot;&lt;br /&gt;
! width=&amp;quot;20%&amp;quot; | Token&lt;br /&gt;
! width=&amp;quot;20%&amp;quot; | Arguments&lt;br /&gt;
! width=&amp;quot;60%&amp;quot; | Description&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| HAS_RACEGLOSS&lt;br /&gt;
| gloss&lt;br /&gt;
| Links a material glossary to the entity, located in the file &amp;quot;matgloss_[name].txt&amp;quot;; in this example, matgloss_wood.txt&lt;br /&gt;
[HAS_RACEGLOSS:WOOD]&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| HASSHELL&lt;br /&gt;
| &lt;br /&gt;
| Creature will leave behind a shell when eaten.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| HEATDAM_POINT&lt;br /&gt;
| temperature&lt;br /&gt;
| The maximum temperature limit before the creature will start recieving damage from heat.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| HOMEOTHERM&lt;br /&gt;
| value&lt;br /&gt;
| Default 'NONE'. The creature's normal body temperature. Combined with LAYERING, sets the temperature range under which it can live.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| HORN&lt;br /&gt;
| &lt;br /&gt;
| Creature drops a horn or horns when butchered, which presumably acts like bone. This tag is broken.&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==I==&lt;br /&gt;
{| border=&amp;quot;1&amp;quot; cellpadding=&amp;quot;2&amp;quot; width=&amp;quot;100%&amp;quot;&lt;br /&gt;
! width=&amp;quot;20%&amp;quot; | Token&lt;br /&gt;
! width=&amp;quot;20%&amp;quot; | Arguments&lt;br /&gt;
! width=&amp;quot;60%&amp;quot; | Description&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| IGNITE_POINT&lt;br /&gt;
| temperature&lt;br /&gt;
| The temperature at which the creature will burst into flames.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| IMMOLATE&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| IMMOBILE_LAND&lt;br /&gt;
|&lt;br /&gt;
| The creature is immobile while on land&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| INTELLIGENT&lt;br /&gt;
| &lt;br /&gt;
| Implies CAN_CIV, CAN_SPEAK, CAN_TALK.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| ITEMCORPSE&lt;br /&gt;
| &lt;br /&gt;
* [[Item Tokens|item token]]&lt;br /&gt;
* subtype&lt;br /&gt;
NO_SUBTYPE&lt;br /&gt;
* [[Material_Tokens|material token]]&lt;br /&gt;
* NO_RACEGLOSS&lt;br /&gt;
USE_RACEGLOSS&lt;br /&gt;
USE_SHARPSTONE&lt;br /&gt;
| Determines if the creature leaves behind a non-standard corpse (i.e. wood, statue, bars, etc).  The first parameter determines the item type; the second parameter is the subtype indicated in the raw file (such as WEAPON_WHIP); the third indicates the material type if the item type takes a specific material (e.g. &amp;quot;IRON&amp;quot; if the corpse type is &amp;quot;STATUE&amp;quot;).  USE_RACEGLOSS applies if the creature has a material glossary assigned by the &amp;quot;HAS_RACEGLOSS:&amp;quot; flag and will select neccesary adjectives and material from that glossary.&lt;br /&gt;
[ITEMCORPSE:[[Tokens#Item_Tokens|WOOD]]:NO_SUBTYPE:[[Tokens#Material_Tokens|WOOD]]:USE_RACEGLOSS]&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| ITEMCORPSE_QUALITY&lt;br /&gt;
| quality&lt;br /&gt;
| The quality of an item-type corpse left behind; 5 is masterpiece-level.&lt;br /&gt;
[ITEMCORPSE_QUALITY:5]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| IVORY&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==L==&lt;br /&gt;
{| border=&amp;quot;1&amp;quot; cellpadding=&amp;quot;2&amp;quot; width=&amp;quot;100%&amp;quot;&lt;br /&gt;
! width=&amp;quot;20%&amp;quot; | Token&lt;br /&gt;
! width=&amp;quot;20%&amp;quot; | Arguments&lt;br /&gt;
! width=&amp;quot;60%&amp;quot; | Description&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| LARGE_CAVERIVER&lt;br /&gt;
| &lt;br /&gt;
| In Fortress Mode, spawns from/near cave rivers.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| LARGE_CHASM&lt;br /&gt;
| &lt;br /&gt;
| In Fortress Mode, spawns from/near chasms.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| LARGE_LAVA&lt;br /&gt;
| &lt;br /&gt;
| In Fortress Mode, spawns from/near magma.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| LARGE_PREDATOR&lt;br /&gt;
| &lt;br /&gt;
| Will attack things that are smaller than it (like dwarves). Only one group of &amp;quot;large predators&amp;quot; will appear on any given map (possibly two groups on &amp;quot;savage&amp;quot; maps). In adventure mode, large predators will try to ambush and attack you (and your party will attack them back). Also, they can be mentioned in the intro paragraph when starting a fortress(&amp;quot;ere the wolves get hungry.&amp;quot;)&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| LARGE_ROAMING&lt;br /&gt;
| &lt;br /&gt;
| In Fortress Mode, spawns outdoors and is not a vermin creature.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| LAYERING&lt;br /&gt;
| value&lt;br /&gt;
| How well-protected the creature is from low temperatures.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| LEATHER_BOILING_POINT&lt;br /&gt;
| temperature&lt;br /&gt;
| The temperature at which leather made from the creature's skins will boil away.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| LEATHER_COLDDAM_POINT&lt;br /&gt;
| temperature&lt;br /&gt;
| The temperature at which leather made from the creature's skins will take damage.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| LEATHER_FIXED_TEMP&lt;br /&gt;
| temperature&lt;br /&gt;
| The temperature that leather made from the creature's skins generates.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| LEATHER_HEATDAM_POINT&lt;br /&gt;
| temperature&lt;br /&gt;
| The temperature at which leather made from the creature's skins will take damage.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| LEATHER_IGNITE_POINT&lt;br /&gt;
| temperature&lt;br /&gt;
| The temperature at which leather made from the creature's skins will burst into flames.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| LEATHER_MELTING_POINT&lt;br /&gt;
| temperature&lt;br /&gt;
| The temperature at which leather made from the creature's skins will melt away.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| [[Creature_Tokens/SPEC_HEAT|LEATHER_SPEC_HEAT]]&lt;br /&gt;
| &amp;lt;u&amp;gt;not&amp;lt;/u&amp;gt; a temperature&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| LIGHT_GEN&lt;br /&gt;
| &lt;br /&gt;
| The creature will generate light, such as in adventurer mode at night.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| LIKES_FIGHTING&lt;br /&gt;
| &lt;br /&gt;
| Determines whether creature &amp;quot;takes pleasure in slaughter&amp;quot; (after killing something in battle).&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| LISP&lt;br /&gt;
| &lt;br /&gt;
| Creature multiplies 'S' when talking. Ex: &amp;quot;My name isss Recisssiz.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| LITTERSIZE&lt;br /&gt;
| &lt;br /&gt;
* minumum?&lt;br /&gt;
* maximum?&lt;br /&gt;
| Untested: possibly determines the random chance of how many creatures are generated when giving birth.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| LOCKPICKER&lt;br /&gt;
| &lt;br /&gt;
| Lets a creature open doors that are set to forbidden in Fortress Mode.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| LOOSE_CLUSTERS&lt;br /&gt;
| &lt;br /&gt;
| The creatures will scatter if they have this tag, or form tight packs if they don't.&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==M==&lt;br /&gt;
{| border=&amp;quot;1&amp;quot; cellpadding=&amp;quot;2&amp;quot; width=&amp;quot;100%&amp;quot;&lt;br /&gt;
! width=&amp;quot;20%&amp;quot; | Token&lt;br /&gt;
! width=&amp;quot;20%&amp;quot; | Arguments&lt;br /&gt;
! width=&amp;quot;60%&amp;quot; | Description&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| MAGICAL&lt;br /&gt;
| &lt;br /&gt;
| Allows a creature to use magic? (Requires confirmation)&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| MAGMA_VISION&lt;br /&gt;
|&lt;br /&gt;
|Creature's able to see while covered in magma.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| MALE&lt;br /&gt;
| &lt;br /&gt;
| The creature is always male.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| MATERIAL&lt;br /&gt;
| &lt;br /&gt;
* [[Material Tokens|Material token]]&lt;br /&gt;
* USE_RACEGLOSS&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| MATUTINAL&lt;br /&gt;
| &lt;br /&gt;
| Sets if the creature is active in dawn.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| MAXAGE&lt;br /&gt;
| &lt;br /&gt;
* minimum&lt;br /&gt;
* maximum&lt;br /&gt;
| Sets the Min Max age for a creature. Used in world generating and Fortress Mode.&lt;br /&gt;
[MAXAGE:150:170]&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| MEANDERER&lt;br /&gt;
| &lt;br /&gt;
| Gives a creature random movement.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| MEGABEAST&lt;br /&gt;
| &lt;br /&gt;
| Appears on fortress territory in Fortress Mode occasionally. Implies SEMIMEGABEAST.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| MELTING_POINT&lt;br /&gt;
| temperature&lt;br /&gt;
| The temperature at which the creature will melt into goo.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| MILKABLE&lt;br /&gt;
| frequency?&lt;br /&gt;
| Allows the creature to be milked. Currently only works with vermin creatures.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| MISCHIEVIOUS&lt;br /&gt;
| &lt;br /&gt;
| Will pull any levers it comes across. (requires confirmation)&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| MODVALUE&lt;br /&gt;
| number&lt;br /&gt;
| Multiplies the value of items made from the creature by the number in the tag.&lt;br /&gt;
[MODVALUE:2]&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| MOUNT&lt;br /&gt;
| &lt;br /&gt;
| Allows the creature to be mounted.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| MOUNT_EXOTIC&lt;br /&gt;
| &lt;br /&gt;
| You need the [[Dungeon master]] noble to mount the creature.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| MULTIPLE_LITTER_RARE&lt;br /&gt;
| &lt;br /&gt;
| Makes litters with more than one offspring rare.&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==N==&lt;br /&gt;
{| border=&amp;quot;1&amp;quot; cellpadding=&amp;quot;2&amp;quot; width=&amp;quot;100%&amp;quot;&lt;br /&gt;
! width=&amp;quot;20%&amp;quot; | Token&lt;br /&gt;
! width=&amp;quot;20%&amp;quot; | Arguments&lt;br /&gt;
! width=&amp;quot;60%&amp;quot; | Description&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| NAME&lt;br /&gt;
| &lt;br /&gt;
* singular noun&lt;br /&gt;
* plural noun&lt;br /&gt;
* adjective&lt;br /&gt;
| What the creature is actually called in game. Make sure there is no space around the &amp;quot;:&amp;quot;.&lt;br /&gt;
[NAME:dwarf:dwarves:dwarven]&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| NARROW&lt;br /&gt;
| &lt;br /&gt;
| The creature can only wear things that have the narrow tag on it.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| NATURAL&lt;br /&gt;
| &lt;br /&gt;
| Animal&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| NO_AUTUMN&lt;br /&gt;
| &lt;br /&gt;
| Will not show up during the Autumn season.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| NO_DRINK&lt;br /&gt;
| &lt;br /&gt;
| Creature does not need to drink.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| NO_EAT&lt;br /&gt;
| &lt;br /&gt;
| Creature does not need to eat.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| NO_GENDER&lt;br /&gt;
| &lt;br /&gt;
| No gender will be selected for the creature.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| NO_SLEEP&lt;br /&gt;
|&lt;br /&gt;
| Creature does not need to sleep. &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| NO_SPRING&lt;br /&gt;
| &lt;br /&gt;
| Will not show up during the Spring season.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| NO_SUMMER&lt;br /&gt;
| &lt;br /&gt;
| Will not show up during the Summer season.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| NO_WINTER&lt;br /&gt;
| &lt;br /&gt;
| Will not show up during the Winter season.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| NOBREATHE&lt;br /&gt;
| &lt;br /&gt;
| Creature doesn't need to breathe or have [BREATHE] parts in body.  Cannot drown or be strangled.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| NOBLEED&lt;br /&gt;
| &lt;br /&gt;
| Creature doesn't bleed.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| NOBONES&lt;br /&gt;
| &lt;br /&gt;
| Creature will not drop bones on death.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| NOCTURNAL&lt;br /&gt;
| &lt;br /&gt;
| Sets if the creature is active in night.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| NOEMOTION&lt;br /&gt;
| &lt;br /&gt;
| The creature has no emotions, and does not rage.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| NOEXERT&lt;br /&gt;
| &lt;br /&gt;
| Creature can't become tired or over-exerted.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| NOFEAR&lt;br /&gt;
| &lt;br /&gt;
| Creature doesn't feel fear and will never run away from battle.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| NOMEAT&lt;br /&gt;
| &lt;br /&gt;
| Creature will not drop meat on death.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| NONAUSEA&lt;br /&gt;
| &lt;br /&gt;
| Creature can't vomit.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| NOPAIN&lt;br /&gt;
| &lt;br /&gt;
| Creature doesn't feel pain.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| NOSKIN&lt;br /&gt;
| &lt;br /&gt;
| Creature will not drop skin on death.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| NOSKULL&lt;br /&gt;
| &lt;br /&gt;
| Creature will not drop skull on death.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| NOSMELLYROT&lt;br /&gt;
| &lt;br /&gt;
| Creatures' corpse does not create miasma.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| NOSTUCKINS&lt;br /&gt;
| &lt;br /&gt;
| Weapons can't be stuck in creature.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| NOSTUN&lt;br /&gt;
| &lt;br /&gt;
| Creature can't be stunned.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| NOTHOUGHT&lt;br /&gt;
| &lt;br /&gt;
| Creature doesn't think, or doesn't require a [BRAIN] body part.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| NOT_BUTCHERABLE&lt;br /&gt;
| &lt;br /&gt;
| Creature can't be butchered.&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==P==&lt;br /&gt;
{| border=&amp;quot;1&amp;quot; cellpadding=&amp;quot;2&amp;quot; width=&amp;quot;100%&amp;quot;&lt;br /&gt;
! width=&amp;quot;20%&amp;quot; | Token&lt;br /&gt;
! width=&amp;quot;20%&amp;quot; | Arguments&lt;br /&gt;
! width=&amp;quot;60%&amp;quot; | Description&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| PARALYZEIMMUNE&lt;br /&gt;
| &lt;br /&gt;
| The creature is immune to all paralyzing special attacks.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| PATTERNFLIER&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| PEARL&lt;br /&gt;
| &lt;br /&gt;
| Creature will generate pearls.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| PENETRATEPOWER&lt;br /&gt;
| value&lt;br /&gt;
|Controls the ability of vermin to find a way into containers when they are eating food from your stockpiles. Wood and cloth objects roll a 0-9 and if it greater than the penetrate power, their contents escape for the time being. Other objects roll a 0-99. &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| PERSONALITY&lt;br /&gt;
|&lt;br /&gt;
* token&lt;br /&gt;
* lowest % chance&lt;br /&gt;
* median&lt;br /&gt;
* highest % chance&lt;br /&gt;
| Determines chance of personality traits. Standard is 0:50:100.&lt;br /&gt;
[PERSONALITY:IMAGINATION:0:55:100]&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| PET&lt;br /&gt;
| &lt;br /&gt;
| Allows the creature to be tamed.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| PET_EXOTIC&lt;br /&gt;
| &lt;br /&gt;
| You need the [[Dungeon master]] noble to tame the creature.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| PETVALUE&lt;br /&gt;
| value&lt;br /&gt;
| How valuable a tamed animal/pet is. Actual cost in points in the embarking screen is (PETVALUE/2)+1 for an untrained animal, PETVALUE+1 for a trained(War or Hunting) one. Note that for an animal to be selectable in this screen, it must have the COMMON_DOMESTIC token.&lt;br /&gt;
[PETVALUE:42]&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| POPULATION_NUMBER&lt;br /&gt;
|&lt;br /&gt;
* minimum&lt;br /&gt;
* maximum&lt;br /&gt;
| The minimum/maximum numbers of how many of these creatures can show up on a map per year.&lt;br /&gt;
[POPULATION_NUMBER:42:42]&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| POWER&lt;br /&gt;
| &lt;br /&gt;
| Allows the creature to be worshiped by entities with the RELIGION:ANY_APPROPRIATE_POWER tag.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| PREFSTRING&lt;br /&gt;
| object&lt;br /&gt;
| Sets what other creatures like about this creature. &amp;quot;Blarghh likes dwarves for their beards.&amp;quot;&lt;br /&gt;
[PREFSTRING:beards]&lt;br /&gt;
Multiple entries will be chosen from at random.&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==R==&lt;br /&gt;
{| border=&amp;quot;1&amp;quot; cellpadding=&amp;quot;2&amp;quot; width=&amp;quot;100%&amp;quot;&lt;br /&gt;
! width=&amp;quot;20%&amp;quot; | Token&lt;br /&gt;
! width=&amp;quot;20%&amp;quot; | Arguments&lt;br /&gt;
! width=&amp;quot;60%&amp;quot; | Description&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| RECKLESS&lt;br /&gt;
| &lt;br /&gt;
| Will not flee battles.  Will fight to the death.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| REMAINS_COLOR&lt;br /&gt;
| &lt;br /&gt;
* fg&lt;br /&gt;
* bg&lt;br /&gt;
* br&lt;br /&gt;
| [REMAINS_COLOR:6:0:0]&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| REMAINS_UNDETERMINED&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| RIVERATTACK&lt;br /&gt;
| &lt;br /&gt;
* 1st minimum&lt;br /&gt;
* 1st maximum&lt;br /&gt;
* 2nd minimum&lt;br /&gt;
* 2nd maximum&lt;br /&gt;
* 3rd minimum&lt;br /&gt;
* 3rd maximum&lt;br /&gt;
| Number of groups (of RIVERATTACK_GROUP size) that appear during attacks. Each pair of min/max numbers is used at a different time, starting with the first pair and moving to the 2nd and 3rd pair later in the game. &lt;br /&gt;
[RIVERATTACK:1:1:1:2:1:3]&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| RIVERATTACK_CANUSEWELL&lt;br /&gt;
| &lt;br /&gt;
| Allows the creature to ambush through wells.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| RIVERATTACK_GROUP&lt;br /&gt;
| &lt;br /&gt;
* minimum&lt;br /&gt;
* maximum&lt;br /&gt;
| Number (min/max) of creatures that appear in each group when attacking from river, chasm, or lava. &lt;br /&gt;
[RIVERATTACK_GROUP:1:2]&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| RIVERATTACK_RESIDENT&lt;br /&gt;
| &lt;br /&gt;
| Unknown.&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==S==&lt;br /&gt;
{| border=&amp;quot;1&amp;quot; cellpadding=&amp;quot;2&amp;quot; width=&amp;quot;100%&amp;quot;&lt;br /&gt;
! width=&amp;quot;20%&amp;quot; | Token&lt;br /&gt;
! width=&amp;quot;20%&amp;quot; | Arguments&lt;br /&gt;
! width=&amp;quot;60%&amp;quot; | Description&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| SAVAGE&lt;br /&gt;
| &lt;br /&gt;
| Determines whether creature can show up on &amp;quot;savage&amp;quot; maps.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| SEMIMEGABEAST&lt;br /&gt;
| &lt;br /&gt;
| Appears as boss creature in quests.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| SESSILE_LAND&lt;br /&gt;
| &lt;br /&gt;
| Cannot move on land.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| SEVERONBREAKS&lt;br /&gt;
| &lt;br /&gt;
| Limbs and body parts sever on breakage.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| SILK_BOILING_POINT&lt;br /&gt;
| temperature&lt;br /&gt;
| Temperature at which silk made from this creature's webs boils away.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| SILK_COLDDAM_POINT&lt;br /&gt;
| temperature&lt;br /&gt;
| Temperature at which silk made from this creature's webs takes damage.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| SILK_FIXED_TEMP&lt;br /&gt;
| temperature&lt;br /&gt;
| Temperature generated by the creature's web silk.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| SILK_HEATDAM_POINT&lt;br /&gt;
| temperature&lt;br /&gt;
| Temperature at which silk made from this creature's webs takes damage.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| SILK_IGNITE_POINT&lt;br /&gt;
| temperature&lt;br /&gt;
| Temperature at which silk made from this creature's webs bursts into flame.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| SILK_MELTING_POINT&lt;br /&gt;
| temperature&lt;br /&gt;
| Temperature at which silk made from this creature's webs melts away.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| [[Creature_Tokens/SPEC_HEAT|SILK_SPEC_HEAT]]&lt;br /&gt;
| &amp;lt;u&amp;gt;not&amp;lt;/u&amp;gt; a temperature&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| SIZE&lt;br /&gt;
| value&lt;br /&gt;
| How big a creature is. 6 is for dwarf like creatures, 7 is for human like creatures. 16 is for giants.  Larger creatures are far more dangerous in combat. Also equals the amount of Meat/Chunks/Bones you get from the beast.&lt;br /&gt;
[SIZE:6]&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| SMALLAQUATIC_CAVERIVER&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| SMALLAQUATIC_OCEAN&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| SMALLAQUATIC_RIVER&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| SMALLAQUATIC_SWAMP&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| SMALL_REMAINS&lt;br /&gt;
| &lt;br /&gt;
| If a creature has this tag, it'll leave a small corpse that only rots once, such as vermin.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| SPECNAME&lt;br /&gt;
|&lt;br /&gt;
*token&lt;br /&gt;
*singular noun&lt;br /&gt;
*plural noun&lt;br /&gt;
*adjective&lt;br /&gt;
| Sets a special name for certain instances.&lt;br /&gt;
[SPECNAME:MALE:bull:bulls:bull]&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| [[Creature_Tokens/SPEC_HEAT|SPEC_HEAT]]&lt;br /&gt;
| &amp;lt;u&amp;gt;not&amp;lt;/u&amp;gt; a temperature&lt;br /&gt;
| [SPEC_HEAT:409]&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| SPEECH&lt;br /&gt;
| filename&lt;br /&gt;
| Sets what speech.txt do use for the creature.&lt;br /&gt;
[SPEECH:dwarf.txt]&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| SPEED&lt;br /&gt;
| value&lt;br /&gt;
| Sets the creatures' movement and work speed, 1000/[SPEED X] is the resulting effect on creatures movement and workrates from default. See [[Speed]] for more information.&lt;br /&gt;
[SPEED:400]&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| STOUT&lt;br /&gt;
| &lt;br /&gt;
| Creature has a resistance to being knocked over.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| STANDARD_FLESH&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| SWIMS_LEARNED&lt;br /&gt;
|&lt;br /&gt;
| The creature must learn to swim (via. dabbling swimmer, novice, etc) rather than knowing how naturally.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| SWIM_SPEED&lt;br /&gt;
| value&lt;br /&gt;
| How fast the creature swims.&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==T==&lt;br /&gt;
{| border=&amp;quot;1&amp;quot; cellpadding=&amp;quot;2&amp;quot; width=&amp;quot;100%&amp;quot;&lt;br /&gt;
! width=&amp;quot;20%&amp;quot; | Token&lt;br /&gt;
! width=&amp;quot;20%&amp;quot; | Arguments&lt;br /&gt;
! width=&amp;quot;60%&amp;quot; | Description&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| THICKWEB&lt;br /&gt;
| &lt;br /&gt;
| The creature's webs can catch larger creatures.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| TILE&lt;br /&gt;
| CP437 ordinal or 'character'&lt;br /&gt;
| The graphical representation of the creature.&lt;br /&gt;
[TILE:157] or [TILE:'&amp;amp;']&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| TRAINABLE&lt;br /&gt;
| &lt;br /&gt;
| Allows a tame creature to be trained into a &amp;quot;War&amp;quot; or &amp;quot;Hunting&amp;quot; variation by way of [[Kennels]].&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| TRANCES&lt;br /&gt;
| &lt;br /&gt;
| Allows the creature to go into martial trances, and to create artifacts via moods.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| TRAPAVOID&lt;br /&gt;
| &lt;br /&gt;
| The creature is immune to traps.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| TRIGGERABLE_GROUP&lt;br /&gt;
| &lt;br /&gt;
* minimum?&lt;br /&gt;
* maximum?&lt;br /&gt;
| [TRIGGERABLE_GROUP:5:50]&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==U==&lt;br /&gt;
{| border=&amp;quot;1&amp;quot; cellpadding=&amp;quot;2&amp;quot; width=&amp;quot;100%&amp;quot;&lt;br /&gt;
! width=&amp;quot;20%&amp;quot; | Token&lt;br /&gt;
! width=&amp;quot;20%&amp;quot; | Arguments&lt;br /&gt;
! width=&amp;quot;60%&amp;quot; | Description&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| UNDERSWIM&lt;br /&gt;
| &lt;br /&gt;
| Creature swims under the water and can't be seen.&lt;br /&gt;
|-&lt;br /&gt;
|UTTERANCES&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==V==&lt;br /&gt;
{| border=&amp;quot;1&amp;quot; cellpadding=&amp;quot;2&amp;quot; width=&amp;quot;100%&amp;quot;&lt;br /&gt;
! width=&amp;quot;20%&amp;quot; | Token&lt;br /&gt;
! width=&amp;quot;20%&amp;quot; | Arguments&lt;br /&gt;
! width=&amp;quot;60%&amp;quot; | Description&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| VEGETATION&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| VERMINHUNTER&lt;br /&gt;
| &lt;br /&gt;
| A creature with this tag will hunt down vermin and kill them. Sometimes they will eat the vermin, but most of the time they will bring it to their owner. This tag also makes impossible to assign an owner to the animal. The animal chooses it's own owner instead (like a cat).&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| VERMIN_BITE&lt;br /&gt;
| &lt;br /&gt;
* amount injected?&lt;br /&gt;
* name&lt;br /&gt;
* effect (USE_EXTRACT)&lt;br /&gt;
| [VERMIN_BITE:10:bitten:USE_EXTRACT]&lt;br /&gt;
On very rare occasions, someone who remains in the same tile as this creature will be bitten by that creature, and the effect will be applied to the offender.  Used by (tiny) cave spiders to inject their venom into the occasional dwarf.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| VERMIN_CAVERIVER&lt;br /&gt;
|&lt;br /&gt;
| The creature randomly appears near the cave river.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| VERMIN_CHASM&lt;br /&gt;
|&lt;br /&gt;
| The creature randomly appears near the chasm.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| VERMIN_EATER&lt;br /&gt;
| &lt;br /&gt;
| The creature can be eaten.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| VERMIN_FLIES&lt;br /&gt;
|&lt;br /&gt;
| The vermin can fly around in the air, and tends to hop up and down Z-levels in the sky.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| VERMIN_GROUNDER&lt;br /&gt;
| &lt;br /&gt;
| The creature can be picked up if you stand over it. (Requires confirmation)&lt;br /&gt;
:I think this is a habitat flag like VERMIN_SOIL, VERMIN_CHASM, etc. It seems to appear on creatures that don't otherwise have one. &amp;amp;ndash; [[User:Peristarkawan|Peristarkawan]] 17:27, 24 May 2007 (EDT)&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| VERMIN_HATEABLE&lt;br /&gt;
| &lt;br /&gt;
| Some dwarves will hate the creature and get unhappy thoughts when around it.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| VERMIN_LAVA&lt;br /&gt;
|&lt;br /&gt;
| The creature randomly appears near the magma river.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| VERMIN_NOFISH&lt;br /&gt;
| &lt;br /&gt;
| The creature cannot be caught by fishing.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| VERMIN_NOROAM&lt;br /&gt;
| &lt;br /&gt;
| The creature will not be observed randomly roaming about the map.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| VERMIN_NOTRAP&lt;br /&gt;
| &lt;br /&gt;
| The creature cannot be caught by trappers or animal traps.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| VERMIN_SOIL&lt;br /&gt;
|&lt;br /&gt;
| The creature randomly appears near dirt or mud.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| VERMIN_SOIL_COLONY&lt;br /&gt;
|&lt;br /&gt;
| The vermin will appear in a single tile cluster of many vermin, such as a colony of ants.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| VERMIN_SWAMPER&lt;br /&gt;
|&lt;br /&gt;
| The creature randomly appears near the swamps.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| VESPERTINE&lt;br /&gt;
| &lt;br /&gt;
| Sets if the creature is active in evening.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| VIEWRANGE&lt;br /&gt;
| value&lt;br /&gt;
| How far the creature can see?&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==W==&lt;br /&gt;
{| border=&amp;quot;1&amp;quot; cellpadding=&amp;quot;2&amp;quot; width=&amp;quot;100%&amp;quot;&lt;br /&gt;
! width=&amp;quot;20%&amp;quot; | Token&lt;br /&gt;
! width=&amp;quot;20%&amp;quot; | Arguments&lt;br /&gt;
! width=&amp;quot;60%&amp;quot; | Description&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| WAGON_PULLER&lt;br /&gt;
| &lt;br /&gt;
| Allows the creature to pull caravan wagons.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| WEBBER&lt;br /&gt;
| &lt;br /&gt;
| The creature will create webs. It also seems to make creatures flying. More testing is needed.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| WEBIMMUNE&lt;br /&gt;
| &lt;br /&gt;
| The creature will not get caught in webs.&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=Attacks=&lt;br /&gt;
{| border=&amp;quot;1&amp;quot; cellpadding=&amp;quot;2&amp;quot; width=&amp;quot;100%&amp;quot;&lt;br /&gt;
!width=&amp;quot;50&amp;quot;|Tag&lt;br /&gt;
!width=&amp;quot;225&amp;quot;|What It Does&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|[ATTACK:MAIN:BYTYPE:GRASP:punch:punches:1:2:BLUDGEON][ATTACKFLAG_WITH]&lt;br /&gt;
&lt;br /&gt;
''Format:''&lt;br /&gt;
[ATTACK:''priority'':(BYTYPE:''type'' || BYTOKEN:''bodypart''):''&amp;quot;verb&amp;quot;'':''&amp;quot;conjugate verb&amp;quot;'':''min dmg'':''max dmg'':''dmg type'']([(ATTACKFLAG_WITH || ATTACKFLAG_CANLATCH)])([SPECIALATTACK_INJECT_EXTRACT:''min'':''max''])&lt;br /&gt;
|Sets what natural attacks a creature has.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|MAIN&lt;br /&gt;
SECOND&lt;br /&gt;
|''MAIN'': Sets the attack to act as the creatures' main attack.&lt;br /&gt;
''SECOND'': The creature will only use this attack if it can't use the MAIN attack(s).&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|BYTYPE:GRASP&lt;br /&gt;
BYTOKEN:TAIL_STINGER&lt;br /&gt;
|''BYTYPE'': Sets what body part type to use for the attack.  Possible values for &amp;quot;type&amp;quot; are GRASP, MOUTH, STANCE, THOUGHT, BREATHE, and the like.  See [[Body Tokens]].&lt;br /&gt;
''BYTOKEN'': Sets the explicit body part ID to use for the attack.  The token must exist as part of the creature's [[Creature Tokens#B|BODY]] token.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|punch:punches&lt;br /&gt;
|Sets the verb for the attack.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|1:2&lt;br /&gt;
|Sets the Min Max for the damage.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|BLUDGEON, PIERCE, SLASH, GORE, BURN, HEAT, COLD&lt;br /&gt;
|Sets the damage type for the attack.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|[ATTACKFLAG_WITH]&lt;br /&gt;
|Allows the creature to use weapons with the attack if they have one in a limb that can hold items.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|[ATTACKFLAG_CANLATCH]&lt;br /&gt;
|Allows the creature to latch on with the attack. &amp;quot;Crocodile latches on Blargg's head firmly.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|[SPECIALATTACK_INJECT_EXTRACT:50:100]&lt;br /&gt;
|The creature injects an amount of its extract into a victim upon successfully using this attack.  The significance of the amount is unknown (but probably determines duration before the extract wears off).&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|[SPECIALATTACK_SUCK_BLOOD:50:100]&lt;br /&gt;
|When blood is drained from a creature, it causes heavy bleeding (depending on the attacking creatures ability to suck blood). It's unknown if blood suckers feed or regain health while doing this. (Numbers affect amount of blood drawn?)&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
[[Category:Modding]]&lt;/div&gt;</summary>
		<author><name>Jurassiced</name></author>
	</entry>
	<entry>
		<id>https://dwarffortresswiki.org/index.php?title=Utility:Dwarf_Companion&amp;diff=33070</id>
		<title>Utility:Dwarf Companion</title>
		<link rel="alternate" type="text/html" href="https://dwarffortresswiki.org/index.php?title=Utility:Dwarf_Companion&amp;diff=33070"/>
		<updated>2008-03-26T18:12:06Z</updated>

		<summary type="html">&lt;p&gt;Jurassiced: /* How */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Image:dfcompanion1.png|thumb|This is a preliminary screenshot of the prototype.]]&lt;br /&gt;
= What? =&lt;br /&gt;
&lt;br /&gt;
This project is about having a helper utility for dwarf fortress, hopefully filling gaps in the user interface. It will also allow some cool cheating, so that it would be possible to play with the engine. For example, you can now mark your nobles as butcherable! Ain't that cool?&lt;br /&gt;
&lt;br /&gt;
For now, a '''PROTOTYPE''' utility is available, for testings. It uses python and requires many dependencies. It will end up as a standard .exe tool once features are ironed out.&lt;br /&gt;
&lt;br /&gt;
It supports versions 33d, 33f, 33g, and 38a. The latest screenshot is at [http://bartabox.banquise.net/df/screen1.png this place].&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
= Important warning =&lt;br /&gt;
When fiddling with DF memory, you might get crashes. Here are two important advices:&lt;br /&gt;
* when writing into memory (like updating a creature's data), pause the game, load the data, update it, save it and then unpause the game&lt;br /&gt;
* do not teleport creatures that are hauling&lt;br /&gt;
&lt;br /&gt;
= How =&lt;br /&gt;
You need to install several things first:&lt;br /&gt;
* [http://www.python.org/download/ Python] (works with any version, 2.5 is prefered)&lt;br /&gt;
* from [http://sourceforge.net/project/downloading.php?groupname=gladewin32&amp;amp;filename=gtk-2.8.20-win32-1.exe&amp;amp;use_mirror=superb-east this page], the latest &amp;quot;Gtk+/Win32 Runtime Environment Installer&amp;quot;(&amp;lt;&amp;lt; link is dead)&lt;br /&gt;
&lt;br /&gt;
* For python 2.5 users, just grab the utility at [http://bartabox.banquise.net/df/companion-0.8-python25.zip this place], and unzip it.&lt;br /&gt;
* For users of the -any versions, or python 2.4 users, you must:&lt;br /&gt;
** Install the three modules from [http://www.pygtk.org/downloads.html this page] (PyCairo, PyGObject, PyGTK)&lt;br /&gt;
** Grab the software at [http://bartabox.banquise.net/df/companion-0.10-any.zip this place].&lt;br /&gt;
&lt;br /&gt;
* Double click on &amp;quot;dfcompanion_prototype.py&amp;quot;!&lt;br /&gt;
&lt;br /&gt;
= Problems? =&lt;br /&gt;
Please run the tool from the command line if you experience problems, and copy/paste errors in the discussion page.&lt;br /&gt;
&lt;br /&gt;
The unit list often gets desynchronised (multiple dwarves appearing). To solve this, just press &amp;quot;refresh&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
= Usage - what can you do? =&lt;br /&gt;
First run Dwarf Fortress, and load your game. It won't work otherwise.&lt;br /&gt;
&lt;br /&gt;
The general idea is to have the main window open next to your DF windows. It should help you play the game by providing useful hints while playing. Order dwarves using the column &amp;quot;alerts&amp;quot; so that most important stuff is on top : hungry, unhappy, moody, hurt dwarves. You can play with creatures and view detailled views of their attributes by double clicking them. Right now, you can interact by:&lt;br /&gt;
* clicking &amp;quot;heal&amp;quot;, heals creature&lt;br /&gt;
* clicking &amp;quot;hurt&amp;quot;, hurts creature&lt;br /&gt;
* clicking &amp;quot;apply&amp;quot;, saves the following changes:&lt;br /&gt;
** position X,Y,Z&lt;br /&gt;
** strength, agility, toughness&lt;br /&gt;
** all flags (the checkbox stuff), most being unknown, please let us know about their use if you get it!&lt;br /&gt;
** pain, exhaustion, hunger, thirst, drowsiness&lt;br /&gt;
** race (still needs to be tested!)&lt;br /&gt;
** mood type (fey, macabre, ...), and mood skill increased&lt;br /&gt;
&lt;br /&gt;
Interesting effects are [http://mkv25.net/dfma/movie-236-lazydwarvesmustdie butcherable dwarves] and [http://img184.imageshack.us/img184/7919/straydognz6.jpg Corbine's crazy dogs]. Oh, and skeletal legendary miners that turn against your fortress.&lt;br /&gt;
&lt;br /&gt;
= dwarfdbg scripts =&lt;br /&gt;
Here is a collection of scripts that wouldn't fit in DC but might be useful. Copy them in the DC folder and run them.&lt;br /&gt;
* [http://bartabox.banquise.net/df/butchercats.py butchercats.py] : marks all &amp;quot;unintersted&amp;quot; cats and kitten as ready for slaughter.&lt;br /&gt;
* Soon, the &amp;quot;designator&amp;quot;, with a list of cool stuff : [[User:Bartavelle/DesignatorTiles]]&lt;br /&gt;
&lt;br /&gt;
= Changelog =&lt;br /&gt;
* utils.zip : initial test, some bugs with accents&lt;br /&gt;
* utils.0.1.zip : corrected problem with bad characters&lt;br /&gt;
* utils.0.2.zip : corrected problem with long strings&lt;br /&gt;
* utils.0.3.zip : corrected problem with creatures not in legends&lt;br /&gt;
* utils.0.4.zip : quick (untested) upgrade to v0.27.169.33g&lt;br /&gt;
* companion.0.5-any.zip - 07/01/2008&lt;br /&gt;
** Skill edition&lt;br /&gt;
** Removed the dependency on pydbg, should now work with python 2.x&lt;br /&gt;
** Incomplete linux support, for those people who go on holiday with only their linux laptops ...&lt;br /&gt;
** More details in the flags names&lt;br /&gt;
** Disabled the regular refreshes for now&lt;br /&gt;
** Body part name is resolved when showing damages&lt;br /&gt;
** Right-click popup with quick features : heal, hurt, tame, make war animal, rest and restore&lt;br /&gt;
** Civilization altering (steal that merchant swordsman!)&lt;br /&gt;
* companion.0.6-any.zip - 22/01/2008&lt;br /&gt;
** Better error handling for Window users, should help debugging ...&lt;br /&gt;
** Firstname and nickname editor (finally)&lt;br /&gt;
** Money warnings, and money cheat&lt;br /&gt;
** Combat reports in DF mode&lt;br /&gt;
** Bleeding/Paralysis/ ... can be tweaked&lt;br /&gt;
** &amp;quot;Opinion poll&amp;quot;&lt;br /&gt;
** More details&lt;br /&gt;
** Instamood!&lt;br /&gt;
* companion.0.7-any.zip - 07/02/2008&lt;br /&gt;
** Couples list&lt;br /&gt;
** Name editor&lt;br /&gt;
** Right click / zoom now works&lt;br /&gt;
** Support for 38a&lt;br /&gt;
* companion.0.8-any.zip - 13/02/2008&lt;br /&gt;
** Removal of the couple list, should hopefully fix bugs&lt;br /&gt;
** Several scripts for more fun&lt;br /&gt;
** Better support for stuff&lt;br /&gt;
** Should be &amp;quot;final&amp;quot; of the prototype, next step will probably involve working on a standalone .exe, and the occasionnal fun script&lt;br /&gt;
* companion.0.9-any.zip - 18/02/2008&lt;br /&gt;
** Quick update to fix for the new DF version.&lt;br /&gt;
* companion.0.9-any.zip - 26/02/2008&lt;br /&gt;
** Another quick fix for 38b&lt;br /&gt;
= thanks =&lt;br /&gt;
* the memory hackers!&lt;br /&gt;
* Phil, for the clever python tricks&lt;br /&gt;
* Corbine, for early testings, bug discovery, and flags discovery&lt;br /&gt;
* sinoth, for early testings, bug discovery&lt;/div&gt;</summary>
		<author><name>Jurassiced</name></author>
	</entry>
	<entry>
		<id>https://dwarffortresswiki.org/index.php?title=Utility:Dwarf_Companion&amp;diff=33069</id>
		<title>Utility:Dwarf Companion</title>
		<link rel="alternate" type="text/html" href="https://dwarffortresswiki.org/index.php?title=Utility:Dwarf_Companion&amp;diff=33069"/>
		<updated>2008-03-26T18:10:09Z</updated>

		<summary type="html">&lt;p&gt;Jurassiced: /* How */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Image:dfcompanion1.png|thumb|This is a preliminary screenshot of the prototype.]]&lt;br /&gt;
= What? =&lt;br /&gt;
&lt;br /&gt;
This project is about having a helper utility for dwarf fortress, hopefully filling gaps in the user interface. It will also allow some cool cheating, so that it would be possible to play with the engine. For example, you can now mark your nobles as butcherable! Ain't that cool?&lt;br /&gt;
&lt;br /&gt;
For now, a '''PROTOTYPE''' utility is available, for testings. It uses python and requires many dependencies. It will end up as a standard .exe tool once features are ironed out.&lt;br /&gt;
&lt;br /&gt;
It supports versions 33d, 33f, 33g, and 38a. The latest screenshot is at [http://bartabox.banquise.net/df/screen1.png this place].&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
= Important warning =&lt;br /&gt;
When fiddling with DF memory, you might get crashes. Here are two important advices:&lt;br /&gt;
* when writing into memory (like updating a creature's data), pause the game, load the data, update it, save it and then unpause the game&lt;br /&gt;
* do not teleport creatures that are hauling&lt;br /&gt;
&lt;br /&gt;
= How =&lt;br /&gt;
You need to install several things first:&lt;br /&gt;
* [http://www.python.org/download/ Python] (works with any version, 2.5 is prefered)&lt;br /&gt;
* from [http://gladewin32.sourceforge.net/modules/news/ this page], the latest &amp;quot;Gtk+/Win32 Runtime Environment Installer&amp;quot;(&amp;lt;&amp;lt; link is dead)&lt;br /&gt;
&lt;br /&gt;
* For python 2.5 users, just grab the utility at [http://bartabox.banquise.net/df/companion-0.8-python25.zip this place], and unzip it.&lt;br /&gt;
* For users of the -any versions, or python 2.4 users, you must:&lt;br /&gt;
** Install the three modules from [http://www.pygtk.org/downloads.html this page] (PyCairo, PyGObject, PyGTK)&lt;br /&gt;
** Grab the software at [http://bartabox.banquise.net/df/companion-0.10-any.zip this place].&lt;br /&gt;
&lt;br /&gt;
* Double click on &amp;quot;dfcompanion_prototype.py&amp;quot;!&lt;br /&gt;
&lt;br /&gt;
= Problems? =&lt;br /&gt;
Please run the tool from the command line if you experience problems, and copy/paste errors in the discussion page.&lt;br /&gt;
&lt;br /&gt;
The unit list often gets desynchronised (multiple dwarves appearing). To solve this, just press &amp;quot;refresh&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
= Usage - what can you do? =&lt;br /&gt;
First run Dwarf Fortress, and load your game. It won't work otherwise.&lt;br /&gt;
&lt;br /&gt;
The general idea is to have the main window open next to your DF windows. It should help you play the game by providing useful hints while playing. Order dwarves using the column &amp;quot;alerts&amp;quot; so that most important stuff is on top : hungry, unhappy, moody, hurt dwarves. You can play with creatures and view detailled views of their attributes by double clicking them. Right now, you can interact by:&lt;br /&gt;
* clicking &amp;quot;heal&amp;quot;, heals creature&lt;br /&gt;
* clicking &amp;quot;hurt&amp;quot;, hurts creature&lt;br /&gt;
* clicking &amp;quot;apply&amp;quot;, saves the following changes:&lt;br /&gt;
** position X,Y,Z&lt;br /&gt;
** strength, agility, toughness&lt;br /&gt;
** all flags (the checkbox stuff), most being unknown, please let us know about their use if you get it!&lt;br /&gt;
** pain, exhaustion, hunger, thirst, drowsiness&lt;br /&gt;
** race (still needs to be tested!)&lt;br /&gt;
** mood type (fey, macabre, ...), and mood skill increased&lt;br /&gt;
&lt;br /&gt;
Interesting effects are [http://mkv25.net/dfma/movie-236-lazydwarvesmustdie butcherable dwarves] and [http://img184.imageshack.us/img184/7919/straydognz6.jpg Corbine's crazy dogs]. Oh, and skeletal legendary miners that turn against your fortress.&lt;br /&gt;
&lt;br /&gt;
= dwarfdbg scripts =&lt;br /&gt;
Here is a collection of scripts that wouldn't fit in DC but might be useful. Copy them in the DC folder and run them.&lt;br /&gt;
* [http://bartabox.banquise.net/df/butchercats.py butchercats.py] : marks all &amp;quot;unintersted&amp;quot; cats and kitten as ready for slaughter.&lt;br /&gt;
* Soon, the &amp;quot;designator&amp;quot;, with a list of cool stuff : [[User:Bartavelle/DesignatorTiles]]&lt;br /&gt;
&lt;br /&gt;
= Changelog =&lt;br /&gt;
* utils.zip : initial test, some bugs with accents&lt;br /&gt;
* utils.0.1.zip : corrected problem with bad characters&lt;br /&gt;
* utils.0.2.zip : corrected problem with long strings&lt;br /&gt;
* utils.0.3.zip : corrected problem with creatures not in legends&lt;br /&gt;
* utils.0.4.zip : quick (untested) upgrade to v0.27.169.33g&lt;br /&gt;
* companion.0.5-any.zip - 07/01/2008&lt;br /&gt;
** Skill edition&lt;br /&gt;
** Removed the dependency on pydbg, should now work with python 2.x&lt;br /&gt;
** Incomplete linux support, for those people who go on holiday with only their linux laptops ...&lt;br /&gt;
** More details in the flags names&lt;br /&gt;
** Disabled the regular refreshes for now&lt;br /&gt;
** Body part name is resolved when showing damages&lt;br /&gt;
** Right-click popup with quick features : heal, hurt, tame, make war animal, rest and restore&lt;br /&gt;
** Civilization altering (steal that merchant swordsman!)&lt;br /&gt;
* companion.0.6-any.zip - 22/01/2008&lt;br /&gt;
** Better error handling for Window users, should help debugging ...&lt;br /&gt;
** Firstname and nickname editor (finally)&lt;br /&gt;
** Money warnings, and money cheat&lt;br /&gt;
** Combat reports in DF mode&lt;br /&gt;
** Bleeding/Paralysis/ ... can be tweaked&lt;br /&gt;
** &amp;quot;Opinion poll&amp;quot;&lt;br /&gt;
** More details&lt;br /&gt;
** Instamood!&lt;br /&gt;
* companion.0.7-any.zip - 07/02/2008&lt;br /&gt;
** Couples list&lt;br /&gt;
** Name editor&lt;br /&gt;
** Right click / zoom now works&lt;br /&gt;
** Support for 38a&lt;br /&gt;
* companion.0.8-any.zip - 13/02/2008&lt;br /&gt;
** Removal of the couple list, should hopefully fix bugs&lt;br /&gt;
** Several scripts for more fun&lt;br /&gt;
** Better support for stuff&lt;br /&gt;
** Should be &amp;quot;final&amp;quot; of the prototype, next step will probably involve working on a standalone .exe, and the occasionnal fun script&lt;br /&gt;
* companion.0.9-any.zip - 18/02/2008&lt;br /&gt;
** Quick update to fix for the new DF version.&lt;br /&gt;
* companion.0.9-any.zip - 26/02/2008&lt;br /&gt;
** Another quick fix for 38b&lt;br /&gt;
= thanks =&lt;br /&gt;
* the memory hackers!&lt;br /&gt;
* Phil, for the clever python tricks&lt;br /&gt;
* Corbine, for early testings, bug discovery, and flags discovery&lt;br /&gt;
* sinoth, for early testings, bug discovery&lt;/div&gt;</summary>
		<author><name>Jurassiced</name></author>
	</entry>
	<entry>
		<id>https://dwarffortresswiki.org/index.php?title=40d:Cheating&amp;diff=8084</id>
		<title>40d:Cheating</title>
		<link rel="alternate" type="text/html" href="https://dwarffortresswiki.org/index.php?title=40d:Cheating&amp;diff=8084"/>
		<updated>2008-03-14T16:51:45Z</updated>

		<summary type="html">&lt;p&gt;Jurassiced: /* Memory Editing */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=Reaction Additions=&lt;br /&gt;
All additions to the raw files require a new world to be created to take effect.&lt;br /&gt;
&lt;br /&gt;
Generally speaking, ''modifications'' to an existing entry in a raw file don't require a new world.&lt;br /&gt;
&lt;br /&gt;
Worlds created before the modifications were made won't be playable unless the previous version of the raw file is restored. Save your custom raw files if you want to continue playing your game at some future point.&lt;br /&gt;
&lt;br /&gt;
Attempting to play worlds not generated with identical reaction additions will fail on load.&lt;br /&gt;
&lt;br /&gt;
==Easy Adamantine==&lt;br /&gt;
Add this:&lt;br /&gt;
&lt;br /&gt;
     [REACTION:ADAMANTINE_WAFERS]&lt;br /&gt;
     [NAME:make adamantine wafers]&lt;br /&gt;
     [SMELTER]&lt;br /&gt;
     [REAGENT]&lt;br /&gt;
     [PRODUCT:100:1:BAR:NO_SUBTYPE:METAL:ADAMANTINE]&lt;br /&gt;
&lt;br /&gt;
into reaction_standard.txt. The next time you make a world your dwarves will be capable of creating adamantine from nothing.&lt;br /&gt;
&lt;br /&gt;
==Make Stone Into Logs==&lt;br /&gt;
Add this:&lt;br /&gt;
&lt;br /&gt;
     [REACTION:FREE_WOOD]&lt;br /&gt;
     [NAME:stone to wood]&lt;br /&gt;
     [SMELTER]&lt;br /&gt;
     [REAGENT:1:STONE:NO_SUBTYPE:STONE:NO_MATGLOSS]&lt;br /&gt;
     [PRODUCT:100:1:WOOD:NO_SUBTYPE:WOOD:OAK]&lt;br /&gt;
&lt;br /&gt;
to reaction_standard.txt. As with any custom addition to the raws, you must generate a new world to use it.&lt;br /&gt;
&lt;br /&gt;
=Creature Token Modifications=&lt;br /&gt;
Note that as above, many of these changes will require a new world.  The example listed below is a notable exception.&lt;br /&gt;
&lt;br /&gt;
==If you feel you need your enemies (or victims) to drop better loot...==&lt;br /&gt;
...add something like this to their creature entries.&lt;br /&gt;
&lt;br /&gt;
     [ITEMCORPSE:ARMOR:ITEM_ARMOR_CHAINMAIL:METAL:ADAMANTINE]&lt;br /&gt;
     [ITEMCORPSE_QUALITY:5]&lt;br /&gt;
Note that you do ''not'' need to make a new world for this to work, and that you can even change this entry in-between saves on the same adventurer (and by highly likely extension, fortress), which has immense and obvious cheating potential.  You may want to take a look at the [[Item tokens]] page for a better general understanding of the ITEMCORPSE tag; ITEMCORPSE_QUALITY, on the other hand, simply ranges from 0 (no quality modifier) to 5 (masterpiece quality).&lt;br /&gt;
&lt;br /&gt;
=River Freeze=&lt;br /&gt;
By setting temperature to NO in the init.txt file, a frozen river will remain frozen even during summer, allowing you to do anything you need to do before unfreezing it. This is especially useful for retrieving items or digging tunnels straight up to water sources without them flooding.&lt;br /&gt;
&lt;br /&gt;
=Savescumming=&lt;br /&gt;
&lt;br /&gt;
Savescumming refers to the practice of regularly backing up your saves so you can revert to one if your fortress crumbles to the last. This can be toggled to be done automatically in the init file, so some might not consider this to be cheating.&lt;br /&gt;
&lt;br /&gt;
Another method to save scum is open up task manager (ctrl+alt+delete) and open the Processes tab, and then selecting dwarfort.exe and clicking on end task. This will cause dwarf fortress to close, without overwriting the last saved game. WARNING: closing the game in this manner has been known to cause inflate errors, especially in [[adventurer mode]].&lt;br /&gt;
&lt;br /&gt;
=Memory Editing=&lt;br /&gt;
&lt;br /&gt;
''[[:Memory editing|Main article: Memory editing]]''&lt;br /&gt;
&lt;br /&gt;
Memory editing refers to using an external program to modify numbers within the game. This is at its most useful when choosing what to take with you, as you can give yourself an unlimited number of points. What doesn't work in the new version is giving your starting dwarves tons of prof skills, since there now is a limit in how many skills they can start with. You can still start your dwarves with all proficient skills, but you need to change the skill limit value first on every dwarf you want to do this with, also when editing the memory values with such programs as CheatEngine in adventure mode your point value is 4bytes but in fortress you have to change the search to 2bytes only for hex editors though(NOTE as of 0.27.176.38c I have found that you can only edit the value of the first dwarf in you starting team)&lt;br /&gt;
&lt;br /&gt;
The [[utilities]] page has several tools that do specific memory hacks, such as to teleport a creature.&lt;br /&gt;
&lt;br /&gt;
Don't forget, Cheat-O-Matic is a very easy to use tool for memory hacking, use it to change starting points, the dwarf skill limits, etc.&lt;br /&gt;
&lt;br /&gt;
Editing the memory of a game has a possibility to cause the game to crash or misbehave, including corrupting of saves.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
NOTE: WPE may be ''flagged'' as a virus because it injects a DLL, and certain viruses out there use similar techniques to steal sensitive information.&lt;br /&gt;
&lt;br /&gt;
{| style=&amp;quot;width: 100%; background: #ddd; border: 1px solid #777; border-left-color:#bbb; border-top-color:#bbb;&amp;quot;&lt;br /&gt;
|+ style=&amp;quot;color: #fff; background: #999; border: 1px solid #777; border-left-color:#bbb; border-top-color:#bbb; padding: 0.2em 0.5em; text-align: center&amp;quot; | '''Links'''&lt;br /&gt;
|- &lt;br /&gt;
! style=&amp;quot;text-align: left; padding: 0.1em 0.5em&amp;quot; | Various Memory Hacking Tools:&lt;br /&gt;
| [http://wpepro.net/index.php?categoryid=9&amp;amp;p13_sectionid=1&amp;amp;p13_fileid=79?&amp;amp;category=3 WPE Pro/PermEdit/Tsearch],  [http://www.artmoney.ru/?threadid=2669677 ARTMONEY], [http://www.developerfusion.co.uk/show/2426/?t=38984 Cheat-O-Matic],&lt;br /&gt;
[http://cheatengine.org/?t=38984 Cheat Engine]&lt;br /&gt;
|}&lt;br /&gt;
[[Category:Guides]]&lt;br /&gt;
Guide on how to edit the starting skills and points using TSearch: http://www.youtube.com/watch?v=boC-IxvkYsI&lt;/div&gt;</summary>
		<author><name>Jurassiced</name></author>
	</entry>
	<entry>
		<id>https://dwarffortresswiki.org/index.php?title=40d:Cheating&amp;diff=8083</id>
		<title>40d:Cheating</title>
		<link rel="alternate" type="text/html" href="https://dwarffortresswiki.org/index.php?title=40d:Cheating&amp;diff=8083"/>
		<updated>2008-03-14T16:50:56Z</updated>

		<summary type="html">&lt;p&gt;Jurassiced: /* Memory Editing */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=Reaction Additions=&lt;br /&gt;
All additions to the raw files require a new world to be created to take effect.&lt;br /&gt;
&lt;br /&gt;
Generally speaking, ''modifications'' to an existing entry in a raw file don't require a new world.&lt;br /&gt;
&lt;br /&gt;
Worlds created before the modifications were made won't be playable unless the previous version of the raw file is restored. Save your custom raw files if you want to continue playing your game at some future point.&lt;br /&gt;
&lt;br /&gt;
Attempting to play worlds not generated with identical reaction additions will fail on load.&lt;br /&gt;
&lt;br /&gt;
==Easy Adamantine==&lt;br /&gt;
Add this:&lt;br /&gt;
&lt;br /&gt;
     [REACTION:ADAMANTINE_WAFERS]&lt;br /&gt;
     [NAME:make adamantine wafers]&lt;br /&gt;
     [SMELTER]&lt;br /&gt;
     [REAGENT]&lt;br /&gt;
     [PRODUCT:100:1:BAR:NO_SUBTYPE:METAL:ADAMANTINE]&lt;br /&gt;
&lt;br /&gt;
into reaction_standard.txt. The next time you make a world your dwarves will be capable of creating adamantine from nothing.&lt;br /&gt;
&lt;br /&gt;
==Make Stone Into Logs==&lt;br /&gt;
Add this:&lt;br /&gt;
&lt;br /&gt;
     [REACTION:FREE_WOOD]&lt;br /&gt;
     [NAME:stone to wood]&lt;br /&gt;
     [SMELTER]&lt;br /&gt;
     [REAGENT:1:STONE:NO_SUBTYPE:STONE:NO_MATGLOSS]&lt;br /&gt;
     [PRODUCT:100:1:WOOD:NO_SUBTYPE:WOOD:OAK]&lt;br /&gt;
&lt;br /&gt;
to reaction_standard.txt. As with any custom addition to the raws, you must generate a new world to use it.&lt;br /&gt;
&lt;br /&gt;
=Creature Token Modifications=&lt;br /&gt;
Note that as above, many of these changes will require a new world.  The example listed below is a notable exception.&lt;br /&gt;
&lt;br /&gt;
==If you feel you need your enemies (or victims) to drop better loot...==&lt;br /&gt;
...add something like this to their creature entries.&lt;br /&gt;
&lt;br /&gt;
     [ITEMCORPSE:ARMOR:ITEM_ARMOR_CHAINMAIL:METAL:ADAMANTINE]&lt;br /&gt;
     [ITEMCORPSE_QUALITY:5]&lt;br /&gt;
Note that you do ''not'' need to make a new world for this to work, and that you can even change this entry in-between saves on the same adventurer (and by highly likely extension, fortress), which has immense and obvious cheating potential.  You may want to take a look at the [[Item tokens]] page for a better general understanding of the ITEMCORPSE tag; ITEMCORPSE_QUALITY, on the other hand, simply ranges from 0 (no quality modifier) to 5 (masterpiece quality).&lt;br /&gt;
&lt;br /&gt;
=River Freeze=&lt;br /&gt;
By setting temperature to NO in the init.txt file, a frozen river will remain frozen even during summer, allowing you to do anything you need to do before unfreezing it. This is especially useful for retrieving items or digging tunnels straight up to water sources without them flooding.&lt;br /&gt;
&lt;br /&gt;
=Savescumming=&lt;br /&gt;
&lt;br /&gt;
Savescumming refers to the practice of regularly backing up your saves so you can revert to one if your fortress crumbles to the last. This can be toggled to be done automatically in the init file, so some might not consider this to be cheating.&lt;br /&gt;
&lt;br /&gt;
Another method to save scum is open up task manager (ctrl+alt+delete) and open the Processes tab, and then selecting dwarfort.exe and clicking on end task. This will cause dwarf fortress to close, without overwriting the last saved game. WARNING: closing the game in this manner has been known to cause inflate errors, especially in [[adventurer mode]].&lt;br /&gt;
&lt;br /&gt;
=Memory Editing=&lt;br /&gt;
&lt;br /&gt;
''[[:Memory editing|Main article: Memory editing]]''&lt;br /&gt;
&lt;br /&gt;
Memory editing refers to using an external program to modify numbers within the game. This is at its most useful when choosing what to take with you, as you can give yourself an unlimited number of points. What doesn't work in the new version is giving your starting dwarves tons of prof skills, since there now is a limit in how many skills they can start with. You can still start your dwarves with all proficient skills, but you need to change the skill limit value first on every dwarf you want to do this with, also when editing the memory vlaues with such programs as CheatEngine in adtenute mode your point value is 4bytes but in fortress you have to change the search to 2bytes only for hex editors though(NOTE as of 0.27.176.38c I have found that you can only edit the value of the first dwarf in you starting team)&lt;br /&gt;
&lt;br /&gt;
The [[utilities]] page has several tools that do specific memory hacks, such as to teleport a creature.&lt;br /&gt;
&lt;br /&gt;
Don't forget, Cheat-O-Matic is a very easy to use tool for memory hacking, use it to change starting points, the dwarf skill limits, etc.&lt;br /&gt;
&lt;br /&gt;
Editing the memory of a game has a possibility to cause the game to crash or misbehave, including corrupting of saves.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
NOTE: WPE may be ''flagged'' as a virus because it injects a DLL, and certain viruses out there use similar techniques to steal sensitive information.&lt;br /&gt;
&lt;br /&gt;
{| style=&amp;quot;width: 100%; background: #ddd; border: 1px solid #777; border-left-color:#bbb; border-top-color:#bbb;&amp;quot;&lt;br /&gt;
|+ style=&amp;quot;color: #fff; background: #999; border: 1px solid #777; border-left-color:#bbb; border-top-color:#bbb; padding: 0.2em 0.5em; text-align: center&amp;quot; | '''Links'''&lt;br /&gt;
|- &lt;br /&gt;
! style=&amp;quot;text-align: left; padding: 0.1em 0.5em&amp;quot; | Various Memory Hacking Tools:&lt;br /&gt;
| [http://wpepro.net/index.php?categoryid=9&amp;amp;p13_sectionid=1&amp;amp;p13_fileid=79?&amp;amp;category=3 WPE Pro/PermEdit/Tsearch],  [http://www.artmoney.ru/?threadid=2669677 ARTMONEY], [http://www.developerfusion.co.uk/show/2426/?t=38984 Cheat-O-Matic],&lt;br /&gt;
[http://cheatengine.org/?t=38984 Cheat Engine]&lt;br /&gt;
|}&lt;br /&gt;
[[Category:Guides]]&lt;br /&gt;
Guide on how to edit the starting skills and points using TSearch: http://www.youtube.com/watch?v=boC-IxvkYsI&lt;/div&gt;</summary>
		<author><name>Jurassiced</name></author>
	</entry>
</feed>