Wiki / Food / Bunny Stew

Bunny Stew

bunnystew
DST
This one's luck has run out.
Guide
Obtain
Use
Stats
Hunger
37.5
Health
20
Sanity
5
Perish (days)
10.0d
Stack size
40
All stats
TypeFood
BurnableTrue
Stack size40
Food typeMEAT
Hunger37.5
Health20
Sanity5
Perishable4800
Perish (days)10.0
Advanced
No additional advanced data.
Cooking (conditions)
cookpot, portablecookpot, archive_cookpot · preparedfoods
Food typeMEAT
HungerTUNING.CALORIES_LARGE
HealthTUNING.HEALING_MED
SanityTUNING.SANITY_TINY
Priority1
Cook time0.5
Perish timePERISH_MED
Tags
frozen inedible meat
Comparisons
[
  {
    "key": "meat",
    "kind": "tags",
    "op": "\u003c",
    "val": 1
  },
  {
    "key": "frozen",
    "kind": "tags",
    "op": "\u003e=",
    "val": 2
  }
]
Lua test
function(cooker, names, tags)
            return (tags.meat and tags.meat < 1)
                and (tags.frozen and tags.frozen >= 2)
                and (not tags.inedible)
        end
Dependencies / Related
Used by