veloren/assets/common/items/mushroom.ron
2020-03-25 16:47:48 +01:00

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,
)),
),
)