trade_bot/assets/common/loot_tables/creature/biped_large/troll.ron

8 lines
256 B
Plaintext
Raw Normal View History

2024-07-03 23:04:49 +00:00
[
(1, All([
MultiDrop(LootTable("common.loot_tables.food.prepared"), 1, 3),
MultiDrop(Item("common.items.crafting_ing.hide.leather_troll"), 3, 5),
MultiDrop(LootTable("common.loot_tables.cave_large"), 2, 3),
],
)),
]