7 Days to Die Wiki
Advertisement
Pen icon Dieser Artikel muss aufgeräumt oder ergänzt werden.
Dieser Artikel ist noch nicht übersetzt. Du kannst das 7 Days to Die Wiki unterstützen, indem du ihn übersetzt.
Bitte nicht mehr die Vorlage:Übersetzen benutzen, sondern die Vorlage:Cleanup mit dem Parameter Translate.
Hilf bitte dabei, den Artikel zu verbessern. Die Diskussionsseite enthält eventuell nützliche Informationen.


Overview

The Härte 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 Härte.

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: Devide 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: Devide Hardness by 0.075 and round up the quotient.

Notes

You can use the Cheat Menu to consult the Härte for all the items.

See also

  • Durability
  • Pure-Dur
  • Appropriate Tool
  • Block Damage
  • Enemy Damage
Advertisement