Expanded max loot in pmc container systems

Now allows for per-map multipliers + pocket + vest loot uses same level-based value as backpack

labs multiplier = 2
labyrinth = 4

Removed nullability from some properties
This commit is contained in:
Chomp
2025-07-17 18:25:31 +01:00
parent 3463f4e186
commit 50f684537d
11 changed files with 3197 additions and 3105 deletions
@@ -30,7 +30,7 @@ public class BotLevelGenerator(
BotBase bot
)
{
if (!botGenerationDetails.IsPmc.GetValueOrDefault(false))
if (!botGenerationDetails.IsPmc)
{
return new RandomisedBotLevelResult { Exp = 0, Level = 1 };
}