veloren/assets/common/items/food/cheese.ron

12 lines
277 B
Plaintext
Raw Normal View History

ItemDef(
name: "Dwarven Cheese",
2020-04-26 01:44:56 +00:00
description: "Restores 15 Health\n\nAromatic and nutritious\n\n<Right-Click to use>",
kind: Consumable(
kind: "Cheese",
effect: Health((
amount: 150,
cause: Item,
2020-06-03 19:32:54 +00:00
)),
),
)