Dogmeat8990 Posted January 8, 2021 Share Posted January 8, 2021 I'm making character have a axe but how do I make it infinite durability, I follow a tutorial but it doesn't help because It keeps crashing the game so I deleted it my script it fix the game but now I'm back at the beginning ple ase help. Link to comment https://forums.kleientertainment.com/forums/topic/125850-how-do-you-make-your-character-have-infinite-durability-starting-items/ Share on other sites More sharing options...
feifoveir Posted January 8, 2021 Share Posted January 8, 2021 as far as I remember, scripts use uses (I made a bold selection myself) example: TRIDENT = { DAMAGE = wilson_attack * 0.8, -- Same damage as an axe... hahaha. OCEAN_DAMAGE = wilson_attack * 2,USES = 150, SPELL = { USE_COUNT = 50, RADIUS = 2.75, DAMAGE = wilson_attack * 2.5, MINES = 10,},}, TRIDENT_FARM_PLANT_INTERACT_RANGE = 20, -- castspell action distance Link to comment https://forums.kleientertainment.com/forums/topic/125850-how-do-you-make-your-character-have-infinite-durability-starting-items/#findComment-1414697 Share on other sites More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now