Gameplay changes
- Mineral resources added to the game. Learn more from this announcement.
- Introduced new structure: Extractor.
- Introduced new structure: Lab.
- Introduced new structure: Terminal.
Creep.upgradeController
now cannot be applied to another player's controller.
API changes
- (lab) Added new method
Structure.boostCreep
. - (lab) Added new method
Structure.runReaction
. - (terminal) Added new method
Structure.send
. - Added new property
Creep.body[].boost
. - Added new property
Room.terminal
. - Added new global object
Game.market
. - Added new global prototype
Mineral
. - Added new constants:
STRUCTURE_EXTRACTOR
,STRUCTURE_LAB
,STRUCTURE_TERMINAL
,FIND_MINERALS
, moreRESOURCE_*
constants.