百科 / 食物 / 燉兔子

燉兔子

bunnystew
DST
這傢伙的運氣到頭了。
攻略速覽
取得方式
用途
屬性
飢餓
37.5
生命
20
精神
5
腐爛(天)
10.0d
堆疊上限
40
完整資料
類型食物
可燃True
堆疊上限40
食物類型
飢餓37.5
生命20
精神5
腐爛時間4800
腐爛(天)10.0
高級資料
暫無更多高級資料。
烹飪(配方條件)
cookpot, portablecookpot, archive_cookpot · preparedfoods
食物類型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
依賴 / 關聯
被用於 / 被依賴