1
0
mirror of https://github.com/veden/Rampant.git synced 2025-01-28 03:29:34 +02:00

FACTO-172: Increased enemy phermone weight by 2.5

This commit is contained in:
Aaron Veden 2022-06-12 21:36:27 -07:00
parent 9507e804d0
commit c56cf7efdb
No known key found for this signature in database
GPG Key ID: FF5990B1C6DD3F84
2 changed files with 2 additions and 1 deletions

View File

@ -3,6 +3,7 @@ Version: 3.1.2
Tweaks:
- Siege groups have their attraction to resource patches reduced by 50%
- Reduced resource patch pheromone when enemy structures exist on chunk by 100x
- Increased enemy pheromone weight for pathing by 2.5x
Bugfixes:
- Fixed sent aggressive squads count could be negative
- Added missing sent and max siege groups on debug log

View File

@ -87,7 +87,7 @@ constants.COOLDOWN_DRAIN = constants.TICKS_A_SECOND * 1
constants.RESOURCE_NORMALIZER = 1 / 1024
constants.PLAYER_PHEROMONE_MULTIPLER = 100
constants.ENEMY_PHEROMONE_MULTIPLER = 200
constants.ENEMY_PHEROMONE_MULTIPLER = 500
constants.DURATION_ACTIVE_NEST = 120 * constants.TICKS_A_SECOND