veloren/assets/common/items/food/coconut.ron
Monty Marz 2b800a2b63 make clippy happy
Delete glider.ron
2020-10-07 02:23:20 +00:00

13 lines
276 B
Plaintext

ItemDef(
name: "Coconut",
description: "Restores 20 health\n\nReliable source of water and fat",
kind: Consumable(
kind: "Coconut",
effect: Health((
amount: 200,
cause: Item,
)),
),
quality: Common,
)