Difference between revisions of "Room Control Level"

From Screeps Wiki
Jump to navigation Jump to search
m (SemperRabbit moved page Room Controller Level to Room Control Level)
m (changed credits link to a market one)
 
(5 intermediate revisions by 4 users not shown)
Line 1: Line 1:
  +
{{stub}}
#REDIRECT [[Room_Control_Level]]
 
  +
  +
A room's control level (RCL) determines what and how much a player can build in a given room, and ultimately how useful it will be to the player. It only applies to owned rooms, and it can be upgraded by a creep using energy.
  +
When a room is first claimed, it is at RCL 1. Each level takes exponentially more energy to complete, until the transition from RCL 7 to 8, which costs 10,935,000 energy.
  +
  +
== Increasing RCL ==
  +
  +
A room's level can be increased by <code>upgrade()</code>ing its [[StructureController|controller]] using a creep with a work [[Parts|part]] carrying energy. The energy used will be added to the RCL at a 1:1 ratio by default. This ratio can be improved by applying any [[Boost|boost]] of the GH category to the creep's work [[Parts|parts]].
  +
The resulting amount of points added to the room's control level is automatically added to the player's [[GCL|GCL]] as well.
  +
  +
== Maintaining RCL ==
  +
  +
At RCL 8 there is no next level, and as such there is no further progress to be made on the room's controller. However, you can still upgrade the controller for up to 15 per tick, or more by using a [[Power#Operate_Controller|power creep's power]]. Doing so does contribute to your GCL as it did while upgrading.
  +
</br>
  +
Whether or not the room controller is maxed, it is also necessary to upgrade every now and then, as otherwise the controller will decay and ultimately downgrade after a given number of ticks, depending on the controller's level. By default each tick with an upgrade action performed on the controller increases the decay timer by 100 (a higher number being better, as it is a countdown).
  +
  +
== Decreasing RCL ==
  +
  +
Decreasing a room controller's level is generally only a strategy for [[Combat|combat]]. By [https://docs.screeps.com/control.html#Attacking-controllers attacking] the controller the decay is fast forwarded by a number of ticks, depending on the number of [[Parts|claim parts]] the attacking creeps have. In addition the controller is blocked from being upgraded for a given number of ticks.
  +
  +
== Levels ==
  +
  +
After claiming a room (or spawning in) it starts out at level 1 and can be raised up to level 8. The higher the level, the more [[Structure|structures]] can be built.
  +
The full detailed list of structures available to each RCL is available at the official docs for [https://docs.screeps.com/control.html#Available-structures-per-RCL Control].
  +
In the following a short list of notable structures per level. Note that many structures are not available to their full capacity from when they're first introduced. Many of them will give you a certain amount to be able to be built and add more every or every other level. One exception are ramparts, which dont have their numbers, but their <code>maxHits</code> increased instead.
  +
  +
=== Level 0 ===
  +
  +
[[StructureRoad|Roads]] and [[StructureContainer|containers]] can be built in any room, regardless of a presence or absence of a controller.
  +
  +
=== Level 1 ===
  +
  +
The most notable (and only new) structure at level 1 is the [[StructureSpawn|spawn]], which enables a room to be self-sufficient as it can now spawn its own creeps.
  +
  +
=== Level 2 ===
  +
  +
Level 2 adds [[StructureRampart|ramparts]] and [[StructureExtension|extensions]]. The former is good for safety purposes, but the latter is what helps with progressing faster.
  +
  +
=== Level 3 ===
  +
  +
RCL 3 is regarded as one of the "milestones", as it adds the first [[StructureTower|tower]], giving the player access to passive defense that is easily implemented code-wise.
  +
  +
=== Level 4 ===
  +
  +
At level 4 the [[StructureStorage|storage]] can be built, which enables the player to manage their energy (and potentially other resources) more effectively, as they now have a much bigger buffer.
  +
  +
=== Level 5 ===
  +
  +
Level 5 adds the first [[StructureLink|links]], which are immensely useful for increasing a room's efficiency as they remove the need for haulers between the positions they're built in. This way spawn availability is freed up and energy for spawning said haulers is saved.
  +
  +
=== Level 6 ===
  +
  +
With RCL 6 the room has access to the [[StructureTerminal|terminal]], which enables market activities and market-independent inter-room transfers across the whole shard.
  +
In addition to that the room can now build [[StructureLab|labs]] and the [[StructureExtractor|extractor]], which are important for getting economic access to [[Boost|boosts]].
  +
  +
=== Level 7 ===
  +
  +
Level 7 gives access to the [[StructureFactory|factory]], which is used for either compressing resources or creating [[Commodities|commodities]] to be traded for credits on the [[Market|market]].
  +
A second Spawn is available now, effectively doubling spawn speed, and Extensions' capacity also gets doubled, enabling spawning of much larger creeps than before.
  +
  +
=== Level 8 ===
  +
  +
This is the highest level a room can reach and gives access to the [[StructureNuker|nuker]] and the [[StructurePowerSpawn|power spawn]].
  +
With the last Spawn and another doubling of Extension capacity spawn speed and available creep size are increased again.
  +
  +
[[Category:Game Knowledge]]
  +
[[Category:In-Game Resources]]

Latest revision as of 23:09, 27 November 2021

This article is a stub. You can help Screeps Wiki by editing to add more information.

A room's control level (RCL) determines what and how much a player can build in a given room, and ultimately how useful it will be to the player. It only applies to owned rooms, and it can be upgraded by a creep using energy. When a room is first claimed, it is at RCL 1. Each level takes exponentially more energy to complete, until the transition from RCL 7 to 8, which costs 10,935,000 energy.

Increasing RCL[edit | edit source]

A room's level can be increased by upgrade()ing its controller using a creep with a work part carrying energy. The energy used will be added to the RCL at a 1:1 ratio by default. This ratio can be improved by applying any boost of the GH category to the creep's work parts. The resulting amount of points added to the room's control level is automatically added to the player's GCL as well.

Maintaining RCL[edit | edit source]

At RCL 8 there is no next level, and as such there is no further progress to be made on the room's controller. However, you can still upgrade the controller for up to 15 per tick, or more by using a power creep's power. Doing so does contribute to your GCL as it did while upgrading.
Whether or not the room controller is maxed, it is also necessary to upgrade every now and then, as otherwise the controller will decay and ultimately downgrade after a given number of ticks, depending on the controller's level. By default each tick with an upgrade action performed on the controller increases the decay timer by 100 (a higher number being better, as it is a countdown).

Decreasing RCL[edit | edit source]

Decreasing a room controller's level is generally only a strategy for combat. By attacking the controller the decay is fast forwarded by a number of ticks, depending on the number of claim parts the attacking creeps have. In addition the controller is blocked from being upgraded for a given number of ticks.

Levels[edit | edit source]

After claiming a room (or spawning in) it starts out at level 1 and can be raised up to level 8. The higher the level, the more structures can be built. The full detailed list of structures available to each RCL is available at the official docs for Control. In the following a short list of notable structures per level. Note that many structures are not available to their full capacity from when they're first introduced. Many of them will give you a certain amount to be able to be built and add more every or every other level. One exception are ramparts, which dont have their numbers, but their maxHits increased instead.

Level 0[edit | edit source]

Roads and containers can be built in any room, regardless of a presence or absence of a controller.

Level 1[edit | edit source]

The most notable (and only new) structure at level 1 is the spawn, which enables a room to be self-sufficient as it can now spawn its own creeps.

Level 2[edit | edit source]

Level 2 adds ramparts and extensions. The former is good for safety purposes, but the latter is what helps with progressing faster.

Level 3[edit | edit source]

RCL 3 is regarded as one of the "milestones", as it adds the first tower, giving the player access to passive defense that is easily implemented code-wise.

Level 4[edit | edit source]

At level 4 the storage can be built, which enables the player to manage their energy (and potentially other resources) more effectively, as they now have a much bigger buffer.

Level 5[edit | edit source]

Level 5 adds the first links, which are immensely useful for increasing a room's efficiency as they remove the need for haulers between the positions they're built in. This way spawn availability is freed up and energy for spawning said haulers is saved.

Level 6[edit | edit source]

With RCL 6 the room has access to the terminal, which enables market activities and market-independent inter-room transfers across the whole shard. In addition to that the room can now build labs and the extractor, which are important for getting economic access to boosts.

Level 7[edit | edit source]

Level 7 gives access to the factory, which is used for either compressing resources or creating commodities to be traded for credits on the market. A second Spawn is available now, effectively doubling spawn speed, and Extensions' capacity also gets doubled, enabling spawning of much larger creeps than before.

Level 8[edit | edit source]

This is the highest level a room can reach and gives access to the nuker and the power spawn. With the last Spawn and another doubling of Extension capacity spawn speed and available creep size are increased again.