veloren/assets/common/items/food/mushroom.ron
BottledByte ab1c43be84 Dehardcoded LanternKind, Consumable and Ingredient, fixed Sceptre hotbar
Also fixed two wrong asset references and did some .ron formatting
2020-08-05 01:21:42 +02:00

12 lines
282 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: 100,
cause: Item,
)),
),
)