veloren/assets/common/items/boss_drops/potions.ron
2021-06-29 05:59:02 -05:00

23 lines
527 B
Plaintext

ItemDef(
name: "Potent Potion",
description: "A potent healing potion.",
kind: Consumable(
kind: Potion,
effect: [
Buff((
kind: Potion,
data: (
strength: 1000.0,
duration: Some((
secs: 1,
nanos: 0,
)),
),
cat_ids: [Natural],
)),
]
),
quality: High,
tags: [Potion],
)