veloren/assets/common/items/apple.ron

12 lines
251 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 19:32:54 +00:00
)),
),
)