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

13 lines
305 B
Plaintext
Raw Normal View History

ItemDef(
2020-07-14 20:11:39 +00:00
name: "Mushroom Stick",
description: "Restores 20 Health\n\nRoasted mushrooms on a stick for easy carrying.",
kind: Consumable(
kind: "MushroomStick",
effect: Health((
2020-10-07 02:23:20 +00:00
amount: 200,
cause: Item,
2020-06-03 19:32:54 +00:00
)),
),
2020-10-07 02:23:20 +00:00
quality: Common,
)