veloren/assets/common/items/consumable/potion_med.ron
2021-04-04 13:02:27 +00:00

23 lines
509 B
Plaintext

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