PocketChicken Posted October 20, 2014 Share Posted October 20, 2014 How long can you use tent before it breaks in Don't starve together? Link to comment https://forums.kleientertainment.com/forums/topic/42504-tent-durability/ Share on other sites More sharing options...
Pyromailmann Posted October 20, 2014 Share Posted October 20, 2014 It wasn't changed. Sleeping was, but the tent has the same 6 durability. Link to comment https://forums.kleientertainment.com/forums/topic/42504-tent-durability/#findComment-554722 Share on other sites More sharing options...
PocketChicken Posted October 20, 2014 Author Share Posted October 20, 2014 It wasn't changed. Sleeping was, but the tent has the same 6 durability. So the durability goes down by 1 even if you just use it for 2 seconds? Link to comment https://forums.kleientertainment.com/forums/topic/42504-tent-durability/#findComment-554726 Share on other sites More sharing options...
Spazmatic Posted October 20, 2014 Share Posted October 20, 2014 You can use the tent six times regardless of how long you sleep per time. It will always count as a use wether you sleep for 2 seconds or the entire night. Actual code language confirming this; tent.lua inst:AddComponent("finiteuses") inst.components.finiteuses:SetMaxUses(TUNING.TENT_USES) inst.components.finiteuses:SetUses(TUNING.TENT_USES) inst.components.finiteuses:SetOnFinished( onfinished ) And from tuning.lua regarding the amount of tent uses: TENT_USES = 6, Link to comment https://forums.kleientertainment.com/forums/topic/42504-tent-durability/#findComment-554727 Share on other sites More sharing options...
Pyromailmann Posted October 20, 2014 Share Posted October 20, 2014 So the durability goes down by 1 even if you just use it for 2 seconds?Yes. Link to comment https://forums.kleientertainment.com/forums/topic/42504-tent-durability/#findComment-554729 Share on other sites More sharing options...
PocketChicken Posted October 20, 2014 Author Share Posted October 20, 2014 Interesting, thanks Link to comment https://forums.kleientertainment.com/forums/topic/42504-tent-durability/#findComment-554730 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.
Please be aware that the content of this thread may be outdated and no longer applicable.