veloren/assets/common/items/coconut.ron

14 lines
242 B
Plaintext
Raw Normal View History

2020-04-13 23:13:03 +00:00
Item(
2020-04-14 00:50:58 +00:00
name: "Coconut",
2020-04-13 23:13:03 +00:00
description: "Reliable Source of water and fat.
Restores 20 Health.",
kind: Consumable(
kind: Coconut,
effect: Health((
amount: 20,
cause: Item,
)),
),
)