veloren/assets/common/items/cheese.ron

14 lines
243 B
Plaintext
Raw Normal View History

Item(
name: "Dwarven Cheese",
description: "Aromatic and nutritious.
Restores 40 Health.",
kind: Consumable(
kind: Cheese,
effect: Health((
amount: 40,
cause: Item,
)),
),
)