mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
20 lines
437 B
Rust
20 lines
437 B
Rust
ItemDef(
|
|
name: "Cactus Colada",
|
|
description: "Giving you that special prickle.",
|
|
kind: Consumable(
|
|
kind: Drink,
|
|
effects: [
|
|
Buff((
|
|
kind: Saturation,
|
|
data: (
|
|
strength: 2.0,
|
|
duration: Some(5),
|
|
),
|
|
cat_ids: [Natural],
|
|
)),
|
|
]
|
|
),
|
|
quality: Moderate,
|
|
tags: [Food],
|
|
)
|