trade_bot/assets/common/loot_tables/creature/theropod/axebeak.ron

8 lines
281 B
Plaintext
Raw Normal View History

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