veloren/assets/common/items/food/sage.ron

23 lines
522 B
Plaintext

ItemDef(
name: "Sage",
description: "A herb commonly used in tea.",
kind: Consumable(
kind: Food,
effects: [
Buff((
kind: Saturation,
data: (
strength: 1.0,
duration: Some((
secs: 5,
nanos: 0,
)),
),
cat_ids: [Natural],
)),
]
),
quality: Common,
tags: [Food],
)