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.

Editing v0.34:Armor token

Jump to navigation Jump to search

Warning: You are not logged in.
Your IP address will be recorded in this page's edit history.

You are editing a page for an older version of Dwarf Fortress ("Main" is the current version, not "v0.34"). Please make sure you intend to do this. If you are here by mistake, see the current page instead.

The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then save the changes below to finish undoing the edit.

Latest revision Your text
Line 14: Line 14:
  
 
|-
 
|-
| {{text anchor|NAME}}
+
| NAME
 
| singular:plural
 
| singular:plural
| {{tc|red|Required}}
+
| All
 
| What this item will be called ingame.
 
| What this item will be called ingame.
  
 
|-
 
|-
| {{text anchor|MATERIAL_SIZE}}
+
| PREPLURAL
| value
 
| {{tc|red|Required}}
 
| How much material is needed to make the item. Most important with bars. The number of bars required to make the item is the value divided by three.
 
 
 
|-
 
| {{text anchor|ARMORLEVEL}}
 
|
 
0 - clothing<br>
 
1 - leather<br>
 
2 - chain<br>
 
3 - plate
 
| All garments and shields
 
| The garment's general purpose. Defaults to 1 for shields, 0 for everything else. Class 0 items are claimed and used by civilians as ordinary clothing and are subject to [[wear]].
 
 
 
|-
 
| {{text anchor|METAL_ARMOR_LEVELS}}
 
|
 
| All garments
 
| Metal versions of this item count as one ARMORLEVEL higher and thus won't be worn by random peasants.
 
 
 
|-
 
| {{text anchor|CHAIN_METAL_TEXT}}
 
|
 
| All garments
 
| Metal versions of this item will have "chain" added between the material and item name.
 
 
 
|-
 
| {{text anchor|PREPLURAL}}
 
 
| <phrase> of
 
| <phrase> of
 
| ITEM_ARMOR<br />ITEM_PANTS
 
| ITEM_ARMOR<br />ITEM_PANTS
Line 54: Line 26:
  
 
|-
 
|-
| {{text anchor|MATERIAL_PLACEHOLDER}}
+
| MATERIAL_PLACEHOLDER
 
| adjective
 
| adjective
 
| ITEM_ARMOR<br />ITEM_PANTS
 
| ITEM_ARMOR<br />ITEM_PANTS
Line 60: Line 32:
  
 
|-
 
|-
| {{text anchor|VALUE}}
+
| VALUE
 +
| num
 +
| ITEM_ARMOR<br />ITEM_GLOVES<br />ITEM_SHOES<br />ITEM_SHIELD<br />ITEM_HELM
 +
| Unused. Defaults to -1.
 +
 
 +
|-
 +
| ARMORLEVEL
 
|
 
|
|
+
0 - clothing<br>
| Unused. Defaults to -1.
+
1 - leather<br>
 +
2 - chain<br>
 +
3 - plate
 +
| All
 +
| What category this item falls under. Defaults to 1 for shields, 0 for everything else. Clothing-category armor is subject to [[wear]] as well as being used as every-day clothing by dwarves.
  
 
|-
 
|-
| {{text anchor|UPSTEP}}
+
| UPSTEP
 
| value, MAX
 
| value, MAX
 
| ITEM_GLOVES<br />ITEM_SHOES<br />ITEM_SHIELD
 
| ITEM_GLOVES<br />ITEM_SHOES<br />ITEM_SHIELD
| Length of gloves or footwear, counted in [LIMB] body parts towards the torso. A value of 1 lets gloves cover the lower arms, a value of 2 stretches a boot all the way over the upper leg and so on. Regardless of the value, none of these items can ever extend to cover the upper or lower body. Shields also have this token, but it only seems to affect weight.
+
| This token functions exactly like LBSTEP but in reverse.  How many steps up this item protects.  'Up'is defined as "Connected through a series of one or more body parts with the [LIMB] token to an UPPERBODY part. Gloves and shoes can not protect upper or lower bodies.  Example, chausses with an upstep of MAX, protect the the foot and the entire leg, but not the lower body. The same effect could be achieved (on a humanoid) with UPSTEP>=2.  Since toes and fingers lack the [LIMB] token, gloves and boots do not protect them. This may be a bug.
  
 
|-
 
|-
| {{text anchor|UBSTEP}}
+
| UBSTEP
 
| value, MAX
 
| value, MAX
 
| ITEM_ARMOR
 
| ITEM_ARMOR
| Length of the sleeves, counted in [LIMB] body parts towards the hands. A value of 0 only protects both halves of the torso, 1 extends over the upper arms and so on. Regardless of the value, body armor can never extend to cover the hands or head.
+
| How many steps away from upper body the armor protects. Only present on torso armor. When counting steps, ignore any steps through upper or lower body parts(UBSTEP:0 items protect the upper and lower bodies as a result of this). Currently bugged{{bug|1821}}, high values of UBSTEP will result in the item protecting facial features, fingers, and toes, while leaving those parts that it can not protect unprotected (but still counting them as steps).  Torso armor can not protect hands, feet, or heads (parts with [GRASP],[STANCE], or [HEAD] tokens respectively) regardless of the UBSTEP value.  UBSTEP can also not protect parts that can be protected by LBSTEP.  Example, torso armor with [UBSTEP:1] will protect upper arms, wings, non-[STANCE] tails, the torso, and lower body.  However, a torso armor with [UBSTEP:4] or higher will also cover lower arms, fingers, facial features, and toes.  
 
 
Currently bugged{{bug|1821}}, high values of UBSTEP will result in the item protecting facial features, fingers, and toes, while leaving those parts that it can not protect unprotected (but still counting them as steps).
 
  
 
|-
 
|-
| {{text anchor|LBSTEP}}
+
| LBSTEP
 
| value or MAX
 
| value or MAX
 
| ITEM_ARMOR<br />ITEM_PANTS
 
| ITEM_ARMOR<br />ITEM_PANTS
| Length of the legs/hem, counted in [LIMB] body parts towards the feet. A value of 0 only covers the lower body, 1 extends over the upper legs and so on. Regardless of the value, body armor or pants can never extend to cover the feet.  
+
| How many steps down the armor protects. 'Down' is defined as "Connected through a series of one or more body parts with the [LIMB] token to a body part with the [STANCE] token.  [LBSTEP] can not protect feet (parts with the [STANCE] token). When counting steps, ignore any steps through upper or lower body parts.  Example, torso armor with a LBSTEP:1 will protect both the lower body and the upper legs in addition to the torso(the lower body step is not counted). Leg armor with LBSTEP:MAX will protect the lower body, the entire legs, but not the feet or toes.  
  
 
|-
 
|-
| {{text anchor|BLOCKCHANCE}}
+
| METAL_ARMOR_LEVELS
 +
|
 +
| ITEM_ARMOR<br />ITEM_GLOVES<br />ITEM_SHOES<br />ITEM_HELM<br />ITEM_PANTS
 +
| Metal versions of this item count as one ARMORLEVEL higher.
 +
 
 +
|-
 +
| BLOCKCHANCE
 
| value
 
| value
 
| ITEM_SHIELD
 
| ITEM_SHIELD
Line 92: Line 78:
  
 
|-
 
|-
| {{text anchor|SOFT}}
+
| MATERIAL_SIZE
 +
| value
 +
| All
 +
| How much material is needed to make the item. Most important with bars. The number of bars required to make the item is the value divided by three. <font color="red">Required</font>.
 +
 
 +
|-
 +
| SOFT
 
|  
 
|  
| All garments
+
| All but ITEM_SHIELD
| Clothiers can make this item from all kinds of cloth. If paired with [LEATHER], the item has an equal chance of being either in randomly generated outfits. Further uses of this tag are unknown.
+
| Randomly generated equipped armor will have an equal probability of being made of leather or cloth, when this token is present and [METAL] is absent. Further uses of this tag are unknown.
  
 
|-
 
|-
| {{text anchor|HARD}}
+
| HARD
 
|  
 
|  
| All garments
+
| All but ITEM_SHIELD
| Default state in the absence of a [SOFT] token. Actual effects unknown.
+
| Allows armor to be made of wood
  
 
|-
 
|-
| {{text anchor|METAL}}
+
| METAL
 
|  
 
|  
| All garments
+
| All but ITEM_SHIELD
| Item can be made from metal. Overrides [SOFT] and [LEATHER] in randomly generated outfits, if the ARMORLEVEL permits. Civilizations with [[Entity_token#WOOD_ARMOR|[WOOD_ARMOR]]] will make this item out of wood instead.
+
| Item can be made with metal. Randomly generated equipped armor will always be made out of metal whenever possible.
  
 
|-
 
|-
| {{text anchor|BARRED}}
+
| BARRED
 
|  
 
|  
| All garments
+
| All but ITEM_SHIELD
| Craftsmen can make this item from bones. Randomly generated outfits don't include bone armor.
+
| Can be crafted out of bone. Randomly generated equipped armor will never be made out of bone.
  
 
|-
 
|-
| {{text anchor|SCALED}}
+
| SCALED
 
|  
 
|  
| All garments
+
| All but ITEM_SHIELD
| Craftsmen can make this item from shells. Randomly generated outfits don't include shell armor.
+
| Can be crafted from shell. Randomly generated equipped armor will never be made of shell.
  
 
|-
 
|-
| {{text anchor|LEATHER}}
+
| LEATHER
 
|  
 
|  
| All garments
+
| All but ITEM_SHIELD
| Leatherworkers can make this item from leather. If paired with [SOFT], this item has an equal chance of being either in randomly generated outfits.
+
| Item can be made from leather. Randomly generated equipped armor with [LEATHER] will not be made of cloth, unless [SOFT] is also present.
  
 
|-
 
|-
| {{text anchor|SHAPED}}
+
| SHAPED
 
|  
 
|  
| All garments
+
| All but ITEM_SHIELD
 
| Only one shaped piece of clothing can be worn on a single body slot at a time.
 
| Only one shaped piece of clothing can be worn on a single body slot at a time.
  
 
|-
 
|-
| {{text anchor|STRUCTURAL_ELASTICITY_CHAIN_ALL}}
+
| CHAIN_METAL_TEXT
 
|  
 
|  
| All garments
+
| All but ITEM_SHIELD
| Increases the *_STRAIN_AT_YIELD properties of the armor's material to 50000, if lower. This makes the garment flex and give way instead of shattering under force. Strong materials that resist cutting will blunt edged attacks into bone-crushing hits instead.
+
| Metal versions of this item will have "chain" added between the material and item name.
  
 
|-
 
|-
| {{text anchor|STRUCTURAL_ELASTICITY_CHAIN_METAL}}
+
| STRUCTURAL_ELASTICITY_WOVEN_THREAD
 +
|
 +
| All but ITEM_SHIELD
 +
| Makes the item behave much more elastic and flexible, but only when the object is made from woven thread.
 +
 
 +
|-
 +
| STRUCTURAL_ELASTICITY_CHAIN_METAL
 
|  
 
|  
| All garments
+
| All but ITEM_SHIELD
| Increases the *_STRAIN_AT_YIELD properties of the armor's material to 50000, but only if the garment is made from metal.
+
| Behaves the same as STRUCTURAL_ELASTICITY_CHAIN_ALL, but only when the object is made of metal.
  
 
|-
 
|-
| {{text anchor|STRUCTURAL_ELASTICITY_WOVEN_THREAD}}
+
| STRUCTURAL_ELASTICITY_CHAIN_ALL
|
+
|  
| All garments
+
| All but ITEM_SHIELD
| Reduces the armor material's SHEAR_YIELD to 20000, SHEAR_FRACTURE to 30000 and increases the *_STRAIN_AT_YIELD properties to 50000, but only if the garment is made from cloth. This makes the item very weak against edged attacks, even if the thread material is normally very strong.
+
| Seems to make blunt attacks more damaging, while blunting any attack from inferior materials. Further testing is needed.
  
 
|-
 
|-
| {{text anchor|LAYER_SIZE}}
+
| LAYER_SIZE
 
| value
 
| value
| All garments
+
| All but ITEM_SHIELD
| The item's bulkiness when worn. Aside from the layer limitations, it's a big contributor to the thickness and weight (and therefore price) of the garment. See [[Armor]] for more on item sizes and layering. Defaults to 10.  
+
| What the size of this item in question is, when it is put on. See [[Armor]] for more on item sizes and layering. Defaults to 10.
  
 
|-
 
|-
| {{text anchor|LAYER_PERMIT}}
+
| LAYER_PERMIT
 
| value
 
| value
| All garments
+
| All but ITEM_SHIELD
| The maximum amount of crap that can fit underneath the garment. See [[Armor]] for more on item sizes and layering. Defaults to 10.
+
| The maximum number of items allowed on that body slot. If the body slot's layer value is over this, no more of this item can be put on. See [[Armor]] for more on item sizes and layering. Defaults to 10.
  
 
|-
 
|-
| {{text anchor|LAYER}}
+
| LAYER
| UNDER<br />OVER<br />ARMOR<br />COVER
+
| UNDER, OVER, ARMOR, COVER
| All garments
+
| All but ITEM_SHIELD
| Where the item goes in relation to other clothes. Socks cannot be worn on top of boots!
+
| How this item is layered. The [LAYER_PERMIT:#] of a [LAYER:ARMOR] item overrides the [LAYER_PERMIT:#] of other items on the same ITEM_<name1>, unless it is a [LAYER:COVER] items. Defaults to UNDER.
The LAYER_PERMIT of the highest layer is used on a given section of the body - you can fit a lot of shirts and other undergarments underneath a robe, but not if you wear a leather jerkin on top of it, and you can still wear a cloak over the whole ensemble. Defaults to UNDER.
 
  
 
|-
 
|-
| {{text anchor|COVERAGE}}
+
| COVERAGE
 
| % value
 
| % value
| All garments
+
| All but ITEM_SHIELD
| How often the garment gets in the way of a contaminant or an attack. Armor with a 5% coverage value, for example, will be near useless because 95% of attacks will bypass it completely. Temperature effects and armor thickness are also influenced. Defaults to 100.
+
| Coverage determines how often attacks and contaminants get through clothes. Armor with a 5% coverage value, for example, will be near useless because 95% of attacks will bypass it completely. Temperature effects are also influenced by coverage. Defaults to 100.
  
 
|}
 
|}

Please note that all contributions to Dwarf Fortress Wiki are considered to be released under the GFDL & MIT (see Dwarf Fortress Wiki:Copyrights for details). If you do not want your writing to be edited mercilessly and redistributed at will, then do not submit it here.
You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource. Do not submit copyrighted work without permission!

To protect the wiki against automated edit spam, we kindly ask you to solve the following CAPTCHA:

Cancel Editing help (opens in new window)