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:
parent
f0367b8f3b
commit
96a887329e
@ -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
|
||||
|
@ -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
|
||||
},
|
||||
|
Loading…
x
Reference in New Issue
Block a user