veloren/assets/common/items/cheese.ron

12 lines
218 B
Plaintext
Raw Normal View History

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