mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
14 lines
247 B
Plaintext
14 lines
247 B
Plaintext
Item(
|
|
name: "Mushroom",
|
|
description: "Hopefully this one is not poisonous.
|
|
|
|
Restores 10 Health.",
|
|
kind: Consumable(
|
|
kind: Mushroom,
|
|
effect: Health((
|
|
amount: 10,
|
|
cause: Item,
|
|
)),
|
|
),
|
|
)
|