Jump to content

Item names list and item durability


Troblin

Recommended Posts

hello, noob as modder. got first item names from

http://pzwiki.net/wiki/Items and items.txt

 

now want to learn to work with item durability during crafting to either use items only above 60% durability for crafting other items or vice versa use only broken items.

 

saw somewhere item [itemName] at zero durability named [itemNameBroken] but it does not seem to work for me.

 

 

Link to comment
Share on other sites

  • 3 months later...

If you click on the item in the wiki towards the bottom should be a "Code" section.

It looks like Durability is Called "Condition"

Such as ConditionLowerChanceOneIn    =    30, is actually Degradation 5%

and ConditionMax    =    10, is the total undamaged hitpoints it has.

 

I assume anyway XD

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...