Don't Starve Together

Don't Starve Together

Refuelable Lazy Stuffs
13 opmerkingen
<<<_oktoberfest_>>> 17 okt om 11:24 
very good mod
Masterblaster38 11 jul 2022 om 10:30 
I didn't know why but the lazy forager crashes the server/makes a pop up when equipped, and when I put off this mod It works fine.
bpdoll 15 jun 2021 om 18:19 
love ur mod so much! could you maybe make a ds version of it? such a shame there isn't one yet. please lmk!:DSTsmallbird:
this is a name yes 5 jun 2021 om 16:45 
i like this
Quartino 5 dec 2020 om 12:23 
Could we get the ability to configure this mod to remove the san reduction?
Qwerty Gamin' 19 mei 2020 om 20:27 
This is the best because for those lazy individuals who use these items are too lazy to go out of there way to get new ones every time it runs out.
magumbariesu 27 mrt 2020 om 10:59 
Good mod. But I don't like the buff at sanity in lazy explorer
WeslYght 20 jan 2020 om 7:26 
Really good mod You do an amazing job :D
Little Schemer 30 okt 2019 om 0:44 
underated mod tbh
Ezzaroth  [auteur] 5 sep 2019 om 7:34 
@Sohjiro Thanks for the heads up, I've fixed the bug.
Sohjiro 5 sep 2019 om 5:41 
i made a fix for it just change your OnAccept function to this

inst.SoundEmitter:PlaySound("dontstarve/common/telebase_gemplace")
local before
if inst.components.finiteuses then
before = inst.components.finiteuses:GetPercent()
inst.components.finiteuses:SetUses(inst.components.finiteuses:GetUses() + fuelvalue[item.prefab])
if inst.components.finiteuses:GetPercent() > 1 then
inst.components.finiteuses:SetPercent(1)
end
end
local owner = inst.components.inventoryitem ~= nil and inst.components.inventoryitem.owner or nil
if inst.components.equippable ~= nil and inst.components.equippable:IsEquipped() and before == 0 then
inst.task = inst:DoPeriodicTask(TUNING.ORANGEAMULET_ICD, pickup, nil, owner)
end
Sohjiro 5 sep 2019 om 5:11 
you have a bug where you multiply the task to pick up everytime you add fuel to the amulet and it doesnt go away even if you take off the amulet
HolyFarglesnot 3 sep 2019 om 4:37 
Thanks so much, I REALLY needed this!