hotbot/assets/common/items/food/cheese.ron

20 lines
499 B
Plaintext
Raw Normal View History

2024-06-11 18:43:30 +00:00
ItemDef(
legacy_name: "Dwarven Cheese",
legacy_description: "Made from goat milk from the finest dwarven produce. Aromatic and nutritious!",
kind: Consumable(
kind: Food,
effects: One(
Buff((
kind: Saturation,
data: (
strength: 3.5,
duration: Some(7.5),
),
cat_ids: [Natural],
)),
)
),
quality: Common,
tags: [Food],
)