File tree 1 file changed +20
-1
lines changed
1 file changed +20
-1
lines changed Original file line number Diff line number Diff line change @@ -8,6 +8,25 @@ The types of technologies are as follows:
8
8
9
9
![ The Research menu] ( img/research-menu.png )
10
10
11
+ The science amount needed to complete a research ` level ` is given by the formula:
12
+
13
+ - Standard: ` 50 * expenseConfig * level `
14
+ - Exponential: ` 50 * expenseConfig * growthFactor ** (level - 1) `
15
+
16
+ Where ` expenseConfig ` is:
17
+
18
+ - ` 1 ` for cheap costs.
19
+ - ` 2 ` for standard costs.
20
+ - ` 4 ` for expensive costs.
21
+ - ` 8 ` for very expensive costs.
22
+ - ` 16 ` for crazy expensive costs.
23
+
24
+ Where ` growthFactor ` is:
25
+
26
+ - ` 1.25 ` for soft growth.
27
+ - ` 1.50 ` for medium growth.
28
+ - ` 1.75 ` for hard growth.
29
+
11
30
## Scanning
12
31
13
32
Improves the visible area star a star can see. The higher your scanning, the further you can see.
@@ -74,7 +93,7 @@ The equation is:
74
93
75
94
Increases ship production rate on all stars.
76
95
77
- A star produces ` totalIndustry * (manufacturing + 5) / tickPerCycle` ships per tick.
96
+ A star produces ` industry * (manufacturing + 5) / tickPerCycle` ships per tick.
78
97
79
98
## Specialists
80
99
Increases the number of specialist tokens awarded at the end of a galactic cycle, these are used to hire specialists.
You can’t perform that action at this time.
0 commit comments