screepsmod-fastbuild
v1.1.0
Published
This mod changes various game constants to reduce the time required for construction. Ideal for testing and developing your construction and expansion code.
Downloads
5
Readme
screepsmod-fastbuild
This mod changes various game constants to reduce the time required for construction. Ideal for testing and developing your construction and expansion code.
- Build cost for all structures is reduced by 10x
- Controller upgrade costs changed to 10K for RCL2 with a 2x multiplier for each level (instead of 45K for RCL2 and a 3x multiplier for each level)
- Controller downgrade and safe-mode timers are reduced by more than 10x
- Energy and minerals regenerate 10x faster
- GCL upgrade cost multiplier reduced by 100x
- Power bank hits and respawn time reduced by 10x
Differences from other similar mods:
- This mod deliberately does not change
BODYPART_COST
, as doing so allows spawning larger creeps than normally allowed in low-level rooms - Works with the isolated VM, so the changes to the constants should be visible to your scripts
Installation
npm install screepsmod-fastbuild
in your mods folder, or install from the steam workshop.