veloren/assets/common/items/cheese.ron
timokoesters b9c85b9beb Balancing
2020-03-26 22:56:33 +01:00

14 lines
243 B
Plaintext

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