veloren/assets/common/items/consumable/potion_med.ron
Joshua Barretto 8d6b442193 Crafting
2020-07-14 20:11:39 +00:00

12 lines
246 B
Plaintext

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