DF2014:Item definition token
Jump to navigation
Jump to search
This article is about the current version of DF. |
Modding |
---|
Tokens |
Biome · Building · Entity · Ethic · Interaction · Labor · Language · Personality · Plant · Position · Reaction · Skill · Syndrome · Tissue definition · Unit type · World |
Body tokens |
Body · Body detail plan · Bodygloss |
Creature tokens |
Creature · Creature mannerism · Creature texture · Creature variation |
Descriptor tokens |
Descriptor color · Descriptor pattern · Descriptor shape |
Item tokens |
Item · Item definition · Ammo · Armor · Instrument · Tool · Trap component · Weapon |
Material tokens |
Material · Material definition · Inorganic material definition |
Item definition tokens are used in item definitions in the raws.
Item types:
- ITEM_AMMO - ammo token
- ITEM_ARMOR - armor-type armor token
- ITEM_FOOD - see below
- ITEM_GLOVES - gloves-type armor token
- ITEM_HELM - helm-type armor token
- ITEM_INSTRUMENT - instrument token
- ITEM_PANTS - pants-type armor token
- ITEM_SHIELD - shield-type armor token
- ITEM_SHOES - shoes-type armor token
- ITEM_SIEGEAMMO - see below
- ITEM_TOOL - tool token
- ITEM_TOY - see below
- ITEM_TRAPCOMP - trap component token
- ITEM_WEAPON - weapon token
Toy tokens[edit]
Token | Arguments | Description |
---|---|---|
NAME | singular:plural | What this item will be called in-game. |
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 in-game. |
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 in-game. |
LEVEL | Specifies the number of ingredients that are used in this type of prepared meal - 2 for Easy, 3 for Fine, 4 for Lavish. Defaults to 2. |