mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
13 lines
286 B
Plaintext
13 lines
286 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,
|
|
)),
|
|
amount: 20,
|
|
),
|
|
)
|