2020-09-17 23:02:14 +00:00
|
|
|
ItemDef(
|
2020-07-14 20:11:39 +00:00
|
|
|
name: "Apple Stick",
|
2020-11-02 17:33:16 +00:00
|
|
|
description: "Restores 25 Health over 20 seconds\n\nThe stick makes it easier to carry!",
|
2020-07-14 20:11:39 +00:00
|
|
|
kind: Consumable(
|
2020-08-04 23:21:42 +00:00
|
|
|
kind: "AppleStick",
|
2020-11-01 13:39:32 +00:00
|
|
|
effect: [
|
|
|
|
Buff((
|
|
|
|
kind: Saturation,
|
|
|
|
data: (
|
2020-11-02 17:33:16 +00:00
|
|
|
strength: 12.5,
|
2020-11-01 13:39:32 +00:00
|
|
|
duration: Some((
|
2020-11-02 17:33:16 +00:00
|
|
|
secs: 20,
|
2020-11-01 13:39:32 +00:00
|
|
|
nanos: 0,
|
|
|
|
)),
|
|
|
|
),
|
|
|
|
cat_ids: [Natural],
|
|
|
|
)),
|
|
|
|
]
|
2020-07-14 20:11:39 +00:00
|
|
|
),
|
2020-10-07 02:23:20 +00:00
|
|
|
quality: Common,
|
2020-07-14 20:11:39 +00:00
|
|
|
)
|