veloren/assets/common/items/apple.ron

13 lines
263 B
Plaintext
Raw Normal View History

Item(
name: "Apple",
2020-04-26 01:44:56 +00:00
description: "Restores 20 Health\n\nRed and juicy\n\n<Right-Click to use>",
kind: Consumable(
kind: Apple,
effect: Health((
2020-03-27 16:50:45 +00:00
amount: 20,
cause: Item,
)),
2020-06-03 17:59:09 +00:00
amount: 20,
),
)