veloren/assets/common/items/coconut.ron
2020-04-23 18:19:41 +01:00

14 lines
242 B
Plaintext

Item(
name: "Coconut",
description: "Reliable Source of water and fat.
Restores 20 Health.",
kind: Consumable(
kind: Coconut,
effect: Health((
amount: 20,
cause: Item,
)),
),
)