veloren/assets/common/items/food/coltsfoot.ron
2021-04-04 13:02:27 +00:00

23 lines
552 B
Plaintext

ItemDef(
name: "Coltsfoot",
description: "A 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,
tags: [Food],
)