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 "Token"
Jump to navigation
Jump to search
m (broken link (nothing "user created" either, just explains the game as downloaded.)) |
(Seems to cover all tokens.) |
||
(53 intermediate revisions by 22 users not shown) | |||
Line 1: | Line 1: | ||
− | In Dwarf Fortress, a '''token''' is a | + | {{Quality|Fine}} |
+ | {{av}} | ||
+ | {{Modding}} | ||
+ | In ''Dwarf Fortress'', a '''token''' is a piece of text that defines the properties of an object. An "object" could be a material, a type of tissue, an organ, a piece of armor, a creature, a biome, a civilisation, or anything else in the game. A "property" could be how large something is, what it is made from, its melting temperature, its name, its biome preference (for civilisations) or anything else that makes it unique. All information associated with the properties of an object in the game is defined using tokens. Tokens are used in the [[raws]], which can be easily [[modding|modified]], allowing users to create (and distribute) new content. | ||
− | + | :* [[Ammo token]]s define ammunition, such as arrows and bolts. | |
+ | :* [[Armor token]]s define armor. | ||
+ | :* [[Biome token]]s define environments for creatures, plants and entities (entities being civilisations). | ||
+ | :* [[Building token]]s define buildings. | ||
+ | :* [[Body token]]s determine bodily structure and materials. | ||
+ | :* [[Body detail plan token]]s define some details of a body, similar to body tokens. | ||
+ | :* [[Bodygloss]] tokens perform a single-word substitution of a creature's body parts. | ||
+ | :* [[Creature token]]s determine the properties of creatures. | ||
+ | :* [[Creature variation token]]s are used to create creatures derived from other already-existing creatures, without duplicating every single token. | ||
+ | :* [[Descriptor color token]]s define colors used in text-based descriptions. Not to be confused with [[color scheme]]s. | ||
+ | :* [[Descriptor pattern token]]s define color patterns. | ||
+ | :* [[Descriptor shape token]]s define [[shape]]s. | ||
+ | :* [[Entity token]]s define entities, or [[civilization]]s. | ||
+ | :* [[Graphics token]] define tile-based [[graphics]]. | ||
+ | :* [[Item token]]s define the most basic form of items (made specific by material tokens). Item tokens are mainly used in [[reactions]]. | ||
+ | :* [[Item definition token]]s are used for actual definitions of items. | ||
+ | :* [[Instrument token]]s define instruments. | ||
+ | :* [[Interaction token]]s define interactions. | ||
+ | :* [[Labor token]]s define labors. | ||
+ | :* [[Language token]]s define a language's vocabulary. Since fictional languages in ''Dwarf Fortress'' are currently only used in names, language tokens do not define grammar. | ||
+ | :* [[Material token]]s are used to refer to materials, similar to item tokens. | ||
+ | :* [[Material definition token]]s are used to define materials, similar to item definition tokens. | ||
+ | :* [[Inorganic material definition token]]s are used to define inorganic materials, similar to material definition tokens. | ||
+ | :* [[Plant token]]s define plants. | ||
+ | :* [[Position token]]s define roles/occupations/positions in character entities. | ||
+ | :* [[Skill token]]s reference skills. | ||
+ | :* [[Syndrome token]]s define syndromes (ie conditions, diseases, bonuses and maluses). | ||
+ | :* [[Tissue definition token]]s define tissues. | ||
+ | :* [[Tool token]]s define tools, similar to weapon tokens. | ||
+ | :* [[Trap component token]]s define traps. | ||
+ | :* [[Unit type token]]s are referred to by tilesets and entities, for purposes of nobility and the like. | ||
+ | :* [[Weapon token]]s define weapons. | ||
+ | :* [[World token]]s are used in custom world generation. | ||
+ | :* [[Music token]]s These are the triggers for the default music effects. | ||
+ | :* [[Sound token]]s These are the triggers for the default sound effects. | ||
− | + | Also note [[reactions]], which are a little more complicated than simple tokens. | |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
+ | == See also == | ||
+ | {{catbox|Tokens}} | ||
− | |||
− | |||
* [[Raw file]] | * [[Raw file]] | ||
* [[Modding]] | * [[Modding]] | ||
+ | * [[Dipscript]] | ||
+ | * [[Speech file]] | ||
+ | |||
+ | [[category:Modding]] | ||
+ | [[ru:Token]] |
Latest revision as of 13:54, 22 February 2024
v50.14 · v0.47.05 This article is about the current version of DF.Note that some content may still need to be updated. |
Modding |
---|
Tokens |
Audio · Biome · Graphics · Interaction · Mod info · Plant · Speech · Sphere · Syndrome · World |
Body tokens |
Body · Body detail plan · Bodygloss · Tissue |
Creature tokens |
Creature · Creature mannerism · Personality · Creature variation · Procedural graphics layer |
Descriptor tokens |
Descriptor color · Color · Descriptor pattern · Descriptor shape |
Entity tokens |
Entity · Ethic · Language · Value · Position |
Job tokens |
Building · Labor · Reaction · Skill · Unit type |
Item tokens |
Item type · Item definition · Ammo · Armor · Instrument · Tool · Trap component · Weapon |
Material tokens |
Material type · Material definition · Inorganic material definition |
In Dwarf Fortress, a token is a piece of text that defines the properties of an object. An "object" could be a material, a type of tissue, an organ, a piece of armor, a creature, a biome, a civilisation, or anything else in the game. A "property" could be how large something is, what it is made from, its melting temperature, its name, its biome preference (for civilisations) or anything else that makes it unique. All information associated with the properties of an object in the game is defined using tokens. Tokens are used in the raws, which can be easily modified, allowing users to create (and distribute) new content.
- Ammo tokens define ammunition, such as arrows and bolts.
- Armor tokens define armor.
- Biome tokens define environments for creatures, plants and entities (entities being civilisations).
- Building tokens define buildings.
- Body tokens determine bodily structure and materials.
- Body detail plan tokens define some details of a body, similar to body tokens.
- Bodygloss tokens perform a single-word substitution of a creature's body parts.
- Creature tokens determine the properties of creatures.
- Creature variation tokens are used to create creatures derived from other already-existing creatures, without duplicating every single token.
- Descriptor color tokens define colors used in text-based descriptions. Not to be confused with color schemes.
- Descriptor pattern tokens define color patterns.
- Descriptor shape tokens define shapes.
- Entity tokens define entities, or civilizations.
- Graphics token define tile-based graphics.
- Item tokens define the most basic form of items (made specific by material tokens). Item tokens are mainly used in reactions.
- Item definition tokens are used for actual definitions of items.
- Instrument tokens define instruments.
- Interaction tokens define interactions.
- Labor tokens define labors.
- Language tokens define a language's vocabulary. Since fictional languages in Dwarf Fortress are currently only used in names, language tokens do not define grammar.
- Material tokens are used to refer to materials, similar to item tokens.
- Material definition tokens are used to define materials, similar to item definition tokens.
- Inorganic material definition tokens are used to define inorganic materials, similar to material definition tokens.
- Plant tokens define plants.
- Position tokens define roles/occupations/positions in character entities.
- Skill tokens reference skills.
- Syndrome tokens define syndromes (ie conditions, diseases, bonuses and maluses).
- Tissue definition tokens define tissues.
- Tool tokens define tools, similar to weapon tokens.
- Trap component tokens define traps.
- Unit type tokens are referred to by tilesets and entities, for purposes of nobility and the like.
- Weapon tokens define weapons.
- World tokens are used in custom world generation.
- Music tokens These are the triggers for the default music effects.
- Sound tokens These are the triggers for the default sound effects.
Also note reactions, which are a little more complicated than simple tokens.