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

12 lines
247 B
Plaintext

Item(
name: "Medium Potion",
description: "Restores 70 Health\n\n<Right-Click to use>",
kind: Consumable(
kind: PotionMed,
effect: Health((
amount: 700,
cause: Item,
)),
),
)