trade_bot/assets/common/items/food/meat/beast_large_cooked.ron
2024-07-03 19:04:49 -04:00

20 lines
435 B
Plaintext

ItemDef(
legacy_name: "Cooked Meat Slab",
legacy_description: "Medium Rare.",
kind: Consumable(
kind: Food,
effects: One(
Buff((
kind: Saturation,
data: (
strength: 6.0,
duration: Some(10),
),
cat_ids: [Natural],
)),
)
),
quality: Common,
tags: [Food],
)