Jump to content

Need help for adjusting item parameter


Recommended Posts

Im not trying to create a new item (for now), all i need is a tutorial about how to find the item data i want and change the parameter such as durabiity, damage,etc.

 

For example: I want to make my boomerang hit harder, while increasing the projectile speed. Can you guys help me with this issue? thanks

Link to comment
Share on other sites

Im not trying to create a new item (for now), all i need is a tutorial about how to find the item data i want and change the parameter such as durabiity, damage,etc.

 

For example: I want to make my boomerang hit harder, while increasing the projectile speed. Can you guys help me with this issue? thanks

 

 

for durability and damage on most anything:

Don't Starve Together Beta\data\scripts\tuning.lua

for boomerang:

durability is on line 82

damage is on line 130

 

for boomerang speed:

 

Don't Starve Together Beta\data\scripts\prefabs\boomerang.lua

speed is on line 103

 

My recommendation: ctrl+f in tuning, check the wiki for any alternate names it could have ('cause who knows what it could be named in the files) for durability and damage, and a few other things. Use the windows search for everything else.

Edited by tetrified
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
 Share

×
  • Create New...