2020-09-17 23:02:14 +00:00
|
|
|
ItemDef(
|
2019-10-27 22:22:40 +00:00
|
|
|
name: "Mushroom",
|
2020-10-27 21:27:19 +00:00
|
|
|
description: "Restores 5 Health over 10 seconds\n\nHopefully this one is not poisonous",
|
2019-10-22 18:18:40 +00:00
|
|
|
kind: Consumable(
|
2020-08-04 23:21:42 +00:00
|
|
|
kind: "Mushroom",
|
2020-11-01 13:39:32 +00:00
|
|
|
effect: [
|
|
|
|
Buff((
|
|
|
|
kind: Saturation,
|
|
|
|
data: (
|
2020-11-05 09:18:06 +00:00
|
|
|
strength: 5.0,
|
2020-11-01 13:39:32 +00:00
|
|
|
duration: Some((
|
2020-11-05 09:18:06 +00:00
|
|
|
secs: 10,
|
2020-11-01 13:39:32 +00:00
|
|
|
nanos: 0,
|
|
|
|
)),
|
|
|
|
),
|
|
|
|
cat_ids: [Natural],
|
|
|
|
)),
|
|
|
|
]
|
2019-10-22 18:18:40 +00:00
|
|
|
),
|
2020-10-07 02:23:20 +00:00
|
|
|
quality: Common,
|
2021-02-16 01:05:54 +00:00
|
|
|
tags: [],
|
2019-10-22 18:18:40 +00:00
|
|
|
)
|