veloren/assets/common/items/food/coconut.ron
2021-04-04 13:02:27 +00:00

23 lines
583 B
Plaintext

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