veloren/assets/common/items/food/apple_stick.ron
Joshua Barretto 8d6b442193 Crafting
2020-07-14 20:11:39 +00:00

12 lines
245 B
Plaintext

Item(
name: "Apple Stick",
description: "Restores 60 Health\n\n<Right-Click to use>",
kind: Consumable(
kind: AppleStick,
effect: Health((
amount: 60,
cause: Item,
)),
),
)