veloren/assets/common/items/food/sunflower_icetea.ron
2023-07-19 14:16:20 +00:00

20 lines
457 B
Rust

ItemDef(
name: "Sunflower Ice Tea",
description: "Brewed from freshly shelled sunflower seeds",
kind: Consumable(
kind: Drink,
effects: One(
Buff((
kind: Saturation,
data: (
strength: 3.5,
duration: Some(7.5),
),
cat_ids: [Natural],
)),
)
),
quality: Moderate,
tags: [Food],
)