mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
13 lines
305 B
Plaintext
13 lines
305 B
Plaintext
ItemDef(
|
|
name: "Mushroom Stick",
|
|
description: "Restores 20 Health\n\nRoasted mushrooms on a stick for easy carrying.",
|
|
kind: Consumable(
|
|
kind: "MushroomStick",
|
|
effect: Health((
|
|
amount: 200,
|
|
cause: Item,
|
|
)),
|
|
),
|
|
quality: Common,
|
|
)
|