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:
parent
9507e804d0
commit
c56cf7efdb
@ -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
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user