- 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.
Difference between revisions of "Item value"
m (→Items with quality levels: asterisk referenced) |
m (→Items with quality levels: presentation format) |
||
Line 65: | Line 65: | ||
:[4] "[[Decoration]]s" include "It is decorated with <material>", "It is encircled with bands of <material>", "It is adorned with hanging rings of <material>", "This object menaces with spikes of <material>", "On this object is an image of <description> in <material>", "It is studded with <metal>". Decorations of [[bolt]]s have a 1/3 base value instead. | :[4] "[[Decoration]]s" include "It is decorated with <material>", "It is encircled with bands of <material>", "It is adorned with hanging rings of <material>", "This object menaces with spikes of <material>", "On this object is an image of <description> in <material>", "It is studded with <metal>". Decorations of [[bolt]]s have a 1/3 base value instead. | ||
+ | <nowiki>*</nowiki> These items have their value determined based on their properties: | ||
+ | ==== Weapon ==== | ||
+ | : The base value of a melee weapon is (SIZE / 50) + 1; if the weapon has any EDGE attacks, its value is doubled. Ranged weapons simply have a value of 10. | ||
− | + | :: {| class="collapsible collapsed" style="border-spacing: 1" | |
− | |||
− | |||
− | {| class="collapsible collapsed" style="border-spacing: 1" | ||
|- style=background-color:#ccf | |- style=background-color:#ccf | ||
! colspan=2|Weapon values | ! colspan=2|Weapon values | ||
Line 107: | Line 107: | ||
|} | |} | ||
− | ====Armor==== | + | ==== Armor ==== |
− | The base value of a piece of armor is ((UBSTEP + LBSTEP) * 3) + (LAYER_SIZE / 5) + (COVERAGE / 10) + 1. | + | : The base value of a piece of armor is ((UBSTEP + LBSTEP) * 3) + (LAYER_SIZE / 5) + (COVERAGE / 10) + 1. |
− | * UBSTEP and LBSTEP cannot be greater than 3 | + | :* UBSTEP and LBSTEP cannot be greater than 3 |
− | * LAYER_SIZE and COVERAGE cannot be greater than 100 | + | :* LAYER_SIZE and COVERAGE cannot be greater than 100 |
− | {| class="collapsible collapsed" style="border-spacing: 1" | + | :: {| class="collapsible collapsed" style="border-spacing: 1" |
|- style=background-color:#ccf | |- style=background-color:#ccf | ||
! colspan=2|Armor values | ! colspan=2|Armor values | ||
Line 142: | Line 142: | ||
|} | |} | ||
− | ====Shoes and Gloves==== | + | ==== Shoes and Gloves ==== |
− | The base value of a shoe or glove is (UPSTEP * 3) + (LAYER_SIZE / 5) + (COVERAGE / 30) + 1. | + | : The base value of a shoe or glove is (UPSTEP * 3) + (LAYER_SIZE / 5) + (COVERAGE / 30) + 1. |
− | * UPSTEP cannot be greater than 3 | + | :* UPSTEP cannot be greater than 3 |
− | * LAYER_SIZE and COVERAGE cannot be greater than 100 | + | :* LAYER_SIZE and COVERAGE cannot be greater than 100 |
− | {| class="collapsible collapsed" style="border-spacing: 1" | + | :: {| class="collapsible collapsed" style="border-spacing: 1" |
|- style=background-color:#ccf | |- style=background-color:#ccf | ||
! colspan=2|Glove values | ! colspan=2|Glove values | ||
Line 161: | Line 161: | ||
|} | |} | ||
− | {| class="collapsible collapsed" style="border-spacing: 1" | + | :: {| class="collapsible collapsed" style="border-spacing: 1" |
|- style=background-color:#ccf | |- style=background-color:#ccf | ||
! colspan=2|Shoe values | ! colspan=2|Shoe values | ||
Line 179: | Line 179: | ||
|} | |} | ||
− | ====Shield==== | + | ==== Shield ==== |
− | The base value of a shield is (UPSTEP * 3) + BLOCKCHANCE + 1. | + | : The base value of a shield is (UPSTEP * 3) + BLOCKCHANCE + 1. |
− | * UPSTEP cannot be greater than 3 | + | :* UPSTEP cannot be greater than 3 |
− | * BLOCKCHANCE cannot be greater than 100 | + | :* BLOCKCHANCE cannot be greater than 100 |
− | {| class="collapsible collapsed" style="border-spacing: 1" | + | :: {| class="collapsible collapsed" style="border-spacing: 1" |
|- style=background-color:#ccf | |- style=background-color:#ccf | ||
! colspan=2|Shield values | ! colspan=2|Shield values | ||
Line 196: | Line 196: | ||
|} | |} | ||
− | ====Helm==== | + | ==== Helm ==== |
− | The base value of a helm is (LAYER_SIZE / 5) + (COVERAGE / 20) + 1. | + | : The base value of a helm is (LAYER_SIZE / 5) + (COVERAGE / 20) + 1. |
* LAYER_SIZE and COVERAGE cannot be greater than 100 | * LAYER_SIZE and COVERAGE cannot be greater than 100 | ||
− | {| class="collapsible collapsed" style="border-spacing: 1" | + | :: {| class="collapsible collapsed" style="border-spacing: 1" |
|- style=background-color:#ccf | |- style=background-color:#ccf | ||
! colspan=2|Helm values | ! colspan=2|Helm values | ||
Line 216: | Line 216: | ||
|} | |} | ||
− | ====Ammo==== | + | ==== Ammo ==== |
− | The base value of a single unit of ammo is (SIZE / 200) + 1. | + | : The base value of a single unit of ammo is (SIZE / 200) + 1. |
− | {| class="collapsible collapsed" style="border-spacing: 1" | + | |
+ | :: {| class="collapsible collapsed" style="border-spacing: 1" | ||
|- style=background-color:#ccf | |- style=background-color:#ccf | ||
! colspan=2|Ammo values | ! colspan=2|Ammo values | ||
Line 229: | Line 230: | ||
Values are for singles, not stacks | Values are for singles, not stacks | ||
− | ====Pants==== | + | ==== Pants ==== |
− | The base value of a pair of pants is (LBSTEP * 3) + (LAYER_SIZE / 5) + (COVERAGE / 10) + 1 | + | : The base value of a pair of pants is (LBSTEP * 3) + (LAYER_SIZE / 5) + (COVERAGE / 10) + 1 |
− | * LBSTEP cannot be greater than 3 | + | :* LBSTEP cannot be greater than 3 |
− | * LAYER_SIZE and COVERAGE cannot be greater than 100 | + | :* LAYER_SIZE and COVERAGE cannot be greater than 100 |
− | {| class="collapsible collapsed" style="border-spacing: 1" | + | :: {| class="collapsible collapsed" style="border-spacing: 1" |
|- style=background-color:#ccf | |- style=background-color:#ccf | ||
! colspan=2|Pants values | ! colspan=2|Pants values | ||
Line 254: | Line 255: | ||
|} | |} | ||
− | ====Trap component==== | + | ==== Trap component ==== |
− | The base value of a trap component is ((SIZE / 50) + 1) * HITS; if it has any EDGE attacks, its value is doubled. | + | : The base value of a trap component is ((SIZE / 50) + 1) * HITS; if it has any EDGE attacks, its value is doubled. |
− | {| class="collapsible collapsed" style="border-spacing: 1" | + | |
+ | :: {| class="collapsible collapsed" style="border-spacing: 1" | ||
|- style=background-color:#ccf | |- style=background-color:#ccf | ||
! colspan=2|Trap component values | ! colspan=2|Trap component values |
Revision as of 23:54, 24 March 2020
v50.14 · v0.47.05 This article is about the current version of DF.Note that some content may still need to be updated. |
- For value optimization, see Maximizing value.
- For cultural values, see Personality trait.
Item value is determined by a number of factors: the form of the item, the material it is made out of, the quality of its creation, and any decorations on it.
The final value of an item is the base value of the form of the item (e.g. block or statue) multiplied by the material multiplier (e.g. granite or gold), multiplied by the quality modifier (e.g. fine or masterful) if any, then summed with the final value of all decorations.
Base values of items
The base value of an item is determined by the form of the item, not what it is made out of. For example, a wood block uses the base value for a block; a native gold block uses the same base value, since it too is in the form of a "block". In both cases, the final value is then determined by adjusting the base value with the appropriate modifiers.
Items without quality levels
Base Value | Items |
---|---|
0 | Body part, Corpse, Remains, small rock |
1 | glob, seed, alcohol, powder, extract |
2 | Fish, unprepared fish, Meat, Egg, Plant, Leaves |
3 | Gem (rough), Log, Stone |
5 | Bar, Block, Gem (cut), Leather |
6 | Thread |
10 | Ballista arrowhead, cheese, Honeycomb |
Varies | live vermin, tame vermin |
Items with quality levels
Misc. items
Base Value | Items |
---|---|
1/50 | Coin[1] |
1 | Orthopedic cast |
7 | Cloth[2] |
10 | Door, Floodgate, Bed, Chair, Chain, Flask, Goblet, Instrument non-main components, Toy, Cage, Barrel, Bucket, Animal trap, Table, Coffin, Box, Bin, Armor stand, Weapon rack, Cabinet, Figurine, Amulet, Scepter, Crown, Ring, Earring, Bracelet, Large gem, Anvil, Totem, Backpack, Quiver, Prepared meal[3], Pipe section, Hatch cover, Grate, Quern, Millstone, Splint, Crutch, Slab, Pedestal, Decoration[4], Large pot, Jug, Nest box, Hive, Ladle, Bowl, Mortar, Pestle, Pouch, Knives, Cleaver, Fork |
20 | Siege ammo, Traction bench |
25 | Window, Statue |
30 | Catapult part, Ballista part, Mechanism |
50 | Minecart, Wheelbarrow, Cauldron, Instrument main part |
* | Weapon, Armor, Shoe, Shield, Helm, Glove, Ammo, Pants, Trap component (see below) |
- [1] Coins minted at a forge are always of base quality
- [2] Goods made out of cloth get the following built in as decorations: the cloth (with quality mod) and the thread (without quality). Dyes are added separately (with quality), as a powder, not a decoration.
- [3] Prepared meals always have a base value of 10, with a quality modifier. Each ingredient is calculated separately, with its own base value and "minced" quality modifier. The total value of a meal stack is the sum of the above values multiplied by the total quantity, regardless of the proportion of ingredients. A more thorough explanation and example exists at the Cook page.
- [4] "Decorations" include "It is decorated with <material>", "It is encircled with bands of <material>", "It is adorned with hanging rings of <material>", "This object menaces with spikes of <material>", "On this object is an image of <description> in <material>", "It is studded with <metal>". Decorations of bolts have a 1/3 base value instead.
* These items have their value determined based on their properties:
Weapon
- The base value of a melee weapon is (SIZE / 50) + 1; if the weapon has any EDGE attacks, its value is doubled. Ranged weapons simply have a value of 10.
Weapon values Base Value Weapon 3 Whip 7 Training sword 9 Training spear, War hammer 10 Crossbow, Blowgun, Bow, Large dagger 11 Flail 14 Scourge, Scimitar, Short sword 17 Training axe, Mace 18 Spear 22 Pick, Morningstar 27 Maul 30 Long sword 34 Battle axe, Pike 38 Two-handed sword 50 Halberd 54 Great axe
Armor
- The base value of a piece of armor is ((UBSTEP + LBSTEP) * 3) + (LAYER_SIZE / 5) + (COVERAGE / 10) + 1.
- UBSTEP and LBSTEP cannot be greater than 3
- LAYER_SIZE and COVERAGE cannot be greater than 100
Armor values Base Value Armor 8 Cape, Vest 15 Breastplate 16 Tunic 20 Mail shirt 21 Leather armor 22 Shirt 23 Toga 26 Cloak 27 Coat 31 Dress 33 Robe
Shoes and Gloves
- The base value of a shoe or glove is (UPSTEP * 3) + (LAYER_SIZE / 5) + (COVERAGE / 30) + 1.
- UPSTEP cannot be greater than 3
- LAYER_SIZE and COVERAGE cannot be greater than 100
Glove values Base Value Gloves 6 Gloves 7 Mittens 11 Gauntlets
Shoe values Base Value Shoes 6 Socks 8 Shoes 9 Sandals, Low Boots 12 High Boots 15 Chausses
Shield
- The base value of a shield is (UPSTEP * 3) + BLOCKCHANCE + 1.
- UPSTEP cannot be greater than 3
- BLOCKCHANCE cannot be greater than 100
Shield values Base Value Shields 14 Buckler 27 Shield
Helm
- The base value of a helm is (LAYER_SIZE / 5) + (COVERAGE / 20) + 1.
- LAYER_SIZE and COVERAGE cannot be greater than 100
Helm values Base Value Helm 5 Cap, Head Veil, Face Veil, Headscarf 7 Mask, Turban 8 Hood 12 Helm
Ammo
- The base value of a single unit of ammo is (SIZE / 200) + 1.
Values are for singles, not stacks
Pants
- The base value of a pair of pants is (LBSTEP * 3) + (LAYER_SIZE / 5) + (COVERAGE / 10) + 1
- LBSTEP cannot be greater than 3
- LAYER_SIZE and COVERAGE cannot be greater than 100
Pants values Base Value Pants 5 Thong 8 Loincloth 13 Short skirt 16 Skirt, Braies 22 Long skirt 23 Trouser, Leggings, Greaves
Trap component
- The base value of a trap component is ((SIZE / 50) + 1) * HITS; if it has any EDGE attacks, its value is doubled.
Trap component values Base Value Trap Component 66 Giant axe blade, Enormous corkscrew, Menacing spike 126 Large, serrated disc, Spiked ball
Material multipliers
Material properties |
Defined: Value • Color • Density • Strain at yield • Temperature values |
Derived: Magma safety • Fire safety |
Fluids: Depth • Flow • Pressure |
The material multiplier for an item is found from the [MATERIAL_VALUE:#] tag in the raws for the material it is made out of, and can be further augmented using [MULTIPLY_VALUE:#]. A wood block uses the same material multiplier as a wood log or a wooden chest - that is the material value for wood, which is 1.
Stones | |
---|---|
Multiplier | Stone |
×1 | Bismuthinite, Bituminous coal, Lignite, Common stone |
×2 | Cassiterite, Garnierite, Malachite, Native copper, Sphalerite, Calcite, Chalk, Dolomite, Limestone, Marble |
×3 | Tetrahedrite, Obsidian |
×5 | Galena |
×8 | Hematite, Limonite, Magnetite |
×10 | Horn silver, Native silver |
×30 | Native gold |
×40 | Native aluminum, Native platinum |
×250 | Raw adamantine |
Metals | |
---|---|
Multiplier | Metal |
×2 | Bismuth, Copper, Lead, Nickel, Tin, Zinc |
×3 | Lay pewter, Nickel silver |
×4 | Trifle pewter |
×5 | Bronze, Fine pewter |
×6 | Billon, Bismuth bronze |
×7 | Brass |
×8 | Sterling silver |
×10 | Iron, Pig iron, Silver |
×11 | Black bronze |
×20 | Electrum |
×23 | Rose gold |
×30 | Gold, Steel |
×40 | Aluminum, Platinum |
×300 | Adamantine |
Plants | |
---|---|
Multiplier | Plant |
×1 | bloated tuber, hide root, kobold bulb, muck root, prickle berry, rat weed, sliver barb, whip vine all trees and plant seeds |
×2 | blade weed, cave wheat, dimple cup, fisher berry, longland grass, pig tail, plump helmet, quarry bush, rope reed, sweet pod, strawberry tuber beer (bloated tuber drink) |
×3 | sun berry whip wine (whip vine drink) |
×5 | valley herb quarry bush leaf, rock nut oil (quarry bush oil), rock nut soap (quarry bush soap), sunshine (sun berry drink) |
×10 | redroot dye (hide root powder) |
×20 | cave wheat flour (cave wheat powder), dimple dye (dimple cup powder), dwarven sugar (sweet pod powder), dwarven syrup (sweet pod extract), emerald dye (blade weed powder), longland flour (longland grass powder), sliver dye (sliver barb powder) |
×25 | whip vine flour (whip vine powder) |
×100 | gnomeblight (kobold bulb extract), golden salve (valley herb extract) |
Note | Plants are made of various materials - the predominant material (usually STRUCTURAL) is listed for each individual plant, and other materials are listed separately when they differ. |
Miscellaneous | |
---|---|
Multiplier | Material |
×1 | Ash |
×2 | Amber, Coral, Coal, Green glass, Lye |
×3 | Potash, Earthenware |
×4 | Pearlash, Stoneware |
×5 | Clear glass |
×10 | Crystal glass, Porcelain, Salt |
Quality
Item value is further increased by applying the quality multiplier.
Designation | Description | Value Modifier |
|
---|---|---|---|
Item Name | — | ×1 | |
-Item Name- | Well-crafted | ×2 | |
+Item Name+ | Finely-crafted | ×3 | |
*Item Name* | Superior quality | ×4 | |
≡Item Name≡ | Exceptional | ×5 | |
☼Item Name☼ | Masterful | ×12 | |
Unique Name | Artifact | ×120 |