1
0
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:
Aaron Veden 2023-04-08 09:32:01 -07:00
parent c6c258082e
commit 3bc315caf5
No known key found for this signature in database
GPG Key ID: FF5990B1C6DD3F84
3 changed files with 4 additions and 2 deletions

View File

@ -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

View File

@ -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()

View File

@ -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