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 "40d:Item definition token"
Jump to navigation
Jump to search
(rephrase) |
(Fixing links within namespace (1127/2470)) |
||
(22 intermediate revisions by 12 users not shown) | |||
Line 1: | Line 1: | ||
− | + | {{quality|Exceptional|21:18, 30 March 2011 (UTC)}}{{av}} | |
− | + | '''Item definition tokens''' are used in item definitions in the raws. | |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | + | Item types: | |
− | * | + | * ITEM_WEAPON - [[Weapon token]] |
− | * | + | * ITEM_TOY - see below |
− | * | + | * 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 | ||
− | + | ==Toy and Instrument Tokens== | |
− | + | {| {{prettytable}} | |
+ | |- bgcolor="#ddd" | ||
+ | ! Token | ||
+ | ! Arguments | ||
+ | ! Description | ||
− | + | |- | |
− | + | | 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. | |
− | |||
− | + | |- | |
− | + | | NAME | |
− | + | | singular:plural | |
− | + | | What this item will be called ingame. | |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | + | |} | |
− | |||
− | + | ==Siege Ammo Tokens== | |
− | + | {| {{prettytable}} | |
− | + | |- bgcolor="#ddd" | |
− | + | ! Token | |
− | + | ! Arguments | |
− | + | ! Description | |
− | Food | + | |- |
− | + | | CLASS | |
+ | | | ||
+ | | Specifies what type of siege engine uses this ammunition. Currently, only BALLISTA is permitted. | ||
+ | |||
+ | |- | ||
+ | | NAME | ||
+ | | singular:plural | ||
+ | | What this item will be called ingame. | ||
+ | |||
+ | |} | ||
+ | |||
+ | ==Food Tokens== | ||
+ | {| {{prettytable}} | ||
+ | |- bgcolor="#ddd" | ||
+ | ! Token | ||
+ | ! Arguments | ||
+ | ! Description | ||
+ | |||
+ | |- | ||
+ | | LEVEL | ||
+ | | | ||
+ | | Specifies the number of ingredients are used in this type of prepared meal - 2 for Easy, 3 for Fine, 4 for Lavish. | ||
+ | |||
+ | |- | ||
+ | | NAME | ||
+ | | singular:plural | ||
+ | | What this item will be called ingame. | ||
+ | |} | ||
+ | |||
+ | {{Category|Modding}} | ||
+ | {{Category|Tokens}} |
Latest revision as of 14:54, 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:
- ITEM_WEAPON - Weapon token
- ITEM_TOY - see below
- 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
Toy and Instrument Tokens[edit]
Token | Arguments | Description |
---|---|---|
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. | |
NAME | singular:plural | What this item will be called ingame. |
Siege Ammo Tokens[edit]
Token | Arguments | Description |
---|---|---|
CLASS | Specifies what type of siege engine uses this ammunition. Currently, only BALLISTA is permitted. | |
NAME | singular:plural | What this item will be called ingame. |
Food Tokens[edit]
Token | Arguments | Description |
---|---|---|
LEVEL | Specifies the number of ingredients are used in this type of prepared meal - 2 for Easy, 3 for Fine, 4 for Lavish. | |
NAME | singular:plural | What this item will be called ingame. |