veloren/assets/common/items/consumable/potion_med.ron
2020-11-06 01:08:34 +01:00

22 lines
507 B
Plaintext

ItemDef(
name: "Medium Potion",
description: "Restores 70 Health",
kind: Consumable(
kind: "PotionMed",
effect: [
Buff((
kind: Potion,
data: (
strength: 700.0,
duration: Some((
secs: 1,
nanos: 0,
)),
),
cat_ids: [Natural],
)),
]
),
quality: Common,
)