饥荒联机版

饥荒联机版

The Engineer ( 工程师 )
juustox 2023 年 1 月 28 日 下午 2:39
Dispenser loot table?
What's the loot table for the Dispenser for each lvl?
< >
正在显示第 1 - 1 条,共 1 条留言
Goat Slice  [开发者] 2023 年 8 月 12 日 下午 12:43 
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
< >
正在显示第 1 - 1 条,共 1 条留言
每页显示数: 1530 50