veloren/assets/common/items/boss_drops/potions.ron
2020-06-03 17:59:09 +00:00

13 lines
294 B
Plaintext

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: 10,
),
)