veloren/assets/common/items/potion_minor.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
231 B
Plaintext

Item(
name: "Minor Potion",
description: "Restores a small amount of Health.",
kind: Consumable(
kind: PotionMinor,
effect: Health((
amount: 50,
cause: Item,
)),
),
)