mirror of
https://github.com/veden/Rampant.git
synced 2025-03-17 20:58:35 +02:00
FACTO-304: Increased settlers per nests to 700
This commit is contained in:
parent
c6c258082e
commit
3bc315caf5
@ -1,5 +1,7 @@
|
||||
---------------------------------------------------------------------------------------------------
|
||||
Version: 3.3.1
|
||||
Tweaks:
|
||||
- Increased number of active and raid nests per allowed settler group per regional base to 700
|
||||
Bugfixes:
|
||||
- Fixed hive owned structure cleanup routine from not checking hive id correctly
|
||||
- Fixed hive building cursor drifting
|
||||
|
@ -307,7 +307,7 @@ local function onModSettingsChange(event)
|
||||
end
|
||||
|
||||
local function onConfigChanged()
|
||||
game.print("Rampant - Version 3.3.0")
|
||||
game.print("Rampant - Version 3.3.1")
|
||||
initializeLibraries(true)
|
||||
Upgrade.attempt()
|
||||
|
||||
|
@ -136,7 +136,7 @@ constants.BASE_GENERATION_STATE_ACTIVE = 1
|
||||
-- constants.BASE_AI_STATE_MUTATE = 3
|
||||
|
||||
constants.ACTIVE_NESTS_PER_AGGRESSIVE_GROUPS = 30
|
||||
constants.ALL_NESTS_PER_EXPANSION_GROUPS = 150
|
||||
constants.ALL_NESTS_PER_EXPANSION_GROUPS = 700
|
||||
constants.AGGRESSIVE_CAN_ATTACK_WAIT_MIN_DURATION = 0.5
|
||||
constants.AGGRESSIVE_CAN_ATTACK_WAIT_MAX_DURATION = 3
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user