veloren/assets/common/items/cheese.ron
2020-06-03 19:32:54 +00:00

12 lines
271 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,
)),
),
)