Slightly reduce boost

This commit is contained in:
Archangel
2025-12-26 14:23:12 +01:00
parent b8b8c5e4c1
commit 5b9544e618
@@ -545,7 +545,7 @@ public class SeasonalEventService(
// Raise the chance on christmas related spawns ever so slightly
if (location.Value.LooseLoot is not null)
{
const double christmasLootBoost = 0.03;
const double christmasLootBoost = 0.02;
location.Value.LooseLoot.AddTransformer(looselootData =>
{