Gameplay changes
- Increased maximum creep size from 30 to 50 body parts.
- Roads now can be built in rooms with any Controller Level, and even without controller.
- The maximum number of construction sites per player is 100.
- Increased available extensions number on RCL 7 from 50 to 80.
- Increased the amount of
WORKbody parts required forCreep.reserveControllermethod from 24 to 40.
API changes
- Added new constants
FIND_MY_CONSTRUCTION_SITES,FIND_HOSTILE_CONSTRUCTION_SITES. - Each API method that changes the game object state (like
move,transferEnergy,createCreepetc.) consumes constant CPU amount rather than zero usage before. Learn more in this article.