veloren/assets/common/items/boss_drops/potions.ron

12 lines
273 B
Plaintext
Raw Normal View History

Item(
2020-06-26 16:26:00 +00:00
name: "Potent Potion",
description: "A potent healing potion.\n\nRestores 100 health on use.\n\n<Right-Click to use>",
kind: Consumable(
kind: Potion,
effect: Health((
amount: 100,
cause: Item,
)),
),
)