veloren/assets/common/items/cheese.ron

14 lines
243 B
Plaintext
Raw Normal View History

Item(
name: "Dwarven Cheese",
description: "Aromatic and nutritious.
2020-03-26 13:46:08 +00:00
Restores 15 Health.",
kind: Consumable(
kind: Cheese,
effect: Health((
2020-03-26 13:46:08 +00:00
amount: 15,
cause: Item,
)),
),
)