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 "Bodygloss"

From Dwarf Fortress Wiki
Jump to navigation Jump to search
m (Creating page for DF2014 (175/271))
 
(mov navbox)
(8 intermediate revisions by 6 users not shown)
Line 1: Line 1:
{{Migrated_article}}
+
{{Quality|Superior|23:37, 9 October 2014 (UTC)}}
{{quality|Superior}}{{av}}
+
{{av}}
 +
{{Modding}}
  
A '''bodygloss''' is a token in the raw [[body token]]s and [[creature token]]s which performs a simple word substitution on the creature's body parts.  For instance, if a creature makes use of the "[BODYGLOSS:PAW]" token, then a hypothetical body part called "second right foot" would be renamed "second right paw".
+
A '''bodygloss''' is a [[token]] in the raw [[body token]]s and [[creature token]]s which performs a simple word substitution on the creature's body parts.  For instance, if a creature makes use of the "[BODYGLOSS:PAW]" token, then a hypothetical body part called "second right foot" would be renamed "second right paw".
  
 
It is important to distinguish the body token and creature token versions.  The body token variant is defined anywhere in an "OBJECT:BODY" file and has the following syntax: ''[BODYGLOSS:id:singular:replacement:plural:replacements]''
 
It is important to distinguish the body token and creature token versions.  The body token variant is defined anywhere in an "OBJECT:BODY" file and has the following syntax: ''[BODYGLOSS:id:singular:replacement:plural:replacements]''
Line 8: Line 9:
 
Note that this is a simple string replacement for all body parts—replacing "ear" will also replace the middle of "h'''ear'''t".
 
Note that this is a simple string replacement for all body parts—replacing "ear" will also replace the middle of "h'''ear'''t".
  
To make use of this token, the creature token variant is included beneath a creature definition (in an "OBJECT:CREATURE" file) and has the following syntax: ''[BODYGLOSS:id]''
+
To make use of this token, the creature token variant is included beneath a creature definition (in an "OBJECT:CREATURE" file) and has the following syntax: ''[BODYGLOSS:id]'' Then, it will perform the word substitution defined by the bodygloss in the body tokens file; any occurrence of the words ''singular'' and ''plural'' in any body part will be replaced with the words ''replacement'' and ''replacements'', respectively.
  
Then, it will perform the word substitution defined by the bodygloss in the body tokens file; any occurrence of the words ''singular'' and ''plural'' in any body part will be replaced with the words ''replacement'' and ''replacements'', respectively.
+
The default list of bodyglosses included in unmodded ''Dwarf Fortress'' is as follows, as taken from body_default.txt:
 
 
The default list of bodyglosses included in the unmodded Dwarf Fortress is as follows, as taken from body_default.txt:
 
  
 
  [BODYGLOSS:PAW:foot:paw:feet:paws]
 
  [BODYGLOSS:PAW:foot:paw:feet:paws]
Line 33: Line 32:
 
{{Category|Modding}}
 
{{Category|Modding}}
 
{{Category|Tokens}}
 
{{Category|Tokens}}
 +
[[ru:Bodygloss]]

Revision as of 18:38, 10 February 2022

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


A bodygloss is a token in the raw body tokens and creature tokens which performs a simple word substitution on the creature's body parts. For instance, if a creature makes use of the "[BODYGLOSS:PAW]" token, then a hypothetical body part called "second right foot" would be renamed "second right paw".

It is important to distinguish the body token and creature token versions. The body token variant is defined anywhere in an "OBJECT:BODY" file and has the following syntax: [BODYGLOSS:id:singular:replacement:plural:replacements]

Note that this is a simple string replacement for all body parts—replacing "ear" will also replace the middle of "heart".

To make use of this token, the creature token variant is included beneath a creature definition (in an "OBJECT:CREATURE" file) and has the following syntax: [BODYGLOSS:id] Then, it will perform the word substitution defined by the bodygloss in the body tokens file; any occurrence of the words singular and plural in any body part will be replaced with the words replacement and replacements, respectively.

The default list of bodyglosses included in unmodded Dwarf Fortress is as follows, as taken from body_default.txt:

[BODYGLOSS:PAW:foot:paw:feet:paws]
[BODYGLOSS:MAW:mouth:maw:mouths:maws]
[BODYGLOSS:CLAW_HAND:hand:claw:hands:claws]
[BODYGLOSS:CLAW_FOOT:foot:claw:feet:claws]
[BODYGLOSS:HOOF:foot:hoof:feet:hooves]
[BODYGLOSS:TRUNK:body:trunk:bodies:trunks]
[BODYGLOSS:BRANCH_ARM:arm:branch:arms:branches]
[BODYGLOSS:LEG_STUMP:leg:stump:legs:stumps]
[BODYGLOSS:ROOTS_FOOT:foot:roots:feet:roots]
[BODYGLOSS:INSECT_UPPERBODY:upper body:thorax:upper bodies:thoraxes]
[BODYGLOSS:INSECT_LOWERBODY:lower body:abdomen:lower bodies:abdomens]

The following bodyglosses are used exclusively by randomly-generated creatures - titans, forgotten beasts, and demons:

[BODYGLOSS:RCP_GLOSS_HOOF:foot:hoof:feet:hooves]
[BODYGLOSS:RCP_GLOSS_PAW:foot:paw:feet:paws]