1
0
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:
Aaron Veden 2021-11-24 20:37:37 -08:00
parent 468237d17e
commit 92dee7476b
No known key found for this signature in database
GPG Key ID: FF5990B1C6DD3F84
2 changed files with 3 additions and 1 deletions

View File

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

View File

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