veloren/assets/common/items/food/coconut.ron
2021-07-05 10:56:29 +03:00

23 lines
577 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: 40.0,
duration: Some((
secs: 5,
nanos: 0,
)),
),
cat_ids: [Natural],
)),
]
),
quality: Common,
tags: [Food],
)