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 "Creature examples"

From Dwarf Fortress Wiki
Jump to navigation Jump to search
Line 64: Line 64:
 
Apart from having a plant-based physiology, this creature also has body parts that are converted into actual plants when butchered.
 
Apart from having a plant-based physiology, this creature also has body parts that are converted into actual plants when butchered.
 
This example uses two types of tissues.  You can easily make an entire creature out of different kinds of plants, and the larger body parts will give you more plants.
 
This example uses two types of tissues.  You can easily make an entire creature out of different kinds of plants, and the larger body parts will give you more plants.
This can be very useful, as plants are used in different kinds of interactions than animal parts are.  For example, you can use this trick to get booze or thread from an animal's body parts.
+
This can be very useful, as plants are used in different kinds of interactions than animal parts are.  For example, you can use this trick to get [[alcohol|booze]] or [[thread]] from an animal's body parts.
 
You will require both a creature raw file and a plant raw file for this to work.
 
You will require both a creature raw file and a plant raw file for this to work.
  
 
{{gamedata|title=Plant-based creature (Creature raw)|
 
{{gamedata|title=Plant-based creature (Creature raw)|
 
[CREATURE:FLEURBERRI_AMT]
 
[CREATURE:FLEURBERRI_AMT]
[DESCRIPTION:A large sun-loving creature, made up of a mixture of plant and animal tissues.  Its heart is a valuable berry.]
+
[DESCRIPTION:A large, sun-loving creature, made up of a mixture of plant and animal tissues.  Its heart is a valuable berry.]
 
[NAME:fleurberri:fleurberris:fleurberri]
 
[NAME:fleurberri:fleurberris:fleurberri]
 
[CASTE_NAME:fleurberri:fleurberris:fleurberri]
 
[CASTE_NAME:fleurberri:fleurberris:fleurberri]
Line 168: Line 168:
 
{{gamedata|title=Plant based creature (Plant raw)|
 
{{gamedata|title=Plant based creature (Plant raw)|
 
Fleurberri plants and berries: Found inside a FLEURBERRI_AMT creature.
 
Fleurberri plants and berries: Found inside a FLEURBERRI_AMT creature.
They work exactly like regular plant, the only difference is that their structural material have a BUTCHER_SPECIAL tag.
+
They work exactly like regular plants, the only difference is that their structural materials have a BUTCHER_SPECIAL tag.
 
You can make a creature entirely out of plants.  You can even give the plants meat-like names and make them out of meat to get brewable 'meat'.  (They will still be stockpiled as plants though.)
 
You can make a creature entirely out of plants.  You can even give the plants meat-like names and make them out of meat to get brewable 'meat'.  (They will still be stockpiled as plants though.)
  

Revision as of 07:01, 8 March 2020

This article is about the current version of DF.
Note that some content may still need to be updated.

This page was created to aid those looking to create new creatures. Those familiar with creature raws should feel free to add helpful/obscure information to the lists below to help less-experienced members of the community with their creatures.

Dummy creatures

Creatures that are not intended to function in general gameplay, but are used as references or in interactions (the latter of which can mostly be found here).

Material Resource Creature

Sometimes, you will want to use a custom material in an interaction that is not related to any specific creature or stone. In general, however, you should avoid creating INORGANIC materials that are not intended to be regular stone or metal. Although the [SPECIAL] tag will prevent it from appearing in most places, titans and forgotten beasts can still be composed of it, which will often cause things like creatures wandering onto the site and instantly exploding. Instead, create a dummy creature to store any special materials, and reference that creature instead.

Instantly-evaporating creature

To make a creature instantly "poof" into a fine mist, you can transform them into this.

You can also give it an ITEMCORPSE if you want it to leave an item behind.

Creatures with unusual physiology

Creature made of plants

Apart from having a plant-based physiology, this creature also has body parts that are converted into actual plants when butchered. This example uses two types of tissues. You can easily make an entire creature out of different kinds of plants, and the larger body parts will give you more plants. This can be very useful, as plants are used in different kinds of interactions than animal parts are. For example, you can use this trick to get booze or thread from an animal's body parts. You will require both a creature raw file and a plant raw file for this to work.