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

12 lines
244 B
Plaintext
Raw Normal View History

2020-06-03 17:59:09 +00:00
Item(
name: "Large Potion",
description: "Restores 100 Health\n\n<Right-Click to use>",
kind: Consumable(
kind: "PotionLarge",
2020-06-03 17:59:09 +00:00
effect: Health((
amount: 1000,
2020-06-03 17:59:09 +00:00
cause: Item,
)),
),
)