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

23 lines
578 B
Plaintext

ItemDef(
name: "Coconut",
description: "Reliable source of water and fat.\n\nNaturally growing at the top of palm trees.",
kind: Consumable(
kind: Food,
effect: [
Buff((
kind: Saturation,
data: (
strength: 10.0,
duration: Some((
secs: 20,
nanos: 0,
)),
),
cat_ids: [Natural],
)),
]
),
quality: Common,
tags: [Food],
)