veloren/assets/common/items/food/mushroom.ron

12 lines
280 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: 100,
cause: Item,
)),
),
)