燉兔子
bunnystew
可用版本:
DST
這傢伙的運氣到頭了。
攻略速覽
取得方式
用途
屬性
飢餓
37.5
生命
20
精神
5
腐爛(天)
10.0d
堆疊上限
40
完整資料
| 類型 | 食物 |
|---|---|
| 可燃 | True |
| 堆疊上限 | 40 |
| 食物類型 | 肉 |
| 飢餓 | 37.5 |
| 生命 | 20 |
| 精神 | 5 |
| 腐爛時間 | 4800 |
| 腐爛(天) | 10.0 |
高級資料
暫無更多高級資料。
烹飪(配方條件)
cookpot, portablecookpot, archive_cookpot
| 食物類型 | MEAT |
|---|---|
| 飢餓 | TUNING.CALORIES_LARGE |
| 生命 | TUNING.HEALING_MED |
| 精神 | TUNING.SANITY_TINY |
| 優先級 | 1 |
| 烹飪時間 | 0.5 |
| 腐爛時間 | PERISH_MED |
標籤
frozen
inedible
meat
閾值條件
[
{
"key": "meat",
"kind": "tags",
"op": "\u003c",
"val": 1
},
{
"key": "frozen",
"kind": "tags",
"op": "\u003e=",
"val": 2
}
]
Lua 條件
function(cooker, names, tags)
return (tags.meat and tags.meat < 1)
and (tags.frozen and tags.frozen >= 2)
and (not tags.inedible)
end
依賴 / 關聯