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

12 lines
251 B
Plaintext

Item(
name: "Mushroom Stick",
description: "Restores 50 Health\n\n<Right-Click to use>",
kind: Consumable(
kind: MushroomStick,
effect: Health((
amount: 50,
cause: Item,
)),
),
)