-
Notifications
You must be signed in to change notification settings - Fork 8
Outpost
Outpost can be started with __("outpost colonyRoomName outpostRoomName")
Outpost is a room that you want to reserve and mine from. Every outpost is controlled by an OutpostProcess
. An outpost is associated with a colony (the one that will spawn all the needed creep for said outpost).
When an OutPost
process is running, it will reserve the room and start all the necessary MiningProcess
for each source in that room.
Note that when an invader comes, right now the outpost will just shut down for 1500 ticks until the invader dies.
There is a special type of outpost called "Reservation Outpost", which only reserve the room, but does not attempt to mine from it, you can start a reservation outpost with __("start-reservation-outpost colonyRoomName outpostRoomName")
.