Don't Starve Together

Don't Starve Together

The Engineer
juustox Jan 28, 2023 @ 2:39pm
Dispenser loot table?
What's the loot table for the Dispenser for each lvl?
< >
Showing 1-1 of 1 comments
Goat Slice  [developer] Aug 12, 2023 @ 12:43pm 
VERY belated reply, but the current version's loot table is as follows
local fuel = { twigs = 1, cutgrass = 1, log = 1, charcoal = .5, } local mineral = { flint = 1, rocks = 1, nitre = .3, marble = .1, } local night = { lightbulb = .2, wormlight = .1, nightmarefuel = .1, } local rare = { goldnugget = 1, gunpowder = .5, gears = .3, livinglog = .1, }

The specific weighting of what drops can further be seen in the mod's code in dispenser.lua
< >
Showing 1-1 of 1 comments
Per page: 1530 50