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

22 lines
510 B
Plaintext

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