veloren/assets/common/loot_tables/consumable/potion.ron
juliancoffee c618ec7222 fmt
2021-05-25 01:23:32 +03:00

7 lines
186 B
Plaintext

[
// potions
(1.0, Item("common.items.consumable.potion_minor")),
(0.5, Item("common.items.consumable.potion_med")),
(0.2, Item("common.items.consumable.potion_big")),
]