veloren/assets/common/items/apple.ron
timokoesters b9c85b9beb Balancing
2020-03-26 22:56:33 +01:00

14 lines
221 B
Plaintext

Item(
name: "Apple",
description: "Red and juicy.
Restores 2 Health.",
kind: Consumable(
kind: Apple,
effect: Health((
amount: 2,
cause: Item,
)),
),
)