veloren/assets/common/items/consumable/potion_med.ron

23 lines
527 B
Rust

ItemDef(
name: "Medium Potion",
description: "Enchanted healing flask.",
kind: Consumable(
kind: Drink,
effects: [
Buff((
kind: Potion,
data: (
strength: 75.0,
duration: Some((
secs: 1,
nanos: 0,
)),
),
cat_ids: [Natural],
)),
]
),
quality: Common,
tags: [Potion],
)