mirror of
https://github.com/veden/Rampant.git
synced 2024-12-28 21:08:22 +02:00
doubled base processing speed
This commit is contained in:
parent
468237d17e
commit
92dee7476b
@ -1,6 +1,8 @@
|
||||
---------------------------------------------------------------------------------------------------
|
||||
Version: 1.1.5
|
||||
Date: 23. 11. 2021
|
||||
Tweaks:
|
||||
- Doubled the processing rate of regional faction bases with new enemies
|
||||
Bugfixes:
|
||||
- Fixed vengence squads only processing half the expected chunks
|
||||
- Fixed nest processing only processing half the nests (Thank you Dimm2101)
|
||||
|
@ -186,7 +186,7 @@ constants.BASE_UPGRADE = 1500
|
||||
constants.BASE_DISTANCE_THRESHOLD = 30 * constants.CHUNK_SIZE
|
||||
constants.BASE_DISTANCE_LEVEL_BONUS = 15
|
||||
|
||||
constants.BASE_PROCESS_INTERVAL = constants.TICKS_A_SECOND * 2
|
||||
constants.BASE_PROCESS_INTERVAL = constants.TICKS_A_SECOND
|
||||
|
||||
-- ai retreat
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user