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

12 lines
252 B
Plaintext

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