veloren/assets/common/items/food/cheese.ron
Monty Marz 2b800a2b63 make clippy happy
Delete glider.ron
2020-10-07 02:23:20 +00:00

13 lines
274 B
Plaintext

ItemDef(
name: "Dwarven Cheese",
description: "Restores 15 Health\n\nAromatic and nutritious",
kind: Consumable(
kind: "Cheese",
effect: Health((
amount: 150,
cause: Item,
)),
),
quality: Common,
)