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

13 lines
244 B
Plaintext

ItemDef(
name: "Large Potion",
description: "Restores 100 Health",
kind: Consumable(
kind: "PotionLarge",
effect: Health((
amount: 1000,
cause: Item,
)),
),
quality: Common,
)