veloren/assets/common/items/food/coconut.ron

12 lines
279 B
Plaintext
Raw Normal View History

ItemDef(
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",
2020-04-13 23:13:03 +00:00
effect: Health((
amount: 300,
2020-04-13 23:13:03 +00:00
cause: Item,
2020-06-03 19:32:54 +00:00
)),
2020-04-13 23:13:03 +00:00
),
)