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 "23a:Stone token"

From Dwarf Fortress Wiki
Jump to navigation Jump to search
m
(Technically, you can have more than one, but it'll just randomly pick one of them for each use)
 
(2 intermediate revisions by 2 users not shown)
Line 9: Line 9:
 
|[NAME:name]||The name of the stone.
 
|[NAME:name]||The name of the stone.
 
|-
 
|-
|[TILE:num]||What number tile is used to represent unmined stone of this type. See [[character table]]. Defaults to 219 (█), ignored for LIGHT and DARK stones.
+
|[TILE:num]||What number tile is used to represent unmined stone of this type. See [[Main:character table|character table]]. Defaults to 219 (█), ignored for LIGHT and DARK stones.
 
|-
 
|-
|[COLOR:x:y:z]||Specifies the {{L|color}} of the unmined stone. Defaults to 7:0:0.
+
|[COLOR:x:y:z]||Specifies the [[color]] of the unmined stone. Defaults to 7:0:0.
 
|-
 
|-
 
|[DARK]||Makes the stone a dark stone, setting its value to 2.
 
|[DARK]||Makes the stone a dark stone, setting its value to 2.
 
|-
 
|-
|[LAVA]||Causes the stone to line the edge of the {{L|magma flow}} and be left behind by the initial magma flood.
+
|[LAVA]||Causes the stone to line the edge of the [[magma flow]] and be left behind by the initial magma flood. If multiple types of stone have this token, one will be randomly selected.
 
|-
 
|-
|[SHARP]||Allows the stone to be made into weapons having {{L|Weapon token|[CAN_STONE]}}. Also sets its value to 3.
+
|[SHARP]||Allows the stone to be made into weapons having [[Weapon token|[CAN_STONE]]]. Also sets its value to 3. If multiple types of stone have this token, one will be randomly selected.
 
|-
 
|-
 
|[LIGHT]||Makes the stone a light stone, setting its value to 2
 
|[LIGHT]||Makes the stone a light stone, setting its value to 2
 
|-
 
|-
|[RIVER]||Causes the stone to line the edge of the {{L|cave river}}.
+
|[RIVER]||Causes the stone to line the edge of the [[cave river]]. If multiple types of stone have this token, one will be randomly selected.
 
|-
 
|-
|[FLUX]||Allows the stone to be used in the production of {{L|pig iron}} and {{L|steel}}.
+
|[FLUX]||Allows the stone to be used in the production of [[pig iron]] and [[steel]]. If multiple types of stone have this token, one will be randomly selected.
 
|-
 
|-
 
|[SPEC_HEAT:]||The specific heat capacity of the stone. Defaults to 800, but not actually used - the game hardcodes this value to 800 for all stones.
 
|[SPEC_HEAT:]||The specific heat capacity of the stone. Defaults to 800, but not actually used - the game hardcodes this value to 800 for all stones.

Latest revision as of 20:47, 15 December 2012

This article is about an older version of DF.

Stones are stored in matgloss_stone.txt.

Token Description
[NAME:name] The name of the stone.
[TILE:num] What number tile is used to represent unmined stone of this type. See character table. Defaults to 219 (█), ignored for LIGHT and DARK stones.
[COLOR:x:y:z] Specifies the color of the unmined stone. Defaults to 7:0:0.
[DARK] Makes the stone a dark stone, setting its value to 2.
[LAVA] Causes the stone to line the edge of the magma flow and be left behind by the initial magma flood. If multiple types of stone have this token, one will be randomly selected.
[SHARP] Allows the stone to be made into weapons having [CAN_STONE]. Also sets its value to 3. If multiple types of stone have this token, one will be randomly selected.
[LIGHT] Makes the stone a light stone, setting its value to 2
[RIVER] Causes the stone to line the edge of the cave river. If multiple types of stone have this token, one will be randomly selected.
[FLUX] Allows the stone to be used in the production of pig iron and steel. If multiple types of stone have this token, one will be randomly selected.
[SPEC_HEAT:] The specific heat capacity of the stone. Defaults to 800, but not actually used - the game hardcodes this value to 800 for all stones.
[HEATDAM_POINT:] The temperature at which heat will begin to damage the stone. Defaults to NONE.
[COLDDAM_POINT:] The temperature at which frost will begin to damage the stone. Defaults to NONE.
[IGNITE_POINT:] The temperature at which the stone will burst into flames. Defaults to NONE.
[MELTING_POINT:] The temperature at which the stone will melt. Defaults to 11500.
[BOILING_POINT:] The temperature at which the stone will boil into a cloud of vapor. Defaults to 14000.
[FIXED_TEMP:] The temperature this stone emits naturally. Defaults to NONE.