veloren/assets/common/items/food/coconut.ron
Joshua Barretto 8d6b442193 Crafting
2020-07-14 20:11:39 +00:00

12 lines
273 B
Plaintext

Item(
name: "Coconut",
description: "Restores 30 health\n\nReliable source of water and fat\n\n<Right-Click to use>",
kind: Consumable(
kind: Coconut,
effect: Health((
amount: 30,
cause: Item,
)),
),
)