veloren/assets/common/items/coconut.ron

12 lines
266 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-26 01:44:56 +00:00
description: "Restores 30 health\n\nReliable source of water and fat\n\n<Right-Click to use>",
2020-04-13 23:13:03 +00:00
kind: Consumable(
kind: Coconut,
effect: Health((
2020-04-23 14:14:42 +00:00
amount: 30,
2020-04-13 23:13:03 +00:00
cause: Item,
)),
),
)