veloren/assets/common/items/food/mushroom.ron
Ben Wallis 712f2e9c97 * Moved migrations to beginning of server initialisation
* Added migrations for entity ID changes to existing tables
2020-09-17 23:02:14 +00:00

12 lines
285 B
Plaintext

ItemDef(
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,
)),
),
)