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

12 lines
242 B
Plaintext

Item(
name: "Large Potion",
description: "Restores 100 Health\n\n<Right-Click to use>",
kind: Consumable(
kind: PotionLarge,
effect: Health((
amount: 1000,
cause: Item,
)),
),
)