veloren/assets/common/items/food/mushroom.ron
Joshua Barretto 8d6b442193 Crafting
2020-07-14 20:11:39 +00:00

12 lines
279 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,
)),
),
)