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

12 lines
241 B
Plaintext

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