奶油土豆泥
mashedpotatoes
可用版本:
DST
我听说做饭基本上就是化学。我应该试试。
攻略速览
获取方式
用途
属性
饥饿
37.5
生命
20
精神
33
腐烂(天)
15.0d
堆叠上限
40
完整数据
| 类型 | 食物 |
|---|---|
| 可燃 | True |
| 堆叠上限 | 40 |
| 食物类型 | 素食 |
| 饥饿 | 37.5 |
| 生命 | 20 |
| 精神 | 33 |
| 腐烂时间 | 7200 |
| 腐烂(天) | 15.0 |
高级数据
暂无更多高级数据。
烹饪(配方条件)
cookpot, portablecookpot, archive_cookpot
| 食物类型 | VEGGIE |
|---|---|
| 饥饿 | TUNING.CALORIES_LARGE |
| 生命 | TUNING.HEALING_MED |
| 精神 | TUNING.SANITY_LARGE |
| 优先级 | 20 |
| 烹饪时间 | 1 |
| 腐烂时间 | PERISH_SLOW |
涉及食材/物品
标签
inedible
meat
阈值条件
[
{
"key": "potato",
"kind": "names",
"op": "\u003e",
"val": 1
},
{
"key": "potato_cooked",
"kind": "names",
"op": "\u003e",
"val": 1
}
]
Lua 条件
function(cooker, names, tags) return ((names.potato and names.potato > 1) or (names.potato_cooked and names.potato_cooked > 1) or (names.potato and names.potato_cooked)) and (names.garlic or names.garlic_cooked) and not tags.meat and not tags.inedible end
依赖 / 关联