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

12 lines
252 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: 200,
cause: Item,
)),
),
)