mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
9 lines
287 B
Rust
9 lines
287 B
Rust
[
|
|
// halloween event loot
|
|
(2.0, Item("common.items.food.pumpkin_spice_brew")),
|
|
(5.0, Item("common.items.food.honeycorn")),
|
|
|
|
// crafting
|
|
(1.0, Item("common.items.crafting_ing.hide.animal_hide")),
|
|
(1.0, Item("common.items.crafting_ing.animal_misc.sharp_fang")),
|
|
] |