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

20 lines
440 B
Rust
Raw Normal View History

ItemDef(
name: "Cactus Colada",
description: "Giving you that special prickle.",
kind: Consumable(
kind: Drink,
2023-03-29 23:11:59 +00:00
effects: One(
Buff((
kind: Saturation,
data: (
2023-02-01 20:50:07 +00:00
strength: 2.0,
2023-03-08 03:22:54 +00:00
duration: Some(5),
),
cat_ids: [Natural],
)),
2023-03-29 23:11:59 +00:00
)
),
quality: Moderate,
tags: [Food],
)