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 "Descriptor color token"
Jump to navigation
Jump to search
Doorkeeper (talk | contribs) (mov navbox, add {{Quality}} & {{av}}) |
|||
(4 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
− | {{Quality}} | + | {{Quality|Fine}} |
{{av}} | {{av}} | ||
{{Modding}} | {{Modding}} | ||
Line 23: | Line 23: | ||
| tag | | tag | ||
| {{tc|red|Required}} | | {{tc|red|Required}} | ||
− | | | + | | Associates the color with any number of [[Language token|words]]. Historical figures can be named after the color of their [[Creature token#TL_COLOR_MODIFIER|TL_COLOR_MODIFIER]]. Seems to be more notable if that description can only be a single color. |
|- | |- |
Latest revision as of 16:12, 2 April 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 |
Tokens used to define the descriptive colors used in the game, by dyes, materials and tissues. Not to be confused with the game's color scheme that defines what colors are graphically shown in-game.
Tokens[edit]
Token | Arguments | Usage | Description |
---|---|---|---|
NAME | string | Required | What this color will be called in-game. |
WORD | tag | Required | Associates the color with any number of words. Historical figures can be named after the color of their TL_COLOR_MODIFIER. Seems to be more notable if that description can only be a single color. |
RGB | red:green:blue | Required | Decides the exact color value of the color using the additive RGB system. This color is not shown in-game, but when a randomly generated beast uses this color, their tile color is defined by an approximation of this[Verify]. Each value can range from 0-255. |