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

22 lines
572 B
Plaintext
Raw Normal View History

ItemDef(
name: "Coltsfoot",
description: "Restores 10 Health over 20 seconds\n\nA daisy-like flower often used in herbal teas.",
kind: Consumable(
kind: "Coltsfoot",
effect: [
Buff((
kind: Saturation,
data: (
strength: 5.0,
duration: Some((
secs: 10,
nanos: 0,
)),
),
cat_ids: [Natural],
)),
]
),
quality: Common,
)