Fixed drop chances in village crates to better resemble prior odds

This commit is contained in:
Oolnokk 2021-11-12 19:52:09 -05:00
parent a71f2204d9
commit de0072bbc1

View File

@ -1,5 +1,5 @@
[
(9.0, LootTable("common.loot_tables.materials.common")),
(9.0, LootTable("common.loot_tables.food.prepared")),
(6.0, LootTable("common.loot_tables.materials.common")),
(12.0, LootTable("common.loot_tables.food.prepared")),
(1.0, Item("common.items.armor.misc.head.wanderers_hat")),
]