From c564b9f50952090b08ea50ae2903d3fe3614014b Mon Sep 17 00:00:00 2001 From: Juraj Vajda Date: Wed, 5 Apr 2023 23:05:48 -0400 Subject: [PATCH] Reduce loots chest item max_count --- api.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api.lua b/api.lua index a8bd5cd..0423e58 100644 --- a/api.lua +++ b/api.lua @@ -988,7 +988,7 @@ function Everness.set_loot_chest_items() then table.insert(loot_items, { name = name, - max_count = 25, + max_count = 10, chance = 25 }) end