veloren/assets/common/items/consumable/potion_big.ron
2021-06-29 05:59:02 -05:00

23 lines
504 B
Plaintext

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