2020-09-17 23:02:14 +00:00
|
|
|
ItemDef(
|
2020-07-14 20:11:39 +00:00
|
|
|
name: "Apple Stick",
|
2021-02-25 16:49:29 +00:00
|
|
|
description: "The 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: (
|
2021-06-22 17:36:30 +00:00
|
|
|
strength: 10.0,
|
2020-11-01 13:39:32 +00:00
|
|
|
duration: Some((
|
2021-06-22 17:36:30 +00:00
|
|
|
secs: 25,
|
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,
|
2021-04-04 13:02:27 +00:00
|
|
|
tags: [Food],
|
2020-07-14 20:11:39 +00:00
|
|
|
)
|