2021-06-13 11:52:56 +00:00
|
|
|
ItemDef(
|
2021-07-31 22:03:51 +00:00
|
|
|
name: Direct("Cactus Colada"),
|
2021-06-13 11:52:56 +00:00
|
|
|
description: "Giving you that special prickle.",
|
|
|
|
kind: Consumable(
|
2021-06-30 20:48:13 +00:00
|
|
|
kind: Drink,
|
2021-06-30 20:48:30 +00:00
|
|
|
effects: [
|
2021-06-13 11:52:56 +00:00
|
|
|
Buff((
|
|
|
|
kind: Saturation,
|
|
|
|
data: (
|
2021-09-09 04:07:17 +00:00
|
|
|
strength: 5.0,
|
2021-06-13 11:52:56 +00:00
|
|
|
duration: Some((
|
2021-06-30 20:48:13 +00:00
|
|
|
secs: 5,
|
2021-06-13 11:52:56 +00:00
|
|
|
nanos: 0,
|
|
|
|
)),
|
|
|
|
),
|
|
|
|
cat_ids: [Natural],
|
|
|
|
)),
|
|
|
|
]
|
|
|
|
),
|
|
|
|
quality: Moderate,
|
|
|
|
tags: [Food],
|
|
|
|
)
|