Skip to content
CarsonBurke edited this page Jun 6, 2022 · 1 revision

constructionManager.ts handles all construction for communes, including planning structures and placing construction sites for them. the constructionManager is an abstraction for the basePlanner and advancedConstructStructurePlans commands.

basePlanner.ts directly plans structures for the commune, storing the results in the room's memory.stampAnchors[structureType] for future reference. base planning should only be done once per commune, since the results are cached.

The International Wiki

Important

Features

Contribution

Design

Clone this wiki locally