veloren/assets/common/items/consumable/potion_med.ron
Monty Marz 2b800a2b63 make clippy happy
Delete glider.ron
2020-10-07 02:23:20 +00:00

13 lines
249 B
Plaintext

ItemDef(
name: "Medium Potion",
description: "Restores 70 Health",
kind: Consumable(
kind: "PotionMed",
effect: Health((
amount: 700,
cause: Item,
)),
),
quality: Common,
)