veloren/assets/common/items/mushroom.ron
2020-04-26 01:44:56 +00:00

12 lines
271 B
Plaintext

Item(
name: "Mushroom",
description: "Restores 10 Health\n\nHopefully this one is not poisonous\n\n<Right-Click to use>",
kind: Consumable(
kind: Mushroom,
effect: Health((
amount: 10,
cause: Item,
)),
),
)