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

20 lines
463 B
Plaintext

ItemDef(
legacy_name: "Raw Fish",
legacy_description: "A steak chopped from a fish, best after cooking.",
kind: Consumable(
kind: Food,
effects: One(
Buff((
kind: Saturation,
data: (
strength: .45,
duration: Some(10),
),
cat_ids: [Natural],
)),
)
),
quality: Common,
tags: [Food],
)