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:Item definition token"

From Dwarf Fortress Wiki
Jump to navigation Jump to search
(Created page with '{{av}} '''Item definition tokens''' are used in item definitions in the raws. See: *{{L|Weapon Tokens}} *{{L|Armor Tokens}} *{{L|Ammo Tokens}} Item types: * ITEM_WEAPON * ITEM_…')
 
(Fixing links within namespace (482/950))
 
(4 intermediate revisions by one other user not shown)
Line 1: Line 1:
{{av}}
+
{{quality|Exceptional|21:15, 30 March 2011 (UTC)}}{{av}}
 
'''Item definition tokens''' are used in item definitions in the raws.
 
'''Item definition tokens''' are used in item definitions in the raws.
  
See:
+
Item types:
*{{L|Weapon Tokens}}
+
* ITEM_WEAPON - [[Weapon token]]
*{{L|Armor Tokens}}
+
* ITEM_TOY - see below
*{{L|Ammo Tokens}}
+
* ITEM_INSTRUMENT - see below
 +
* ITEM_TRAPCOMP - [[Trap component token]]
 +
* ITEM_ARMOR - [[Armor token]]
 +
* ITEM_AMMO - [[Ammo token]]
 +
* ITEM_SIEGEAMMO - see below
 +
* ITEM_GLOVES - [[Gloves token]]
 +
* ITEM_SHOES - [[Shoes token]]
 +
* ITEM_SHIELD - [[Shield token]]
 +
* ITEM_HELM - [[Helm token]]
 +
* ITEM_PANTS - [[Pants token]]
 +
* ITEM_FOOD - see below
  
Item types:
+
==Toy and Instrument Tokens==
* ITEM_WEAPON
+
{| {{prettytable}}
* ITEM_TOY
+
|- bgcolor="#ddd"
* ITEM_INSTRUMENT
+
! Token
* ITEM_TRAPCOMP
+
! Arguments
* ITEM_ARMOR
+
! Description
* ITEM_AMMO
+
 
* ITEM_SIEGEAMMO
+
|-
* ITEM_GLOVES
+
| NAME
* ITEM_SHOES
+
| singular:plural
* ITEM_SHIELD
+
| What this item will be called ingame.
* ITEM_HELM
+
 
* ITEM_PANTS
+
|-
* ITEM_FOOD
+
| HARD_MAT
 +
|
 +
| Presumably prevents the item from being made from cloth, silk, or leather, present on everything but puzzleboxes and drums. Appears to work backwards for [[strange mood]]s.
 +
 
 +
|}
 +
 
 +
==Siege Ammo Tokens==
 +
{| {{prettytable}}
 +
|- bgcolor="#ddd"
 +
! Token
 +
! Arguments
 +
! Description
 +
 
 +
|-
 +
| NAME
 +
| singular:plural
 +
| What this item will be called ingame.
 +
 
 +
|-
 +
| CLASS
 +
|
 +
| Specifies what type of siege engine uses this ammunition. Currently, only BALLISTA is permitted.
 +
 
 +
|}
  
Toys, Instruments
+
==Food Tokens==
* HARD_MAT - In stock raws, is on everything but drums and puzzleboxes.
+
{| {{prettytable}}
 +
|- bgcolor="#ddd"
 +
! Token
 +
! Arguments
 +
! Description
  
Food (prepared meals)
+
|-
* LEVEL - the number of ingredients, 2/3/4 for Easy/Fine/Lavish meals.
+
| NAME
 +
| singular:plural
 +
| What this item will be called ingame.
  
Trap components
+
|-
* HITS - number of times a trap component can strike an enemy
+
| LEVEL
 +
|
 +
| Specifies the number of ingredients are used in this type of prepared meal - 2 for Easy, 3 for Fine, 4 for Lavish.
 +
|}
  
[[Category:Hacking]]
+
{{Category|Modding}}
[[Category:Modding]]
+
{{Category|Tokens}}
[[Category:Tokens]]
 

Latest revision as of 15:46, 8 December 2011

This article is about an older version of DF.

Item definition tokens are used in item definitions in the raws.

Item types:

Toy and Instrument Tokens[edit]

Token Arguments Description
NAME singular:plural What this item will be called ingame.
HARD_MAT Presumably prevents the item from being made from cloth, silk, or leather, present on everything but puzzleboxes and drums. Appears to work backwards for strange moods.

Siege Ammo Tokens[edit]

Token Arguments Description
NAME singular:plural What this item will be called ingame.
CLASS Specifies what type of siege engine uses this ammunition. Currently, only BALLISTA is permitted.

Food Tokens[edit]

Token Arguments Description
NAME singular:plural What this item will be called ingame.
LEVEL Specifies the number of ingredients are used in this type of prepared meal - 2 for Easy, 3 for Fine, 4 for Lavish.