veloren/assets/common/items/food/apple_stick.ron

12 lines
248 B
Plaintext
Raw Normal View History

2020-07-14 20:11:39 +00:00
Item(
name: "Apple Stick",
description: "Restores 60 Health\n\n<Right-Click to use>",
kind: Consumable(
kind: "AppleStick",
2020-07-14 20:11:39 +00:00
effect: Health((
amount: 600,
2020-07-14 20:11:39 +00:00
cause: Item,
)),
),
)