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

13 lines
254 B
Plaintext

ItemDef(
name: "Apple",
description: "Restores 10 Health\n\nRed and juicy",
kind: Consumable(
kind: "Apple",
effect: Health((
amount: 100,
cause: Item,
)),
),
quality: Common,
)