veloren/assets/common/items/food/cheese.ron

12 lines
272 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: 150,
cause: Item,
)),
),
)