veloren/assets/common/items/food/cheese.ron
2023-03-29 23:11:59 +00:00

20 lines
484 B
Rust

ItemDef(
name: "Dwarven Cheese",
description: "Made from goat milk from the finest dwarven produce. Aromatic and nutritious!",
kind: Consumable(
kind: Food,
effects: One(
Buff((
kind: Saturation,
data: (
strength: 1.5,
duration: Some(10),
),
cat_ids: [Natural],
)),
)
),
quality: Common,
tags: [Food],
)