mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
2b800a2b63
Delete glider.ron
13 lines
276 B
Plaintext
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,
|
|
)
|