veloren/assets/common/items/mushroom.ron

12 lines
271 B
Plaintext
Raw Normal View History

Item(
name: "Mushroom",
2020-04-26 01:44:56 +00:00
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,
)),
),
)