veloren/assets/common/items/cheese.ron
2020-06-03 17:59:09 +00:00

13 lines
283 B
Plaintext

Item(
name: "Dwarven Cheese",
description: "Restores 15 Health\n\nAromatic and nutritious\n\n<Right-Click to use>",
kind: Consumable(
kind: Cheese,
effect: Health((
amount: 15,
cause: Item,
)),
amount: 20,
),
)