2020-09-17 23:02:14 +00:00
|
|
|
ItemDef(
|
2020-04-14 00:50:58 +00:00
|
|
|
name: "Coconut",
|
2022-05-19 22:46:31 +00:00
|
|
|
description: "Reliable source of water and fat. Can often be found growing on palm trees.",
|
2020-04-13 23:13:03 +00:00
|
|
|
kind: Consumable(
|
2021-06-24 04:26:09 +00:00
|
|
|
kind: Food,
|
2023-03-29 23:11:59 +00:00
|
|
|
effects: One(
|
2020-11-01 13:39:32 +00:00
|
|
|
Buff((
|
|
|
|
kind: Saturation,
|
|
|
|
data: (
|
2021-09-09 04:07:17 +00:00
|
|
|
strength: 4.0,
|
2023-03-08 03:22:54 +00:00
|
|
|
duration: Some(5),
|
2020-11-01 13:39:32 +00:00
|
|
|
),
|
|
|
|
cat_ids: [Natural],
|
|
|
|
)),
|
2023-03-29 23:11:59 +00:00
|
|
|
)
|
2020-04-13 23:13:03 +00:00
|
|
|
),
|
2020-10-07 02:23:20 +00:00
|
|
|
quality: Common,
|
2021-04-04 13:02:27 +00:00
|
|
|
tags: [Food],
|
2020-04-13 23:13:03 +00:00
|
|
|
)
|