mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
c17e3ad996
Made cacti lootable Cactus colada recipe and item price balance fmt "make it 8 and drop it to 20 or 25? Not really sure tbh"
23 lines
548 B
Plaintext
23 lines
548 B
Plaintext
ItemDef(
|
|
name: "Cactus Colada",
|
|
description: "Giving you that special prickle.",
|
|
kind: Consumable(
|
|
kind: "CactusColada",
|
|
effect: [
|
|
Buff((
|
|
kind: Saturation,
|
|
data: (
|
|
strength: 25.0,
|
|
duration: Some((
|
|
secs: 15,
|
|
nanos: 0,
|
|
)),
|
|
),
|
|
cat_ids: [Natural],
|
|
)),
|
|
]
|
|
),
|
|
quality: Moderate,
|
|
tags: [Food],
|
|
)
|