hotbot/assets/common/loot_tables/creature/quad_medium/wool.ron
2024-06-11 14:43:30 -04:00

9 lines
330 B
Plaintext

[
(1, All([
MultiDrop(Item("common.items.food.meat.beast_small_raw"), 2, 4),
MultiDrop(Item("common.items.food.meat.beast_large_raw"), 1, 3),
MultiDrop(Item("common.items.crafting_ing.hide.animal_hide"), 3, 5),
MultiDrop(Item("common.items.crafting_ing.cloth.wool"), 3, 6),
],
)),
]