Skip to content

hamstar0/tml-durability-mod

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Durability

NOTE: DUE TO TMODLOADER UPDATES, THIS MOD HAS BUGS WITH CERTAIN FEATURES. USE AT YOUR OWN RISK.

Adds durability limits to weapons and armor. Formula for computing durability (approx. # of uses):

  • Sell value of = x, Avg hits per second = y: 0.5 * ( (y/4 * x^1.54) / (5 + x) ) + 50
  • Value of valueless items: (dmg * y/4 * 1000 + def * 1000) * rarity
  • Increases 2x if item is a tool or armor.
  • Repair items via. reforging, armor via. smithing.
  • Items permanently degrade with repairs.
  • Config file in Documents/My Games/Terraria/ModLoader/Mod Configs/

https://forums.terraria.org/index.php?threads/durability.52036/

About

Source code for a tModLoader (Terraria mod loader) plugin (mod) called Durability. This mod implements tool and armor usage wear and tear, and adds some relevant gameplay mechanics.

Topics

Resources

License

Stars

2 stars

Watchers

0 watching

Forks

Packages

 
 
 

Contributors

Languages