veloren/assets/common/loot_tables/creature/bat.ron

9 lines
287 B
Rust
Raw Normal View History

2022-10-24 22:31:04 +00:00
[
// 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")),
2022-10-24 22:31:04 +00:00
]