Skip to content

Commit e149256

Browse files
Merge pull request #6 from ogrergo/patch-1
Improve manufacturing formula
2 parents 6feadbf + 7549c17 commit e149256

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

technology.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ The equation is:
7474

7575
Increases ship production rate on all stars.
7676

77-
The formula is a star produces `(X*(Y+5))/T` ships per tick, where `X` is the star's industry, `Y` is the star's manufacturing level, and `T` is the number of ticks in every production cycle.
77+
A star produces `totalIndustry * (manufacturing + 5) / tickPerCycle` ships per tick.
7878

7979
## Specialists
8080
Increases the number of specialist tokens awarded at the end of a galactic cycle, these are used to hire specialists.

0 commit comments

Comments
 (0)