veloren/assets/common/items/consumable/potion_med.ron
2021-07-05 10:56:29 +03:00

23 lines
528 B
Plaintext

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