veloren/assets/common/items/apple.ron
Monty Marz c38447a264 assets update
map image
human male hairstyles
elf male hairstyle
potion item
cheese item
removed admin items from inventory
2019-11-09 13:42:42 +00:00

12 lines
198 B
Plaintext

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