trade_bot/assets/common/loot_tables/creature/bird_large/roc.ron

8 lines
268 B
Plaintext
Raw Normal View History

2024-07-03 23:04:49 +00:00
[
(1, All([
MultiDrop(Item("common.items.food.meat.bird_large_raw"), 4, 8),
MultiDrop(Item("common.items.food.meat.beast_large_raw"), 4, 8),
MultiDrop(Item("common.items.crafting_ing.animal_misc.elegant_crest"), 6, 12),
],
)),
]