trade_bot/assets/common/loot_tables/creature/theropod/axebeak.ron
2024-07-03 19:04:49 -04:00

8 lines
281 B
Plaintext

[
(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),
],
)),
]