2020-10-07 02:23:20 +00:00
|
|
|
ItemDef(
|
|
|
|
name: "Sunflower Ice Tea",
|
2021-02-25 16:49:29 +00:00
|
|
|
description: "Brewed from freshly shelled sunflower seeds",
|
2020-10-07 02:23:20 +00:00
|
|
|
kind: Consumable(
|
2021-06-30 20:48:13 +00:00
|
|
|
kind: Drink,
|
2021-06-30 20:48:30 +00:00
|
|
|
effects: [
|
2020-11-01 13:39:32 +00:00
|
|
|
Buff((
|
|
|
|
kind: Saturation,
|
|
|
|
data: (
|
2023-02-01 20:50:07 +00:00
|
|
|
strength: 2.0,
|
2020-11-01 13:39:32 +00:00
|
|
|
duration: Some((
|
2023-02-01 20:50:07 +00:00
|
|
|
secs: 10,
|
2020-11-01 13:39:32 +00:00
|
|
|
nanos: 0,
|
|
|
|
)),
|
|
|
|
),
|
|
|
|
cat_ids: [Natural],
|
|
|
|
)),
|
|
|
|
]
|
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
|
|
|
)
|