veloren/assets/common/items/food/apple_stick.ron
2021-06-29 05:59:02 -05:00

23 lines
537 B
Plaintext

ItemDef(
name: "Apple Stick",
description: "The stick makes it easier to carry!",
kind: Consumable(
kind: Food,
effect: [
Buff((
kind: Saturation,
data: (
strength: 10.0,
duration: Some((
secs: 25,
nanos: 0,
)),
),
cat_ids: [Natural],
)),
]
),
quality: Common,
tags: [Food],
)