hotbot/assets/common/loot_tables/creature/quad_medium/carapace.ron

8 lines
266 B
Plaintext
Raw Permalink Normal View History

2024-06-11 18:43:30 +00:00
[
(1, All([
MultiDrop(Item("common.items.food.meat.beast_small_raw"), 3, 5),
MultiDrop(Item("common.items.crafting_ing.animal_misc.sharp_fang"), 1, 4),
MultiDrop(Item("common.items.crafting_ing.hide.carapace"), 2, 4),
],
)),
]