veloren/assets/common/items/food/cheese.ron
2021-07-05 10:56:29 +03:00

23 lines
529 B
Plaintext

ItemDef(
name: "Dwarven Cheese",
description: "Aromatic and nutritious",
kind: Consumable(
kind: Food,
effects: [
Buff((
kind: Saturation,
data: (
strength: 15.0,
duration: Some((
secs: 10,
nanos: 0,
)),
),
cat_ids: [Natural],
)),
]
),
quality: Common,
tags: [Food],
)