veloren/assets/common/loot_tables/consumables.ron

14 lines
467 B
Plaintext
Raw Normal View History

[
// potions
(1.0, Item("common.items.consumable.potion_minor")),
2021-04-02 00:06:28 +00:00
(0.5, Item("common.items.consumable.potion_med")),
(0.2, Item("common.items.consumable.potion_big")),
// bombs
(0.6, Item("common.items.utility.bomb")),
(0.2, Item("common.items.utility.bomb_pile")),
// velorite
(1.0, Item("common.items.ore.veloritefrag")),
(0.5, Item("common.items.ore.velorite")),
// misc
(0.1, Item("common.items.utility.collar")),
]