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

13 lines
305 B
Plaintext

ItemDef(
name: "Mushroom Stick",
description: "Restores 20 Health\n\nRoasted mushrooms on a stick for easy carrying.",
kind: Consumable(
kind: "MushroomStick",
effect: Health((
amount: 200,
cause: Item,
)),
),
quality: Common,
)