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

23 lines
526 B
Rust

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