FREQUENCY
|
Creature
|
|
The [FREQUENCY] value plays two separate roles. The first is in determining the initial distribution of creatures across the world map. Each creature is randomly assigned a single x, y co-ordinate on the world map, which act as the epicenter for that creature's distribution. A square is drawn around that x, y co-ordinate with a Manhattan radius equal to the [FREQUENCY] value divided by 100 times the world map size. For example, in a 256 by 256 size world map, the lion might be assigned 14, 112. The lion has [FREQUENCY:5], and so a square is drawn by moving 13 tiles in each direction from the lion's x, y co-ordinate. This is the lion's "territory".
Each sub-region in the world will attempt to fill lists of wildlife. There are five lists - [VERMIN_GROUNDER], [VERMIN_SOIL], [VERMIN_SOIL_COLONY], [LARGE_ROAMING], and [LARGE_PREDATOR], corresponding with the relevant tokens. The game will attempt to place seven creatures in each list for each sub-region. Creatures are valid for sub-region's list if they have the requisite token for that list, if they have the valid token for that sub-region's biome (for example, the [lion] can only be selected for [BIOME:SAVANNA_TROPICAL], [BIOME:GRASSLAND_TROPICAL], and [BIOME:SHRUBLAND_TROPICAL]), and if their "territory" as defined by their random epicenter and [FREQUENCY] radius overlaps with that sub-region. These lists then determine the creatures that can actually appear within that sub-region during gameplay.
There are some exceptions to the above. If the game was not capable of filling all seven entries in a list, it will drop the overlapping territory requirement, and simply pull the nearest creature which has the correct token and biome availability. Conversely, if a creature has an epicenter but has not appeared on any of the list for any of the world map's sub-regions, the creature will be assigned to the relevant list for the nearest appropriate sub-region - meaning it is occasionally possible to have lists of eight creatures or more. This is more common in smaller worlds where there are less possible sub-regions to be assigned towards. Creatures with the [GOOD] and [EVIL] tokens ignore the epicenter distribution system altogether. They are always capable of appearing in appropriate biomes which are [GOOD] or [EVIL] respectively. Creatures with [UBIQUITOUS] have a "territory" which covers the entire map, regardless of their epicenter (although they can still fail to be chosen if there are 7 creatures which are eligible and have nearer epicenters to the sub-region in question).
The second use for [FREQUENCY] is to determine how often a creature actually appears on map. In Fortress Mode, the game will try and spawn large wildlife (creatures with [LARGE_ROAMING] or [LARGE_PREDATOR] in fairly regular waves. When the game decides it needs to spawn in a fresh wave of e.g. [LARGE_ROAMING] creatures, it will select one of the creatures from the relevant list for that sub-region at random, with all creatures weighted equally. Once it has selected a creature, it then effectively rolls a d100 against the relevant creature's frequency. If the d100 is equal to the creature's [FREQUENCY] or less, that creature is then spawned in. If the d100 is above the creature's [FREQUENCY], the game returns to the relevant list and selects again. [UBIQUTIOUS] acts as [FREQUENCY:100] for these purposes - in other words, the creature cannot fail the d100 check and will always be spawned in if it is selected from the list.|}
G
Token
|
Type
|
Arguments
|
Description
|
GAIT
|
Caste
|
- <gait type>
- <gait name>
- <max speed>
- <build up time>
- <max turning speed>
- <start speed>
- <energy expenditure>
- <gait flag(s)>
|
Defines a gait by which the creature can move. See Gait for more information. Specifically, you likely want to use one of the existing STANDARD_X_GAITS creature variations, as described in this subsection.
- <max speed> indicates the maximum speed achievable by a creature using this gait
- <start speed> indicates the creature's speed when it starts moving using this gait
- <build up time> indicates how long it will take for a creature using this gait to go from <start speed> to <max speed>. For example, a value of 10 means that it should be able to reach the maximum speed by moving 10 tiles in a straight line over even terrain.
- <max turning speed> indicates the maximum speed permissible when the creature suddenly changes its direction of motion. The creature's speed will be reduced to <max turning speed> if travelling at a higher speed than this before turning.
- <energy expenditure> indicates how energy-consuming the gait is. Higher values cause the creature to tire out faster. Persistent usage of a high-intensity gait will eventually lead to exhaustion and collapse.
NO_BUILD_UP can be specified instead of a <start speed> value to make the <max speed> instantly achievable upon initiating movement (this is equivalent to a <build up time> of 0). Note that <build up time> and <max turning speed> are both ignored if specified alongside this (as NO_BUILD_UP trumps <build up time> and preserves <max speed> whilst turning, and <max turning speed> cannot exceed <max speed>) so it is permissible to omit them so long as they are both omitted together.
It's possible to specify a <start speed> greater than the <max speed>; the moving creature will decelerate towards its <max speed> in this case.
valid gait types:
Used for moving normally over ground tiles.
Used for moving over ground tiles whilst prone.
Used for moving through tiles containing water or magma at a depth of at least 4/7.
Used for moving through open space.
Used for moving whilst climbing.
valid gait flags:
Speeds/slows movement depending on the creature's Agility stat.
Speeds/slows movement depending on the creature's Strength stat.
Makes THICKENS_ON_ENERGY_STORAGE and THICKENS_ON_STRENGTH tissue layers slow movement depending on how thick they are. Adding the STRENGTH gait flag counteracts the impact of the latter layer.
- STEALTH_SLOWS:<percentage>
Slows movement by the specified percentage when the creature is sneaking.
|
GENERAL_BABY_NAME
|
Creature
|
|
Like [BABYNAME] , but applied regardless of caste.
|
GENERAL_CHILD_NAME
|
Creature
|
|
Like [CHILDNAME] , but applied regardless of caste.
|
GENERAL_MATERIAL_FORCE_MULTIPLIER
|
Caste
|
|
Has the same function as [MATERIAL_FORCE_MULTIPLIER] , but applies to all attacks instead of just those involving a specific material. Appears to be overridden by MATERIAL_FORCE_MULTIPLIER (werebeasts, for example, use both tokens to provide resistance to all materials, with one exception to which they are especially vulnerable).
|
GENERATED
|
Creature
|
|
Found on procedurally generated creatures like forgotten beasts, titans, demons, angels, and night creatures. Cannot be specified in user-defined raws.
|
GETS_INFECTIONS_FROM_ROT
|
Caste
|
|
Makes the creature get infections from necrotic tissue.
|
GETS_WOUND_INFECTIONS
|
Caste
|
|
Makes the creature's wounds become infected if left untreated for too long.
|
GLOWCOLOR
|
Creature
|
- foreground
- background
- brightness
|
The colour of the creature's [GLOWTILE] .
|
GLOWTILE
|
Creature
|
|
If present, the being glows in the dark (generally used for Adventurer Mode). The tile is what replaces the being's current tile when it is obscured from your sight by darkness. The default setting for kobolds (a yellow quotation mark) provides a nice "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
|
Caste
|
|
The creature can and will gnaw its way out of animal traps and cages using the specified verb, depending on the material from which it is made (normally wood).
|
GOBBLE_VERMIN_CLASS
|
Caste
|
|
The creature eats vermin of the specified class.
|
GOBBLE_VERMIN_CREATURE
|
Caste
|
|
The creature eats a specified vermin.
|
GO_TO_END
|
Special
|
|
When using tags from an existing creature, inserts new tags at the end of the creature.
|
GO_TO_START
|
Special
|
|
When using tags from an existing creature, inserts new tags at the beginning of the creature.
|
GO_TO_TAG
|
Special
|
|
When using tags from an existing creature, inserts new tags before the specified tag.
|
GOOD
|
Creature
|
|
Creature is considered good and will only show up in good biomes - unicorns, for example. Civilizations with [USE_GOOD_ANIMALS] can domesticate them regardless of exotic status. Has no effect on cavern creatures except to restrict taming. A civilization that has good creatures can colonise good areas in world-gen.
|
GRASSTRAMPLE
|
Caste
|
|
The value determines how rapidly grass is trampled when a creature steps on it - a value of 0 causes the creature to never damage grass, while a value of 100 causes grass to be trampled as rapidly as possible. Defaults to 5.
|
GRAVITATE_BODY_SIZE
|
Caste
|
|
Used in Creature Variants. This token changes the adult body size to the average of the old adult body size and the target value and scales all intermediate growth stages by the same factor.
|
GRAZER
|
Caste
|
|
The creature is a grazer - if tamed in fortress mode, it needs a pasture to survive. The higher the number, the less frequently it needs to eat in order to live. Not used since 0.40.12, replaced by [STANDARD_GRAZER] to fix Bug 4113.
|
H
Token
|
Type
|
Arguments
|
Description
|
HABIT
|
Caste
|
|
Defines certain behaviors for the creature. The habit types are:
- COLLECT_TROPHIES
- COOK_PEOPLE
- COOK_VERMIN
- GRIND_VERMIN
- COOK_BLOOD
- GRIND_BONE_MEAL
- EAT_BONE_PORRIDGE
- USE_ANY_MELEE_WEAPON
- GIANT_NEST
- COLLECT_WEALTH.
These require the creature to have a [LAIR] to work properly, and also don't seem to work on creatures who are not a [SEMIMEGABEAST] , [MEGABEAST] , or[NIGHT_CREATURE_HUNTER] .
|
HABIT_NUM
|
Caste
|
|
"If you set HABIT_NUM to a number, it should give you that exact number of habits according to the weights.".[1] All lists of HABITs are preceded by [HABIT_NUM:TEST_ALL]
|
HAS_NERVES
|
Caste
|
|
The creature has nerves in its muscles. Cutting the muscle tissue can sever motor and sensory nerves, disabling the limb.
|
HASSHELL
|
Caste
|
|
The creature has a shell. Seemingly no longer used - holdover from previous versions.
|
HIVE_PRODUCT
|
Creature
|
|
What product is harvested from beekeeping.
|
HOMEOTHERM
|
Caste
|
|
Default 'NONE'. The creature's normal body temperature. Creature ceases maintaining temperature on death unlike fixed material temperatures. Provides minor protection from environmental temperature to the creature.
|
HUNTS_VERMIN
|
Caste
|
|
Creature hunts and kills nearby vermin, randomly walking between places with food laying on the ground or in stockpiles, to check for possible [VERMIN_EATER] vermin, but they'll kill any other vermin too. Do not include this creature token on an intelligent entity that you intend to play as in fortress mode because it will prevent them from feeding themselves.
|
I
Token
|
Type
|
Arguments
|
Description
|
IMMOBILE
|
Caste
|
|
The creature cannot move. Found on sponges. Will also stop a creature from breeding in fortress mode (MALE and FEMALE are affected, if one is IMMOBILE; no breeding will happen).
|
IMMOBILE_LAND
|
Caste
|
|
The creature is immobile while on land. Only works on [AQUATIC] creatures which can't breathe on land.
|
IMMOLATE
|
Caste
|
|
The creature radiates fire. It will ignite, and potentially completely destroy, items the creature is standing on. Also gives the vermin a high chance of escaping from animal traps and cages made of any flammable materials (specifically ones that could be ignited by magma).
|
INTELLIGENT
|
Caste
|
|
Alias for [CAN_SPEAK] + [CAN_LEARN] .
|
ITEMCORPSE
|
Caste
|
|
Determines if the creature leaves behind a non-standard corpse (i.e. wood, statue, bars, stone, pool of liquid, etc.). Ethics may prevent actually using the item in jobs or reactions.
|
ITEMCORPSE_QUALITY
|
Caste
|
|
The quality of an item-type corpse left behind. Valid values are: 0 for ordinary, 1 for well-crafted, 2 for finely-crafted, 3 for superior, 4 for exceptional, 5 for masterpiece.
|
L
Token
|
Type
|
Arguments
|
Description
|
LAIR
|
Caste
|
|
Found on megabeasts, semimegabeasts, and night creatures. The creature will seek out sites of this type and take them as lairs. The lair types are:
- SIMPLE_BURROW
- SIMPLE_MOUND
- WILDERNESS_LOCATION
- SHRINE
- LABYRINTH
|
LAIR_CHARACTERISTIC
|
Caste
|
- characteristic
- probability
|
Defines certain features of the creature's lair. The only valid characteristic is HAS_DOORS.
|
LAIR_HUNTER
|
Caste
|
|
This creature will actively hunt adventurers in its lair.
|
LAIR_HUNTER_SPEECH
|
Caste
|
|
What this creature says while hunting adventurers in its lair.
|
LARGE_PREDATOR
|
Caste
|
|
Will attack other creatures that are smaller than it. Tamed large predators will still attack wildlife. In fortress mode, only one group of "large predators" (possibly two groups on "savage" maps) will appear on any given map. In adventurer mode, large predators will try to ambush and attack you (and your party will attack them back). When tamed, large predators tend to be much more aggressive to enemies than non-large predators, making them a good choice for an animal army. They may go on rampages in worldgen, and adventurers may receive quests to kill them. Also, they can be mentioned in the intro paragraph when starting a fortress e.g. "ere the wolves get hungry."
A single biome supports 7 large predator species, picking randomly and rolling a d100 under its [FREQUENCY] to add it until all 7 slots are filled.
Incompatible with [PACK_ANIMAL] on a technicality, if included: hauled items are likely to be dropped upon entering the map (even if [TRADE_CAPACITY] is present) in contrast to when the merchants depart.
|
LARGE_ROAMING
|
Creature
|
|
This is the core requisite tag allowing the creature to spawn as a wild animal in the appropriate biomes. Requires specifying a [BIOME] in which the creature will spawn. Does not require specifying a frequency, population number, or cluster number.
This tag stacks with [MEGABEAST] , [SEMIMEGABEAST] , or [NIGHT_CREATURE_HUNTER] ; if used with one of these tags, the creature will spawn as both a boss and as a wild animal. This tag does not stack with [FEATURE_BEAST] and if both are used the creature will not spawn. This tag is unaffected by [DEMON] .
|
LAYS_EGGS
|
Caste
|
|
Creature lays eggs instead of giving birth to live young.
|
LAYS_UNUSUAL_EGGS
|
Caste
|
|
Creature lays the specified item instead of regular eggs.
|
LIGAMENTS
|
Caste
|
|
The creature has ligaments in its [CONNECTIVE_TISSUE_ANCHOR] tissues (bone or chitin by default). Cutting the bone/chitin tissue severs the ligaments, disabling motor function if the target is a limb.
|
LIGHT_GEN
|
Caste
|
|
A vermin featuring this tag will remain visible to an adventurer even at night.
Subterranean vermin which feature this token will flicker in unexposed and unrevealed cavern layers while playing in Fortress Mode.
|
LIKES_FIGHTING
|
Caste
|
|
The creature will attack enemies rather than flee from them. This tag has the same effect on player-controlled creatures - including modded dwarves. Retired as of v0.40.14 in favor of [LARGE_PREDATOR] .
|
LISP
|
Caste
|
|
Creature uses "sssssnake talk" (multiplies 'S' when talking - "My name isss Recisssiz."). Used by serpent men and reptile men in the vanilla game. C's with the same pronunciation (depending on the word) are not affected by this token.
|
LITTERSIZE
|
Caste
|
|
Determines the number of offspring per one birth; default 1-3, not used in vanilla raws. See also [MULTIPLE_LITTER_RARE] .
|
LOCAL_POPS_CONTROLLABLE
|
Creature
|
|
Allows you to play as a wild animal of this species in adventurer mode. Prevents trading of (tame) instances of this creature in caravans.
|
LOCAL_POPS_PRODUCE_HEROES
|
Creature
|
|
Wild animals of this species may occasionally join a civilization. Prevents trading of (tame) instances of this creature in caravans.
|
LOCKPICKER
|
Caste
|
|
Lets a creature open doors that are set to forbidden in fortress mode.
|
LOOSE_CLUSTERS
|
Creature
|
|
The creatures will scatter if they have this tag, or form tight packs if they don't.
|
LOW_LIGHT_VISION
|
Caste
|
|
Determines how well a creature can see in the dark - higher is better. Dwarves have 10000, which amounts to perfect nightvision.
|
M
Token
|
Type
|
Arguments
|
Description
|
MAGICAL
|
Caste
|
|
According to Toady One, this is completely interchangeable with [AT_PEACE_WITH_WILDLIFE] and might have been used in very early versions of the game by wandering wizards or the ent-type tree creatures that used to be animated by elves. [2]
|
MAGMA_VISION
|
Caste
|
|
The creature is able to see while submerged in magma.
|
MALE
|
Caste
|
|
Makes the creature biologically male. Usually declared inside a caste.
|
MANNERISM_*
|
Caste
|
|
Adds a possible mannerism to the creature's profile. See creature mannerism token for further info.
|
MATERIAL
|
Creature
|
|
Begins defining a new local material. Follow this with standard material definition tokens to define the material.
|
MATERIAL_FORCE_MULTIPLIER
|
Caste
|
|
When struck with a weapon made of the specified material, the force exerted will be multiplied by A/B, thus making the creature more or less susceptible to this material. For example, if A is 2 and B is 1, the force exerted by the defined material will be doubled. If A is 1 and B is 2, it will be halved instead. See also [GENERAL_MATERIAL_FORCE_MULTIPLIER] , which can be used to make this sort of effect applicable to all materials.
|
MATUTINAL
|
Caste
|
|
When set, the creature will only appear at dawn (between 4:30 AM and 6:00 AM) in Adventurer mode.
|
MAXAGE
|
Caste
|
|
Determines the creature's natural lifespan, using the specified minimum and maximum age values (in years). Each individual creature with this token is generated with a predetermined date (calculated down to the exact tick!) between these values, at which it is destined to die of old age, should it live long enough. Note that the probability of death at any given age does not increase as the creature gets older [3].
Creatures which lack this token are naturally immortal. The NO_AGING syndrome tag will prevent death by old age from occurring. Also note that, among civilized creatures, castes which lack this token will refuse to marry others with it, and vice versa.
|
MEANDERER
|
Caste
|
|
Makes the creature slowly stroll around, unless it's in combat or performing a job. If combined with [CAN_LEARN] , will severely impact their pathfinding and lead the creature to move extremely slowly when not performing any task. Problematically applies to animal people based on the animal and war trained animalsBug:9588.
|
MEGABEAST
|
Caste
|
|
A 'boss' creature. A small number of the creatures are created during worldgen, their histories and descendants (if any) will be tracked in worldgen (as opposed to simply 'spawning'), and they will occasionally go on rampages, potentially leading to worship if they attack the same place multiple times. Their presence and number will also influence age names. When appearing in fortress mode, they will have a pop-up message announcing their arrival. They will remain hostile to military even after being tamed.Bug:10731 See megabeast page for more details.
Requires specifying a [BIOME] in which the creature will live. Subterranean biomes appear to not be allowed. Does stack with [LARGE_ROAMING] and if both are used the creature will spawn as both historical bosses and as wild animals.
|
MENT_ATT_CAP_PERC
|
Caste
|
|
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
|
Caste
|
- ATTRIBUTE
- lowest
- lower
- low
- median
- high
- higher
- highest
|
Sets up a mental attribute's range of values (0-5000). All mental attribute ranges default to 200:800:900:1000:1100:1300:2000.
|
MENT_ATT_RATES
|
Caste
|
- ATTRIBUTE Token
- cost to improve
- unused counter rate
- rust counter rate
- demotion counter rate
|
Mental attribute gain/decay rates. Lower numbers in the last three slots make decay occur faster. Defaults are 500:4:5:4.
|
MILKABLE
|
Caste
|
|
Allows the creature to be milked in the farmer's workshop. The frequency is the amount of ticks the creature needs to "recharge" (i.e. how much time needs to pass before it can be milked again). Does not work on sentient creatures, regardless of ethics.
|
MISCHIEVIOUS
|
Caste
|
|
Alias for [MISCHIEVOUS] .
|
MISCHIEVOUS
|
Caste
|
|
The creature spawns stealthed and will attempt to path into the fortress, pulling any levers it comes across. It will be invisible on the map and unit list until spotted by a citizen, at which point the game will pause and recenter on the creature. Used by gremlins in the vanilla game. "They go on little missions to mess with various fortress buildings, not just levers."
|
MODVALUE
|
Caste
|
|
Seemingly no longer used.
|
MOUNT
|
Caste
|
|
Creature may be used as a mount. No use for the player in fortress mode, but enemy sieging forces may arrive with cavalry. Mounts are usable in adventure mode.
|
MOUNT_EXOTIC
|
Caste
|
|
Creature may be used as a mount, but civilizations cannot domesticate it in worldgen without certain exceptions.
|
MULTIPART_FULL_VISION
|
Caste
|
|
Allows the creature to have all-around vision, as long as it has multiple heads that can see.
|
MULTIPLE_LITTER_RARE
|
Caste
|
|
Makes the species usually produce a single offspring per birth, with a 1/500 chance of using the [LITTERSIZE] as usual. Requires [FEMALE] .
|
MUNDANE
|
Creature
|
|
Marks if the creature is an actual real-life creature. Only used for age-names at present.
|
N
Token
|
Type
|
Arguments
|
Description
|
NAME
|
Creature
|
- singular
- plural
- adjective
|
The generic name for any creature of this type - will be used for referring to the species in the abstract, such as the default material prefix. For labeling individual creatures, [CASTE_NAME] is necessary. If left undefined, the creature will be labeled as "nothing" by the game.
Some examples of adjective use:
- "superdwarven strength"
- "the dwarven hillocks of X"
- Deity species as in "feline deity"
- Megabeast attacks in worldgen. One with multiple dragons being a "draconic rampage"
|
NATURAL
|
Caste
|
|
Animal is considered to be natural. NATURAL animals will not engage creatures tagged with [AT_PEACE_WITH_WILDLIFE] in combat unless they are members of a hostile entity and vice-versa.
|
NATURAL_ANIMAL
|
Caste
|
|
Alias of [NATURAL] .
|
NATURAL_SKILL
|
Caste
|
|
The creature possesses the specified skill at this level inherently - that is, it begins with the skill at this level, and the skill may never rust below that. A value of 15 is legendary.
|
NIGHT_CREATURE
|
Caste
|
|
Creatures with this token can appear as experiments. Causes the creature to count as [NOT_LIVING] . Killing a creature featuring this token provides one point of "hero" reputation. Adds the creature's description as part of the initial summary of their historical figure in legends mode. People will react to creatures with this token as a night creature (natch). In adventure mode, ambushes involving these units will say "Night creature!" instead of "Ambush!"
Prevents creature behavior enabled by [LARGE_PREDATOR]
Prevents the AI from using ANIMATE interactions, unless the newly-animated[OPPOSED_TO_LIFE] undead will not attack them. The check for this is specifically whether the unit is:
- a ghost
- an animated unit
- a unit with the
[NO_AGING] token added via [CE_ADD_TAG] . (This allows for the default exclusion of elves and goblins, unless raised as intelligent undead.)
This token should not be confused with other NIGHT_CREATURE_X tokens.
This token is not well understood at the present time.
|
NIGHT_CREATURE_BOGEYMAN
|
Caste
|
|
Creatures with this token can appear in bogeyman ambushes in adventure mode, where they adopt classical bogeyman traits such as stalking the adventurer and vaporising when dawn breaks. Such traits do not manifest if the creature is encountered outside of a bogeyman ambush (for instance, as a megabeast or a civilised being). In addition, their corpses and severed body parts turn into smoke after a short while. Note that setting the "Number of Bogeyman Types" in advanced world generation to 0 will only remove randomly-generated bogeymen.
|
NIGHT_CREATURE_EXPERIMENTER
|
Caste
|
|
Found on some necromancers. Creatures with this tag may periodically "perform horrible experiments" offscreen, during which they can use creature-targeting interactions with an [I_SOURCE:EXPERIMENT] tag on living creatures in their area. Worlds are generated with a list of procedurally-generated experiments, allowing necromancers to turn living people and animals into ghouls and other experimental creatures, and these will automatically be available to all experimenters; it does not appear possible to prevent this. You can mod in your own custom experiment interactions, but these are used very infrequently due to the large number of generated experiments.
|
NIGHT_CREATURE_HUNTER
|
Caste
|
|
Found on night trolls and werebeasts. Implies that the creature is a night creature, and shows its description in legends mode entry. The creature is always hostile and will start no quarter combat with any nearby creatures, except for members of its own race. Note that this tag does not override the creature's normal behavior in fortress mode except for the aforementioned aggression, and doesn't prevent the creature from fleeing the battles it started. It also removes the creature's materials from stockpile settings list, making them be stored there regardless of settings.
Does stack with [LARGE_ROAMING] and if both are used the creature will spawn as both historical hunters and as wild animals; this requires specifying a [BIOME] in which the creature will live, and subterranean biomes are allowed.
This tag causes the usual behaviour of werebeasts in worldgen, that is, fleeing towns upon being cursed and conducting raids from a lair. If this tag is absent from a deity curse, the accursed will simply be driven out of towns in a similar manner to vampires. When paired with SPOUSE_CONVERTER, a very small population of the creature will be created during worldgen (sometimes only a single individual will be created), and their histories will be tracked (that is, they will not spawn spontaneously later, they must either have children or convert other creatures to increase their numbers). The creature will settle in a lair and go on rampages during worldgen. It will actively attempt to seek out potential conversion targets to abduct, convert, and have children with (if possible).
|
NIGHT_CREATURE_NIGHTMARE
|
Caste
|
|
Found on nightmares. Corpses and severed body parts derived from creatures with this token turn into smoke after a short while.
|
NO_AUTUMN
|
Caste
|
|
The creature caste does not appear in autumn.
|
NO_CONNECTIONS_FOR_MOVEMENT
|
Caste
|
|
Creature doesn't require connected body parts to move[Verify]; generally used on undead creatures with connections that have rotted away.
|
NO_DIZZINESS
|
Caste
|
|
Creature cannot become dizzy.
|
NO_DRINK
|
Caste
|
|
Creature does not need to drink.
|
NO_EAT
|
Caste
|
|
Creature does not need to eat.
|
NO_FEVERS
|
Caste
|
|
Creature cannot suffer fevers.
|
NO_GENDER
|
Caste
|
|
The creature is biologically sexless, making it unable to breed.
|
NO_PHYS_ATT_GAIN
|
Caste
|
|
The creature cannot raise any physical attributes.
|
NO_PHYS_ATT_RUST
|
Caste
|
|
The creature cannot lose any physical attributes.
|
NO_SLEEP
|
Caste
|
|
Creature does not need to sleep, but can still be rendered unconscious by other means.
|
NO_SPRING
|
Caste
|
|
The creature caste does not appear in spring.
|
NO_SUMMER
|
Caste
|
|
The creature caste does not appear in summer.
|
NO_THOUGHT_CENTER_FOR_MOVEMENT
|
Caste
|
|
The bodyparts of this creature don't need to be connected to an organ with the [THOUGHT] tag in order to have motor function. Generally used on creatures that don't have brains. If a creature doesn't have a thought part and doesn't have this token, it will be unable to grasp or stand. Nautilus men experience this issue in vanilla.
|
NO_UNIT_TYPE_COLOR
|
Caste
|
|
Prevents creature from selecting its color based on its profession (e.g. Miner, Hunter, Wrestler).
|
NO_VEGETATION_PERTURB
|
Caste[Verify]
|
|
Likely prevents the creature from leaving broken vegetation tracks.[Verify]
|
NO_WINTER
|
Caste
|
|
The creature caste does not appear in winter.
|
NOBONES
|
Caste
|
|
Creature has no bones.
|
NOBREATHE
|
Caste
|
|
Creature doesn't need to breathe or have [BREATHE] parts in its body, nor can it drown or be strangled. Creatures living in magma must have this tag, otherwise they will drown.
|
NOCTURNAL
|
Caste
|
|
When set, the creature will only appear at night (after 10:05 PM and before 4:30 AM) in Adventurer mode.
|
NOEMOTION
|
Caste
|
|
Creature has no emotions, thus; it is immune to the effects of stress and unable to rage, and its needs cannot be fulfilled in any way. Used on undead in the vanilla game.
|
NOEXERT
|
Caste
|
|
Creature can't become tired or over-exerted from taking too many combat actions, or moving at full speed for extended periods of time.
|
NOFEAR
|
Caste
|
|
Creature doesn't feel fear and will never flee from battle, and will be immune to ghosts' attempts to 'scare it to death'. Additionally, it causes bogeymen and nightmares to become friendly towards the creature.
|
NOMEAT
|
Caste
|
|
Creature will not be hunted or fed to wild beasts.
|
NONAUSEA
|
Caste
|
|
Creature isn't nauseated by gut hits and cannot vomit.
|
NOPAIN
|
Caste
|
|
Creature doesn't feel pain.
|
NOSKIN
|
Caste
|
|
Creature will not drop a hide when butchered.
|
NOSKULL
|
Caste
|
|
Creature will not drop a skull on butchering, rot, or decay of severed head.
|
NOSMELLYROT
|
Caste
|
|
Does not produce miasma when rotting.
|
NOSTUCKINS
|
Caste
|
|
Weapons can't get stuck in the creature.
|
NOSTUN
|
Caste
|
|
Creature can't be stunned and knocked unconscious by pain or head injuries. Creatures with this tag never wake up from sleep in Fortress Mode. If this creature needs to sleep while playing, it will die.
|
NOT_BUTCHERABLE
|
Caste
|
|
Corpses from this creature cannot be butchered. Does not prevent the creature from being slaughtered while alive, however.
|
NOT_LIVING
|
Caste
|
|
Cannot be raised from the dead by necromancers or evil clouds. Implies the creature is not a normal living being. Used by vampires, mummies and inorganic creatures like the amethyst man and bronze colossus. Creatures who are [OPPOSED_TO_LIFE] (undead) will be docile towards creatures with this token.
|
NOTHOUGHT
|
Caste
|
|
Creature doesn't require a [THOUGHT] body part to survive. Has the added effect of preventing speech, though directly controlling creatures that would otherwise be capable of speaking allows them to engage in conversation.
|
O
Token
|
Type
|
Arguments
|
Description
|
ODOR_LEVEL
|
Caste
|
|
How easy the creature is to smell. The higher the number, the easier the creature is to sniff out. Defaults to 50. Vanilla creatures have values from 0 (undetectable) to 90 (noticeable by humans and dwarves).
|
ODOR_STRING
|
Caste
|
|
What the creature smells like. If no odor string is defined, the creature name (not the caste name) is used.
|
OPPOSED_TO_LIFE
|
Caste
|
|
Is hostile to all creatures except undead and other non-living ones and will show Opposed to life in the unit list. Used by undead in the vanilla game. Functions without the [NOT_LIVING] token, and seems to imply said token as well. Undead will not be hostile to otherwise-living creatures given this token. Living creatures given this token will attack living creatures that lack it, while ignoring other living creatures that also have this token.
|
ORIENTATION
|
Caste
|
- MALE/FEMALE
- disinterested chance
- casual chance
- strong chance
|
Determines caste's likelihood of having sexual attraction to certain sexes. Values default to 75:20:5 for the same sex and 5:20:75 for the opposite sex. The first value indicates how likely to be entirely uninterested in the sex, the second decides if the creature will be able to become lovers with that sex, the third decides whether they will be able to marry in worldgen and post-worldgen world activities (which implies being able to become lovers). Marriage seems to be able to happen in fort mode play regardless, as long as they are lovers first.
|
OUTSIDER_CONTROLLABLE
|
Caste
|
|
Lets you play as an outsider of this species in adventure mode.
|
P
Token
|
Type
|
Arguments
|
Description
|
PACK_ANIMAL
|
Caste
|
|
Allows the creature to be used as a pack animal. Used by merchants without wagons and adventurers. Also prevents creature from dropping hauled items on its own -- do not use for player-controllable creatures! May lead to the creature being domesticated during worldgen, even if it doesn't have [COMMON_DOMESTIC] .
Creatures with this tag but without [BENIGN] , and/or with [LARGE_PREDATOR] leads to hauled items being dropped.
|
PARALYZEIMMUNE
|
Caste
|
|
The creature is immune to all paralyzing special attacks.
|
PATTERNFLIER
|
Caste
|
|
Used to control the bat riders with paralyze-dart blowguns that flew through the 2D chasm. Doesn't do anything now.
|
PCG_LAYERING
|
Creature
|
|
Adds a layer to the current [PROCEDURAL_CREATURE_GRAPHICS] definition.
|
PEARL
|
Caste
|
|
Does nothing.
|
PENETRATEPOWER
|
Caste
|
|
Controls the ability of vermin to find a way into containers when they are eating food from your stockpiles.
Objects made of most materials (e.g. metal) roll a number from 0-100, and if the resulting number is greater than the penetrate power, their contents escape for the time being. Objects made of wood, leather, amber, or coral roll 0-95, and items made of cloth roll 0-90.
|
PERSONALITY
|
Caste
|
- ATTRIBUTE
- lowest
- median
- highest
|
Determines the range and chance of personality facets. Standard is 0:50:100. See personality facet for more info.
|
PET
|
Caste
|
|
Allows the creature to be tamed in Fortress mode. Prerequisite for all other working animal roles. Civilizations that encounter it in worldgen will tame and domesticate it for their own use. Adding this to civilization members will classify them as pets instead of citizens, with all the problems that entails. However, you can solve these problems using the popular plugin Dwarf Therapist, which is completely unaffected by the tag.
|
PET_EXOTIC
|
Caste
|
|
Allows the creature to be tamed in Fortress mode. Prequisite for all other working animal roles. Civilizations cannot domesticate it in worldgen, with certain exceptions. More difficult to tame?[Verify] Adding this to civilization members will classify them as pets instead of citizens, with all the problems that entails. (Example).
|
PETVALUE
|
Caste
|
|
How valuable a tamed animal is. Actual cost in points in the embarking screen is 1+(PETVALUE/2) for an untrained animal, 1+PETVALUE for a war/hunting one.
|
PETVALUE_DIVISOR
|
Caste
|
|
Divides the creature's [PETVALUE] by the specified number. Used by honey bees to prevent a single hive from being worth a fortune.
|
PHYS_ATT_CAP_PERC
|
Caste
|
|
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
|
Caste
|
- ATTRIBUTE
- lowest
- lower
- low
- median
- high
- higher
- highest
|
Sets up a physical attribute's range of values (0-5000). All physical attribute ranges default to 200:700:900:1000:1100:1300:2000.
|
PHYS_ATT_RATES
|
Caste
|
- ATTRIBUTE Token
- cost to improve
- unused counter rate
- rust counter rate
- demotion counter rate
|
Physical attribute gain/decay rates. Lower numbers in the last three slots make decay occur faster. Defaults for STRENGTH, AGILITY, TOUGHNESS, and ENDURANCE are 500:3:4:3, while RECUPERATION and DISEASE_RESISTANCE default to 500:NONE:NONE:NONE.
|
PLUS_BP_GROUP
|
Caste
|
- BY_TYPE, BY_CATEGORY, or BY_TOKEN
- body type, category, or token
|
Adds a body part group to selected body part group. Presumably used immediately after [SET_BP_GROUP] .
|
PLUS_MATERIAL
|
Creature
|
|
Adds a material to selected materials. Used immediately after [SELECT_MATERIAL] .
|
POP_RATIO
|
Caste
|
|
Weighted population of caste; Lower is rarer. Not to be confused with [FREQUENCY] . A weight of 0 willv51.06 experimental prevent a caste from spawning naturally. Regardless of pop ratio, Positions that only allow a certain caste can force it to spawn.
|
POPULATION_NUMBER
|
Creature
|
|
The minimum/maximum numbers of how many of these creatures are present in each world map tile of the appropriate region. Defaults to 1:1 if not specified. If the creature's chosen [CLUSTER_NUMBER] happens to be larger, it will be used instead.
|
POWER
|
Caste
|
|
Allows the being to represent itself as a deity, allowing it to become the leader of a civilized group. Not used by any creatures in the vanilla game. Requires [CAN_SPEAK] to actually do anything more than settle at a location (e.g. write books, lead armies, profane temples). Doesn't appear to do anything for creatures that are already civilized. Once the creature ascends to a position of leadership, it will proceed to act as a standard ruler for their entity and fulfill the same functions (hold tournaments, tame creatures, etc.).
|
PREFSTRING
|
Creature
|
|
Sets what other creatures prefer about this creature. "Urist likes dwarves for their beards." Multiple entries will be chosen from at random. Creatures lacking a PREFSTRING token will never appear under another's preferences.
|
PROCEDURAL_CREATURE_GRAPHICS
|
Creature
|
|
Makes the creature have procedural graphics built for it, like forgotten beasts/demons/titans/experiments. Must be associated with PCG_LAYERING tokens.
|
PROFESSION_NAME
|
Creature
|
|
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.
|
PRONE_TO_RAGE
|
Caste
|
|
Creature has a percentage chance to flip out at visible non-friendly creatures. Enraged creatures attack anything regardless of timidity and get a strength bonus to their hits. This is what makes badgers so hardcore.
|
PUS
|
Caste
|
|
The creature has pus. Specifies the stuff secreted by infected wounds.
|
R
Token
|
Type
|
Arguments
|
Description
|
RELSIZE
|
Caste
|
- 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
|
Caste
|
|
What the creature's remains are called.
|
REMAINS_COLOR
|
Caste
|
|
What color the creature's remains are.
|
REMAINS_ON_VERMIN_BITE_DEATH
|
Caste
|
|
Goes with [VERMIN_BITE] and [DIE_WHEN_VERMIN_BITE] , the vermin creature will leave remains on death when biting. Leaving this tag out will cause the creature to disappear entirely after it bites.
|
REMAINS_UNDETERMINED
|
Caste
|
|
Nothing.
|
REMOVE_MATERIAL
|
Creature
|
|
Removes a material from the creature.
|
REMOVE_TISSUE
|
Creature
|
|
Removes a tissue from the creature.
|
RETRACT_INTO_BP
|
Caste
|
- BY_TYPE, BY_CATEGORY or BY_TOKEN
- body type, category, or token
- Second person ("You") retract verb text
- Third person ("The giant snail") retract verb text
- Second person cancel retract text
- Third person cancel retract text
|
The creature will retract into the specified body part(s) when threatened. It will be unable to move or attack, but enemies will only be able to attack the specified body part(s). When one of the specified body part is severed off, the creature automatically unretracts and cannot retract anymore. More than one body part can be selected by using BY_TYPE or BY_CATEGORY.
Second-person descriptions are used for adventurer mode natural ability. "<pro_pos>" can be used in the descriptions, being replaced with the proper pronoun (or lack thereof) in-game.
Undead curled up creatures are buggy, specifically those that retract into their upper bodies: echidnas, hedgehogs and pangolins.Bug:11463Bug:10519 The upper body is prevented from collapsing by a separate body part (the middle spine), which cannot be attacked when the creature is retracted. See [PREVENTS_PARENT_COLLAPSE] . Living creatures eventually succumb to blood loss, but undead creatures do not. Giant creatures also take a very long time to bleed out.
|
RETURNS_VERMIN_KILLS_TO_OWNER
|
Creature
|
|
Cat behavior. If it kills a vermin creature and has an owner, it carries the remains in its mouth and drops them at their feet. Requires [HUNTS_VERMIN] .
|
ROOT_AROUND
|
Caste
|
- BY_TYPE, BY_CATEGORY or BY_TOKEN
- body type, category, or token
- Second person ("You") verb text
- Third person ("The hen") verb text
|
Creature will occasionally root around in the grass, looking for insects. Used for flavor in Adventurer Mode, spawns vermin edible for this creature in Fortress Mode. Creatures missing the specified body part will be unable to perform this action. The action produces a message (visible in adventure mode) in the form:
[creature] [verb text] the [description of creature's location].
In adventure mode, the "rooting around" ability will be included in the "natural abilities" menu, represented by its second person verb text.
|
|