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

13 lines
276 B
Plaintext
Raw Normal View History

ItemDef(
2020-04-14 00:50:58 +00:00
name: "Coconut",
2020-10-07 02:23:20 +00:00
description: "Restores 20 health\n\nReliable source of water and fat",
2020-04-13 23:13:03 +00:00
kind: Consumable(
kind: "Coconut",
2020-04-13 23:13:03 +00:00
effect: Health((
2020-10-07 02:23:20 +00:00
amount: 200,
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
),
2020-10-07 02:23:20 +00:00
quality: Common,
2020-04-13 23:13:03 +00:00
)