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 "Fixed Creature RAWs"

From Dwarf Fortress Wiki
Jump to navigation Jump to search
(→‎Black Mamba: fixed file (maybe it moved when many of the animals were added))
Line 33: Line 33:
 
=== Black Mamba===
 
=== Black Mamba===
 
----
 
----
Raw Location: creature_reptiles.txt
+
Raw Location: creature_tropical_new.txt
  
 
Original: [[Black mamba/raw]]
 
Original: [[Black mamba/raw]]
Line 148: Line 148:
 
*Added <code>CHILD:1</code> to allow eggs to hatch
 
*Added <code>CHILD:1</code> to allow eggs to hatch
 
*Changed <code>CLUTCH_SIZE:10:30</code> to 10:25 to match the real animal.  [http://en.wikipedia.org/wiki/Black_mamba Source]
 
*Changed <code>CLUTCH_SIZE:10:30</code> to 10:25 to match the real animal.  [http://en.wikipedia.org/wiki/Black_mamba Source]
 
  
 
=== Elephant===
 
=== Elephant===

Revision as of 07:14, 25 August 2022

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

This is the project page for making corrections to the vanilla Dwarf Fortress creatures.

What Are Raws?

Raw files are text files that describe objects in the game using a list of programmed tags, or tokens. These tokens can describe everything from how many eggs it lays, to what kind of blood it has.

Project Goals

The goal of this project is to go through the raws, and build a 'fixed' list of creatures to enhance game play. For instance, the default raws (as of 34.11) have a missing CHILD tag on the Black Mamba creature, which results in the snakes laying eggs that never hatch! Players will be able to use these adjusted raws to enhance their game, and have more accurate in-game creatures.

Helpful Tools

  • Raw Explorer makes it quick and easy to edit raw files, and individual creatures can be extracted by simply right-clicking (on the creature) and choosing "copy".
  • Creature token is a great resource for explaining what each token does and how to use it.

Creatures

Below are the creatures with fixed raws.


Black Mamba


Raw Location: creature_tropical_new.txt

Original: Black mamba/raw


Changes Made:

  • Added CHILD:1 to allow eggs to hatch
  • Changed CLUTCH_SIZE:10:30 to 10:25 to match the real animal. Source

Elephant


Raw Location: creature_large_tropical.txt

Original: Elephant/raw


Changes Made:

  • Changed GRAZER:12 to 100 to let the animal not slowly starve from not being able to eat fast enough. 100 is the same as a cow.


Adder


Raw Location: creature_temperate_new.txt

Original: Adder/raw


Changes Made:

  • Added CHILD:1 and LITTERSIZE:3:20 and removed egg related tags to allow adders to have 3 to 20 live offspring. Adders (Vipera berus) don't actually lay eggs, they're ovoviviparous, meaning that they keep the eggs internally and then give live birth.