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

20 lines
471 B
Rust
Raw Normal View History

2020-10-07 02:23:20 +00:00
ItemDef(
2024-01-13 18:22:50 +00:00
legacy_name: "Sunflower Ice Tea",
legacy_description: "Brewed from freshly shelled sunflower seeds",
2020-10-07 02:23:20 +00:00
kind: Consumable(
kind: Drink,
2023-03-29 23:11:59 +00:00
effects: One(
2020-11-01 13:39:32 +00:00
Buff((
kind: Saturation,
data: (
2023-07-19 14:16:20 +00:00
strength: 3.5,
duration: Some(7.5),
2020-11-01 13:39:32 +00:00
),
cat_ids: [Natural],
)),
2023-03-29 23:11:59 +00:00
)
2020-10-07 02:23:20 +00:00
),
quality: Moderate,
2021-04-04 13:02:27 +00:00
tags: [Food],
2020-10-07 02:23:20 +00:00
)