more work

This commit is contained in:
Alex
2025-01-10 13:49:28 +00:00
parent fa22bc8019
commit 966562bc08
38 changed files with 880 additions and 149 deletions
+4 -1
View File
@@ -254,6 +254,9 @@ public class LootMultiplier
[JsonPropertyName("sandbox")]
public double Sandbox { get; set; }
[JsonPropertyName("sandbox_high")]
public double SandboxHigh { get; set; }
}
public class ContainerRandomisationSettings
@@ -316,4 +319,4 @@ public class ScavRaidTimeLocationSettings
/** Should bot waves be removed / spawn times be adjusted */
[JsonPropertyName("adjustWaves")]
public bool AdjustWaves { get; set; }
}
}