7 Days to Die Wiki
(Added tag: cleanup|outdated)
m (Hardness is removed from A17)
Line 25: Line 25:
 
[[de:Härte]]
 
[[de:Härte]]
 
[[es:Dureza]]
 
[[es:Dureza]]
 
[[Category:Game mechanics]]
 

Revision as of 16:37, 25 September 2019

Pen icon This article may require cleanup.
This page contains outdated information and should be edited to provide relevant and useful information.
Please help improve this article if you can. The Discussion page may contain suggestions.

Proposed since May 25, 2016.


Overview[ | ]

The Hardness index of a material determines how much effort is needed to break the material. You can obtain this index using the Item Stats functionality added to the game in the alpha 7.6. To do this, place the mouse over an item to see the Object Stats, including its Hardness.

Calculations[ | ]

Hardness is a base data for calculating Durability and Pure-Dur for blocks.

Durability[ | ]

  x = Hardness ÷ Block Damage (Appropriate Tool)
If x = Integer
Then Durability = x + 1
Else Durability = RoundUp(x)
In words: Divide Hardness by the Block Damage of the Appropriate Tool and add one if whole number or round up the quotient.

Pure-Dur[ | ]

  x = Hardness ÷ 0.075 (Enemy Damage Infected Survivor)
Pure-Dur = RoundUp(x)
In words: Divide Hardness by 0.075 and round up the quotient.

Notes[ | ]

You can use the Creative Menu to consult the Hardness for all the items. Or see Building_Materials for an overview in hardness within different building blocks.

See also[ | ]