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

20 lines
448 B
Plaintext

ItemDef(
legacy_name: "Cooked Fish",
legacy_description: "A fresh cooked seafood steak.",
kind: Consumable(
kind: Food,
effects: One(
Buff((
kind: Saturation,
data: (
strength: 3.9,
duration: Some(7.5),
),
cat_ids: [Natural],
)),
)
),
quality: Common,
tags: [Food],
)