veloren/assets/common/items/food/cheese.ron
2023-03-11 16:45:10 -05:00

20 lines
481 B
Rust

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