veloren/assets/common/items/consumable/potion_med.ron
2020-12-10 18:06:32 +01:00

22 lines
509 B
Plaintext

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