YOU ARE VIEWING THE NEXT GENERATION OF THE InfraCalc WEB APPLICATION!
For v1.x.x
, visit the main
branch of this repo. For the original, please visit the upstream fork.
Forked from the original Quantra/infracalc
The calculator offers two modes:
- Production Rate To achieve a production rate of X number of resources per minute (or second). For example, how many buildings to produce a single Home Robot per second? (It's 67 when rounding)
- Building Support To support X number of buildings of a specific resource type. For example, how many supporting buildings are needed for each Home Robot factory? (It's 17 when rounding)
Selecting a mode will display the dedicated form for the specific calculation.
- Select the Resource to produce within the Time Frame
- Enter the Amount of Resources to produce
- Choose the Time Frame — per second or per minute
- Click the Calculate button
- Scroll to see the results
- Select the Building type to support
- Enter the Amount of buildings
- Click the Calculate button.
- Scroll to see the results
The math which is required to determine the number of buildings to build should not be expected to be even. It is very common for the results to reveal that a partial building is required to meet the criteria. Of course, InfraSpace does not provide partial options. In all of these cases, the building will be round to the next highest building. For example, a resource requiring 1.1 buildings and a resource requiring 1.9 buildings would both be rounded to 2 buildings.