Don't Starve Together

Don't Starve Together

Wgus - An interesting ghost character;威.古斯,一个有趣的幽灵角色
 This topic has been pinned, so it's probably important
The Onion  [developer] 10 Mar, 2022 @ 4:56am
Mod introduction:Warly food recipes Mod介绍:沃利专属料理配方篇
ghostaco 幽灵塔可饼
return tags.meat and tags.meat >= 0.5 and tags.veggie and tags.veggie >= 0.5 and names.ghostfuel and names.ghostfuel > 1 end
需要灵魂碎片大于1,肉度与蔬菜度大于等于0.5
foodtype = FOODTYPE.MEAT --肉类
health = 7
hunger = 10
sanity = 8
stacksize = 10 一次制作10份
perishtime = TUNING.PERISH_SUPERSLOW 腐烂时间40天
oneat_desc = "Increase attack and dry buff"攻击力提升与干燥buff

ghostempura 幽灵天麸罗
return tags.veggie and names.ghostfuel and tags.veggie >= 1.5 end
需要1灵魂碎片与蔬菜度大于等于1.5
foodtype = FOODTYPE.VEGGIE --蔬菜类
health = 10
hunger = 8
sanity = 7
stacksize = 10 一次制作10份
perishtime = TUNING.PERISH_SUPERSLOW 腐烂时间40天
oneat_desc = "Damage reduction and Health recovery buff"伤害减免与生命值恢复buff

ghostaffy 幽灵太妃糖
test = function(cooker, names, tags)
return tags.sweetener and tags.sweetener >= 3 and names.ghostfuel end
需要1灵魂碎片与甜度大于等于3
foodtype = FOODTYPE.GOODIES --零食类
health = 8
hunger = 7
sanity = 10
stacksize = 10 一次制作10份
perishtime = TUNING.PERISH_SUPERSLOW 腐烂时间40天
oneat_desc = "Work efficiency improvement and electrification buff"工作效率提升与带电buff