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

13 lines
294 B
Plaintext
Raw Normal View History

Item(
name: "Powerful Potion",
description: "Restores 100 Health\nA great monster was slain for this item\n\n<Right-Click to use>",
kind: Consumable(
kind: Potion,
effect: Health((
amount: 100,
cause: Item,
)),
amount: 15,
),
)