diff --git a/source/control.md b/source/control.md index b99277e3..611cda33 100644 --- a/source/control.md +++ b/source/control.md @@ -81,7 +81,7 @@ A newly-seized Controller allows you to build one spawn in the room. In order fo ## Attacking controllers -A Controller cannot be damaged or destroyed. However, a Controller not affected by an [`upgradeController`](/api/#Creep.upgradeController) action will run a downgrade timer losing 20,000 game ticks at RCL 1, or 5,000 game ticks at RCL 2 to 150,000 game ticks at RCL 8. All timers are listed in the [`StructureController`](/api/#StructureController) prototype. As soon as its level reaches 0, a Controller becomes neutral, and another player can reclaim it. Make sure that you upgrade your Controllers from time to time to keep their levels! +A Controller cannot be damaged or destroyed. However, a Controller not affected by an [`upgradeController`](/api/#Creep.upgradeController) action will run a downgrade timer losing 20,000 game ticks at RCL 1, or 10,000 game ticks at RCL 2 to 200,000 game ticks at RCL 8. All timers are listed in the [`StructureController`](/api/#StructureController) prototype. As soon as its level reaches 0, a Controller becomes neutral, and another player can reclaim it. Make sure that you upgrade your Controllers from time to time to keep their levels! You can attack another player's controller downgrade timer by applying [`attackController`](/api/#Creep.attackController) on it.