1
0
mirror of https://github.com/veden/Rampant.git synced 2025-02-05 13:14:51 +02:00

Increased base point accumulation by 10x

This commit is contained in:
Aaron Veden 2021-11-26 11:25:03 -08:00
parent 48381454a7
commit 85ee0052d8
No known key found for this signature in database
GPG Key ID: FF5990B1C6DD3F84
2 changed files with 2 additions and 2 deletions

View File

@ -14,7 +14,7 @@ Date: 23. 11. 2021
- Doubled the processing rate of regional faction bases with new enemies
- Added a small chance (0.5%) that Hives can spawn outside resource patches (Thank you Dimm2101)
- Increased suicide and nuclear biters attack range from 0.5 to 1
- Increased base point accumulation by %50, used building upgrades
- Increased base point accumulation by 1000%, used for enemy building upgrades
Bugfixes:
- Greatly reduced chance a chunk is not processed due to chunk not being actually generated by game engine. You may notice a small delay before the spawners and worms convert to Rampant new enemy versions.
- Fixed vengence squads only processing half the expected chunks

View File

@ -137,7 +137,7 @@ function aiPlanning.planning(map, evolution_factor, tick)
points = points * universe.aiPointsScaler
map.baseIncrement = points * 1.5
map.baseIncrement = points * 10
local currentPoints = map.points