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

13 lines
274 B
Plaintext
Raw Normal View History

ItemDef(
name: "Dwarven Cheese",
2020-10-07 02:23:20 +00:00
description: "Restores 15 Health\n\nAromatic and nutritious",
kind: Consumable(
kind: "Cheese",
effect: Health((
amount: 150,
cause: Item,
2020-06-03 19:32:54 +00:00
)),
),
2020-10-07 02:23:20 +00:00
quality: Common,
)