-
Notifications
You must be signed in to change notification settings - Fork 0
Global Control
To expand your empire in the game world, you need to develop your main game indicator – your Global Control Level (GCL). It affects two important factors:
Your CPU Limit. You begin the game with a 30 CPU limit which allows you to control just a small number of creeps. However, you gain 10 CPU with each GCL level achieved until your limit reaches 300 CPU. Then it stops increasing. The amount of rooms you can control. For example, to control 3 rooms, you need to have GCL 3. Your current Global Control Level is displayed at your overview page.
In order to build any facilities in a room, you need to control it. In the majority of rooms (but not all), there are special objects called Room Controllers. In your first room, the Controller is owned by you by default. Any neutral Controller can be claimed by your creeps with the CLAIM body part, which instantly puts the room under your control.
A newly-seized Controller allows to build one spawn in the room. In order for you to build extra spawns, roads, and extensions, you have to upgrade the Room Controller Level (RCL) by pumping the energy into it using Creep.upgradeController method.
Controller Level | Energy to upgrade | Structures |
---|---|---|
0 | — | Roads, 5 Containers |
1 | 200 | Roads, 5 Containers, 1 Spawn |
2 | 45,000 | Roads, 5 Containers, 1 Spawn, 5 Extensions (50 capacity), Ramparts (300K max hits), Walls |
3 | 135,000 | Roads, 5 Containers, 1 Spawn, 10 Extensions (50 capacity), Ramparts (1M max hits), Walls, 1 Tower |
4 | 405,000 | Roads, 5 Containers, 1 Spawn, 20 Extensions (50 capacity), Ramparts (3M max hits), Walls, 1 Tower, Storage |
5 | 1,215,000 | Roads, 5 Containers, 1 Spawn, 30 Extensions (50 capacity), Ramparts (10M max hits), Walls, 2 Towers, Storage, 2 Links |
6 | 3,645,000 | Roads, 5 Containers, 1 Spawn, 40 Extensions (50 capacity), Ramparts (30M max hits), Walls, 2 Towers, Storage, 3 Links, Extractor, 3 Labs, Terminal |
7 | 10,935,000 | Roads, 5 Containers, 2 Spawns, 50 Extensions (100 capacity), Ramparts (100M max hits), Walls, 3 Towers, Storage, 4 Links, Extractor, 6 Labs, Terminal |
8 | — | Roads, 5 Containers, 3 Spawns, 60 Extensions (200 capacity), Ramparts (300M max hits), Walls, 6 Towers, Storage, 6 Links, Extractor, 10 Labs, Terminal, Observer, Power Spawn |