veloren/assets/common/items/food/sunflower_icetea.ron
2020-11-06 01:08:31 +01:00

22 lines
583 B
Plaintext

ItemDef(
name: "Sunflower Ice Tea",
description: "Restores 50 Health over 5 seconds\n\nBrewed from freshly shelled sunflower seeds.",
kind: Consumable(
kind: "SunflowerTea",
effect: [
Buff((
kind: Saturation,
data: (
strength: 100.0,
duration: Some((
secs: 5,
nanos: 0,
)),
),
cat_ids: [Natural],
)),
]
),
quality: Moderate,
)