1
0
mirror of https://github.com/veden/Rampant.git synced 2025-03-17 20:58:35 +02:00

FACTO-178: Increased default mod setting for max squads to 30

This commit is contained in:
Aaron Veden 2022-06-17 15:18:35 -07:00
parent f0367b8f3b
commit 96a887329e
No known key found for this signature in database
GPG Key ID: FF5990B1C6DD3F84
2 changed files with 2 additions and 1 deletions

View File

@ -9,6 +9,7 @@ Version: 3.1.2
- Increased hive spawning outside resources chunks by 5x
- Changed mod setting to default to disallowFriendlyFire
- Increased spawner egg and wasp health by 5, 75, 200, 300, 400, 550, 725, 1700, 3675, 7650
- Increased default mod settings max squads to 30
Bugfixes:
- Fixed sent aggressive squads, builder count, squad count could be negative
- Added missing sent and max siege groups on debug log

View File

@ -69,7 +69,7 @@ data:extend({
setting_type = "runtime-global",
minimum_value = 1,
maximum_value = 300,
default_value = 25,
default_value = 30,
order = "b[modifier]-f[wave]",
per_user = false
},