hotbot/assets/common/items/food/mushroom_stick.ron
2024-06-11 14:43:30 -04:00

20 lines
466 B
Plaintext

ItemDef(
legacy_name: "Mushroom Stick",
legacy_description: "Roasted mushrooms on a stick for easy carrying",
kind: Consumable(
kind: Food,
effects: One(
Buff((
kind: Saturation,
data: (
strength: 4.0,
duration: Some(6),
),
cat_ids: [Natural],
)),
)
),
quality: Common,
tags: [Food],
)