veloren/assets/common/items/cheese.ron
2020-03-25 16:47:48 +01:00

14 lines
243 B
Plaintext

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