veloren/assets/common/items/food/coconut.ron
BottledByte ab1c43be84 Dehardcoded LanternKind, Consumable and Ingredient, fixed Sceptre hotbar
Also fixed two wrong asset references and did some .ron formatting
2020-08-05 01:21:42 +02:00

12 lines
276 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: 300,
cause: Item,
)),
),
)