Slightly reduce boost
This commit is contained in:
@@ -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 =>
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user