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.

v0.31:Shell

From Dwarf Fortress Wiki
Revision as of 01:38, 9 July 2010 by Coaldiamond (talk | contribs) (Revisions andclarifications.)
Jump to navigation Jump to search
This article is about an older version of DF.

A Shell is produced by Template:L catching live Template:L and then processing the raw catch at a Template:L with the Template:L job. Examples of shelled critters are raw Template:Ls, Template:Ls or Template:Ls. It has been reported that in DF2010, a Template:L does not produce a shell. Unlike in previous versions of the game, shells are not left behind when a dwarf Template:Ls or Template:Ls a shelled creature. Shells currently cannot be acquired via Template:L. Turtles, crustaceans and shellfish purchased from traders have already been processed and had their shells removed.

Shells are considered to be a part of the Template:L, Template:L, Template:L or Template:L and not their own material type. To store them in a Template:L enable refuse -> body parts -> turtle.

Shells can be crafted at a Template:L using the Template:L skill. However, due to a bug, attempting to create shell crafts, helms, leggings, or gauntlets will not create the proper items. Your Template:L will gain experience but not do anything. The only thing shells can currentlyv0.31.03 be used for is Template:L and Template:L.


Modding

Adding Shells to Existing Creatures

The combination of the common requirement for shells during Strange Moods, the bug that causes shell-producing fish to be unavailable in many maps, the inability to trade for shells may lead to unresolvable Strange Moods. It is possible to modify the raws to allow other creatures to produce shells if the player is so inclined:

  1. In raw/objects/creature_domestic.txt, find "[CREATURE:COW]"
  2. Alter the [BODY] section to include ":SHELL" i.e, [BODY:QUADRUPED_HOOF:TAIL:2EYES:SHELL:BRAIN...]
  3. Add the [USE_MATERIAL_TEMPLATE:SHELL:SHELL_TEMPLATE] tag to the [BODY_DETAIL_PLAN:STANDARD_MATERIALS] section
  4. Add the [USE_TISSUE_TEMPLATE:SHELL:SHELL_TEMPLATE] tag to the [BODY_DETAIL_PLAN:STANDARD_TISSUES] section
  5. Add the [BODY_DETAIL_PLAN:SHELL_POSITIONS] tag to the creature
  6. If you wish to apply this change to a game in progress, remember to also alter the copy of creature_domestic.txt contained in your saves folder, as each game has its own copies of the raws.

Slaughtering a cow should now produce a "Stray Cow shell" usable by dwarves stuck in strange moods. Pay attention, that editing creature after creating world may cause later crashes when changing game's version.

Enabling Other Materials to Be Used in Moods

If you don't want to add shells to existing creatures, you can enable other materials, like Template:L or Template:L to be used in strange moods instead of shells. The only effect is that the materials will be available for moods, you won't be able to eg. make shell crafts of them.

  1. In raw/objects/material_template_default.txt look up the material you want to enable, for example [MATERIAL_TEMPLATE:HOOF_TEMPLATE]
  2. Add the [SHELL] to the material
  3. If you wish to apply this change to a game in progress, remember to also alter the copy of material_template_default.txt contained in your saves folder. The change won't affect body parts that are already lying around, but will affect newly created body parts from butchered creatures.