Difference between revisions of "Structure"
Jump to navigation
Jump to search
(Created page with "{{Stub}} A structure is a buildable object. All buildings start out as a construction site, which can be built by a creep using <code>Creep.build()</code>. All structure...") |
(categorized) |
||
(One intermediate revision by one other user not shown) | |||
Line 1: | Line 1: | ||
{{Stub}} |
{{Stub}} |
||
− | A structure is a buildable object. All buildings start out as a [[construction site]], which can be built by a creep using <code>Creep.build()</code>. |
+ | A structure is a buildable object. All buildings start out as a [[ConstructionSite|construction site]], which can be built by a creep using <code>Creep.build()</code>. |
− | All structures have a number of hitpoints. [[Ramparts]] and [[constructed walls]] start at 1 hitpoint and must be repaired. Most structures, however, have max hit points as soon as they are built. |
+ | All structures have a number of hitpoints. [[StructureRampart|Ramparts]] and [[StructureWall|constructed walls]] start at 1 hitpoint and must be repaired. Most structures, however, have max hit points as soon as they are built. |
+ | [[Category:Game Knowledge]] |
||
+ | [[Category:In-Game Objects]] |
Latest revision as of 12:40, 28 October 2020
This article is a stub. You can help Screeps Wiki by editing to add more information.
A structure is a buildable object. All buildings start out as a construction site, which can be built by a creep using Creep.build()
.
All structures have a number of hitpoints. Ramparts and constructed walls start at 1 hitpoint and must be repaired. Most structures, however, have max hit points as soon as they are built.