veloren/assets/common/items/cheese.ron

12 lines
263 B
Plaintext
Raw Normal View History

Item(
name: "Dwarven Cheese",
2020-04-26 01:44:56 +00:00
description: "Restores 15 Health\n\nAromatic and nutritious\n\n<Right-Click to use>",
kind: Consumable(
kind: Cheese,
effect: Health((
2020-03-26 13:46:08 +00:00
amount: 15,
cause: Item,
)),
),
)