veloren/assets/common/items/apple.ron
2020-06-03 17:59:09 +00:00

13 lines
263 B
Plaintext

Item(
name: "Apple",
description: "Restores 20 Health\n\nRed and juicy\n\n<Right-Click to use>",
kind: Consumable(
kind: Apple,
effect: Health((
amount: 20,
cause: Item,
)),
amount: 20,
),
)