mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
14 lines
468 B
Plaintext
14 lines
468 B
Plaintext
[
|
|
// potions
|
|
(1.0, Item("common.items.consumable.potion_minor")),
|
|
(0.1, Item("common.items.consumable.potion_med")),
|
|
(0.01, 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")),
|
|
] |