v50 Steam/Premium information for editors
  • v50 information can now be added to pages in the main namespace. v0.47 information can still be found in the DF2014 namespace. See here for more details on the new versioning policy.
  • Use this page to report any issues related to the migration.
This notice may be cached—the current version can be found here.

Difference between revisions of "v0.31:Creature token"

From Dwarf Fortress Wiki
Jump to navigation Jump to search
(syndromes have nothing to do with creatures - they're attached to materials)
(move attack tokens to the bottom)
Line 106: Line 106:
 
*selection criteria
 
*selection criteria
 
*location  
 
*location  
| Defines the attack name, and the body part used.
+
| Defines the attack name, and the body part used. See [[#Attack Tokens|below]] for valid subtokens
 
'''Example:'''<br />
 
'''Example:'''<br />
 
[ATTACK:GORE:BODYPART:BY_CATEGORY:HORN]<br />
 
[ATTACK:GORE:BODYPART:BY_CATEGORY:HORN]<br />
Line 113: Line 113:
  
 
|-  
 
|-  
| ATTACK_CONTACT_PERC
+
| ATTACK_TRIGGER
|  
+
| pop:exported wealth:created wealth
*% value
+
| stages when a megabeast will attack a site
| amount of available tissue used in attack
+
 
 +
|}
 +
 
 +
<div align="center">
 +
{{alphabetical TOC}}
 +
</div>
  
 +
==B==
 +
{| {{prettytable}}
 +
|- bgcolor="#ddd"
 +
! width="20%" | Token
 +
! width="20%" | Arguments
 +
! width="60%" | Description
 
|-  
 
|-  
| ATTACK_FLAG_CANLATCH
+
| BABY
|
+
| integer
| Enables an attacker to occasionally latch on with the bodypart used by an attack when an attack with this flag in it's definition is made.
+
| age at which creature is considered a child. Default is zero. One can think of this as the duration of the baby stage.
  
 
|-  
 
|-  
| ATTACK_FLAG_EDGE
+
| BABYNAME
|
+
| singular:plural
| attack type
+
| name at caste level
  
 
|-  
 
|-  
| ATTACK_FLAG_WITH
+
| BEACH_FREQUENCY
 
|   
 
|   
| In adventure mode, displays the name of the body part used by an attack when announcing the attack.
+
| {{L|Whale}}s and {{L|Sea nettle jellyfish|jellyfish}} have this. Controls the beaching frequency of the creature.  
  
 
|-  
 
|-  
| ATTACK_PENETRATION_PERC
+
| BENIGN
|  
+
|
*% value
+
| Determines whether creature can show up on "tame" maps (includes {{L|elephants}}), which will generally avoid dwarves, although they may chase and/or attack them if they get too close).
| probably amount of material that makes contact when penetration is done
 
  
 
|-  
 
|-  
| ATTACK_PRIORITY
+
| BIOME
 
|  
 
|  
*MAIN or SECOND
+
* biome token
| use of the attack in combat. Secondary attacks are only used if main attacks are impossible.
+
| Select a {{L|Biome}} the creature may appear in.
  
 
|-  
 
|-  
| ATTACK_SKILL
+
| BLOOD, PUS, OTHER MATERIAL state definition
 
|  
 
|  
*skill used ({{L|Skill tokens}})
+
*selection criteria. Often LOCAL_CREATURE_MAT, although other selection criteria may work too.
| defines the attack skill used
+
*selected material
 +
*matter state (LIQUID, GAS, ALL_SOLID)  
 +
| Controls bleeding behaviour
  
 
|-  
 
|-  
| ATTACK_TRIGGER
+
| BODY
| pop:exported wealth:created wealth{{verify}}
+
| body parts
| stages when a megabeast will attack a site
+
| Draws body parts from OBJECT:BODY files (such as body_default.txt)
 +
'''Example:'''<br />
 +
[BODY:BODY_WITH_HEAD_FLAG:HEART:GUTS:BRAIN:MOUTH] <br />
 +
This is the body from a {{L|Purring maggot}}. It creates a body with head, a heart, some guts, a brain, and a mouth. Thats all a maggot needs.
  
 
|-  
 
|-  
| ATTACK_VERB
+
| BODY_APPEARANCE_MODIFIER
| 2nd person:3rd person
+
|  
| descriptive text for the attack
+
*ATTRIBUTE
 +
*lowest:lower:low:median:high:higher:highest
 +
| These body modifiers give individual creatures different characteristics. In the case of HEIGHT, BROADNESS and LENGTH, the modifier is also a percentage change to the BODY_SIZE of the individual creature.  The seven numbers afterward give a distribution of ranges. Each interval has an equal chance of occurring.
 +
'''Example:'''<br />
 +
[BODY_APPEARANCE_MODIFIER:LENGTH:90:95:98:100:102:105:110] <br />
 +
''HEIGHT'' : marks the height to be changed <br />
 +
''90:95:98:100:102:105:110'' :  sets the range from the shortest (90% of the average height) to the tallest (110% of the average height) creature variation.
  
|-
+
|-  
| ATTACK_VELOCITY_MODIFIER
+
| BODY_DETAIL_PLAN
| number
+
| PlanName, PlanName:type:type:type:etc
| Modifies the attack velocity. Believed to be percent based (so 100 would be "normal"). May be on same scale as weapon velocity (where 1000 is "normal").
+
| loads a plan listed OBJECT:BODY_DETAIL_PLAN files, such as b_detail_plan_default.txt. Mass applies USE_MATERIAL_TEMPLATE, mass alters RELSIZE, alters body part positions, and will allow tissue layers to be defined. Tissue layers are defined in order of skin to bone here.
 +
'''Example:'''<br />
 +
[BODY_DETAIL_PLAN:VERTEBRATE_TISSUE_LAYERS:SKIN:FAT:MUSCLE:BONE:CARTILAGE] <br />
 +
This creates the detailed body of a {{L|fox}}, the skin, fat, muscle, bones and cartilage out of the vertebrate tissues.<br />
 +
A {{L|Purring maggot|maggot}} would only need:<br />
 +
''[BODY_DETAIL_PLAN:EXOSKELETON_TISSUE_LAYERS:SKIN:FAT:MUSCLE]''
  
|}
+
|-
 +
| BODY_SIZE
 +
| years:days:size
 +
| sets up size at a given time. Size is roughly equal to the creature's average weight in grams.
 +
'''Example:'''<br />
 +
[BODY_SIZE:0:0:10000]<br />
 +
[BODY_SIZE:1:168:50000]<br />
 +
[BODY_SIZE:12:0:220000]<br />
 +
This describes the size of a {{L|minotaur}}. His birth size would be 10000 (~10 kg). With 1 year and 168 days he would be 50000 tall (~50 kg). As an adult (with 12 years) he would weight roughly 220 kg
  
<div align="center">
 
{{alphabetical TOC}}
 
</div>
 
 
==B==
 
{| {{prettytable}}
 
|- bgcolor="#ddd"
 
! width="20%" | Token
 
! width="20%" | Arguments
 
! width="60%" | Description
 
 
|-  
 
|-  
| BABY
+
| BODYGLOSS
| integer
+
| gloss
| age at which creature is considered a child. Default is zero. One can think of this as the duration of the baby stage.
+
| Substitutes body part text with replacement text. Draws gloss information from OBJECT:BODY files (such as body_default.txt)
  
 
|-  
 
|-  
| BABYNAME
+
| BONECARN
| singular:plural
+
|
| name at caste level
+
| Creature 'eats' bones. Eating bones makes their happiness go up, but can cause death (suffocation){{verify}}. Implies CARNIVORE.
  
 
|-  
 
|-  
| BEACH_FREQUENCY
+
| BP_APPEARANCE_MODIFIER
|
+
|  
| {{L|Whale}}s and {{L|Sea nettle jellyfish|jellyfish}} have this. Controls the beaching frequency of the creature.
+
*QUALITY
 +
*lowest:lower:low:median:high:higher:highest
 +
| sets up the breadth of possibilities for appearance qualities for a selected BP group. EG. Eyes (CLOSE_SET, DEEP_SET, ROUND_VS_NARROW, LARGE_IRIS),Lips (THICKNESS), Nose (BROADNESS, LENGTH, UPTURNED, CONVEX), Ear (SPLAYED_OUT, HANGING_LOBES, BROADNESS, HEIGHT), Tooth (GAPS), Skull (HIGH_CHEEKBONES, BROAD_CHIN, JUTTING CHIN, SQUARE_CHIN), Neck (DEEP_VOICE, RASPY_VOICE), Head (BROADNESS, HEIGHT)
 +
 
 +
|-
 +
| BUILDINGDESTROYER
 +
| 1 or 2
 +
| Allows a creature to destroy furniture and buildings. Value [1] targets mostly doors, hatches, furniture and the like. Value [2] targets anything not made with the b + C commands.
 +
|}
 +
 
 +
<div align="center">
 +
{{alphabetical TOC}}
 +
</div>
 +
 
 +
==C==
 +
{| {{prettytable}}
 +
|- bgcolor="#ddd"
 +
! width="20%" | Token
 +
! width="20%" | Arguments
 +
! width="60%" | Description
  
 
|-  
 
|-  
| BENIGN
+
| CAN_LEARN
 
|   
 
|   
| Determines whether creature can show up on "tame" maps (includes {{L|elephants}}), which will generally avoid dwarves, although they may chase and/or attack them if they get too close).  
+
| The creature gets skills and professions. Note that this token makes the creature unable to be butchered by an adventurer so it is not recommended for uncivilized monsters. Adventurers lacking this token can allocate but not increase attributes and skills. skills allocated will disappear on start.
  
 
|-  
 
|-  
| BIOME
+
| CAN_SPEAK
|  
+
|
* biome token
+
| Can talk. Note that it is not necessary for a creature to gain social skills.  
| Select a {{L|Biome}} the creature may appear in.
 
  
 
|-  
 
|-  
| BLOOD, PUS, OTHER MATERIAL state definition
+
| CANNOT_UNDEAD
|  
+
|
*selection criteria. Often LOCAL_CREATURE_MAT, although other selection criteria may work too.
+
| Cannot be turned into a zombie or skeletal undead
*selected material
 
*matter state (LIQUID, GAS, ALL_SOLID)
 
| Controls bleeding behaviour
 
  
 
|-  
 
|-  
| BODY
+
| CANOPENDOORS
| body parts
+
|
| Draws body parts from OBJECT:BODY files (such as body_default.txt)
+
| Allows the creature to open doors.  
'''Example:'''<br />
 
[BODY:BODY_WITH_HEAD_FLAG:HEART:GUTS:BRAIN:MOUTH] <br />
 
This is the body from a {{L|Purring maggot}}. It creates a body with head, a heart, some guts, a brain, and a mouth. Thats all a maggot needs.
 
  
 
|-  
 
|-  
| BODY_APPEARANCE_MODIFIER
+
| CARNIVORE
|  
+
|
*ATTRIBUTE
+
| Creature ''only'' eats meat
*lowest:lower:low:median:high:higher:highest
 
| These body modifiers give individual creatures different characteristics. In the case of HEIGHT, BROADNESS and LENGTH, the modifier is also a percentage change to the BODY_SIZE of the individual creature.  The seven numbers afterward give a distribution of ranges. Each interval has an equal chance of occurring.
 
'''Example:'''<br />
 
[BODY_APPEARANCE_MODIFIER:LENGTH:90:95:98:100:102:105:110] <br />
 
''HEIGHT'' : marks the height to be changed <br />
 
''90:95:98:100:102:105:110'' :  sets the range from the shortest (90% of the average height) to the tallest (110% of the average height) creature variation.
 
  
 
|-  
 
|-  
| BODY_DETAIL_PLAN
+
| CASTE
| PlanName, PlanName:type:type:type:etc
+
|  
| loads a plan listed OBJECT:BODY_DETAIL_PLAN files, such as b_detail_plan_default.txt. Mass applies USE_MATERIAL_TEMPLATE, mass alters RELSIZE, alters body part positions, and will allow tissue layers to be defined. Tissue layers are defined in order of skin to bone here.
+
*name
'''Example:'''<br />
+
| defines a caste
[BODY_DETAIL_PLAN:VERTEBRATE_TISSUE_LAYERS:SKIN:FAT:MUSCLE:BONE:CARTILAGE] <br />
+
 
This creates the detailed body of a {{L|fox}}, the skin, fat, muscle, bones and cartilage out of the vertebrate tissues.<br />
+
|-
A {{L|Purring maggot|maggot}} would only need:<br />
+
| CASTE_ALTTILE
''[BODY_DETAIL_PLAN:EXOSKELETON_TISSUE_LAYERS:SKIN:FAT:MUSCLE]''
+
|
 +
*tile number or "letter"
 +
| Caste-specific alternate tile. Expects CASTE_TILE
  
|-  
+
|-
| BODY_SIZE
+
| CASTE_COLOR
| years:days:size
+
|
| sets up size at a given time. Size is roughly equal to the creature's average weight in grams.
+
*fg
'''Example:'''<br />
+
*bg
[BODY_SIZE:0:0:10000]<br />
+
*brightness
[BODY_SIZE:1:168:50000]<br />
+
| Creature tile color of the caste.
[BODY_SIZE:12:0:220000]<br />
+
 
This describes the size of a {{L|minotaur}}. His birth size would be 10000 (~10 kg). With 1 year and 168 days he would be 50000 tall (~50 kg). As an adult (with 12 years) he would weight roughly 220 kg
+
|-
 +
| CASTE_GLOWCOLOR
 +
|
 +
*fg
 +
*bg
 +
*brightness
 +
| GLOWTILE color of the caste.
 +
 
 +
|-
 +
| CASTE_GLOWTILE
 +
|
 +
*tile value or "letter"
 +
| Caste-specific glowtile
  
 
|-  
 
|-  
| BODYGLOSS
+
| CASTE_NAME
| gloss
+
| singular:plural:adjective
| Substitutes body part text with replacement text. Draws gloss information from OBJECT:BODY files (such as body_default.txt)
+
| The name of the caste of the creature in the game.
  
 
|-  
 
|-  
| BONECARN
+
| CASTE_PROFESSION_NAME
 
| Creature 'eats' bones. Eating bones makes their happiness go up, but can cause death (suffocation){{verify}}. Implies CARNIVORE.
 
 
 
|-
 
| BP_APPEARANCE_MODIFIER
 
 
|  
 
|  
*QUALITY
+
*Profession
*lowest:lower:low:median:high:higher:highest
+
*singular
| sets up the breadth of possibilities for appearance qualities for a selected BP group. EG. Eyes (CLOSE_SET, DEEP_SET, ROUND_VS_NARROW, LARGE_IRIS),Lips (THICKNESS), Nose (BROADNESS, LENGTH, UPTURNED, CONVEX), Ear (SPLAYED_OUT, HANGING_LOBES, BROADNESS, HEIGHT), Tooth (GAPS), Skull (HIGH_CHEEKBONES, BROAD_CHIN, JUTTING CHIN, SQUARE_CHIN), Neck (DEEP_VOICE, RASPY_VOICE), Head (BROADNESS, HEIGHT)
+
*plural
 +
| alters the name of the given profession, caste-specific
  
|-  
+
|-
| BUILDINGDESTROYER
+
| CASTE_SOLDIER_ALTTILE
| 1 or 2
+
| 'character' or tile number
| Allows a creature to destroy furniture and buildings. Value [1] targets mostly doors, hatches, furniture and the like. Value [2] targets anything not made with the b + C commands.
+
| Creatures of this caste active in their civilization's military will blink between their default tile and this one.
|}
 
  
<div align="center">
+
|-
{{alphabetical TOC}}
+
| CASTE_SOLDIER_TILE
</div>
+
| 'character' or tile number
 
+
| Creatures of this caste active in their civilization's military will use this tile instead.
==C==
 
{| {{prettytable}}
 
|- bgcolor="#ddd"
 
! width="20%" | Token
 
! width="20%" | Arguments
 
! width="60%" | Description
 
  
 
|-  
 
|-  
| CAN_LEARN
+
| CASTE_SPEECH
|
+
| speech file?
| The creature gets skills and professions. Note that this token makes the creature unable to be butchered by an adventurer so it is not recommended for uncivilized monsters. Adventurers lacking this token can allocate but not increase attributes and skills. skills allocated will disappear on start.
+
| Possibly a caste-specific instance of the SPEECH token
  
|-  
+
|-
| CAN_SPEAK
+
| CASTE_TILE
|
+
|
| Can talk. Note that it is not necessary for a creature to gain social skills.  
+
* tile number or "letter"
 +
| Caste-specific creature tile.
  
 
|-  
 
|-  
| CANNOT_UNDEAD
+
| CAVE_ADAPT
 
|   
 
|   
| Cannot be turned into a zombie or skeletal undead
+
| Gives the creature a bonus in caves. Also causes [[Cave adaptation]].
 +
 
 +
|-
 +
| CHANGE_BODY_SIZE_PERC
 +
|
 +
|
  
 
|-  
 
|-  
| CANOPENDOORS
+
| CHILD
|
+
| integer
| Allows the creature to open doors.  
+
| age at which creature is considered an adult. One can think of this as the duration of the child stage. Without this token, a creature will not reproduce in Fortress mode.
  
 
|-  
 
|-  
| CARNIVORE
+
| CHILD_BODYPART_GROUP
|
+
|  
| Creature ''only'' eats meat
+
*master selection, BY_CATEGORY, BY_TYPE, BY_TOKEN.
 +
*master location
 +
*specific selection, BY_CATEGORY, BY_TYPE, BY_TOKEN.
 +
*specific location
 +
| selects all parts of a group to be used.
  
 
|-  
 
|-  
| CASTE
+
| CHILDNAME
|  
+
| singular:plural
*name  
+
| name at caste level
| defines a caste
 
  
|-
+
|-  
| CASTE_ALTTILE
+
| CLUSTER_NUMBER
 
|
 
|
*tile number or "letter"
+
*min
| Caste-specific alternate tile. Expects CASTE_TILE
+
*max
 +
| The minimum/maximum numbers of how many creatures per spawned cluster. Certain vermin fish use this token in combination with temperate ocean and river biome tokens to perform seasonal migrations.
 +
e.g. [CLUSTER_NUMBER:1:3]
  
 
|-
 
|-
| CASTE_COLOR
+
|CLUTCH_SIZE
 
|
 
|
*fg
+
*min
*bg
+
*max
*brightness
+
|Number of eggs laid in one sitting.
| Creature tile color of the caste.
 
  
|-
+
|-  
| CASTE_GLOWCOLOR
+
| COLDDAM_POINT
|
+
| value
*fg
+
| The minimum temperature limit before the currently selected material will start receiving damage from freezing. Used mostly in material templates.
*bg
 
*brightness
 
| GLOWTILE color of the caste.
 
  
 
|-
 
|-
| CASTE_GLOWTILE
+
| COLONY_EXTERNAL
 
|
 
|
*tile value or "letter"
+
| Caste hovers around colony.
| Caste-specific glowtile
 
  
 
|-  
 
|-  
| CASTE_NAME
+
| COLOR
| singular:plural:adjective
+
| foreground:background:brightness
| The name of the caste of the creature in the game.
+
| Color  of the creature's tile.  
  
 
|-  
 
|-  
| CASTE_PROFESSION_NAME
+
| COMMON_DOMESTIC
|  
+
|
*Profession
+
| Allows the creature to be brought with immigrants and when creating a new fortress, as long as the creature also includes at least one of the following tokens: PET, PACK_ANIMAL, WAGON_PULLER, MOUNT.  In addition, the creature must be NATURAL rather than FANCIFUL
*singular
 
*plural
 
| alters the name of the given profession, caste-specific
 
  
 
|-
 
|-
| CASTE_SOLDIER_ALTTILE
+
| CONVERTED_SPOUSE
| 'character' or tile number
+
|
| Creatures of this caste active in their civilization's military will blink between their default tile and this one.
+
| Found only at caste level. Creatures of this caste's species with the SPOUSE_CONVERTER and NIGHT_CREATURE_HUNTER tokens will kidnap SPOUSE_CONVERSION_TARGETs of an appropriate sex and convert them into castes with CONVERTED_SPOUSE.
  
|-
+
|-  
| CASTE_SOLDIER_TILE
+
| COOKABLE_LIVE
| 'character' or tile number
+
|
| Creatures of this caste active in their civilization's military will use this tile instead.
+
| Set this to allow the creature to be cooked in meals without first being butchered / fishcleaned.
  
 
|-  
 
|-  
| CASTE_SPEECH
+
| COPY_TAGS_FROM
| speech file?
+
|  
| Possibly a caste-specific instance of the SPEECH token
+
*CREATURE NAME
 +
| Copies tags from another specified creature.
  
|-
+
|-  
| CASTE_TILE
+
| CREATURE
|
+
| name
* tile number or "letter"
+
| begins defining a new creature with the specified name.
| Caste-specific creature tile.
 
  
 
|-  
 
|-  
| CAVE_ADAPT
+
| CREATURE_CLASS
|
+
|
| Gives the creature a bonus in caves. Also causes [[Cave adaptation]].  
+
*classname
 +
| Creature class. Can be anything, but only existing use is GENERAL_POISON. Appears to only be used for Syndromes. Supposedly can also be used for entity positions.
  
 
|-
 
|-
| CHANGE_BODY_SIZE_PERC
+
| CREATURE_SOLDIER_TILE
|
+
| 'character' or tile number
|
+
| Creatures active in their civilization's military will use this tile instead.
  
 
|-  
 
|-  
| CHILD
+
| CREATURE_TILE
| integer
+
| 'character' or tile number
| age at which creature is considered an adult. One can think of this as the duration of the child stage. Without this token, a creature will not reproduce in Fortress mode.
+
| The symbol of the creature in ASCII mode.
  
 
|-  
 
|-  
| CHILD_BODYPART_GROUP
+
| CREPUSCULAR
|  
+
|
*master selection, BY_CATEGORY, BY_TYPE, BY_TOKEN.
+
| Sets if the creature is active at twilight. This tag functions as a combination of the two tags VESPERTINE and MATUTINAL.  
*master location
 
*specific selection, BY_CATEGORY, BY_TYPE, BY_TOKEN.
 
*specific location
 
| selects all parts of a group to be used.
 
  
 
|-  
 
|-  
| CHILDNAME
+
| CURIOUSBEAST_EATER
| singular:plural
+
|
| name at caste level
+
| Allows a creature to steal and eat edible items from a site.
  
 
|-  
 
|-  
| CLUSTER_NUMBER
+
| CURIOUSBEAST_GUZZLER
|
+
|
*min
+
| Allows a creature to (very quickly) drink your alcohol. Or spill the barrel to the ground. Also affects undead versions of the creature.  
*max
 
| The minimum/maximum numbers of how many creatures per spawned cluster. Certain vermin fish use this token in combination with temperate ocean and river biome tokens to perform seasonal migrations.
 
e.g. [CLUSTER_NUMBER:1:3]
 
  
|-
+
|-  
|CLUTCH_SIZE
+
| CURIOUSBEAST_ITEM
|
+
|
*min
+
| Allows a creature to steal things (apparently the highest value it can find). Semimegabeast thievery is in Legends mode. Lightweight creatures can probably steal heavy items.
*max
 
|Number of eggs laid in one sitting.
 
  
 
|-  
 
|-  
| COLDDAM_POINT
+
| CV_ADD_TAG
| value
+
|  
| The minimum temperature limit before the currently selected material will start receiving damage from freezing. Used mostly in material templates.
+
*TAG NAME
 
+
| Adds a tag. Used in conjunction with creature variation templates.
|-
 
| COLONY_EXTERNAL
 
|
 
| Caste hovers around colony.
 
  
 
|-  
 
|-  
| COLOR
+
| CV_REMOVE_TAG
| foreground:background:brightness
+
|  
| Color  of the creature's tile.  
+
*TAG NAME
 +
| Removes a tag. Used in conjunction with creature variation templates.  
 +
|}
  
|-  
+
<div align="center">
| COMMON_DOMESTIC
+
{{alphabetical TOC}}
 +
</div>
 +
 
 +
==D==
 +
{| {{prettytable}}
 +
|- bgcolor="#ddd"
 +
! width="20%" | Token
 +
! width="20%" | Arguments
 +
! width="60%" | Description
 +
 
 +
|-  
 +
| DEMON
 
|   
 
|   
| Allows the creature to be brought with immigrants and when creating a new fortress, as long as the creature also includes at least one of the following tokens: PET, PACK_ANIMAL, WAGON_PULLER, MOUNT. In addition, the creature must be NATURAL rather than FANCIFUL
+
| Typically found on genned [[demon]]s; sets the creature as a potential spawn for [[Hidden Fun Stuff]]
 +
 
 +
|-
 +
| DESCRIPTION
 +
| text
 +
| A brief description of the creature type.
  
 
|-
 
|-
| CONVERTED_SPOUSE
+
| DIE_WHEN_VERMIN_BITE
 
|
 
|
| Found only at caste level. Creatures of this caste's species with the SPOUSE_CONVERTER and NIGHT_CREATURE_HUNTER tokens will kidnap SPOUSE_CONVERSION_TARGETs of an appropriate sex and convert them into castes with CONVERTED_SPOUSE.
+
| Dies upon attacking. Used for bee stings.
  
 
|-  
 
|-  
| COOKABLE_LIVE
+
| DIFFICULTY
|
+
| integer
| Set this to allow the creature to be cooked in meals without first being butchered / fishcleaned.
+
| Toady: "Difficulty determines how deep it places them in adventure mode/reclaim caves, and the chance that they are wounded the first few river attacks." Also increases experience gain during adventure mode.  
  
 
|-  
 
|-  
| COPY_TAGS_FROM
+
| DIURNAL
|  
+
|
*CREATURE NAME
+
| Sets if the creature is active in day.  
| Copies tags from another specified creature.
 
  
 
|-  
 
|-  
| CREATURE
+
| DOES_NOT_EXIST
| name
+
|
| begins defining a new creature with the specified name.
+
| Creature does not actually exist; used for fanciful creatures.
  
 
|-  
 
|-  
| CREATURE_CLASS
+
| DRAGONFIREBREATH
|
+
|
*classname
+
| Creature breathes fire in a cone.  
| Creature class. Can be anything, but only existing use is GENERAL_POISON. Appears to only be used for Syndromes. Supposedly can also be used for entity positions.
+
|}
  
|-
+
<div align="center">
| CREATURE_SOLDIER_TILE
+
{{alphabetical TOC}}
| 'character' or tile number
+
</div>
| Creatures active in their civilization's military will use this tile instead.
 
  
|-  
+
==E==
| CREATURE_TILE
+
{| {{prettytable}}
| 'character' or tile number
+
|- bgcolor="#ddd"
| The symbol of the creature in ASCII mode.
+
! width="20%" | Token
 +
! width="20%" | Arguments
 +
! width="60%" | Description
 +
 
 +
|-
 +
| EGG_MATERIAL
 +
|
 +
*LOCAL_CREATURE_MAT
 +
*EGGSHELL/EGG_WHITE/EGG_YOLK
 +
*state (solid, liquid, or gas)
 +
| Egg material.  Eggs will be made out of eggshell.  Edibility is determined by tags on whites or yolk, but they otherwise do not exist.
 +
 
 +
|-
 +
| EGG_SIZE
 +
|
 +
*size
 +
| Size of creature's egg?
  
|-  
+
|-
| CREPUSCULAR
+
| EQUIPMENT_WAGON
 
|   
 
|   
| Sets if the creature is active at twilight. This tag functions as a combination of the two tags VESPERTINE and MATUTINAL.  
+
| Makes the creature into a large 3x3 creature responsible for carrying trade goods, pulled by two [WAGON_PULLER]s and driven by a merchant.
  
 
|-  
 
|-  
| CURIOUSBEAST_EATER
+
| EQUIPS
 
|   
 
|   
| Allows a creature to steal and eat edible items from a site.  
+
| Allows the creature to wear or wield items.
  
 
|-  
 
|-  
| CURIOUSBEAST_GUZZLER
+
| EVIL
 
|   
 
|   
| Allows a creature to (very quickly) drink your alcohol. Or spill the barrel to the ground. Also affects undead versions of the creature.
+
| Determines whether creature can show up on "evil" maps
  
 
|-  
 
|-  
| CURIOUSBEAST_ITEM
+
| EXTRAVISION
 
|   
 
|   
| Allows a creature to steal things (apparently the highest value it can find). Semimegabeast thievery is in Legends mode. Lightweight creatures can probably steal heavy items.
+
| Creature can see regardless of whether it has working eyes.  
 
 
|-
 
| CV_ADD_TAG
 
|
 
*TAG NAME
 
| Adds a tag. Used in conjunction with creature variation templates. 
 
 
 
|-
 
| CV_REMOVE_TAG
 
|
 
*TAG NAME
 
| Removes a tag. Used in conjunction with creature variation templates.  
 
 
|}
 
|}
  
Line 516: Line 560:
 
</div>
 
</div>
  
==D==
+
==F==
 
{| {{prettytable}}
 
{| {{prettytable}}
 
|- bgcolor="#ddd"
 
|- bgcolor="#ddd"
Line 522: Line 566:
 
! width="20%" | Arguments
 
! width="20%" | Arguments
 
! width="60%" | Description
 
! width="60%" | Description
 
 
|-  
 
|-  
| DEMON
+
| FANCIFUL
 
|   
 
|   
| Typically found on genned [[demon]]s; sets the creature as a potential spawn for [[Hidden Fun Stuff]]
+
| 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.
  
|-  
+
|-
| DESCRIPTION
+
| FEATURE_ATTACK_GROUP
| text
 
| A brief description of the creature type.
 
 
 
|-
 
| DIE_WHEN_VERMIN_BITE
 
 
|
 
|
| Dies upon attacking.  Used for bee stings.
+
| Found on subterranean animalmen.
  
 
|-  
 
|-  
| DIFFICULTY
+
| FEMALE
| integer
+
|
| Toady: "Difficulty determines how deep it places them in adventure mode/reclaim caves, and the chance that they are wounded the first few river attacks." Also increases experience gain during adventure mode.  
+
| Inside a female caste, sets femaleness. Outside of a caste, sets all individuals female unless overridden by caste.
  
 
|-  
 
|-  
| DIURNAL
+
| FIREBREATH
 
|   
 
|   
| Sets if the creature is active in day.  
+
| The creature breathes fire projectiles (as opposed to DRAGONFIREBREATH, which is in a cone).
  
 
|-  
 
|-  
| DOES_NOT_EXIST
+
| FIREIMMUNE
 
|   
 
|   
| Creature does not actually exist; used for fanciful creatures.
+
| As of version v0.28.181.40d, the FIREIMMUNE token had no effect on a creature's resistance to flame or heat. However, it did affect ability to swim in magma in adventure mode, as well as display of "You are caught in a pool of magma!" warning messages.  It is unknown if these effects persist in DF 2010.
  
 
|-  
 
|-  
| DRAGONFIREBREATH
+
| FIREIMMUNE_SUPER
 
|   
 
|   
| Creature breathes fire in a cone.  
+
| The creature is immune to DRAGONFIREBREATH. Implies FIREIMMUNE.
|}
+
 
 +
|-
 +
| FISHITEM
 +
 +
| Needs to be cleaned at a fishery
 +
 
 +
|-
 +
| FIXED_TEMP
 +
| temperature
 +
| The natural heat generated by the creature.
 +
 
 +
|-
 +
| FLEEQUICK
 +
 +
| Determines how soon a creature flees in a losing battle.
 +
 
 +
|-
 +
| FLIER
 +
 +
| Allows a creature to fly. Fortress Mode pathfinding only partially incorporates pathfinding - flying dwarves need a land path to exist between them and an area in order to access it, but as long as one such path exists, they do not need to use it, instead being able to fly over intervening obstacles.
 +
 
 +
|-
 +
| FREQUENCY
 +
|
 +
*number, max 100
 +
| Determines the time between creature spawns in Fortress Mode. Higher is more occurrences per time unit. Creatures without a frequency statement default to 50. Almost all others have either [FREQUENCY:5] or [FREQUENCY:100]. Not to be confused with POP_RATIO
 +
|}
  
 
<div align="center">
 
<div align="center">
Line 563: Line 627:
 
</div>
 
</div>
  
==E==
+
==G==
 
{| {{prettytable}}
 
{| {{prettytable}}
 
|- bgcolor="#ddd"
 
|- bgcolor="#ddd"
Line 569: Line 633:
 
! width="20%" | Arguments
 
! width="20%" | Arguments
 
! width="60%" | Description
 
! width="60%" | Description
 +
|-
 +
| GENERAL_BABY_NAME
 +
| singular:plural
 +
| name at creature level
  
|-
+
|-  
| EGG_MATERIAL
+
| GENERAL_CHILD_NAME
|
+
| singular:plural
*LOCAL_CREATURE_MAT
+
| name at creature level
*EGGSHELL/EGG_WHITE/EGG_YOLK
 
*state (solid, liquid, or gas)
 
| Egg material.  Eggs will be made out of eggshell.  Edibility is determined by tags on whites or yolk, but they otherwise do not exist.
 
 
 
|-
 
| EGG_SIZE
 
|
 
*size
 
| Size of creature's egg?
 
  
|-
+
|-  
| EQUIPMENT_WAGON
+
| GENERATED
 
|   
 
|   
| Makes the creature into a large 3x3 creature responsible for carrying trade goods, pulled by two [WAGON_PULLER]s and driven by a merchant.
+
| Found on procedurally generated creatures like [[Forgotten beast]]s, (biome name) titans and [[Demon]]s.
  
 
|-  
 
|-  
| EQUIPS
+
| GETS_INFECTIONS_FROM_ROT
 
|   
 
|   
| Allows the creature to wear or wield items.
+
| creature can be infected by rot
  
|-  
+
|-
| EVIL
+
| GETS_WOUND_INFECTIONS
 
|   
 
|   
| Determines whether creature can show up on "evil" maps
+
| creature can get infections from wounds
  
 
|-  
 
|-  
| EXTRAVISION
+
| GLOWCOLOR
|
+
|  
| Creature can see regardless of whether it has working eyes.  
+
*foreground
|}
+
*background
 +
*brightness
 +
| The colour of the GLOWTILE of the creature.
  
<div align="center">
+
|-
{{alphabetical TOC}}
+
| GLOWTILE
</div>
+
| ascii character
 +
| 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 "glowing eyes" effect. The game is also hardcoded to automatically convert quotation mark GLOWTILES into apostrophes if the creature has lost one eye. This works at the generic creature level - for caste-specific glow tiles, use CASTE_GLOWTILE instead.
  
==F==
 
{| {{prettytable}}
 
|- bgcolor="#ddd"
 
! width="20%" | Token
 
! width="20%" | Arguments
 
! width="60%" | Description
 
 
|-  
 
|-  
| FANCIFUL
+
| GNAWER
|
+
| verb (gnawed)
| 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.
+
| The creature chews on food barrels and bags.  
 
 
|-
 
| FEATURE_ATTACK_GROUP
 
|
 
| Found on subterranean animalmen.
 
  
 
|-  
 
|-  
| FEMALE
+
| GO_TO_END
 
|   
 
|   
| Inside a female caste, sets femaleness. Outside of a caste, sets all individuals female unless overridden by caste.
+
| uncertain use, definitely refers to Creature Variants template
  
 
|-  
 
|-  
| FIREBREATH
+
| GO_TO_START
 
|   
 
|   
| The creature breathes fire projectiles (as opposed to DRAGONFIREBREATH, which is in a cone).
+
| uncertain use, definitely refers to Creature Variants template
  
 
|-  
 
|-  
| FIREIMMUNE
+
| GOOD
 
|   
 
|   
| As of version v0.28.181.40d, the FIREIMMUNE token had no effect on a creature's resistance to flame or heat. However, it did affect ability to swim in magma in adventure mode, as well as display of "You are caught in a pool of magma!" warning messages. It is unknown if these effects persist in DF 2010.
+
| Determines whether creature can show up on "good" areas. Eg. unicorn.
  
 
|-  
 
|-  
| FIREIMMUNE_SUPER
+
| GRASSTRAMPLE
|
+
| value
| The creature is immune to DRAGONFIREBREATH. Implies FIREIMMUNE.  
+
| Determines the percentage chance of trampling and killing grass when a creature steps on it. Set [GRASSTRAMPLE:0] to make grass never trampled by the creature.
  
|-  
+
|-
| FISHITEM
+
| GRAVITATE_BODY_SIZE
|
+
|
| Needs to be cleaned at a fishery
+
| Creature Variants template command, alter body size.
  
|-  
+
|-
| FIXED_TEMP
+
| GRAZER
| temperature
 
| The natural heat generated by the creature.
 
 
 
|-
 
| FLEEQUICK
 
 
| Determines how soon a creature flees in a losing battle.
 
 
 
|-
 
| FLIER
 
 
| Allows a creature to fly. Fortress Mode pathfinding only partially incorporates pathfinding - flying dwarves need a land path to exist between them and an area in order to access it, but as long as one such path exists, they do not need to use it, instead being able to fly over intervening obstacles.
 
 
 
|-
 
| FREQUENCY
 
 
|
 
|
*number, max 100
+
*number
| Determines the time between creature spawns in Fortress Mode. Higher is more occurrences per time unit. Creatures without a frequency statement default to 50. Almost all others have either [FREQUENCY:5] or [FREQUENCY:100]. Not to be confused with POP_RATIO
+
| Animals is a grazer. The higher the number, the less grass it needs.
 
|}
 
|}
  
Line 676: Line 712:
 
</div>
 
</div>
  
==G==
+
==H==
 
{| {{prettytable}}
 
{| {{prettytable}}
 
|- bgcolor="#ddd"
 
|- bgcolor="#ddd"
Line 682: Line 718:
 
! width="20%" | Arguments
 
! width="20%" | Arguments
 
! width="60%" | Description
 
! width="60%" | Description
|-  
+
|-
| GENERAL_BABY_NAME
+
| HABIT
| singular:plural
+
| type:probability
| name at creature level
+
| Defines certain behaviors for the creature. The habit types are COLLECT_TROPHIES, COOK_PEOPLE, COOK_VERMIN, GRIND_VERMIN, COOK_BLOOD, GRIND_BONE_MEAL, EAT_BONE_PORRIDGE, USE_ANY_MELEE_WEAPON, and COLLECT_WEALTH. These may require the creature to have a lair to work properly.
  
|-  
+
|-
| GENERAL_CHILD_NAME
+
| HABIT_NUM
| singular:plural
+
| number or TEST_ALL
| name at creature level
+
| Unknown. All lists of HABITs are preceded by [HABIT_NUM:TEST_ALL]
  
 
|-  
 
|-  
| GENERATED
+
| HAS_NERVES
 
|   
 
|   
| Found on procedurally generated creatures like [[Forgotten beast]]s, (biome name) titans and [[Demon]]s.
+
| This makes the creature susceptible to severed motor and sensory nerves when muscles are torn in limb, grasp and stance parts. Some butchering yields nervous tissue.
  
 
|-  
 
|-  
| GETS_INFECTIONS_FROM_ROT
+
| HEATDAM_POINT
|
+
| value
| creature can be infected by rot
+
| The maximum temperature limit before the currently selected material will start receiving damage from heat. Used mostly in material templates.
  
 
|-
 
|-
| GETS_WOUND_INFECTIONS
+
| HIVE_PRODUCT
|
+
|
| creature can get infections from wounds
+
*number
 +
*time
 +
*item tokens
 +
| What product is harvested from beekeeping.
  
 
|-  
 
|-  
| GLOWCOLOR
+
| HOMEOTHERM
|  
+
|
*foreground
+
| Default 'NONE'. The creature's normal body [[DF2010:Temperature |temperature]]
*background
+
|}
*brightness
 
| The colour of the GLOWTILE of the creature.
 
  
|-
+
<div align="center">
| GLOWTILE
+
{{alphabetical TOC}}
| ascii character
+
</div>
| 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 "glowing eyes" effect. The game is also hardcoded to automatically convert quotation mark GLOWTILES into apostrophes if the creature has lost one eye. This works at the generic creature level - for caste-specific glow tiles, use CASTE_GLOWTILE instead.
 
  
 +
==I==
 +
{| {{prettytable}}
 +
|- bgcolor="#ddd"
 +
! width="20%" | Token
 +
! width="20%" | Arguments
 +
! width="60%" | Description
 
|-  
 
|-  
| GNAWER
+
| IF_EXISTS_SET_BOILING_POINT
| verb (gnawed)
+
| value
| The creature chews on food barrels and bags.  
+
| The temperature at which the creature boils into gases.
 +
 
 +
|-
 +
| IF_EXISTS_SET_MELTING_POINT
 +
| value
 +
| The temperature at which the creature will melt into goo.  
  
 
|-  
 
|-  
| GO_TO_END
+
| IGNITE_POINT
|
+
| value
| uncertain use, definitely refers to Creature Variants template
+
| The temperature at which the creature will burst into flames.
  
 
|-  
 
|-  
| GO_TO_START
+
| IMMOBILE_LAND
 
|   
 
|   
| uncertain use, definitely refers to Creature Variants template
+
| The creature is immobile while on land.  Only works on AQUATIC creatures which can't breath on land.
  
 
|-  
 
|-  
| GOOD
+
| IMMOLATE
 
|   
 
|   
| Determines whether creature can show up on "good" areas. Eg. unicorn.
+
| Will ignite, and potentially completely destroy, items the creature is standing on. Keep booze away from critters with this tag.  
  
 
|-  
 
|-  
| GRASSTRAMPLE
+
| INSULATION
 
| value  
 
| value  
| Determines the percentage chance of trampling and killing grass when a creature steps on it. Set [GRASSTRAMPLE:0] to make grass never trampled by the creature.
+
| increases the insulation of a selected material (usually hair, feathers or skin)
  
|-
+
|-  
| GRAVITATE_BODY_SIZE
+
| INTELLIGENT
|
+
|
| Creature Variants template command, alter body size.
+
| Implies CAN_SPEAK and CAN_LEARN. CAN_LEARN probably means the creature gets skills and professions. Not recommended for uncivilized monsters.
 +
 
 +
|-
 +
| ITEMCORPSE
 +
|   
 +
* [[Item token]]
 +
    * subtype
 +
NO_SUBTYPE
 +
    * matgloss token
 +
    * NO_RACEGLOSS
 +
USE_RACEGLOSS USE_SHARPSTONE
 +
| Determines if the creature leaves behind a non-standard corpse (i.e. wood, statue, bars, ash from ghost 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. ""IRON"" if the corpse type is ""STATUE""). USE_RACEGLOSS applies if the creature has a material glossary assigned by the ""HAS_RACEGLOSS:"" flag and will select necessary adjectives and material from that glossary.
 +
As of 31_01, RACEGLOSS may no longer be in the game.{{verify}}
  
|-
+
|-  
| GRAZER
+
| ITEMCORPSE_QUALITY
|
+
|
*number
+
| The quality of an item-type corpse left behind; 5 is masterpiece-level.  
| Animals is a grazer.  The higher the number, the less grass it needs.
 
 
|}
 
|}
  
Line 761: Line 819:
 
</div>
 
</div>
  
==H==
+
==L==
 
{| {{prettytable}}
 
{| {{prettytable}}
 
|- bgcolor="#ddd"
 
|- bgcolor="#ddd"
Line 768: Line 826:
 
! width="60%" | Description
 
! width="60%" | Description
 
|-
 
|-
| HABIT
+
| LAIR
 
| type:probability
 
| type:probability
| Defines certain behaviors for the creature. The habit types are COLLECT_TROPHIES, COOK_PEOPLE, COOK_VERMIN, GRIND_VERMIN, COOK_BLOOD, GRIND_BONE_MEAL, EAT_BONE_PORRIDGE, USE_ANY_MELEE_WEAPON, and COLLECT_WEALTH. These may require the creature to have a lair to work properly.
+
| Found on megabeasts, semimegabeasts, and night creatues. The creature will seek out sites of this type and take them as lairs. The lair types are SIMPLE_BURROW, SIMPLE_MOUND, SHRINE, and LABYRINTH.
 +
 
 +
|-
 +
| LAIR_CHARACTERISTIC
 +
| characteristic:probability
 +
| Defines certain features of the creature's lair. The only known valid characteristic is HAS_DOORS.
 +
 
 +
|-
 +
| LAIR_HUNTER
 +
|
 +
| This creature will actively hunt adventurers in its lair.
  
 
|-
 
|-
| HABIT_NUM
+
| LAIR_HUNTER_SPEECH
| number or TEST_ALL
+
| speech file
| Unknown. All lists of HABITs are preceded by [HABIT_NUM:TEST_ALL]
+
| What this creature says while hunting adventurers in its lair.
  
 
|-  
 
|-  
| HAS_NERVES
+
| LARGE_PREDATOR
 
|   
 
|   
| This makes the creature susceptible to severed motor and sensory nerves when muscles are torn in limb, grasp and stance parts. Some butchering yields nervous tissue.
+
| Will attack things that are smaller than it (like dwarves). Only one group of "large predators" will appear on any given map (possibly two groups on "savage" maps). In adventure mode, large predators will try to ambush and attack you (and your party will attack them back). Also, they can be mentioned in the intro paragraph when starting a fortress e.g. "ere the wolves get hungry."
  
 
|-  
 
|-  
| HEATDAM_POINT
+
| LARGE_ROAMING
| value
+
|
| The maximum temperature limit before the currently selected material will start receiving damage from heat. Used mostly in material templates.
+
| In Fortress Mode, spawns outdoors and is not a vermin creature.  
  
 
|-
 
|-
| HIVE_PRODUCT
+
| LAYS_EGGS
 
|
 
|
*number
+
| Creature lays eggs instead of giving birth to live young.
*time
+
 
*item tokens
+
|-
| What product is harvested from beekeeping.
+
| LAYS_UNUSUAL_EGGS
 +
| Item tokens
 +
| Creature lays a particular item instead of regular eggs.  As of v0.31.19, this tag only makes the game crash.
 +
 
 +
|-
 +
| LIGAMENTS
 +
|
 +
*selection criteria. Often LOCAL_CREATURE_MAT, although other selection criteria may work too.
 +
*selected material. Almost always SINEW of the creature's materials.
 +
*healing rate
 +
| defines the material and healing rate of ligaments.
  
 
|-  
 
|-  
| HOMEOTHERM
+
| LIGHT_GEN
 
|   
 
|   
| Default 'NONE'. The creature's normal body [[DF2010:Temperature |temperature]]
+
| The creature will generate light, such as in adventurer mode at night.
|}
 
  
<div align="center">
+
|-
{{alphabetical TOC}}
+
| LIKES_FIGHTING
</div>
+
 +
| The creature will attack enemies rather than flee from them. This tag has the same effect on player-controlled creatures - included modded dwarves.
  
==I==
 
{| {{prettytable}}
 
|- bgcolor="#ddd"
 
! width="20%" | Token
 
! width="20%" | Arguments
 
! width="60%" | Description
 
 
|-  
 
|-  
| IF_EXISTS_SET_BOILING_POINT
+
| LISP
| value
+
|
| The temperature at which the creature boils into gases.
+
| Creature multiplies 'S' when talking. Ex: "My name isss Recisssiz."
  
|-  
+
|-
| IF_EXISTS_SET_MELTING_POINT
+
| LITTERSIZE
| value
+
|  
| The temperature at which the creature will melt into goo.  
+
* minumum
 +
* maximum
 +
| Determines the random chance of how many creatures are generated when giving birth. [LITTERSIZE:1:2]
  
 
|-  
 
|-  
| IGNITE_POINT
+
| LOCKPICKER
| value
+
|
| The temperature at which the creature will burst into flames.
+
| Lets a creature open doors that are set to forbidden in Fortress Mode.
  
 
|-  
 
|-  
| IMMOBILE_LAND
+
| LOOSE_CLUSTERS
 
|   
 
|   
| The creature is immobile while on land.  Only works on AQUATIC creatures which can't breath on land.
+
| The creatures will scatter if they have this tag, or form tight packs if they don't.  
 +
|}
 +
 
 +
<div align="center">
 +
{{alphabetical TOC}}
 +
</div>
 +
 
 +
==M==
 +
{| {{prettytable}}
 +
|- bgcolor="#ddd"
 +
! width="20%" | Token
 +
! width="20%" | Arguments
 +
! width="60%" | Description
  
 
|-  
 
|-  
| IMMOLATE
+
| MAGMA_VISION
 
|   
 
|   
| Will ignite, and potentially completely destroy, items the creature is standing on. Keep booze away from critters with this tag.  
+
| Creature's able to see while covered in magma.  
  
 
|-  
 
|-  
| INSULATION
+
| MALE
| value
 
| increases the insulation of a selected material (usually hair, feathers or skin)
 
 
 
|-
 
| INTELLIGENT
 
 
|   
 
|   
| Implies CAN_SPEAK and CAN_LEARN. CAN_LEARN probably means the creature gets skills and professions. Not recommended for uncivilized monsters.
+
| all male
  
 
|-  
 
|-  
| ITEMCORPSE
+
| MANNERISM_??
|    
+
|  
* [[Item token]]
+
*occassionally body part
    * subtype
+
| Adds a possible mannerism to the creature's profile.
NO_SUBTYPE
+
Refer to {{L|Creature Token Mannerisms|Mannerisms}}
    * matgloss token
+
 
    * NO_RACEGLOSS
+
|-
USE_RACEGLOSS USE_SHARPSTONE
+
| MATERIAL
| Determines if the creature leaves behind a non-standard corpse (i.e. wood, statue, bars, ash from ghost 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. ""IRON"" if the corpse type is ""STATUE""). USE_RACEGLOSS applies if the creature has a material glossary assigned by the ""HAS_RACEGLOSS:"" flag and will select necessary adjectives and material from that glossary.
+
|
As of 31_01, RACEGLOSS may no longer be in the game.{{verify}}
+
*material id
 +
| Begins defining a new material.{{verify}}
  
 
|-  
 
|-  
| ITEMCORPSE_QUALITY
+
| MATERIAL_BREATH_ATTACK
|
+
|  
| The quality of an item-type corpse left behind; 5 is masterpiece-level.  
+
*MATERIAL TYPE (TISSUE, INORGANIC)
|}
+
*MATERIAL NAME
 +
*MATERIAL STATE (TRAILING_DUST_FLOW, TRAILING_VAPOR_FLOW, TRAILING_GAS_FLOW, SOLID_GLOB, LIQUID_GLOB, UNDIRECTED_GAS, UNDIRECTED_VAPOR, UNDIRECTED_DUST)
 +
| Creates an attack referencing a material, using a given type of breath attack.
  
<div align="center">
+
|-
{{alphabetical TOC}}
+
| MAXAGE
</div>
+
| min:max
 +
| range of time in which death from old age may occur
  
==L==
+
|-  
{| {{prettytable}}
+
| MEANDERER
|- bgcolor="#ddd"
+
|
! width="20%" | Token
+
| Gives a creature random movement.  
! width="20%" | Arguments
 
! width="60%" | Description
 
|-
 
| LAIR
 
| type:probability
 
| Found on megabeasts, semimegabeasts, and night creatues. The creature will seek out sites of this type and take them as lairs. The lair types are SIMPLE_BURROW, SIMPLE_MOUND, SHRINE, and LABYRINTH.
 
  
|-
+
|-  
| LAIR_CHARACTERISTIC
+
| MEGABEAST
| characteristic:probability
+
|
| Defines certain features of the creature's lair. The only known valid characteristic is HAS_DOORS.
+
| Appears on fortress territory in Fortress Mode occasionally. Implies SEMIMEGABEAST. Also can be worshipped
  
 
|-
 
|-
| LAIR_HUNTER
+
|MENT_ATT_CAP_PERC
 
|
 
|
| This creature will actively hunt adventurers in its lair.
+
*ATTRIBUTE Token
 +
*Cap %
 +
|Default is 200.  This means you can increase your attribute to 200% of its starting value (or the average value + your starting value if that is higher).
  
|-
+
|-  
| LAIR_HUNTER_SPEECH
+
| MENT_ATT_RANGE
| speech file
+
|  
| What this creature says while hunting adventurers in its lair.
+
*ATTRIBUTE
 +
*lowest:lower:low:median:high:higher:highest | sets up a mental attribute's range of values. Max of 5000.
  
 
|-  
 
|-  
| LARGE_PREDATOR
+
| MENT_ATT_RATES
|
+
|  
| Will attack things that are smaller than it (like dwarves). Only one group of "large predators" will appear on any given map (possibly two groups on "savage" maps). In adventure mode, large predators will try to ambush and attack you (and your party will attack them back). Also, they can be mentioned in the intro paragraph when starting a fortress e.g. "ere the wolves get hungry."
+
*ATTRIBUTE Token
 +
*cost to improve
 +
*unused counter rate
 +
*rust counter rate
 +
*demotion counter rate
 +
| Attribute gain/decay rates. Defaults for are 500:2:3:2, except for RECUPERATION and DISEASE_RESISTANCE that don't have change rates. The last three slots may be replaced by NONE.
  
 
|-  
 
|-  
| LARGE_ROAMING
+
| MILKABLE
|
+
|  
| In Fortress Mode, spawns outdoors and is not a vermin creature.
+
*LOCAL_CREATURE_MAT:MILK:amount
 
+
| Allows the creature to be milked.  
|-
 
| LAYS_EGGS
 
|
 
| Creature lays eggs instead of giving birth to live young.
 
 
 
|-
 
| LAYS_UNUSUAL_EGGS
 
| Item tokens
 
| Creature lays a particular item instead of regular eggs.  As of v0.31.19, this tag only makes the game crash.
 
  
 
|-  
 
|-  
| LIGAMENTS
+
| MISCHIEVIOUS
|  
+
|
*selection criteria. Often LOCAL_CREATURE_MAT, although other selection criteria may work too.
+
| Will pull any levers it comes across. Also makes creature spawn invisible and with several ranks in Ambusher. "They go on little missions to mess with various fortress buildings, not just levers."
*selected material. Almost always SINEW of the creature's materials.
 
*healing rate
 
| defines the material and healing rate of ligaments.
 
  
 
|-  
 
|-  
| LIGHT_GEN
+
| MOUNT
 
|   
 
|   
| The creature will generate light, such as in adventurer mode at night.
+
| Creature may be used as a mount
  
 
|-  
 
|-  
| LIKES_FIGHTING
+
| MOUNT_EXOTIC
 
|   
 
|   
| The creature will attack enemies rather than flee from them. This tag has the same effect on player-controlled creatures - included modded dwarves.  
+
| You need the Dungeon master noble to mount the creature.  
  
 
|-  
 
|-  
| LISP
+
| MULTIPLE_LITTER_RARE
 
|   
 
|   
| Creature multiplies 'S' when talking. Ex: "My name isss Recisssiz."
+
| Makes litters with more than one offspring rare.  
  
|-
+
|-  
| LITTERSIZE
+
| MULTIPLY_VALUE
 
|  
 
|  
* minumum
+
*Multiplier
* maximum
+
| multiplies value of materials
| Determines the random chance of how many creatures are generated when giving birth. [LITTERSIZE:1:2]
 
  
 
|-  
 
|-  
| LOCKPICKER
+
| MUNDANE
 
|   
 
|   
| Lets a creature open doors that are set to forbidden in Fortress Mode.
+
| Marks if the creature is an actual real-life creature. Only used for age-names at present.  
 
 
|-  
 
| LOOSE_CLUSTERS
 
 
| The creatures will scatter if they have this tag, or form tight packs if they don't.  
 
 
|}
 
|}
  
Line 959: Line 1,028:
 
</div>
 
</div>
  
==M==
+
==N==
 
{| {{prettytable}}
 
{| {{prettytable}}
 
|- bgcolor="#ddd"
 
|- bgcolor="#ddd"
Line 965: Line 1,034:
 
! width="20%" | Arguments
 
! width="20%" | Arguments
 
! width="60%" | Description
 
! width="60%" | Description
 +
|-
 +
| NAME
 +
| singular:plural:adjective
 +
| The generic name for any creature of this type - will be used when distinctions between caste are unimportant. For names for specific castes, use CASTE_NAME instead.
  
 
|-  
 
|-  
| MAGMA_VISION
+
| NATURAL
 
|   
 
|   
| Creature's able to see while covered in magma.  
+
| Animal is considered to be natural.
  
|-  
+
|-
| MALE
+
| NATURAL_SKILL
|
+
| skill:value
| all male
+
| The creature possesses this skill at this level inherently. It begins with this skill at this level, and the skill may never rust below this level.
  
|-  
+
|-
| MANNERISM_??
+
| NIGHT_CREATURE_BOGEYMAN
|  
+
|
*occassionally body part
+
| Found on bogeymen. Presumably makes the creature attack the player at night in hordes like bogeymen do.
| Adds a possible mannerism to the creature's profile.
 
Refer to {{L|Creature Token Mannerisms|Mannerisms}}
 
  
 
|-
 
|-
| MATERIAL
+
| NIGHT_CREATURE_HUNTER
 
|
 
|
*material id
+
| If this creature has SPOUSE_CONVERTER, it will actively attempt to seek out potential conversion targets, abduct them, and convert them. Night creatures will seek out one SPOUSE_CONVERSION_TARGET of the opposite sex, convert them, and then have children with them. NIGHT_CREATURE_HUNTERs without SPOUSE_CONVERTER will not be placed.
| Begins defining a new material.{{verify}}
 
  
 
|-  
 
|-  
| MATERIAL_BREATH_ATTACK
+
| NO_AUTUMN 
|  
+
|
*MATERIAL TYPE (TISSUE, INORGANIC)
+
| does not appear this season.
*MATERIAL NAME
+
 
*MATERIAL STATE (TRAILING_DUST_FLOW, TRAILING_VAPOR_FLOW, TRAILING_GAS_FLOW, SOLID_GLOB, LIQUID_GLOB, UNDIRECTED_GAS, UNDIRECTED_VAPOR, UNDIRECTED_DUST)
+
|-
| Creates an attack referencing a material, using a given type of breath attack.
+
| NO_DIZZINESS
 +
 +
| Creature cannot become dizzy
  
 
|-  
 
|-  
| MAXAGE
+
| NO_DRINK
| min:max
+
|
| range of time in which death from old age may occur
+
| Creature does not need to drink.
  
 
|-  
 
|-  
| MEANDERER
+
| NO_EAT
 
|   
 
|   
| Gives a creature random movement.  
+
| Creature does not need to eat.  
  
 
|-  
 
|-  
| MEGABEAST
+
| NO_FEVERS
 
|   
 
|   
| Appears on fortress territory in Fortress Mode occasionally. Implies SEMIMEGABEAST. Also can be worshipped
+
| Creature cannot suffer fevers
  
|-
+
|-  
|MENT_ATT_CAP_PERC
+
| NO_SLEEP
|
+
|
*ATTRIBUTE Token
+
| Creature does not need to sleep.  
*Cap %
 
|Default is 200.  This means you can increase your attribute to 200% of its starting value (or the average value + your starting value if that is higher).
 
  
 
|-  
 
|-  
| MENT_ATT_RANGE
+
| NO_SPRING
|  
+
|
*ATTRIBUTE
+
| does not appear this season.
*lowest:lower:low:median:high:higher:highest | sets up a mental attribute's range of values. Max of 5000.
 
  
 
|-  
 
|-  
| MENT_ATT_RATES
+
| NO_SUMMER
|  
+
|
*ATTRIBUTE Token
+
| does not appear this season.
*cost to improve
 
*unused counter rate
 
*rust counter rate
 
*demotion counter rate
 
| Attribute gain/decay rates. Defaults for are 500:2:3:2, except for RECUPERATION and DISEASE_RESISTANCE that don't have change rates. The last three slots may be replaced by NONE.
 
  
 
|-  
 
|-  
| MILKABLE
+
| NO_THOUGHT_CENTER_FOR_MOVEMENT
|  
+
|
*LOCAL_CREATURE_MAT:MILK:amount
+
| Probably shorthand for movement being unaffected by damage in general.
| Allows the creature to be milked.  
 
  
 
|-  
 
|-  
| MISCHIEVIOUS
+
| NO_WINTER
 
|   
 
|   
| Will pull any levers it comes across. Also makes creature spawn invisible and with several ranks in Ambusher. "They go on little missions to mess with various fortress buildings, not just levers."
+
| does not appear this season.
  
 
|-  
 
|-  
| MOUNT
+
| NOBONES
 
|   
 
|   
| Creature may be used as a mount
+
| Creature has no bones.
  
 
|-  
 
|-  
| MOUNT_EXOTIC
+
| NOBREATHE
 
|   
 
|   
| You need the Dungeon master noble to mount the creature.  
+
| Creature doesn't need to breathe or have [BREATHE] parts in body. Cannot drown or be strangled.  
  
 
|-  
 
|-  
| MULTIPLE_LITTER_RARE
+
| NOCTURNAL
 
|   
 
|   
| Makes litters with more than one offspring rare.  
+
| Sets if the creature is active in night.  
  
 
|-  
 
|-  
| MULTIPLY_VALUE
+
| NOEMOTION
|  
+
|
*Multiplier
+
| The creature has no emotions, and does not rage.
| multiplies value of materials
 
  
 
|-  
 
|-  
| MUNDANE
+
| NOEXERT
 
|   
 
|   
| Marks if the creature is an actual real-life creature. Only used for age-names at present.
+
| Creature can't become tired or over-exerted.  
|}
 
  
<div align="center">
+
|-
{{alphabetical TOC}}
+
| NOFEAR
</div>
+
 +
| Creature doesn't feel fear and will never run away from battle.
  
==N==
 
{| {{prettytable}}
 
|- bgcolor="#ddd"
 
! width="20%" | Token
 
! width="20%" | Arguments
 
! width="60%" | Description
 
 
|-  
 
|-  
| NAME
+
| NOMEAT
| singular:plural:adjective
+
|
| The generic name for any creature of this type - will be used when distinctions between caste are unimportant. For names for specific castes, use CASTE_NAME instead.
+
| Creature will not drop meat on butcher.  
  
 
|-  
 
|-  
| NATURAL
+
| NONAUSEA
 
|   
 
|   
| Animal is considered to be natural.
+
| Creature can't vomit.
  
|-
+
|-  
| NATURAL_SKILL
+
| NOPAIN
| skill:value
+
|
| The creature possesses this skill at this level inherently. It begins with this skill at this level, and the skill may never rust below this level.
+
| Creature doesn't feel pain.  
  
 
|-
 
|-
| NIGHT_CREATURE_BOGEYMAN
+
| NORMAL
|
+
| ???
| Found on bogeymen. Presumably makes the creature attack the player at night in hordes like bogeymen do.
+
| Unknown. Found in string dump.
 
 
|-
 
| NIGHT_CREATURE_HUNTER
 
|
 
| If this creature has SPOUSE_CONVERTER, it will actively attempt to seek out potential conversion targets, abduct them, and convert them. Night creatures will seek out one SPOUSE_CONVERSION_TARGET of the opposite sex, convert them, and then have children with them. NIGHT_CREATURE_HUNTERs without SPOUSE_CONVERTER will not be placed.
 
  
 
|-  
 
|-  
| NO_AUTUMN 
+
| NOSKIN
 
|   
 
|   
| does not appear this season.
+
| Creature will not drop skin on butcher.  
  
 
|-  
 
|-  
| NO_DIZZINESS
+
| NOSKULL
 
|   
 
|   
| Creature cannot become dizzy
+
| Creature will not drop skull on butcher, rot, or decay of severed head.
  
 
|-  
 
|-  
| NO_DRINK
+
| NOSMELLYROT
 
|   
 
|   
| Creature does not need to drink.
+
| Does not produce miasma when rotting
  
 
|-  
 
|-  
| NO_EAT
+
| NOSTUCKINS
 
|   
 
|   
| Creature does not need to eat.  
+
| Weapons can't be stuck in creature.  
  
 
|-  
 
|-  
| NO_FEVERS
+
| NOSTUN
 
|   
 
|   
| Creature cannot suffer fevers
+
| Creature can't be stunned. Evidence suggests creatures with this tag never wake up from sleep in Fortress Mode.
  
 
|-  
 
|-  
| NO_SLEEP
+
| NOT_BUTCHERABLE
 
|   
 
|   
| Creature does not need to sleep.
+
| Cannot be butchered
  
 
|-  
 
|-  
| NO_SPRING
+
| NOTHOUGHT
 
|   
 
|   
| does not appear this season.
+
| Creature doesn't think, or doesn't require a [BRAIN] body part.  
 +
|}
 +
 
 +
<div align="center">
 +
{{alphabetical TOC}}
 +
</div>
  
 +
==P==
 +
{| {{prettytable}}
 +
|- bgcolor="#ddd"
 +
! width="20%" | Token
 +
! width="20%" | Arguments
 +
! width="60%" | Description
 
|-  
 
|-  
| NO_SUMMER
+
| PACK_ANIMAL
 
|   
 
|   
| does not appear this season.
+
| Allows the creature to be used as a pack animal. Currently only used by merchants.
  
 
|-  
 
|-  
| NO_THOUGHT_CENTER_FOR_MOVEMENT
+
| PARALYZEIMMUNE
 
|   
 
|   
| Probably shorthand for movement being unaffected by damage in general.
+
| The creature is immune to all paralyzing special attacks.
  
|-  
+
|-
| NO_WINTER
+
| PATTERNFLIER
 
|   
 
|   
| does not appear this season.
+
|  
  
 
|-  
 
|-  
| NOBONES
+
| PEARL
 
|   
 
|   
| Creature has no bones.
+
| Creature will generate pearls.  
  
 
|-  
 
|-  
| NOBREATHE
+
| PENETRATEPOWER
|
+
| value
| Creature doesn't need to breathe or have [BREATHE] parts in body. Cannot drown or be strangled.  
+
| Controls the ability of vermin to find a way into containers when they are eating food from your stockpiles. Wood and cloth objects roll a 0-9 and if it's greater than the penetrate power, their contents escape for the time being. Other objects roll a 0-99.  
  
 
|-  
 
|-  
| NOCTURNAL
+
| PERSONALITY
|
+
|  
| Sets if the creature is active in night.  
+
*ATTRIBUTE
 +
*lowest:median:highest
 +
| Determines the range and chance of personality traits. Standard is 0:50:100. See [[DF2010:Personality_trait|Personality traits]] for more info.
  
 
|-  
 
|-  
| NOEMOTION
+
| PET
 
|   
 
|   
| The creature has no emotions, and does not rage.
+
| Allows the creature to be tamed.  
  
 
|-  
 
|-  
| NOEXERT
+
| PET_EXOTIC
 
|   
 
|   
| Creature can't become tired or over-exerted.  
+
| You need a Dungeon master noble in your fortress for the creature to be tamable (but any Animal trainer can do the taming).  
  
 
|-  
 
|-  
| NOFEAR
+
| PETVALUE
|
+
| value
| Creature doesn't feel fear and will never run away from battle.  
+
| 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.  
  
|-  
+
|-
| NOMEAT
+
|PHYS_ATT_CAP_PERC
|
+
|
| Creature will not drop meat on butcher.  
+
*ATTRIBUTE Token
 +
*Cap %
 +
|Default is 200.  This means you can increase your attribute to 200% of its starting value (or the average value + your starting value if that is higher).
  
 
|-  
 
|-  
| NONAUSEA
+
| PHYS_ATT_RANGE
|
+
|  
| Creature can't vomit.
+
*ATTRIBUTE
 +
*lowest
 +
*lower
 +
*low
 +
*median
 +
*high
 +
*higher
 +
*highest
 +
| sets up a physical attribute's range of values. Max of 5000.
  
 
|-  
 
|-  
| NOPAIN
+
| PHYS_ATT_RATES
|
+
|  
| Creature doesn't feel pain.  
+
*ATTRIBUTE Token
 +
*cost to improve
 +
*unused counter rate
 +
*rust counter rate
 +
*demotion counter rate
 +
| Attribute gain/decay rates. Defaults for are 500:2:3:2, except for RECUPERATION and DISEASE_RESISTANCE that don't have change rates. The last three slots may be replaced by NONE.
  
 
|-
 
|-
| NORMAL
+
| PLUS_BP_GROUP
| ???
+
|
| Unknown. Found in string dump.
+
*BY_TYPE, BY_CATEGORY, or BY_TOKEN
 +
*body type, category, or token
 +
| Adds a body part group to selected body part group.
  
 
|-  
 
|-  
| NOSKIN
+
| PLUS_MATERIAL
|
+
|  
| Creature will not drop skin on butcher.  
+
*material
 +
| Adds a material to selected materials.
  
 
|-  
 
|-  
| NOSKULL
+
| PLUS_TISSUE_LAYER
|
+
|  
| Creature will not drop skull on butcher, rot, or decay of severed head.
+
*TISSUE
 +
*BY_CATEGORY, BY_TYPE, BY_TOKEN
 +
*Location - category, type, or token
 +
| Adds a tissue to those selected
  
 
|-  
 
|-  
| NOSMELLYROT
+
| PLUS_TL_GROUP
|
+
|  
| Does not produce miasma when rotting
+
*TISSUE
 +
*BY_CATEGORY, BY_TYPE, BY_TOKEN
 +
*Location - category, type, or token
 +
*tissue
 +
| continues a selection of tissue layers
  
 
|-  
 
|-  
| NOSTUCKINS
+
| POP_RATIO
 
|   
 
|   
| Weapons can't be stuck in creature.  
+
| Weighted population of caste; Lower is rarer. Not to be confused with FREQUENCY.
  
 
|-  
 
|-  
| NOSTUN
+
| POPULATION_NUMBER
|
+
| min:max
| Creature can't be stunned. Evidence suggests creatures with this tag never wake up from sleep in Fortress Mode.
+
| The minimum/maximum numbers of how many of these creatures can show up on a map per year.
 +
 
 +
|-
 +
|POWER
 +
|
 +
|Allows the being to represent itself as a deity. Requires CAN_SPEAK to actually do anything more than settle at a location.
  
 
|-  
 
|-  
| NOT_BUTCHERABLE
+
| PREFSTRING
|
+
| string
| Cannot be butchered
+
| Sets what other creatures like about this creature. "Urist likes dwarves for their beards." Multiple entries will be chosen from at random
  
 
|-  
 
|-  
| NOTHOUGHT
+
| PROFESSION_NAME
|
+
|  
| Creature doesn't think, or doesn't require a [BRAIN] body part.  
+
*Profession
 +
*singular
 +
*plural
 +
| The generic name for members of this profession, at the creature level. In order to give members of specific castes different names for professions, use CASTE_PROFESSION_NAME instead.
 
|}
 
|}
  
Line 1,248: Line 1,345:
 
</div>
 
</div>
  
==P==
+
==R==
 
{| {{prettytable}}
 
{| {{prettytable}}
 
|- bgcolor="#ddd"
 
|- bgcolor="#ddd"
Line 1,255: Line 1,352:
 
! width="60%" | Description
 
! width="60%" | Description
 
|-  
 
|-  
| PACK_ANIMAL
+
| RELSIZE
|
+
|  
| Allows the creature to be used as a pack animal. Currently only used by merchants.
+
*BY_CATEGORY, BY_TYPE, BY_TOKEN
 +
*body category, type, or token
 +
*Relsize
 +
| Specifies a new relative size for a part than what is stated in the body plan. For example, Dwarves have larger livers.
  
|-  
+
|-
| PARALYZEIMMUNE
+
| REMAINS_COLOR
|
+
|
| The creature is immune to all paralyzing special attacks.
+
|
  
 
|-
 
|-
| PATTERNFLIER
+
| REMAINS_ON_VERMIN_BITE_DEATH
|
+
|
|  
+
| Leaves remains when its attack causes it to die?  Seems to go with DIE_WHEN_VERMIN_BITE.
  
|-  
+
|-
| PEARL
+
| REMAINS_UNDETERMINED
|
+
|
| Creature will generate pearls.
+
|
  
 
|-  
 
|-  
| PENETRATEPOWER
+
| REMOVE_MATERIAL
| value
 
| Controls the ability of vermin to find a way into containers when they are eating food from your stockpiles. Wood and cloth objects roll a 0-9 and if it's greater than the penetrate power, their contents escape for the time being. Other objects roll a 0-99.
 
 
 
|-
 
| PERSONALITY
 
 
|  
 
|  
*ATTRIBUTE
+
*material token
*lowest:median:highest
+
| Removes a material from a creature
| Determines the range and chance of personality traits. Standard is 0:50:100. See [[DF2010:Personality_trait|Personality traits]] for more info.
 
  
|-  
+
|-
| PET
+
| REMOVE_TISSUE
|
+
|
| Allows the creature to be tamed.  
+
*material token
 +
| Removes a tissue from a creature.
 +
|}
 +
 
 +
<div align="center">
 +
{{alphabetical TOC}}
 +
</div>
  
 +
==S==
 +
{| {{prettytable}}
 +
|- bgcolor="#ddd"
 +
! width="20%" | Token
 +
! width="20%" | Arguments
 +
! width="60%" | Description
 
|-  
 
|-  
| PET_EXOTIC
+
| SAVAGE
 
|   
 
|   
| You need a Dungeon master noble in your fortress for the creature to be tamable (but any Animal trainer can do the taming).  
+
| Allows creature to show up on (and limits it to) "savage" maps.
  
 
|-  
 
|-  
| PETVALUE
+
| SECRETION
| value
+
|  
| 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.  
+
*MATERIAL REF (eg LOCAL_CREATURE_MAT
 +
*Material name
 +
*Material State
 +
*location secreted from (by_type, by_category, by_token)
 +
*body part
 +
*tissue layer
 +
| creates a secreted material on given tissue on a given part of the body."
  
|-
+
|-  
|PHYS_ATT_CAP_PERC
+
| SELECT_ADDITIONAL_CASTE
|
+
|  
*ATTRIBUTE Token
+
*caste name
*Cap %
+
| adds an additional previously defined caste to the selection
|Default is 200.  This means you can increase your attribute to 200% of its starting value (or the average value + your starting value if that is higher).
 
  
 
|-  
 
|-  
| PHYS_ATT_RANGE
+
| SELECT_CASTE
 
|  
 
|  
*ATTRIBUTE
+
*caste name, or ALL
*lowest
+
| selects a previously defined caste
*lower
 
*low
 
*median
 
*high
 
*higher
 
*highest
 
| sets up a physical attribute's range of values. Max of 5000.
 
  
 
|-  
 
|-  
| PHYS_ATT_RATES
+
| SELECT_MATERIAL
 
|  
 
|  
*ATTRIBUTE Token
+
*MATERIAL NAME
*cost to improve
+
| Selects the material. Can be ALL.
*unused counter rate
 
*rust counter rate
 
*demotion counter rate
 
| Attribute gain/decay rates. Defaults for are 500:2:3:2, except for RECUPERATION and DISEASE_RESISTANCE that don't have change rates. The last three slots may be replaced by NONE.
 
  
 
|-
 
|-
| PLUS_BP_GROUP
+
| SELECT_TISSUE
 
|
 
|
*BY_TYPE, BY_CATEGORY, or BY_TOKEN
+
*tissue token
*body type, category, or token
+
| Selects a tissue for editing.
| Adds a body part group to selected body part group.
 
  
 
|-  
 
|-  
| PLUS_MATERIAL
+
| SELECT_TISSUE_LAYER
 
|  
 
|  
*material
+
*TISSUE
| Adds a material to selected materials.
+
*BY_CATEGORY, BY_TYPE, BY_TOKEN
 +
*Location - category, type, or token | Selects a tissue at a location
 +
* (optional) FRONT, BACK, LEFT, RIGHT, TOP, BOTTOM, AROUND.
 +
| Selects a tissue layer for descriptor and cosmetic purposes.
  
 
|-  
 
|-  
| PLUS_TISSUE_LAYER
+
| SEMIMEGABEAST
 
|  
 
|  
*TISSUE
+
| Appears as boss creature in quests. Makes history by rampaging around towns. Possibly inhabits non-mountain caves.
*BY_CATEGORY, BY_TYPE, BY_TOKEN
 
*Location - category, type, or token
 
| Adds a tissue to those selected
 
  
 
|-  
 
|-  
| PLUS_TL_GROUP
+
| SET_BP_GROUP
 +
|
 +
*selection criteria BY_TYPE, BY_CATEGORY, BY_TOKEN
 +
*category, type, or token
 +
| selection token"
 +
 
 +
|-
 +
| SET_LAYER_TISSUE
 +
| ???
 +
| Unknown. Found in string dump. (Might replace selected tissue layer with different tissue??? Needs testing).
 +
Not to be confused with SELECT_TISSUE_LAYER.
 +
 
 +
|-
 +
| SET_TL_GROUP
 
|  
 
|  
 
*TISSUE
 
*TISSUE
Line 1,359: Line 1,471:
 
*Location - category, type, or token
 
*Location - category, type, or token
 
*tissue  
 
*tissue  
| continues a selection of tissue layers
+
| begins a selection of tissue layers
  
|-  
+
|-
| POP_RATIO
+
| SHEARABLE_TISSUE_LAYER
|
+
| ?
| Weighted population of caste; Lower is rarer. Not to be confused with FREQUENCY.
+
| Can be sheared for wool?
  
|-  
+
|-
| POPULATION_NUMBER
+
| SKILL_LEARN_RATE
| min:max
+
| {{L|skill_token}}:percentage
| The minimum/maximum numbers of how many of these creatures can show up on a map per year.
+
| The rate at which this creature learns this skill.
  
 
|-
 
|-
|POWER
+
| SKILL_LEARN_RATES
|
+
| percentage
|Allows the being to represent itself as a deity. Requires CAN_SPEAK to actually do anything more than settle at a location.
+
| The rate at which this creature learns all skills.
  
|-  
+
|-
| PREFSTRING
+
| SKILL_RATE
| string
+
| {{L|skill_token}}:percentage:value:value:value
| Sets what other creatures like about this creature. "Urist likes dwarves for their beards." Multiple entries will be chosen from at random
+
| As SKILL_RATES for individual skills.
  
 
|-  
 
|-  
| PROFESSION_NAME
+
| SKILL_RATES
|  
+
|
*Profession
+
*% of improvement points you get
*singular
+
*unused counter rate
*plural
+
*rust counter rate
| The generic name for members of this profession, at the creature level. In order to give members of specific castes different names for professions, use CASTE_PROFESSION_NAME instead.
+
*demotion counter rate
|}
+
| Affects skill gain and decay. Lower numbers in the last three slots make decay occur faster ([SKILL_RATES:100:1:1:1] would cause rapid decay). The counter rates may also be replaced with NONE.
 +
Default is [SKILL_RATES:100:8:8:16].  [SLOW_LEARNER] changes the 100 to a 50.
  
<div align="center">
+
|-
{{alphabetical TOC}}
+
| SKILL_RUST_RATE
</div>
+
| {{L|skill_token}}:value:value:value
 +
| The rate at which this skill decays. Lower values cause the skill to decay faster.
 +
 
 +
|-
 +
| SKILL_RUST_RATES
 +
| {{L|skill_token}}:value:value:value
 +
| The rate at which all skills decay. Lower values cause the skills to decay faster.
  
==R==
 
{| {{prettytable}}
 
|- bgcolor="#ddd"
 
! width="20%" | Token
 
! width="20%" | Arguments
 
! width="60%" | Description
 
 
|-  
 
|-  
| RELSIZE
+
| SLOW_LEARNER
|  
+
|
*BY_CATEGORY, BY_TYPE, BY_TOKEN
+
| Similar to [CAN_LEARN], but slower; skills are gained at a fraction of the rate. Present in the entries for ogres and giants; can be applied to civ or player races.  
*body category, type, or token
 
*Relsize
 
| Specifies a new relative size for a part than what is stated in the body plan. For example, Dwarves have larger livers.
 
  
|-
+
|-  
| REMAINS_COLOR
+
| SMALL_REMAINS
|
+
|
|
+
| If a creature has this token, it'll leave a small corpse that only rots once, and without miasma.
  
 
|-
 
|-
| REMAINS_ON_VERMIN_BITE_DEATH
+
| SOLDIER_ALTTILE
|
+
| 'character' or tile number
| Leaves remains when its attack causes it to die?  Seems to go with DIE_WHEN_VERMIN_BITE.
+
| If this creature is active in its civilization's military, it will blink between its default tile and this one.
  
|-
+
|-  
| REMAINS_UNDETERMINED
+
| SPEC_HEAT
|
+
| value
|
+
| Amount of energy required for the creature to heat up or cool down.
  
 
|-  
 
|-  
| REMOVE_MATERIAL
+
| SPEECH
|  
+
| speech file
*material token
+
| Boasting speeches relating to killing this creature. Examples include dwarf.txt and elf.txt in the Speech folder in Data.u
| Removes a material from a creature
 
  
|-
+
|-  
| REMOVE_TISSUE
+
| SPEED
 +
| value
 +
| Sets the creatures' movement and work speed, 1000/[100 + SPEED X] is the resulting effect on creatures movement and work rates from default. See [http://df.magmawiki.com/index.php/Speed/ Speed]  for more information.
 +
 
 +
|-
 +
| SPHERE
 +
|
 +
*sphere name
 +
| Sets what religious spheres the creature is aligned to, for purposes of being worshipped via the [POWER] token. Also affects the layout of hidden fun stuff, and the creature's name.
 +
 
 +
|-
 +
| SPOUSE_CONVERSION_TARGET
 
|
 
|
*material token
+
| This creature can be converted by a night creature with SPOUSE_CONVERTED.
| Removes a tissue from a creature.
 
|}
 
  
<div align="center">
+
|-
{{alphabetical TOC}}
+
| SPOUSE_CONVERTER
</div>
+
|
 +
| Enables the creature to convert SPOUSE_CONVERSION_TARGETs into CONVERTED_SPOUSE castes of its species. The creature won't actually actively do this unless it also has NIGHT_CREATURE_HUNTER, however.
  
==S==
 
{| {{prettytable}}
 
|- bgcolor="#ddd"
 
! width="20%" | Token
 
! width="20%" | Arguments
 
! width="60%" | Description
 
 
|-  
 
|-  
| SAVAGE
+
| SWIM_SPEED
|
+
|  
| Allows creature to show up on (and limits it to) "savage" maps.
+
*speed
 +
| How fast the creature swims. Typically 2500 (0.38 times the default speed).  
  
 
|-  
 
|-  
| SECRETION
+
| SWIMS_INNATE
|  
+
|
*MATERIAL REF (eg LOCAL_CREATURE_MAT
+
| The creature naturally knows how to swim, as opposed to [SWIMS_LEARNED] below. Currently, an AI bug prevents this from being useful on PC races in fortress mode.  
*Material name
 
*Material State
 
*location secreted from (by_type, by_category, by_token)
 
*body part
 
*tissue layer
 
| creates a secreted material on given tissue on a given part of the body."
 
  
 
|-  
 
|-  
| SELECT_ADDITIONAL_CASTE
+
| SWIMS_LEARNED
|  
+
|
*caste name
+
| The creature doesn't know how to swim unless it has learned the skill. Requires [CAN_LEARN], obviously.
| adds an additional previously defined caste to the selection
 
  
|-
+
|}
| SELECT_CASTE
 
|
 
*caste name, or ALL
 
| selects a previously defined caste
 
  
 +
<div align="center">
 +
{{alphabetical TOC}}
 +
</div>
 +
 +
==T==
 +
{| {{prettytable}}
 +
|- bgcolor="#ddd"
 +
! width="20%" | Token
 +
! width="20%" | Arguments
 +
! width="60%" | Description
 
|-  
 
|-  
| SELECT_MATERIAL
+
| TENDONS
 
|  
 
|  
*MATERIAL NAME
+
*selection criteria. Often LOCAL_CREATURE_MAT, although other selection criteria may work too.
| Selects the material. Can be ALL.
+
*selected tissue
 +
*healing rate
 +
| Defines the material and healing rare of tendons.
  
|-
+
|-  
| SELECT_TISSUE
+
| THICKWEB
|
+
|
*tissue token
+
| The creature's webs can catch larger creatures. May imply [AMBUSHPREDATOR].
| Selects a tissue for editing.
 
  
 
|-  
 
|-  
| SELECT_TISSUE_LAYER
+
| TISSUE
|  
+
| name
 +
| Begins defining a tissue in the creature file.
 +
 
 +
|-
 +
| TISSUE_LAYER
 +
|
 +
*BY_TYPE, BY_CATEGORY, BY_TOKEN
 +
*TYPE,CATEGORY, or TOKEN
 
*TISSUE
 
*TISSUE
*BY_CATEGORY, BY_TYPE, BY_TOKEN
+
*LOCATION
*Location - category, type, or token | Selects a tissue at a location
+
| Adds the tissue layer to wherever it is required.
* (optional) FRONT, BACK, LEFT, RIGHT, TOP, BOTTOM, AROUND.
+
Non-argument Locations can be FRONT, RIGHT, LEFT, TOP, BOTTOM. Argument locations are AROUND and CLEANS, requiring a further body part and a % of coverage/cleansing
| Selects a tissue layer for descriptor and cosmetic purposes.
 
  
 
|-  
 
|-  
| SEMIMEGABEAST
+
| TISSUE_LAYER_OVER
|  
+
| Presumably:
| Appears as boss creature in quests. Makes history by rampaging around towns. Possibly inhabits non-mountain caves.
+
*BY_TYPE, BY_CATEGORY, BY_TOKEN
 +
*TYPE,CATEGORY, or TOKEN
 +
*TISSUE
 +
*LOCATION
 +
| Presumably a counterpart to TISSUE_LAYER_UNDER (see below). Found in string dump.
  
 
|-  
 
|-  
| SET_BP_GROUP
+
| TISSUE_LAYER_UNDER
 
|  
 
|  
*selection criteria BY_TYPE, BY_CATEGORY, BY_TOKEN
+
*BY_TYPE, BY_CATEGORY, BY_TOKEN
*category, type, or token  
+
*TYPE,CATEGORY, or TOKEN
| selection token"
+
*TISSUE
 +
*LOCATION
 +
| Adds the tissue layer under a given part ex. is Iron Man he has a gaseous poison within him and this tissue (GAS is its name) has the token [TISSUE_LEAKS] and its state is GAS so when you puncture the iron outside and damage this tissue it leaks gas (can have a syndrome by using a previous one in the creature sample.) [TISSUE_LAYER_UNDER:BY_CATEGORY:ALL:{tissue}] {tissue} is what will be under the TISSUE_LAYER here is an example Tissue from Iron Man
 +
        [TISSUE:GAS]
 +
[TISSUE_NAME:gas:NP]
 +
[TISSUE_MATERIAL:LOCAL_CREATURE_MAT:GAS]
 +
[TISSUE_MAT_STATE:GAS]
 +
[RELATIVE_THICKNESS:50]
 +
[TISSUE_LEAKS]
 +
[TISSUE_SHAPE:LAYER]
 +
 
 +
|-
 +
| TISSUE_LAYER_APPEARANCE_MODIFIER
 +
|
 +
*QUALITY
 +
*lowest:lower:low:median:high:higher:highest
 +
| sets the range of qualities, including LENGTH, DENSE, HIGH_POSITION, CURLY, GREASY, WRINKLY
  
 
|-
 
|-
| SET_LAYER_TISSUE
+
|TISSUE_NAME
 
| ???
 
| ???
| Unknown. Found in string dump. (Might replace selected tissue layer with different tissue??? Needs testing).
+
| Unknown. Found in String Dump. Might change name of selected tissue layer(?). Needs testing.
Not to be confused with SELECT_TISSUE_LAYER.
 
  
 
|-  
 
|-  
| SET_TL_GROUP
+
| TISSUE_STYLE_UNIT
 
|  
 
|  
*TISSUE
+
*tissue
*BY_CATEGORY, BY_TYPE, BY_TOKEN
+
*shaping
*Location - category, type, or token
+
| sets tissue to be in a certain shape, mostly used with tissues HAIR, BEARD, MOUSTACHE, SIDEBURNS.
*tissue
 
| begins a selection of tissue layers
 
  
|-
+
|-  
| SHEARABLE_TISSUE_LAYER
+
| TL_COLOR_MODIFIER
| ?
+
| COLOR:freq:COLOR:freq etc
| Can be sheared for wool?
+
| Creates a list of color patterns, giving each a frequency.
  
|-
+
|-  
| SKILL_LEARN_RATE
+
| TL_CONNECTS
| {{L|skill_token}}:percentage
+
|
| The rate at which this creature learns this skill.
+
| Presumably gives the CONNECTS attribute to selected layers. Found in String Dump.
 
 
|-
 
| SKILL_LEARN_RATES
 
| percentage
 
| The rate at which this creature learns all skills.
 
 
 
|-
 
| SKILL_RATE
 
| {{L|skill_token}}:percentage:value:value:value
 
| As SKILL_RATES for individual skills.
 
  
 
|-  
 
|-  
| SKILL_RATES
+
| TL_HEALING_RATE
 +
|
 +
*new tissue healing rate number?
 +
| Presumably changes the HEALING_RATE of the selected tissue layers. Found in String Dump.
 +
 
 +
|-
 +
| TL_MAJOR_ARTERIES
 
|   
 
|   
*% of improvement points you get
+
| Gives Major Artery attribute to selected layers.
*unused counter rate
 
*rust counter rate
 
*demotion counter rate
 
| Affects skill gain and decay. Lower numbers in the last three slots make decay occur faster ([SKILL_RATES:100:1:1:1] would cause rapid decay). The counter rates may also be replaced with NONE.
 
Default is [SKILL_RATES:100:8:8:16].  [SLOW_LEARNER] changes the 100 to a 50.
 
  
 
|-
 
|-
| SKILL_RUST_RATE
+
| TL_PAIN_RECEPTORS
| {{L|skill_token}}:value:value:value
+
|
| The rate at which this skill decays. Lower values cause the skill to decay faster.
+
*new pain receptor number?
 +
| Seems to set new number of pain receptors for selected tissue layers. Found in String Dump.
  
 
|-
 
|-
| SKILL_RUST_RATES
+
| TL_RELATIVE_THICKNESS
| {{L|skill_token}}:value:value:value
+
|
| The rate at which all skills decay. Lower values cause the skills to decay faster.
+
*new relative thickness?
 +
| Seems to set new relative thickness for selected tissue layers. Found in String Dump.
  
|-  
+
|-
| SLOW_LEARNER
+
| TL_VASCULAR
|
+
|
| Similar to [CAN_LEARN], but slower; skills are gained at a fraction of the rate. Present in the entries for ogres and giants; can be applied to civ or player races.  
+
*new VASCULAR value?
 +
| Seems to set new a VASCULAR value (which modulates bleeding) for selected tissue layers. Found in String Dump.
  
|-  
+
|-
| SMALL_REMAINS
+
| TLCM_GENETIC_MODEL
|
+
|
| If a creature has this token, it'll leave a small corpse that only rots once, and without miasma.
+
| tissue layer color modifier is passed to offspring genetically?
  
 
|-
 
|-
| SOLDIER_ALTTILE
+
| TLCM_IMPORTANCE
| 'character' or tile number
+
|
| If this creature is active in its civilization's military, it will blink between its default tile and this one.
+
*number
 +
| Presumably modifies the importance of the tissue layer color modifier, for description purposes.
 +
HOWEVER using this appears to remove all mention of colour from creature descriptions. It does not appear in any default creatures.
  
 
|-  
 
|-  
| SPEC_HEAT
+
| TLCM_NOUN
| value
 
| Amount of energy required for the creature to heat up or cool down.
 
 
 
|-
 
| SPECIALATTACK_INJECT_EXTRACT
 
 
|  
 
|  
*material source, eg. LOCAL_CREATURE_MAT, INORGANIC
+
*name
*MATERIAL eg.POISON,
+
*SINGULAR or PLURAL
*MATTERSTATE (ALL_SOLID, LIQUID, GAS)
+
| names the tissue layer color modifier, and determines the noun
*min:max
 
| attack type addition that injects a material into the victim.
 
  
|-
+
|-  
| SPECIALATTACK_SUCK_BLOOD
+
| TLCM_TIMING
| min:max
+
|  
| Successful attack draws out an amount of blood randomized between the min and max value.
+
*ROOT
 +
*start change window years:days:end change window years:days
 +
| determines the point in the creature's life where the color change begins
  
 
|-  
 
|-  
| SPEECH
+
| TRADE_CAPACITY
| speech file
+
|
| Boasting speeches relating to killing this creature. Examples include dwarf.txt and elf.txt in the Speech folder in Data.u
+
| How much the creature can carry when used by merchants.  
  
 
|-  
 
|-  
| SPEED
+
| TRAINABLE
| value
+
|
| Sets the creatures' movement and work speed, 1000/[100 + SPEED X] is the resulting effect on creatures movement and work rates from default. See [http://df.magmawiki.com/index.php/Speed/ Speed] for more information.
+
| Implies both [TRAINABLE_HUNTING] and [TRAINABLE_WAR].
  
 
|-  
 
|-  
| SPHERE
+
| TRAINABLE_HUNTING
|  
+
|
*sphere name
+
| Can be trained as hunting beasts by way of kennels.
| Sets what religious spheres the creature is aligned to, for purposes of being worshipped via the [POWER] token. Also affects the layout of hidden fun stuff, and the creature's name.
 
 
 
|-
 
| SPOUSE_CONVERSION_TARGET
 
|
 
| This creature can be converted by a night creature with SPOUSE_CONVERTED.
 
 
 
|-
 
| SPOUSE_CONVERTER
 
|
 
| Enables the creature to convert SPOUSE_CONVERSION_TARGETs into CONVERTED_SPOUSE castes of its species. The creature won't actually actively do this unless it also has NIGHT_CREATURE_HUNTER, however.
 
  
 
|-  
 
|-  
| SWIM_SPEED
+
| TRAINABLE_WAR
|  
+
|
*speed
+
| Can be trained as war beasts by way of kennels.
| How fast the creature swims. Typically 2500 (0.38 times the default speed).  
 
  
 
|-  
 
|-  
| SWIMS_INNATE
+
| TRANCES
 
|   
 
|   
| The creature naturally knows how to swim, as opposed to [SWIMS_LEARNED] below. Currently, an AI bug prevents this from being useful on PC races in fortress mode.  
+
| Allows the creature to go into martial trances.
  
 
|-  
 
|-  
| SWIMS_LEARNED
+
| TRAPAVOID
 
|   
 
|   
| The creature doesn't know how to swim unless it has learned the skill. Requires [CAN_LEARN], obviously.  
+
| The creature is immune to traps. Probably every procedurally generated megabeast has this.
 +
 
 +
|-
 +
| TRIGGERABLE_GROUP
 +
| min:max
 +
| A large swarm of vermin can be disturbed, usually in Adventure mode.{{verify}}
  
 +
|-
 +
| TSU_NOUN
 +
|
 +
*noun
 +
*SINGULAR or PLURAL
 +
| Noun for the TISSUE_STYLE_UNIT, used in the description of the tissue layer's style.
 
|}
 
|}
  
Line 1,644: Line 1,771:
 
</div>
 
</div>
  
==T==
+
==U==
 
{| {{prettytable}}
 
{| {{prettytable}}
 
|- bgcolor="#ddd"
 
|- bgcolor="#ddd"
Line 1,650: Line 1,777:
 
! width="20%" | Arguments
 
! width="20%" | Arguments
 
! width="60%" | Description
 
! width="60%" | Description
|-
 
| TENDONS
 
|
 
*selection criteria. Often LOCAL_CREATURE_MAT, although other selection criteria may work too.
 
*selected tissue
 
*healing rate
 
| Defines the material and healing rare of tendons.
 
  
|-  
+
|-
| THICKWEB
+
| UBIQUITOUS
|
+
|
| The creature's webs can catch larger creatures. May imply [AMBUSHPREDATOR].
+
| Creature will occur in every region with the correct biome. Does not apply to evil/good tags.
  
 
|-  
 
|-  
| TISSUE
+
| UNDERGROUND_DEPTH
| name
+
|
| Begins defining a tissue in the creature file.
+
*mindepth
 +
*maxdepth
 +
| Depth the creature appears underground. Numbers can be from 1 to 5. Only magma creatures use 4 or 5 in the default raws. A single argument may be used instead of min and max.  Dwarven civilizations will only export (via the embark screen or caravans) things that available at depth 1.
  
 
|-  
 
|-  
| TISSUE_LAYER
+
| UNDERSWIM
|  
+
|
*BY_TYPE, BY_CATEGORY, BY_TOKEN
+
| Creature swims under the water and can't be seen.{{verify}}
*TYPE,CATEGORY, or TOKEN
 
*TISSUE
 
*LOCATION
 
| Adds the tissue layer to wherever it is required.
 
Non-argument Locations can be FRONT, RIGHT, LEFT, TOP, BOTTOM. Argument locations are AROUND and CLEANS, requiring a further body part and a % of coverage/cleansing
 
  
 
|-  
 
|-  
| TISSUE_LAYER_OVER
+
| UNIQUE_DEMON
| Presumably:
+
|
*BY_TYPE, BY_CATEGORY, BY_TOKEN
+
| Typically found on genned [[demon]]s; sets the creature as capable of "emerging from the underworld" and taking over during worldgen.
*TYPE,CATEGORY, or TOKEN
 
*TISSUE
 
*LOCATION
 
| Presumably a counterpart to TISSUE_LAYER_UNDER (see below). Found in string dump.
 
  
|-  
+
|-
| TISSUE_LAYER_UNDER
+
| USE_CASTE
|  
+
|
*BY_TYPE, BY_CATEGORY, BY_TOKEN
+
*caste token
*TYPE,CATEGORY, or TOKEN
+
|
*TISSUE
+
 
*LOCATION
+
|-
| Adds the tissue layer under a given part ex. is Iron Man he has a gaseous poison within him and this tissue (GAS is its name) has the token [TISSUE_LEAKS] and its state is GAS so when you puncture the iron outside and damage this tissue it leaks gas (can have a syndrome by using a previous one in the creature sample.) [TISSUE_LAYER_UNDER:BY_CATEGORY:ALL:{tissue}] {tissue} is what will be under the TISSUE_LAYER here is an example Tissue from Iron Man
+
| USE_MATERIAL
        [TISSUE:GAS]
+
|
[TISSUE_NAME:gas:NP]
+
*new material token
[TISSUE_MATERIAL:LOCAL_CREATURE_MAT:GAS]
+
*old material id
[TISSUE_MAT_STATE:GAS]
+
| Uses a local creature mat to define a new material?{{verify}}
[RELATIVE_THICKNESS:50]
 
[TISSUE_LEAKS]
 
[TISSUE_SHAPE:LAYER]
 
  
 
|-  
 
|-  
| TISSUE_LAYER_APPEARANCE_MODIFIER
+
| USE_MATERIAL_TEMPLATE
|  
+
|
*QUALITY
+
*new material token
*lowest:lower:low:median:high:higher:highest
+
*material template
| sets the range of qualities, including LENGTH, DENSE, HIGH_POSITION, CURLY, GREASY, WRINKLY
+
| Loads a material, and gives it a shortname for later reference
  
 
|-
 
|-
|TISSUE_NAME
+
| USE_TISSUE
| ???
+
|
| Unknown. Found in String Dump. Might change name of selected tissue layer(?). Needs testing.
+
*new tissue token
 +
*old tissue id
 +
| Uses a local creature mat to define a new material?{{verify}}
  
 
|-  
 
|-  
| TISSUE_STYLE_UNIT
+
| USE_TISSUE_TEMPLATE
|  
+
|
*tissue
+
*new tissue token
*shaping
+
*tissue template
| sets tissue to be in a certain shape, mostly used with tissues HAIR, BEARD, MOUSTACHE, SIDEBURNS.
+
| Loads a tissue template listed in OBJECT:TISSUE_TEMPLATE files, such as tissue_template_default.txt.  
  
 
|-  
 
|-  
| TL_COLOR_MODIFIER
+
| UTTERANCES
| COLOR:freq:COLOR:freq etc
+
|
| Creates a list of color patterns, giving each a frequency.  
+
| Changes the language of the creature into an unintelligible mess.
 +
|}
 +
 
 +
<div align="center">
 +
{{alphabetical TOC}}
 +
</div>
  
 +
==V==
 +
{| {{prettytable}}
 +
|- bgcolor="#ddd"
 +
! width="20%" | Token
 +
! width="20%" | Arguments
 +
! width="60%" | Description
 
|-  
 
|-  
| TL_CONNECTS
+
| VEGETATION
 
|   
 
|   
| Presumably gives the CONNECTS attribute to selected layers. Found in String Dump.
+
| unknown
  
|-  
+
|-
| TL_HEALING_RATE
+
| VIEWRANGE
|
+
| value
*new tissue healing rate number?
+
| Value should determine how close you have to get to a critter before it attacks (or prevents adv mode travel etc.)  Default is 20.
| Presumably changes the HEALING_RATE of the selected tissue layers. Found in String Dump.
 
  
 
|-  
 
|-  
| TL_MAJOR_ARTERIES
+
| VERMIN_BITE
|
+
|  
| Gives Major Artery attribute to selected layers.
+
*amount
 
+
*verb (bitten, stung)
|-
+
*LOCAL_CREATURE_MAT
| TL_PAIN_RECEPTORS
+
*MATERIAL
|
+
| vermin bites, and injects something.
*new pain receptor number?
 
| Seems to set new number of pain receptors for selected tissue layers.  Found in String Dump.
 
  
 
|-
 
|-
| TL_RELATIVE_THICKNESS
+
| VERMIN_EATER
 
|
 
|
*new relative thickness?
+
| Vermin can nibble food?{{verify}}
| Seems to set new relative thickness for selected tissue layers.  Found in String Dump.
 
  
|-
+
|-  
| TL_VASCULAR
+
| VERMIN_FISH
|
+
|
*new VASCULAR value?
+
| Acts like a fish
| Seems to set new a VASCULAR value (which modulates bleeding) for selected tissue layers.  Found in String Dump.
 
  
|-
+
|-  
| TLCM_GENETIC_MODEL
+
| VERMIN_GROUNDER
|
+
|
| tissue layer color modifier is passed to offspring genetically?
+
| The creature can be picked up if you stand over it. (Requires confirmation)
 
+
'I think this is a habitat flag like VERMIN_SOIL, VERMIN_CHASM, etc. It seems to appear on creatures that don't otherwise have one. – Peristarkawan 17:27, 24 May 2007 (EDT)'
|-
 
| TLCM_IMPORTANCE
 
|
 
*number
 
| Presumably modifies the importance of the tissue layer color modifier, for description purposes.
 
HOWEVER using this appears to remove all mention of colour from creature descriptions. It does not appear in any default creatures.
 
  
 
|-  
 
|-  
| TLCM_NOUN
+
| VERMIN_HATEABLE
|  
+
|
*name
+
| Some dwarves will hate the creature and get unhappy thoughts when around it.
*SINGULAR or PLURAL
 
| names the tissue layer color modifier, and determines the noun
 
  
 
|-  
 
|-  
| TLCM_TIMING
+
| VERMIN_MICRO
|  
+
|
*ROOT
+
| This makes the creature move in a swarm of creatures of the same race as it. I.E. Swarm of flies, swarm of ants, etc.
*start change window years:days:end change window years:days
 
| determines the point in the creature's life where the color change begins
 
  
 
|-  
 
|-  
| TRADE_CAPACITY
+
| VERMIN_NOFISH
 
|   
 
|   
| How much the creature can carry when used by merchants.  
+
| The creature cannot be caught by fishing.  
  
 
|-  
 
|-  
| TRAINABLE
+
| VERMIN_NOROAM
 
|   
 
|   
| Implies both [TRAINABLE_HUNTING] and [TRAINABLE_WAR].
+
| The creature will not be observed randomly roaming about the map.  
  
 
|-  
 
|-  
| TRAINABLE_HUNTING
+
| VERMIN_NOTRAP
 
|   
 
|   
| Can be trained as hunting beasts by way of kennels.
+
| The creature cannot be caught by trappers or animal traps. However, this may not work in all cases, as both dragonflies and fairies can be caught by trappers. This is possibly overridden by the VERMIN_GROUNDER token, allowing trappers set to Catch a Live Land Animal to pick up and thus trap the animal. (speculation by Flippantelf  04:45, 15 June 2009 (UTC))
  
 
|-  
 
|-  
| TRAINABLE_WAR
+
| VERMIN_ROTTER
 
|   
 
|   
| Can be trained as war beasts by way of kennels.
+
| Present on flies, knuckle worms, acorn flies, and blood gnats. Probably means either the creature is attracted to rot, the creature speeds rotting, or both.  
  
 
|-  
 
|-  
| TRANCES
+
| VERMIN_SOIL
 
|   
 
|   
| Allows the creature to go into martial trances.
+
| The creature randomly appears near dirt or mud.  
  
 
|-  
 
|-  
| TRAPAVOID
+
| VERMIN_SOIL_COLONY
 
|   
 
|   
| The creature is immune to traps. Probably every procedurally generated megabeast has this.
+
| The vermin will appear in a single tile cluster of many vermin, such as a colony of ants.
  
 
|-  
 
|-  
| TRIGGERABLE_GROUP
+
| VERMINHUNTER
| min:max
+
|
| A large swarm of vermin can be disturbed, usually in Adventure mode.{{verify}}
+
| A creature with this tag will hunt down vermin and kill them. Sometimes they will eat the vermin, but most of the time they will bring it to their owner. This tag also makes impossible to assign an owner to the animal. The animal chooses it's own owner instead (like a cat). If assigned to a playable race, members of that race will ONLY be able to eat vermin.  
  
 
|-  
 
|-  
| TSU_NOUN
+
| VESPERTINE
|  
+
|
*noun
+
| Sets if the creature is active in evening.
*SINGULAR or PLURAL
 
| Noun for the TISSUE_STYLE_UNIT, used in the description of the tissue layer's style.
 
 
|}
 
|}
  
Line 1,834: Line 1,940:
 
</div>
 
</div>
  
==U==
+
==W==
 
{| {{prettytable}}
 
{| {{prettytable}}
 
|- bgcolor="#ddd"
 
|- bgcolor="#ddd"
Line 1,840: Line 1,946:
 
! width="20%" | Arguments
 
! width="20%" | Arguments
 
! width="60%" | Description
 
! width="60%" | Description
 
+
|-  
|-
+
| WAGON_PULLER
| UBIQUITOUS
+
|
|
+
| Allows the creature to pull caravan wagons.  
| Creature will occur in every region with the correct biome.  Does not apply to evil/good tags.
 
  
 
|-  
 
|-  
| UNDERGROUND_DEPTH
+
| WEBBER
|
+
|  
*mindepth
+
*LOCAL_CREATURE_MAT
*maxdepth
+
*MATERIAL (eg SILK)
| Depth the creature appears underground. Numbers can be from 1 to 5. Only magma creatures use 4 or 5 in the default raws. A single argument may be used instead of min and max.  Dwarven civilizations will only export (via the embark screen or caravans) things that available at depth 1.
+
| allows the creature to web, and defines what the webs are made of.
  
 
|-  
 
|-  
| UNDERSWIM
+
| WEBIMMUNE
 
|   
 
|   
| Creature swims under the water and can't be seen.{{verify}}
+
| The creature will not get caught in webs.
 +
|}
 +
 
 +
==Attack Tokens==
 +
{| {{prettytable}}
 +
|- bgcolor="#ddd"
 +
! width="20%" | Token
 +
! width="20%" | Arguments
 +
! width="60%" | Description
  
 
|-  
 
|-  
| UNIQUE_DEMON
+
| ATTACK_SKILL
|
+
|  
| Typically found on genned [[demon]]s; sets the creature as capable of "emerging from the underworld" and taking over during worldgen.
+
*skill used ({{L|Skill tokens}})
 +
| defines the attack skill used
  
|-
+
|-  
| USE_CASTE
+
| ATTACK_VERB
|
+
| 2nd person:3rd person
*caste token
+
| descriptive text for the attack
|
 
 
 
|-
 
| USE_MATERIAL
 
|
 
*new material token
 
*old material id
 
| Uses a local creature mat to define a new material?{{verify}}
 
  
 
|-  
 
|-  
| USE_MATERIAL_TEMPLATE
+
| ATTACK_CONTACT_PERC
|
+
|  
*new material token
+
*% value
*material template
+
| amount of available tissue used in attack
| Loads a material, and gives it a shortname for later reference
 
  
|-
+
|-  
| USE_TISSUE
+
| ATTACK_PENETRATION_PERC
|
+
|  
*new tissue token
+
*% value
*old tissue id
+
| probably amount of material that makes contact when penetration is done
| Uses a local creature mat to define a new material?{{verify}}
 
  
 
|-  
 
|-  
| USE_TISSUE_TEMPLATE
+
| ATTACK_FLAG_EDGE
|
+
|
*new tissue token
+
| attack type
*tissue template
 
| Loads a tissue template listed in OBJECT:TISSUE_TEMPLATE files, such as tissue_template_default.txt.
 
  
 
|-  
 
|-  
| UTTERANCES
+
| ATTACK_FLAG_WITH
 
|   
 
|   
| Changes the language of the creature into an unintelligible mess.
+
| In adventure mode, displays the name of the body part used by an attack when announcing the attack.
|}
 
  
<div align="center">
+
|-
{{alphabetical TOC}}
+
| ATTACK_PRIORITY
</div>
+
|
 +
*MAIN or SECOND
 +
| use of the attack in combat. Secondary attacks are only used if main attacks are impossible.
  
==V==
 
{| {{prettytable}}
 
|- bgcolor="#ddd"
 
! width="20%" | Token
 
! width="20%" | Arguments
 
! width="60%" | Description
 
 
|-  
 
|-  
| VEGETATION
+
| ATTACK_FLAG_CANLATCH
 
|   
 
|   
| unknown
+
| Enables an attacker to occasionally latch on with the bodypart used by an attack when an attack with this flag in it's definition is made.
  
 
|-
 
|-
| VIEWRANGE
+
| ATTACK_VELOCITY_MODIFIER
| value
+
| number
| Value should determine how close you have to get to a critter before it attacks (or prevents adv mode travel etc.) Default is 20.
+
| Modifies the attack velocity.  Believed to be percent based (so 100 would be "normal")May be on same scale as weapon velocity (where 1000 is "normal").
  
 
|-  
 
|-  
| VERMIN_BITE
+
| SPECIALATTACK_INJECT_EXTRACT
 
|  
 
|  
*amount
+
*material source, eg. LOCAL_CREATURE_MAT, INORGANIC
*verb (bitten, stung)
+
*MATERIAL eg.POISON,
*LOCAL_CREATURE_MAT
+
*MATTERSTATE (ALL_SOLID, LIQUID, GAS)
*MATERIAL
+
*min:max
| vermin bites, and injects something.
+
| attack type addition that injects a material into the victim.
  
 
|-
 
|-
| VERMIN_EATER
+
| SPECIALATTACK_SUCK_BLOOD
|
+
| min:max
| Vermin can nibble food?{{verify}}
+
| Successful attack draws out an amount of blood randomized between the min and max value.
 
 
|-
 
| VERMIN_FISH
 
 
| Acts like a fish
 
 
 
|-
 
| VERMIN_GROUNDER
 
 
| The creature can be picked up if you stand over it. (Requires confirmation)
 
'I think this is a habitat flag like VERMIN_SOIL, VERMIN_CHASM, etc. It seems to appear on creatures that don't otherwise have one. – Peristarkawan 17:27, 24 May 2007 (EDT)'
 
 
 
|-
 
| VERMIN_HATEABLE
 
 
| Some dwarves will hate the creature and get unhappy thoughts when around it.
 
 
 
|-
 
| VERMIN_MICRO
 
 
| This makes the creature move in a swarm of creatures of the same race as it. I.E. Swarm of flies, swarm of ants, etc.
 
 
 
|-
 
| VERMIN_NOFISH
 
 
| The creature cannot be caught by fishing.
 
 
 
|-
 
| VERMIN_NOROAM
 
 
| The creature will not be observed randomly roaming about the map.
 
 
 
|-
 
| VERMIN_NOTRAP
 
 
| The creature cannot be caught by trappers or animal traps. However, this may not work in all cases, as both dragonflies and fairies can be caught by trappers. This is possibly overridden by the VERMIN_GROUNDER token, allowing trappers set to Catch a Live Land Animal to pick up and thus trap the animal. (speculation by Flippantelf  04:45, 15 June 2009 (UTC))
 
 
 
|-
 
| VERMIN_ROTTER
 
 
| Present on flies, knuckle worms, acorn flies, and blood gnats. Probably means either the creature is attracted to rot, the creature speeds rotting, or both.
 
 
 
|-
 
| VERMIN_SOIL
 
 
| The creature randomly appears near dirt or mud.
 
 
 
|-
 
| VERMIN_SOIL_COLONY
 
 
| The vermin will appear in a single tile cluster of many vermin, such as a colony of ants.
 
 
 
|-
 
| VERMINHUNTER
 
 
| A creature with this tag will hunt down vermin and kill them. Sometimes they will eat the vermin, but most of the time they will bring it to their owner. This tag also makes impossible to assign an owner to the animal. The animal chooses it's own owner instead (like a cat). If assigned to a playable race, members of that race will ONLY be able to eat vermin.
 
 
 
|-
 
| VESPERTINE
 
 
| Sets if the creature is active in evening.
 
|}
 
 
 
<div align="center">
 
{{alphabetical TOC}}
 
</div>
 
 
 
==W==
 
{| {{prettytable}}
 
|- bgcolor="#ddd"
 
! width="20%" | Token
 
! width="20%" | Arguments
 
! width="60%" | Description
 
|-
 
| WAGON_PULLER
 
 
| Allows the creature to pull caravan wagons.
 
 
 
|-
 
| WEBBER
 
|
 
*LOCAL_CREATURE_MAT
 
*MATERIAL (eg SILK)
 
| allows the creature to web, and defines what the webs are made of.
 
 
 
|-
 
| WEBIMMUNE
 
 
| The creature will not get caught in webs.
 
 
|}
 
|}
  

Revision as of 20:07, 22 February 2011

This article is about an older version of DF.

Tentative at best in some cases.


Contents A B C D E F G H I J K L M N O P Q R S T U V W X Y Z top

A

Token Arguments Description
ALCOHOL_DEPENDENT Creature needs alcohol to get through the working day.
ALL_ACTIVE 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.
ALTTILE If set, the creature will blink between its [TILE] and its [ALTTILE].
AMBUSHPREDATOR Makes the creature start out hidden. Used by Template:Ls. May make Template:Ls hidden too.
AMPHIBIOUS Allows a creature to breathe with or without Template:L. Implies [AQUATIC].
APP_MOD_DESC_RANGE ? ?
APP_MOD_GENETIC_MODEL
APP_MOD_IMPORTANCE
  • number
Determines how important the appearance modifier is, for determining whether it shows up in the creature description.[Verify]
APP_MOD_NOUN
  • noun
  • SINGULAR or PLURAL
creates a noun for the appearance and whether it is singular or plural
APP_MOD_RATE
  • Rate (integer)
  • Scale (DAILY, YEARLY)
  • min:max of growth
  • start year:start day
  • end year:end day
setting the growth rate of the modifier. The last two tokens can be replaced by NO_END to have growth continue indefinitely.
APPLY_CREATURE_VARIATION
  • CV TEMPLATE NAME
Loads the Creature Variation Template specified.
APPLY_CURRENT_CREATURE_VARIATION Applies loaded Creature Variation
AQUATIC Allows a creature to breathe underwater, but causes it to "drown" out of Template:L.
ARENA_RESTRICTED Does not appear in arena mode list
ARTIFICIAL_HIVEABLE Can be kept in artificial hives by beekeepers.
ATTACK
  • token
  • bodypart
  • selection criteria
  • location
Defines the attack name, and the body part used. See below for valid subtokens

Example:
[ATTACK:GORE:BODYPART:BY_CATEGORY:HORN]
GORE : name of the attack
BODYPART:BY_CATEGORY:HORN : the horn is used to attack (presuming the creature has one)

ATTACK_TRIGGER pop:exported wealth:created wealth stages when a megabeast will attack a site
Contents A B C D E F G H I J K L M N O P Q R S T U V W X Y Z top

B

Token Arguments Description
BABY integer age at which creature is considered a child. Default is zero. One can think of this as the duration of the baby stage.
BABYNAME singular:plural name at caste level
BEACH_FREQUENCY Template:Ls and Template:L have this. Controls the beaching frequency of the creature.
BENIGN Determines whether creature can show up on "tame" maps (includes Template:L), which will generally avoid dwarves, although they may chase and/or attack them if they get too close).
BIOME
  • biome token
Select a Template:L the creature may appear in.
BLOOD, PUS, OTHER MATERIAL state definition
  • selection criteria. Often LOCAL_CREATURE_MAT, although other selection criteria may work too.
  • selected material
  • matter state (LIQUID, GAS, ALL_SOLID)
Controls bleeding behaviour
BODY body parts Draws body parts from OBJECT:BODY files (such as body_default.txt)

Example:
[BODY:BODY_WITH_HEAD_FLAG:HEART:GUTS:BRAIN:MOUTH]
This is the body from a Template:L. It creates a body with head, a heart, some guts, a brain, and a mouth. Thats all a maggot needs.

BODY_APPEARANCE_MODIFIER
  • ATTRIBUTE
  • lowest:lower:low:median:high:higher:highest
These body modifiers give individual creatures different characteristics. In the case of HEIGHT, BROADNESS and LENGTH, the modifier is also a percentage change to the BODY_SIZE of the individual creature. The seven numbers afterward give a distribution of ranges. Each interval has an equal chance of occurring.

Example:
[BODY_APPEARANCE_MODIFIER:LENGTH:90:95:98:100:102:105:110]
HEIGHT : marks the height to be changed
90:95:98:100:102:105:110 : sets the range from the shortest (90% of the average height) to the tallest (110% of the average height) creature variation.

BODY_DETAIL_PLAN PlanName, PlanName:type:type:type:etc loads a plan listed OBJECT:BODY_DETAIL_PLAN files, such as b_detail_plan_default.txt. Mass applies USE_MATERIAL_TEMPLATE, mass alters RELSIZE, alters body part positions, and will allow tissue layers to be defined. Tissue layers are defined in order of skin to bone here.

Example:
[BODY_DETAIL_PLAN:VERTEBRATE_TISSUE_LAYERS:SKIN:FAT:MUSCLE:BONE:CARTILAGE]
This creates the detailed body of a Template:L, the skin, fat, muscle, bones and cartilage out of the vertebrate tissues.
A Template:L would only need:
[BODY_DETAIL_PLAN:EXOSKELETON_TISSUE_LAYERS:SKIN:FAT:MUSCLE]

BODY_SIZE years:days:size sets up size at a given time. Size is roughly equal to the creature's average weight in grams.

Example:
[BODY_SIZE:0:0:10000]
[BODY_SIZE:1:168:50000]
[BODY_SIZE:12:0:220000]
This describes the size of a Template:L. His birth size would be 10000 (~10 kg). With 1 year and 168 days he would be 50000 tall (~50 kg). As an adult (with 12 years) he would weight roughly 220 kg

BODYGLOSS gloss Substitutes body part text with replacement text. Draws gloss information from OBJECT:BODY files (such as body_default.txt)
BONECARN Creature 'eats' bones. Eating bones makes their happiness go up, but can cause death (suffocation)[Verify]. Implies CARNIVORE.
BP_APPEARANCE_MODIFIER
  • QUALITY
  • lowest:lower:low:median:high:higher:highest
sets up the breadth of possibilities for appearance qualities for a selected BP group. EG. Eyes (CLOSE_SET, DEEP_SET, ROUND_VS_NARROW, LARGE_IRIS),Lips (THICKNESS), Nose (BROADNESS, LENGTH, UPTURNED, CONVEX), Ear (SPLAYED_OUT, HANGING_LOBES, BROADNESS, HEIGHT), Tooth (GAPS), Skull (HIGH_CHEEKBONES, BROAD_CHIN, JUTTING CHIN, SQUARE_CHIN), Neck (DEEP_VOICE, RASPY_VOICE), Head (BROADNESS, HEIGHT)
BUILDINGDESTROYER 1 or 2 Allows a creature to destroy furniture and buildings. Value [1] targets mostly doors, hatches, furniture and the like. Value [2] targets anything not made with the b + C commands.
Contents A B C D E F G H I J K L M N O P Q R S T U V W X Y Z top

C

Token Arguments Description
CAN_LEARN The creature gets skills and professions. Note that this token makes the creature unable to be butchered by an adventurer so it is not recommended for uncivilized monsters. Adventurers lacking this token can allocate but not increase attributes and skills. skills allocated will disappear on start.
CAN_SPEAK Can talk. Note that it is not necessary for a creature to gain social skills.
CANNOT_UNDEAD Cannot be turned into a zombie or skeletal undead
CANOPENDOORS Allows the creature to open doors.
CARNIVORE Creature only eats meat
CASTE
  • name
defines a caste
CASTE_ALTTILE
  • tile number or "letter"
Caste-specific alternate tile. Expects CASTE_TILE
CASTE_COLOR
  • fg
  • bg
  • brightness
Creature tile color of the caste.
CASTE_GLOWCOLOR
  • fg
  • bg
  • brightness
GLOWTILE color of the caste.
CASTE_GLOWTILE
  • tile value or "letter"
Caste-specific glowtile
CASTE_NAME singular:plural:adjective The name of the caste of the creature in the game.
CASTE_PROFESSION_NAME
  • Profession
  • singular
  • plural
alters the name of the given profession, caste-specific
CASTE_SOLDIER_ALTTILE 'character' or tile number Creatures of this caste active in their civilization's military will blink between their default tile and this one.
CASTE_SOLDIER_TILE 'character' or tile number Creatures of this caste active in their civilization's military will use this tile instead.
CASTE_SPEECH speech file? Possibly a caste-specific instance of the SPEECH token
CASTE_TILE
  • tile number or "letter"
Caste-specific creature tile.
CAVE_ADAPT Gives the creature a bonus in caves. Also causes Cave adaptation.
CHANGE_BODY_SIZE_PERC
CHILD integer age at which creature is considered an adult. One can think of this as the duration of the child stage. Without this token, a creature will not reproduce in Fortress mode.
CHILD_BODYPART_GROUP
  • master selection, BY_CATEGORY, BY_TYPE, BY_TOKEN.
  • master location
  • specific selection, BY_CATEGORY, BY_TYPE, BY_TOKEN.
  • specific location
selects all parts of a group to be used.
CHILDNAME singular:plural name at caste level
CLUSTER_NUMBER
  • min
  • max
The minimum/maximum numbers of how many creatures per spawned cluster. Certain vermin fish use this token in combination with temperate ocean and river biome tokens to perform seasonal migrations.

e.g. [CLUSTER_NUMBER:1:3]

CLUTCH_SIZE
  • min
  • max
Number of eggs laid in one sitting.
COLDDAM_POINT value The minimum temperature limit before the currently selected material will start receiving damage from freezing. Used mostly in material templates.
COLONY_EXTERNAL Caste hovers around colony.
COLOR foreground:background:brightness Color of the creature's tile.
COMMON_DOMESTIC Allows the creature to be brought with immigrants and when creating a new fortress, as long as the creature also includes at least one of the following tokens: PET, PACK_ANIMAL, WAGON_PULLER, MOUNT. In addition, the creature must be NATURAL rather than FANCIFUL
CONVERTED_SPOUSE Found only at caste level. Creatures of this caste's species with the SPOUSE_CONVERTER and NIGHT_CREATURE_HUNTER tokens will kidnap SPOUSE_CONVERSION_TARGETs of an appropriate sex and convert them into castes with CONVERTED_SPOUSE.
COOKABLE_LIVE Set this to allow the creature to be cooked in meals without first being butchered / fishcleaned.
COPY_TAGS_FROM
  • CREATURE NAME
Copies tags from another specified creature.
CREATURE name begins defining a new creature with the specified name.
CREATURE_CLASS
  • classname
Creature class. Can be anything, but only existing use is GENERAL_POISON. Appears to only be used for Syndromes. Supposedly can also be used for entity positions.
CREATURE_SOLDIER_TILE 'character' or tile number Creatures active in their civilization's military will use this tile instead.
CREATURE_TILE 'character' or tile number The symbol of the creature in ASCII mode.
CREPUSCULAR Sets if the creature is active at twilight. This tag functions as a combination of the two tags VESPERTINE and MATUTINAL.
CURIOUSBEAST_EATER Allows a creature to steal and eat edible items from a site.
CURIOUSBEAST_GUZZLER Allows a creature to (very quickly) drink your alcohol. Or spill the barrel to the ground. Also affects undead versions of the creature.
CURIOUSBEAST_ITEM Allows a creature to steal things (apparently the highest value it can find). Semimegabeast thievery is in Legends mode. Lightweight creatures can probably steal heavy items.
CV_ADD_TAG
  • TAG NAME
Adds a tag. Used in conjunction with creature variation templates.
CV_REMOVE_TAG
  • TAG NAME
Removes a tag. Used in conjunction with creature variation templates.
Contents A B C D E F G H I J K L M N O P Q R S T U V W X Y Z top

D

Token Arguments Description
DEMON Typically found on genned demons; sets the creature as a potential spawn for Hidden Fun Stuff
DESCRIPTION text A brief description of the creature type.
DIE_WHEN_VERMIN_BITE Dies upon attacking. Used for bee stings.
DIFFICULTY integer Toady: "Difficulty determines how deep it places them in adventure mode/reclaim caves, and the chance that they are wounded the first few river attacks." Also increases experience gain during adventure mode.
DIURNAL Sets if the creature is active in day.
DOES_NOT_EXIST Creature does not actually exist; used for fanciful creatures.
DRAGONFIREBREATH Creature breathes fire in a cone.
Contents A B C D E F G H I J K L M N O P Q R S T U V W X Y Z top

E

Token Arguments Description
EGG_MATERIAL
  • LOCAL_CREATURE_MAT
  • EGGSHELL/EGG_WHITE/EGG_YOLK
  • state (solid, liquid, or gas)
Egg material. Eggs will be made out of eggshell. Edibility is determined by tags on whites or yolk, but they otherwise do not exist.
EGG_SIZE
  • size
Size of creature's egg?
EQUIPMENT_WAGON Makes the creature into a large 3x3 creature responsible for carrying trade goods, pulled by two [WAGON_PULLER]s and driven by a merchant.
EQUIPS Allows the creature to wear or wield items.
EVIL Determines whether creature can show up on "evil" maps
EXTRAVISION Creature can see regardless of whether it has working eyes.
Contents A B C D E F G H I J K L M N O P Q R S T U V W X Y Z top

F

Token Arguments Description
FANCIFUL 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.
FEATURE_ATTACK_GROUP Found on subterranean animalmen.
FEMALE Inside a female caste, sets femaleness. Outside of a caste, sets all individuals female unless overridden by caste.
FIREBREATH The creature breathes fire projectiles (as opposed to DRAGONFIREBREATH, which is in a cone).
FIREIMMUNE As of version v0.28.181.40d, the FIREIMMUNE token had no effect on a creature's resistance to flame or heat. However, it did affect ability to swim in magma in adventure mode, as well as display of "You are caught in a pool of magma!" warning messages. It is unknown if these effects persist in DF 2010.
FIREIMMUNE_SUPER The creature is immune to DRAGONFIREBREATH. Implies FIREIMMUNE.
FISHITEM Needs to be cleaned at a fishery
FIXED_TEMP temperature The natural heat generated by the creature.
FLEEQUICK Determines how soon a creature flees in a losing battle.
FLIER Allows a creature to fly. Fortress Mode pathfinding only partially incorporates pathfinding - flying dwarves need a land path to exist between them and an area in order to access it, but as long as one such path exists, they do not need to use it, instead being able to fly over intervening obstacles.
FREQUENCY
  • number, max 100
Determines the time between creature spawns in Fortress Mode. Higher is more occurrences per time unit. Creatures without a frequency statement default to 50. Almost all others have either [FREQUENCY:5] or [FREQUENCY:100]. Not to be confused with POP_RATIO
Contents A B C D E F G H I J K L M N O P Q R S T U V W X Y Z top

G

Token Arguments Description
GENERAL_BABY_NAME singular:plural name at creature level
GENERAL_CHILD_NAME singular:plural name at creature level
GENERATED Found on procedurally generated creatures like Forgotten beasts, (biome name) titans and Demons.
GETS_INFECTIONS_FROM_ROT creature can be infected by rot
GETS_WOUND_INFECTIONS creature can get infections from wounds
GLOWCOLOR
  • foreground
  • background
  • brightness
The colour of the GLOWTILE of the creature.
GLOWTILE ascii character 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 "glowing eyes" effect. The game is also hardcoded to automatically convert quotation mark GLOWTILES into apostrophes if the creature has lost one eye. This works at the generic creature level - for caste-specific glow tiles, use CASTE_GLOWTILE instead.
GNAWER verb (gnawed) The creature chews on food barrels and bags.
GO_TO_END uncertain use, definitely refers to Creature Variants template
GO_TO_START uncertain use, definitely refers to Creature Variants template
GOOD Determines whether creature can show up on "good" areas. Eg. unicorn.
GRASSTRAMPLE value Determines the percentage chance of trampling and killing grass when a creature steps on it. Set [GRASSTRAMPLE:0] to make grass never trampled by the creature.
GRAVITATE_BODY_SIZE Creature Variants template command, alter body size.
GRAZER
  • number
Animals is a grazer. The higher the number, the less grass it needs.
Contents A B C D E F G H I J K L M N O P Q R S T U V W X Y Z top

H

Token Arguments Description
HABIT type:probability Defines certain behaviors for the creature. The habit types are COLLECT_TROPHIES, COOK_PEOPLE, COOK_VERMIN, GRIND_VERMIN, COOK_BLOOD, GRIND_BONE_MEAL, EAT_BONE_PORRIDGE, USE_ANY_MELEE_WEAPON, and COLLECT_WEALTH. These may require the creature to have a lair to work properly.
HABIT_NUM number or TEST_ALL Unknown. All lists of HABITs are preceded by [HABIT_NUM:TEST_ALL]
HAS_NERVES This makes the creature susceptible to severed motor and sensory nerves when muscles are torn in limb, grasp and stance parts. Some butchering yields nervous tissue.
HEATDAM_POINT value The maximum temperature limit before the currently selected material will start receiving damage from heat. Used mostly in material templates.
HIVE_PRODUCT
  • number
  • time
  • item tokens
What product is harvested from beekeeping.
HOMEOTHERM Default 'NONE'. The creature's normal body temperature
Contents A B C D E F G H I J K L M N O P Q R S T U V W X Y Z top

I

Token Arguments Description
IF_EXISTS_SET_BOILING_POINT value The temperature at which the creature boils into gases.
IF_EXISTS_SET_MELTING_POINT value The temperature at which the creature will melt into goo.
IGNITE_POINT value The temperature at which the creature will burst into flames.
IMMOBILE_LAND The creature is immobile while on land. Only works on AQUATIC creatures which can't breath on land.
IMMOLATE Will ignite, and potentially completely destroy, items the creature is standing on. Keep booze away from critters with this tag.
INSULATION value increases the insulation of a selected material (usually hair, feathers or skin)
INTELLIGENT Implies CAN_SPEAK and CAN_LEARN. CAN_LEARN probably means the creature gets skills and professions. Not recommended for uncivilized monsters.
ITEMCORPSE
   * subtype 

NO_SUBTYPE

   * matgloss token
   * NO_RACEGLOSS 

USE_RACEGLOSS USE_SHARPSTONE

Determines if the creature leaves behind a non-standard corpse (i.e. wood, statue, bars, ash from ghost 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. ""IRON"" if the corpse type is ""STATUE""). USE_RACEGLOSS applies if the creature has a material glossary assigned by the ""HAS_RACEGLOSS:"" flag and will select necessary adjectives and material from that glossary.

As of 31_01, RACEGLOSS may no longer be in the game.[Verify]

ITEMCORPSE_QUALITY The quality of an item-type corpse left behind; 5 is masterpiece-level.
Contents A B C D E F G H I J K L M N O P Q R S T U V W X Y Z top

L

Token Arguments Description
LAIR type:probability Found on megabeasts, semimegabeasts, and night creatues. The creature will seek out sites of this type and take them as lairs. The lair types are SIMPLE_BURROW, SIMPLE_MOUND, SHRINE, and LABYRINTH.
LAIR_CHARACTERISTIC characteristic:probability Defines certain features of the creature's lair. The only known valid characteristic is HAS_DOORS.
LAIR_HUNTER This creature will actively hunt adventurers in its lair.
LAIR_HUNTER_SPEECH speech file What this creature says while hunting adventurers in its lair.
LARGE_PREDATOR Will attack things that are smaller than it (like dwarves). Only one group of "large predators" will appear on any given map (possibly two groups on "savage" maps). In adventure mode, large predators will try to ambush and attack you (and your party will attack them back). Also, they can be mentioned in the intro paragraph when starting a fortress e.g. "ere the wolves get hungry."
LARGE_ROAMING In Fortress Mode, spawns outdoors and is not a vermin creature.
LAYS_EGGS Creature lays eggs instead of giving birth to live young.
LAYS_UNUSUAL_EGGS Item tokens Creature lays a particular item instead of regular eggs. As of v0.31.19, this tag only makes the game crash.
LIGAMENTS
  • selection criteria. Often LOCAL_CREATURE_MAT, although other selection criteria may work too.
  • selected material. Almost always SINEW of the creature's materials.
  • healing rate
defines the material and healing rate of ligaments.
LIGHT_GEN The creature will generate light, such as in adventurer mode at night.
LIKES_FIGHTING The creature will attack enemies rather than flee from them. This tag has the same effect on player-controlled creatures - included modded dwarves.
LISP Creature multiplies 'S' when talking. Ex: "My name isss Recisssiz."
LITTERSIZE
  • minumum
  • maximum
Determines the random chance of how many creatures are generated when giving birth. [LITTERSIZE:1:2]
LOCKPICKER Lets a creature open doors that are set to forbidden in Fortress Mode.
LOOSE_CLUSTERS The creatures will scatter if they have this tag, or form tight packs if they don't.
Contents A B C D E F G H I J K L M N O P Q R S T U V W X Y Z top

M

Token Arguments Description
MAGMA_VISION Creature's able to see while covered in magma.
MALE all male
MANNERISM_??
  • occassionally body part
Adds a possible mannerism to the creature's profile.

Refer to Template:L

MATERIAL
  • material id
Begins defining a new material.[Verify]
MATERIAL_BREATH_ATTACK
  • MATERIAL TYPE (TISSUE, INORGANIC)
  • MATERIAL NAME
  • MATERIAL STATE (TRAILING_DUST_FLOW, TRAILING_VAPOR_FLOW, TRAILING_GAS_FLOW, SOLID_GLOB, LIQUID_GLOB, UNDIRECTED_GAS, UNDIRECTED_VAPOR, UNDIRECTED_DUST)
Creates an attack referencing a material, using a given type of breath attack.
MAXAGE min:max range of time in which death from old age may occur
MEANDERER Gives a creature random movement.
MEGABEAST Appears on fortress territory in Fortress Mode occasionally. Implies SEMIMEGABEAST. Also can be worshipped
MENT_ATT_CAP_PERC
  • ATTRIBUTE Token
  • Cap %
Default is 200. This means you can increase your attribute to 200% of its starting value (or the average value + your starting value if that is higher).
MENT_ATT_RANGE
  • ATTRIBUTE
  • lowest:lower:low:median:high:higher:highest | sets up a mental attribute's range of values. Max of 5000.
MENT_ATT_RATES
  • ATTRIBUTE Token
  • cost to improve
  • unused counter rate
  • rust counter rate
  • demotion counter rate
Attribute gain/decay rates. Defaults for are 500:2:3:2, except for RECUPERATION and DISEASE_RESISTANCE that don't have change rates. The last three slots may be replaced by NONE.
MILKABLE
  • LOCAL_CREATURE_MAT:MILK:amount
Allows the creature to be milked.
MISCHIEVIOUS Will pull any levers it comes across. Also makes creature spawn invisible and with several ranks in Ambusher. "They go on little missions to mess with various fortress buildings, not just levers."
MOUNT Creature may be used as a mount
MOUNT_EXOTIC You need the Dungeon master noble to mount the creature.
MULTIPLE_LITTER_RARE Makes litters with more than one offspring rare.
MULTIPLY_VALUE
  • Multiplier
multiplies value of materials
MUNDANE Marks if the creature is an actual real-life creature. Only used for age-names at present.
Contents A B C D E F G H I J K L M N O P Q R S T U V W X Y Z top

N

Token Arguments Description
NAME singular:plural:adjective The generic name for any creature of this type - will be used when distinctions between caste are unimportant. For names for specific castes, use CASTE_NAME instead.
NATURAL Animal is considered to be natural.
NATURAL_SKILL skill:value The creature possesses this skill at this level inherently. It begins with this skill at this level, and the skill may never rust below this level.
NIGHT_CREATURE_BOGEYMAN Found on bogeymen. Presumably makes the creature attack the player at night in hordes like bogeymen do.
NIGHT_CREATURE_HUNTER If this creature has SPOUSE_CONVERTER, it will actively attempt to seek out potential conversion targets, abduct them, and convert them. Night creatures will seek out one SPOUSE_CONVERSION_TARGET of the opposite sex, convert them, and then have children with them. NIGHT_CREATURE_HUNTERs without SPOUSE_CONVERTER will not be placed.
NO_AUTUMN does not appear this season.
NO_DIZZINESS Creature cannot become dizzy
NO_DRINK Creature does not need to drink.
NO_EAT Creature does not need to eat.
NO_FEVERS Creature cannot suffer fevers
NO_SLEEP Creature does not need to sleep.
NO_SPRING does not appear this season.
NO_SUMMER does not appear this season.
NO_THOUGHT_CENTER_FOR_MOVEMENT Probably shorthand for movement being unaffected by damage in general.
NO_WINTER does not appear this season.
NOBONES Creature has no bones.
NOBREATHE Creature doesn't need to breathe or have [BREATHE] parts in body. Cannot drown or be strangled.
NOCTURNAL Sets if the creature is active in night.
NOEMOTION The creature has no emotions, and does not rage.
NOEXERT Creature can't become tired or over-exerted.
NOFEAR Creature doesn't feel fear and will never run away from battle.
NOMEAT Creature will not drop meat on butcher.
NONAUSEA Creature can't vomit.
NOPAIN Creature doesn't feel pain.
NORMAL ??? Unknown. Found in string dump.
NOSKIN Creature will not drop skin on butcher.
NOSKULL Creature will not drop skull on butcher, rot, or decay of severed head.
NOSMELLYROT Does not produce miasma when rotting
NOSTUCKINS Weapons can't be stuck in creature.
NOSTUN Creature can't be stunned. Evidence suggests creatures with this tag never wake up from sleep in Fortress Mode.
NOT_BUTCHERABLE Cannot be butchered
NOTHOUGHT Creature doesn't think, or doesn't require a [BRAIN] body part.
Contents A B C D E F G H I J K L M N O P Q R S T U V W X Y Z top

P

Token Arguments Description
PACK_ANIMAL Allows the creature to be used as a pack animal. Currently only used by merchants.
PARALYZEIMMUNE The creature is immune to all paralyzing special attacks.
PATTERNFLIER
PEARL Creature will generate pearls.
PENETRATEPOWER value Controls the ability of vermin to find a way into containers when they are eating food from your stockpiles. Wood and cloth objects roll a 0-9 and if it's greater than the penetrate power, their contents escape for the time being. Other objects roll a 0-99.
PERSONALITY
  • ATTRIBUTE
  • lowest:median:highest
Determines the range and chance of personality traits. Standard is 0:50:100. See Personality traits for more info.
PET Allows the creature to be tamed.
PET_EXOTIC You need a Dungeon master noble in your fortress for the creature to be tamable (but any Animal trainer can do the taming).
PETVALUE value 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.
PHYS_ATT_CAP_PERC
  • ATTRIBUTE Token
  • Cap %
Default is 200. This means you can increase your attribute to 200% of its starting value (or the average value + your starting value if that is higher).
PHYS_ATT_RANGE
  • ATTRIBUTE
  • lowest
  • lower
  • low
  • median
  • high
  • higher
  • highest
sets up a physical attribute's range of values. Max of 5000.
PHYS_ATT_RATES
  • ATTRIBUTE Token
  • cost to improve
  • unused counter rate
  • rust counter rate
  • demotion counter rate
Attribute gain/decay rates. Defaults for are 500:2:3:2, except for RECUPERATION and DISEASE_RESISTANCE that don't have change rates. The last three slots may be replaced by NONE.
PLUS_BP_GROUP
  • BY_TYPE, BY_CATEGORY, or BY_TOKEN
  • body type, category, or token
Adds a body part group to selected body part group.
PLUS_MATERIAL
  • material
Adds a material to selected materials.
PLUS_TISSUE_LAYER
  • TISSUE
  • BY_CATEGORY, BY_TYPE, BY_TOKEN
  • Location - category, type, or token
Adds a tissue to those selected
PLUS_TL_GROUP
  • TISSUE
  • BY_CATEGORY, BY_TYPE, BY_TOKEN
  • Location - category, type, or token
  • tissue
continues a selection of tissue layers
POP_RATIO Weighted population of caste; Lower is rarer. Not to be confused with FREQUENCY.
POPULATION_NUMBER min:max The minimum/maximum numbers of how many of these creatures can show up on a map per year.
POWER Allows the being to represent itself as a deity. Requires CAN_SPEAK to actually do anything more than settle at a location.
PREFSTRING string Sets what other creatures like about this creature. "Urist likes dwarves for their beards." Multiple entries will be chosen from at random
PROFESSION_NAME
  • Profession
  • singular
  • plural
The generic name for members of this profession, at the creature level. In order to give members of specific castes different names for professions, use CASTE_PROFESSION_NAME instead.
Contents A B C D E F G H I J K L M N O P Q R S T U V W X Y Z top

R

Token Arguments Description
RELSIZE
  • BY_CATEGORY, BY_TYPE, BY_TOKEN
  • body category, type, or token
  • Relsize
Specifies a new relative size for a part than what is stated in the body plan. For example, Dwarves have larger livers.
REMAINS_COLOR
REMAINS_ON_VERMIN_BITE_DEATH Leaves remains when its attack causes it to die? Seems to go with DIE_WHEN_VERMIN_BITE.
REMAINS_UNDETERMINED
REMOVE_MATERIAL
  • material token
Removes a material from a creature
REMOVE_TISSUE
  • material token
Removes a tissue from a creature.
Contents A B C D E F G H I J K L M N O P Q R S T U V W X Y Z top

S

Token Arguments Description
SAVAGE Allows creature to show up on (and limits it to) "savage" maps.
SECRETION
  • MATERIAL REF (eg LOCAL_CREATURE_MAT
  • Material name
  • Material State
  • location secreted from (by_type, by_category, by_token)
  • body part
  • tissue layer
creates a secreted material on given tissue on a given part of the body."
SELECT_ADDITIONAL_CASTE
  • caste name
adds an additional previously defined caste to the selection
SELECT_CASTE
  • caste name, or ALL
selects a previously defined caste
SELECT_MATERIAL
  • MATERIAL NAME
Selects the material. Can be ALL.
SELECT_TISSUE
  • tissue token
Selects a tissue for editing.
SELECT_TISSUE_LAYER
  • TISSUE
  • BY_CATEGORY, BY_TYPE, BY_TOKEN
  • Location - category, type, or token | Selects a tissue at a location
  • (optional) FRONT, BACK, LEFT, RIGHT, TOP, BOTTOM, AROUND.
Selects a tissue layer for descriptor and cosmetic purposes.
SEMIMEGABEAST Appears as boss creature in quests. Makes history by rampaging around towns. Possibly inhabits non-mountain caves.
SET_BP_GROUP
  • selection criteria BY_TYPE, BY_CATEGORY, BY_TOKEN
  • category, type, or token
selection token"
SET_LAYER_TISSUE ??? Unknown. Found in string dump. (Might replace selected tissue layer with different tissue??? Needs testing).

Not to be confused with SELECT_TISSUE_LAYER.

SET_TL_GROUP
  • TISSUE
  • BY_CATEGORY, BY_TYPE, BY_TOKEN
  • Location - category, type, or token
  • tissue
begins a selection of tissue layers
SHEARABLE_TISSUE_LAYER ? Can be sheared for wool?
SKILL_LEARN_RATE Template:L:percentage The rate at which this creature learns this skill.
SKILL_LEARN_RATES percentage The rate at which this creature learns all skills.
SKILL_RATE Template:L:percentage:value:value:value As SKILL_RATES for individual skills.
SKILL_RATES
  • % of improvement points you get
  • unused counter rate
  • rust counter rate
  • demotion counter rate
Affects skill gain and decay. Lower numbers in the last three slots make decay occur faster ([SKILL_RATES:100:1:1:1] would cause rapid decay). The counter rates may also be replaced with NONE.

Default is [SKILL_RATES:100:8:8:16]. [SLOW_LEARNER] changes the 100 to a 50.

SKILL_RUST_RATE Template:L:value:value:value The rate at which this skill decays. Lower values cause the skill to decay faster.
SKILL_RUST_RATES Template:L:value:value:value The rate at which all skills decay. Lower values cause the skills to decay faster.
SLOW_LEARNER Similar to [CAN_LEARN], but slower; skills are gained at a fraction of the rate. Present in the entries for ogres and giants; can be applied to civ or player races.
SMALL_REMAINS If a creature has this token, it'll leave a small corpse that only rots once, and without miasma.
SOLDIER_ALTTILE 'character' or tile number If this creature is active in its civilization's military, it will blink between its default tile and this one.
SPEC_HEAT value Amount of energy required for the creature to heat up or cool down.
SPEECH speech file Boasting speeches relating to killing this creature. Examples include dwarf.txt and elf.txt in the Speech folder in Data.u
SPEED value Sets the creatures' movement and work speed, 1000/[100 + SPEED X] is the resulting effect on creatures movement and work rates from default. See Speed for more information.
SPHERE
  • sphere name
Sets what religious spheres the creature is aligned to, for purposes of being worshipped via the [POWER] token. Also affects the layout of hidden fun stuff, and the creature's name.
SPOUSE_CONVERSION_TARGET This creature can be converted by a night creature with SPOUSE_CONVERTED.
SPOUSE_CONVERTER Enables the creature to convert SPOUSE_CONVERSION_TARGETs into CONVERTED_SPOUSE castes of its species. The creature won't actually actively do this unless it also has NIGHT_CREATURE_HUNTER, however.
SWIM_SPEED
  • speed
How fast the creature swims. Typically 2500 (0.38 times the default speed).
SWIMS_INNATE The creature naturally knows how to swim, as opposed to [SWIMS_LEARNED] below. Currently, an AI bug prevents this from being useful on PC races in fortress mode.
SWIMS_LEARNED The creature doesn't know how to swim unless it has learned the skill. Requires [CAN_LEARN], obviously.
Contents A B C D E F G H I J K L M N O P Q R S T U V W X Y Z top

T

Token Arguments Description
TENDONS
  • selection criteria. Often LOCAL_CREATURE_MAT, although other selection criteria may work too.
  • selected tissue
  • healing rate
Defines the material and healing rare of tendons.
THICKWEB The creature's webs can catch larger creatures. May imply [AMBUSHPREDATOR].
TISSUE name Begins defining a tissue in the creature file.
TISSUE_LAYER
  • BY_TYPE, BY_CATEGORY, BY_TOKEN
  • TYPE,CATEGORY, or TOKEN
  • TISSUE
  • LOCATION
Adds the tissue layer to wherever it is required.

Non-argument Locations can be FRONT, RIGHT, LEFT, TOP, BOTTOM. Argument locations are AROUND and CLEANS, requiring a further body part and a % of coverage/cleansing

TISSUE_LAYER_OVER Presumably:
  • BY_TYPE, BY_CATEGORY, BY_TOKEN
  • TYPE,CATEGORY, or TOKEN
  • TISSUE
  • LOCATION
Presumably a counterpart to TISSUE_LAYER_UNDER (see below). Found in string dump.
TISSUE_LAYER_UNDER
  • BY_TYPE, BY_CATEGORY, BY_TOKEN
  • TYPE,CATEGORY, or TOKEN
  • TISSUE
  • LOCATION
Adds the tissue layer under a given part ex. is Iron Man he has a gaseous poison within him and this tissue (GAS is its name) has the token [TISSUE_LEAKS] and its state is GAS so when you puncture the iron outside and damage this tissue it leaks gas (can have a syndrome by using a previous one in the creature sample.) [TISSUE_LAYER_UNDER:BY_CATEGORY:ALL:{tissue}] {tissue} is what will be under the TISSUE_LAYER here is an example Tissue from Iron Man
       [TISSUE:GAS]

[TISSUE_NAME:gas:NP] [TISSUE_MATERIAL:LOCAL_CREATURE_MAT:GAS] [TISSUE_MAT_STATE:GAS] [RELATIVE_THICKNESS:50] [TISSUE_LEAKS] [TISSUE_SHAPE:LAYER]

TISSUE_LAYER_APPEARANCE_MODIFIER
  • QUALITY
  • lowest:lower:low:median:high:higher:highest
sets the range of qualities, including LENGTH, DENSE, HIGH_POSITION, CURLY, GREASY, WRINKLY
TISSUE_NAME ??? Unknown. Found in String Dump. Might change name of selected tissue layer(?). Needs testing.
TISSUE_STYLE_UNIT
  • tissue
  • shaping
sets tissue to be in a certain shape, mostly used with tissues HAIR, BEARD, MOUSTACHE, SIDEBURNS.
TL_COLOR_MODIFIER COLOR:freq:COLOR:freq etc Creates a list of color patterns, giving each a frequency.
TL_CONNECTS Presumably gives the CONNECTS attribute to selected layers. Found in String Dump.
TL_HEALING_RATE
  • new tissue healing rate number?
Presumably changes the HEALING_RATE of the selected tissue layers. Found in String Dump.
TL_MAJOR_ARTERIES Gives Major Artery attribute to selected layers.
TL_PAIN_RECEPTORS
  • new pain receptor number?
Seems to set new number of pain receptors for selected tissue layers. Found in String Dump.
TL_RELATIVE_THICKNESS
  • new relative thickness?
Seems to set new relative thickness for selected tissue layers. Found in String Dump.
TL_VASCULAR
  • new VASCULAR value?
Seems to set new a VASCULAR value (which modulates bleeding) for selected tissue layers. Found in String Dump.
TLCM_GENETIC_MODEL tissue layer color modifier is passed to offspring genetically?
TLCM_IMPORTANCE
  • number
Presumably modifies the importance of the tissue layer color modifier, for description purposes.

HOWEVER using this appears to remove all mention of colour from creature descriptions. It does not appear in any default creatures.

TLCM_NOUN
  • name
  • SINGULAR or PLURAL
names the tissue layer color modifier, and determines the noun
TLCM_TIMING
  • ROOT
  • start change window years:days:end change window years:days
determines the point in the creature's life where the color change begins
TRADE_CAPACITY How much the creature can carry when used by merchants.
TRAINABLE Implies both [TRAINABLE_HUNTING] and [TRAINABLE_WAR].
TRAINABLE_HUNTING Can be trained as hunting beasts by way of kennels.
TRAINABLE_WAR Can be trained as war beasts by way of kennels.
TRANCES Allows the creature to go into martial trances.
TRAPAVOID The creature is immune to traps. Probably every procedurally generated megabeast has this.
TRIGGERABLE_GROUP min:max A large swarm of vermin can be disturbed, usually in Adventure mode.[Verify]
TSU_NOUN
  • noun
  • SINGULAR or PLURAL
Noun for the TISSUE_STYLE_UNIT, used in the description of the tissue layer's style.
Contents A B C D E F G H I J K L M N O P Q R S T U V W X Y Z top

U

Token Arguments Description
UBIQUITOUS Creature will occur in every region with the correct biome. Does not apply to evil/good tags.
UNDERGROUND_DEPTH
  • mindepth
  • maxdepth
Depth the creature appears underground. Numbers can be from 1 to 5. Only magma creatures use 4 or 5 in the default raws. A single argument may be used instead of min and max. Dwarven civilizations will only export (via the embark screen or caravans) things that available at depth 1.
UNDERSWIM Creature swims under the water and can't be seen.[Verify]
UNIQUE_DEMON Typically found on genned demons; sets the creature as capable of "emerging from the underworld" and taking over during worldgen.
USE_CASTE
  • caste token
USE_MATERIAL
  • new material token
  • old material id
Uses a local creature mat to define a new material?[Verify]
USE_MATERIAL_TEMPLATE
  • new material token
  • material template
Loads a material, and gives it a shortname for later reference
USE_TISSUE
  • new tissue token
  • old tissue id
Uses a local creature mat to define a new material?[Verify]
USE_TISSUE_TEMPLATE
  • new tissue token
  • tissue template
Loads a tissue template listed in OBJECT:TISSUE_TEMPLATE files, such as tissue_template_default.txt.
UTTERANCES Changes the language of the creature into an unintelligible mess.
Contents A B C D E F G H I J K L M N O P Q R S T U V W X Y Z top

V

Token Arguments Description
VEGETATION unknown
VIEWRANGE value Value should determine how close you have to get to a critter before it attacks (or prevents adv mode travel etc.) Default is 20.
VERMIN_BITE
  • amount
  • verb (bitten, stung)
  • LOCAL_CREATURE_MAT
  • MATERIAL
vermin bites, and injects something.
VERMIN_EATER Vermin can nibble food?[Verify]
VERMIN_FISH Acts like a fish
VERMIN_GROUNDER The creature can be picked up if you stand over it. (Requires confirmation)

'I think this is a habitat flag like VERMIN_SOIL, VERMIN_CHASM, etc. It seems to appear on creatures that don't otherwise have one. – Peristarkawan 17:27, 24 May 2007 (EDT)'

VERMIN_HATEABLE Some dwarves will hate the creature and get unhappy thoughts when around it.
VERMIN_MICRO This makes the creature move in a swarm of creatures of the same race as it. I.E. Swarm of flies, swarm of ants, etc.
VERMIN_NOFISH The creature cannot be caught by fishing.
VERMIN_NOROAM The creature will not be observed randomly roaming about the map.
VERMIN_NOTRAP The creature cannot be caught by trappers or animal traps. However, this may not work in all cases, as both dragonflies and fairies can be caught by trappers. This is possibly overridden by the VERMIN_GROUNDER token, allowing trappers set to Catch a Live Land Animal to pick up and thus trap the animal. (speculation by Flippantelf 04:45, 15 June 2009 (UTC))
VERMIN_ROTTER Present on flies, knuckle worms, acorn flies, and blood gnats. Probably means either the creature is attracted to rot, the creature speeds rotting, or both.
VERMIN_SOIL The creature randomly appears near dirt or mud.
VERMIN_SOIL_COLONY The vermin will appear in a single tile cluster of many vermin, such as a colony of ants.
VERMINHUNTER A creature with this tag will hunt down vermin and kill them. Sometimes they will eat the vermin, but most of the time they will bring it to their owner. This tag also makes impossible to assign an owner to the animal. The animal chooses it's own owner instead (like a cat). If assigned to a playable race, members of that race will ONLY be able to eat vermin.
VESPERTINE Sets if the creature is active in evening.
Contents A B C D E F G H I J K L M N O P Q R S T U V W X Y Z top

W

Token Arguments Description
WAGON_PULLER Allows the creature to pull caravan wagons.
WEBBER
  • LOCAL_CREATURE_MAT
  • MATERIAL (eg SILK)
allows the creature to web, and defines what the webs are made of.
WEBIMMUNE The creature will not get caught in webs.

Attack Tokens

Token Arguments Description
ATTACK_SKILL defines the attack skill used
ATTACK_VERB 2nd person:3rd person descriptive text for the attack
ATTACK_CONTACT_PERC
  • % value
amount of available tissue used in attack
ATTACK_PENETRATION_PERC
  • % value
probably amount of material that makes contact when penetration is done
ATTACK_FLAG_EDGE attack type
ATTACK_FLAG_WITH In adventure mode, displays the name of the body part used by an attack when announcing the attack.
ATTACK_PRIORITY
  • MAIN or SECOND
use of the attack in combat. Secondary attacks are only used if main attacks are impossible.
ATTACK_FLAG_CANLATCH Enables an attacker to occasionally latch on with the bodypart used by an attack when an attack with this flag in it's definition is made.
ATTACK_VELOCITY_MODIFIER number Modifies the attack velocity. Believed to be percent based (so 100 would be "normal"). May be on same scale as weapon velocity (where 1000 is "normal").
SPECIALATTACK_INJECT_EXTRACT
  • material source, eg. LOCAL_CREATURE_MAT, INORGANIC
  • MATERIAL eg.POISON,
  • MATTERSTATE (ALL_SOLID, LIQUID, GAS)
  • min:max
attack type addition that injects a material into the victim.
SPECIALATTACK_SUCK_BLOOD min:max Successful attack draws out an amount of blood randomized between the min and max value.