veloren/assets/common/items/boss_drops/potions.ron
BottledByte ab1c43be84 Dehardcoded LanternKind, Consumable and Ingredient, fixed Sceptre hotbar
Also fixed two wrong asset references and did some .ron formatting
2020-08-05 01:21:42 +02:00

12 lines
276 B
Plaintext

Item(
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: 1000,
cause: Item,
)),
),
)