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 "DF2014:Descriptor color token"

From Dwarf Fortress Wiki
Jump to navigation Jump to search
(LethosorBot moved page DF2014:Descriptor color token to Descriptor color token: Migrating v50 page (920/4618) (content))
Tag: New redirect
 
(Migrating v50 page (920/4618) (content))
Tag: Removed redirect
 
Line 1: Line 1:
#REDIRECT [[Descriptor color token]]
+
{{Quality}}
 +
{{av}}
 +
{{Modding}}
 +
 
 +
Tokens used to define the [[Color#Color_tokens|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==
 +
{| {{prettytable}}
 +
|- bgcolor="#999999"
 +
! Token
 +
! Arguments
 +
! Usage
 +
! Description
 +
 
 +
|-
 +
| {{text anchor|NAME}}
 +
| string
 +
| {{tc|red|Required}}
 +
| What this color will be called in-game.
 +
 
 +
|-
 +
| {{text anchor|WORD}}
 +
| tag
 +
| {{tc|red|Required}}
 +
| Effect unknown.
 +
 
 +
|-
 +
| {{text anchor|RGB}}
 +
| red:green:blue
 +
| {{tc|red|Required}}
 +
| Decides the exact color value of the color using the additive RGB system. This color is not shown in-game, but when a [[forgotten beast|randomly]] [[titan|generated]] [[demon|beast]] uses this color, their tile color is defined by an approximation of this{{verify}}. Each value can range from 0-255.
 +
 
 +
|}
 +
 
 +
{{Category|Modding}}
 +
{{Category|Tokens}}
 +
[[ru:Descriptor color token]]

Latest revision as of 03:18, 20 December 2022

This article is about an older version of DF.

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 Effect unknown.
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.