mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
14 lines
665 B
Rust
14 lines
665 B
Rust
[
|
|
// Fireworks
|
|
(1.0, ItemQuantity("common.items.utility.firework_blue", 8, 10)),
|
|
(1.0, ItemQuantity("common.items.utility.firework_green", 8, 10)),
|
|
(1.0, ItemQuantity("common.items.utility.firework_purple", 8, 10)),
|
|
(1.0, ItemQuantity("common.items.utility.firework_red", 8, 10)),
|
|
(1.0, ItemQuantity("common.items.utility.firework_white", 8, 10)),
|
|
(1.0, ItemQuantity("common.items.utility.firework_yellow", 8, 10)),
|
|
// Potions
|
|
(10.0, ItemQuantity("common.items.consumable.potion_big", 2, 5)),
|
|
// Misc
|
|
(5.0, ItemQuantity("common.items.utility.collar", 2, 3)),
|
|
(5.0, ItemQuantity("common.items.utility.bomb", 8, 10)),
|
|
] |