veloren/assets/common/items/apple.ron
2019-10-27 22:22:40 +00:00

12 lines
198 B
Plaintext

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