veloren/assets/common/items/consumable/potion_big.ron

23 lines
505 B
Plaintext

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